diff options
| author | Miles Bader | 2004-07-23 04:30:44 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-07-23 04:30:44 +0000 |
| commit | 6bb4a8bf9aaa63141ad7c12ab6b6ba9939050178 (patch) | |
| tree | ffe1b6fc55a6ef858938f3e80a9fd79ae096ad10 /src/ChangeLog | |
| parent | cd9fc52e16bd2c780919c927bbf734039dd9a7dc (diff) | |
| parent | 9586e1d3a4255c58bf827400ab7c038a3ee988a3 (diff) | |
| download | emacs-6bb4a8bf9aaa63141ad7c12ab6b6ba9939050178.tar.gz emacs-6bb4a8bf9aaa63141ad7c12ab6b6ba9939050178.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-25
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-459
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-463
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-464
Update from CVS: lisp/progmodes/make-mode.el: Fix comments.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-465
Update from CVS
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 95 |
1 files changed, 95 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1dfaa3f9ce4..e51cdf554ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,98 @@ | |||
| 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 | |||
| 74 | 2004-07-17 Juanma Barranquero <lektu@terra.es> | ||
| 75 | |||
| 76 | * keyboard.c (not_single_kboard_state): Do nothing unless | ||
| 77 | MULTI_KBOARD is defined. | ||
| 78 | |||
| 79 | 2004-07-17 Richard M. Stallman <rms@gnu.org> | ||
| 80 | |||
| 81 | * window.c (coordinates_in_window): Inside the window but outside | ||
| 82 | its box to the L or R, return ON_VERTICAL_BORDER. | ||
| 83 | (window_list_1): Rotate the list to start with WINDOW. | ||
| 84 | |||
| 85 | * print.c (print_preprocess): Test for print_depth at limit | ||
| 86 | before entering in being_printed. | ||
| 87 | |||
| 88 | * keyboard.c (not_single_kboard_state): New function. | ||
| 89 | (stuff_buffered_input): Now no-op only if no SIGTSTP. | ||
| 90 | |||
| 91 | * frame.c (Fdelete_frame): If we're in single_bboard_state on | ||
| 92 | this kboard, and we delete its last frame, go to any_kboard_state. | ||
| 93 | |||
| 94 | * buffer.c (syms_of_buffer) <transient-mark-mode>: Doc fix. | ||
| 95 | |||
| 1 | 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) | 96 | 2004-07-15 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change) |
| 2 | 97 | ||
| 3 | * w32fns.c (Fx_file_dialog): Encode strings in system coding | 98 | * w32fns.c (Fx_file_dialog): Encode strings in system coding |