aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog73
1 files changed, 73 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9765ec9403c..e51cdf554ce 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,76 @@
12004-07-22 Barry Fishman <barry_fishman@att.net> (tiny change)
2
3 * s/gnu-linux.h: Use GC_MARK_STACK if __amd64__ is defined.
4
52004-07-21 Kim F. Storm <storm@cua.dk>
6
7 * window.h (struct glyph_matrix): New members nrows_scale_factor
8 and ncols_scale_factor.
9
10 * window.c (make_window): Initialize nrows_scale_factor and
11 ncols_scale_factor members.
12
13 * dispnew.c (margin_glyphs_to_reserve): Apply ncols_scale_factor.
14 (allocate_matrices_for_frame_redisplay): Fix left/right margin mix-up.
15 (required_matrix_height): Apply nrows_scale_factor.
16 (required_matrix_width): Apply ncols_scale_factor.
17
18 * xdisp.c (display_line): Increment nrows_scale_factor and set
19 fonts_changed_p if past last allocated row.
20 (append_glyph, append_composite_glyph, produce_image_glyph)
21 (append_stretch_glyph): Increment ncols_scale_factor and set
22 fonts_changed_p if current area is full.
23
242004-07-21 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
25
26 * widget.c (EmacsFrameDestroy): Don't abort if normal_gc is 0.
27
282004-07-19 Luc Teirlinck <teirllm@auburn.edu>
29
30 * window.c (Fpos_visible_in_window_p, Fset_window_hscroll)
31 (Fwindow_inside_pixel_edges, Fwindow_end, Fset_window_point)
32 (Fset_window_start, Fscroll_up, Fscroll_down)
33 (Fother_window_for_scrolling, Fscroll_other_window)
34 (Fsave_window_excursion, Fset_window_vscroll)
35 (syms_of_window) <window-size-fixed>: Doc fixes.
36
372004-07-19 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
38
39 * w32fns.c (Fx_file_dialog): Use ENCODE_FILE instead of
40 ENCODE_SYSTEM for filenames.
41
422004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
43
44 * mac.c (sys_select): Block input around call to
45 ReceiveNextEvent to prevent breakage. Correctly handle
46 blocking on event queue only by calling ReceiveNextEvent
47 instead of select (since GUI events aren't on an fd).
48 (sys_read): Remove function
49 * sysdep.c: Remove redefine of read to sys_read if HAVE_CARBON
50
512004-07-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
52
53 * mac.c (sys_select): Redo sys_select to use alarm-based
54 polling instead of 1 sec timeouts (like solaris).
55
56 * macterm.c (x_make_frame_visible): Comment in polling on
57 frame creation.
58
59 * keyboard.c: Undef SIGIO on Carbon
60
61 * atimer.c (alarm_signal_handler): Call alarm handlers after
62 scheduling.
63
64 * eval.c (Feval): Remove quit_char test
65
66 * process.c (wait_reading_process_input): Remove clearing
67 stdin for select call on process input.
68
692004-07-18 Luc Teirlinck <teirllm@auburn.edu>
70
71 * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct
72 capitalization error in docstring.
73
12004-07-17 Juanma Barranquero <lektu@terra.es> 742004-07-17 Juanma Barranquero <lektu@terra.es>
2 75
3 * keyboard.c (not_single_kboard_state): Do nothing unless 76 * keyboard.c (not_single_kboard_state): Do nothing unless