diff options
| author | Karoly Lorentey | 2004-07-22 22:01:29 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-07-22 22:01:29 +0000 |
| commit | 407e382d35ede779a23b974d7ac40a7d3d0fa5ff (patch) | |
| tree | 4a9e97dd58011b0ce2d6223626554765860fd6db /src/ChangeLog | |
| parent | 31d7e9bc5a474c2da8c40f4812ea3e09cd5fb82c (diff) | |
| parent | bb6a9650da7971581f2ddf625c172b58a6806e7a (diff) | |
| download | emacs-407e382d35ede779a23b974d7ac40a7d3d0fa5ff.tar.gz emacs-407e382d35ede779a23b974d7ac40a7d3d0fa5ff.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-461
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-462
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-220
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 73 |
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 @@ | |||
| 1 | 2004-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 | |||
| 5 | 2004-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 | |||
| 24 | 2004-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 | |||
| 28 | 2004-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 | |||
| 37 | 2004-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 | |||
| 42 | 2004-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 | |||
| 51 | 2004-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 | |||
| 69 | 2004-07-18 Luc Teirlinck <teirllm@auburn.edu> | ||
| 70 | |||
| 71 | * xdisp.c (syms_of_xdisp) <window-scroll-functions>: Correct | ||
| 72 | capitalization error in docstring. | ||
| 73 | |||
| 1 | 2004-07-17 Juanma Barranquero <lektu@terra.es> | 74 | 2004-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 |