diff options
| author | Stefan Monnier | 2001-08-27 19:39:25 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-08-27 19:39:25 +0000 |
| commit | 3452efc2c84dc2288ca7dca352c921ac8638781f (patch) | |
| tree | 9d0bd09b6a7917ae3e2ae188ab8edc7ae9d9be40 | |
| parent | 9ad62cf8c27766e0183e6ba79367eeb3f1360745 (diff) | |
| download | emacs-3452efc2c84dc2288ca7dca352c921ac8638781f.tar.gz emacs-3452efc2c84dc2288ca7dca352c921ac8638781f.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 16 | ||||
| -rw-r--r-- | src/ChangeLog | 46 |
2 files changed, 31 insertions, 31 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 91abab92a8d..50eb5081b17 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -30,9 +30,9 @@ | |||
| 30 | 30 | ||
| 31 | * emacs-lisp/lselect.el: Ditto. | 31 | * emacs-lisp/lselect.el: Ditto. |
| 32 | 32 | ||
| 33 | * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): Remove | 33 | * hexl.el (hexl-insert-multibyte-char, hexl-insert-char): |
| 34 | periods from the end of error message strings. From Pavel | 34 | Remove periods from the end of error message strings. |
| 35 | Jan,Bm(Bk <Pavel@Janik.cz>. | 35 | From Pavel Jan,Bm(Bk <Pavel@Janik.cz>. |
| 36 | 36 | ||
| 37 | * progmodes/antlr-mode.el: Add Keywords header. From Pavel | 37 | * progmodes/antlr-mode.el: Add Keywords header. From Pavel |
| 38 | Jan,Bm(Bk <Pavel@Janik.cz>. | 38 | Jan,Bm(Bk <Pavel@Janik.cz>. |
| @@ -50,8 +50,8 @@ | |||
| 50 | Replace some of the undefined characters with emulations of bidi | 50 | Replace some of the undefined characters with emulations of bidi |
| 51 | formatting characters and Niqud as per SI 1311-1. | 51 | formatting characters and Niqud as per SI 1311-1. |
| 52 | (IT-unicode-translations): Ditto. | 52 | (IT-unicode-translations): Ditto. |
| 53 | (IT-display-table-setup, IT-setup-unicode-display): Fill | 53 | (IT-display-table-setup, IT-setup-unicode-display): |
| 54 | characters without translations with dos-unsupported-char-glyph. | 54 | Fill characters without translations with dos-unsupported-char-glyph. |
| 55 | 55 | ||
| 56 | 2001-08-24 Simon Josefsson <jas@extundo.com> | 56 | 2001-08-24 Simon Josefsson <jas@extundo.com> |
| 57 | 57 | ||
| @@ -68,6 +68,10 @@ | |||
| 68 | 68 | ||
| 69 | * term/mac-win.el: Require scroll-bar. | 69 | * term/mac-win.el: Require scroll-bar. |
| 70 | 70 | ||
| 71 | 2001-08-23 Stefan Monnier <monnier@cs.yale.edu> | ||
| 72 | |||
| 73 | * ebuff-menu.el (electric-buffer-list): Use list-buffers-noselect. | ||
| 74 | |||
| 71 | 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il> | 75 | 2001-08-23 Eli Zaretskii <eliz@is.elta.co.il> |
| 72 | 76 | ||
| 73 | * hexl.el (hexl-insert-multibyte-char) New function. | 77 | * hexl.el (hexl-insert-multibyte-char) New function. |
| @@ -83,6 +87,8 @@ | |||
| 83 | 87 | ||
| 84 | 2001-08-22 Stefan Monnier <monnier@cs.yale.edu> | 88 | 2001-08-22 Stefan Monnier <monnier@cs.yale.edu> |
| 85 | 89 | ||
| 90 | * wid-edit.el (text): Re-order docstring correctly. | ||
| 91 | |||
| 86 | * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp. | 92 | * mail/sendmail.el (mail-mode): Use adaptive-fill-regexp. |
| 87 | 93 | ||
| 88 | * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well. | 94 | * textmodes/fill.el (adaptive-fill-regexp): Admit tabs as well. |
diff --git a/src/ChangeLog b/src/ChangeLog index 5bd581f0482..f4691c88399 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -78,8 +78,8 @@ | |||
| 78 | * window.c (window_scroll_pixel_based): Don't recenter if | 78 | * window.c (window_scroll_pixel_based): Don't recenter if |
| 79 | PT is partially visible in the window. | 79 | PT is partially visible in the window. |
| 80 | 80 | ||
| 81 | * xterm.c (expose_window_tree, expose_window, expose_line): Return | 81 | * xterm.c (expose_window_tree, expose_window, expose_line): |
| 82 | 1 when overwriting mouse-face. | 82 | Return 1 when overwriting mouse-face. |
| 83 | (expose_frame): If mouse-face was overwritten, redo it. | 83 | (expose_frame): If mouse-face was overwritten, redo it. |
| 84 | 84 | ||
| 85 | * xfaces.c (x_update_menu_appearance): Don't call | 85 | * xfaces.c (x_update_menu_appearance): Don't call |
| @@ -104,7 +104,7 @@ | |||
| 104 | 104 | ||
| 105 | * xdisp.c (move_it_by_lines) <DVPOS < 0>: If not already on | 105 | * xdisp.c (move_it_by_lines) <DVPOS < 0>: If not already on |
| 106 | a line start, move back to the line start. | 106 | a line start, move back to the line start. |
| 107 | 107 | ||
| 108 | * xdisp.c (resize_echo_area_exactly): Don't resize the mini-window | 108 | * xdisp.c (resize_echo_area_exactly): Don't resize the mini-window |
| 109 | exactly when a mini-buffer is active. | 109 | exactly when a mini-buffer is active. |
| 110 | 110 | ||
| @@ -129,18 +129,16 @@ | |||
| 129 | * xdisp.c (mark_window_display_accurate_1): Remove an assertion. | 129 | * xdisp.c (mark_window_display_accurate_1): Remove an assertion. |
| 130 | 130 | ||
| 131 | * dispnew.c (adjust_glyph_matrix): Undo last change. | 131 | * dispnew.c (adjust_glyph_matrix): Undo last change. |
| 132 | 132 | ||
| 133 | 2001-08-08 Gerd Moellmann <gerd@gnu.org> | 133 | 2001-08-08 Gerd Moellmann <gerd@gnu.org> |
| 134 | 134 | ||
| 135 | * dispnew.c (adjust_glyph_matrix): In the optimization for | 135 | * dispnew.c (adjust_glyph_matrix): In the optimization for |
| 136 | windows whose height has changed, disable partially visible | 136 | windows whose height has changed, disable partially visible lines. |
| 137 | lines. | ||
| 138 | 137 | ||
| 139 | 2001-08-07 Gerd Moellmann <gerd@gnu.org> | 138 | 2001-08-07 Gerd Moellmann <gerd@gnu.org> |
| 140 | 139 | ||
| 141 | * window.c (Frecenter): If ARG < 0, and on a window system | 140 | * window.c (Frecenter): If ARG < 0, and on a window system |
| 142 | frame, count in some empty lines when we can't move -ARG lines | 141 | frame, count in some empty lines when we can't move -ARG lines down. |
| 143 | down. | ||
| 144 | 142 | ||
| 145 | * xdisp.c (start_display): Don't try to determine the continuation | 143 | * xdisp.c (start_display): Don't try to determine the continuation |
| 146 | lines width if lines are truncated. It's superfluous and leads to | 144 | lines width if lines are truncated. It's superfluous and leads to |
| @@ -179,7 +177,7 @@ | |||
| 179 | 177 | ||
| 180 | * xdisp.c (redisplay_internal): Add a check for the last | 178 | * xdisp.c (redisplay_internal): Add a check for the last |
| 181 | displayed message. | 179 | displayed message. |
| 182 | 180 | ||
| 183 | * xdisp.c (message_cleared_p): New variable. | 181 | * xdisp.c (message_cleared_p): New variable. |
| 184 | (clear_message): Set message_cleared_p when clearing the current | 182 | (clear_message): Set message_cleared_p when clearing the current |
| 185 | message. | 183 | message. |
| @@ -189,8 +187,7 @@ | |||
| 189 | * keyboard.c (command_loop_1): Fix spelling of | 187 | * keyboard.c (command_loop_1): Fix spelling of |
| 190 | resize_echo_area_exactly. | 188 | resize_echo_area_exactly. |
| 191 | 189 | ||
| 192 | * dispextern.h (resize_echo_area_exactly): Fix typo in function | 190 | * dispextern.h (resize_echo_area_exactly): Fix typo in function name. |
| 193 | name. | ||
| 194 | 191 | ||
| 195 | * xdisp.c (resize_echo_area_exactly): Fix typo in function name. | 192 | * xdisp.c (resize_echo_area_exactly): Fix typo in function name. |
| 196 | 193 | ||
| @@ -226,24 +223,23 @@ | |||
| 226 | of row's visible height. | 223 | of row's visible height. |
| 227 | 224 | ||
| 228 | * xdisp.c (init_from_display_pos): If POS is in an overlay string, | 225 | * xdisp.c (init_from_display_pos): If POS is in an overlay string, |
| 229 | deal with the first overlay string having an image `display' | 226 | deal with the first overlay string having an image `display' property. |
| 230 | property. | 227 | (try_window_reusing_current_matrix, compute_line_metrics): |
| 231 | (try_window_reusing_current_matrix, compute_line_metrics): Fix | 228 | Fix computation of row's visible height for the case that part of the |
| 232 | computation of row's visible height for the case that part of the | ||
| 233 | row is invisible above and part of the row is at the same time | 229 | row is invisible above and part of the row is at the same time |
| 234 | invisible below the window. | 230 | invisible below the window. |
| 235 | 231 | ||
| 236 | 2001-07-26 Gerd Moellmann <gerd@gnu.org> | 232 | 2001-07-26 Gerd Moellmann <gerd@gnu.org> |
| 237 | 233 | ||
| 238 | * xfns.c (x-show-tip): Doc fix. | 234 | * xfns.c (x-show-tip): Doc fix. |
| 239 | 235 | ||
| 240 | * xfns.c (Vx_max_tooltip_size): New variable. | 236 | * xfns.c (Vx_max_tooltip_size): New variable. |
| 241 | (syms_of_xfns): DEFVAR_LISP it. | 237 | (syms_of_xfns): DEFVAR_LISP it. |
| 242 | (Fx_show_tip): Set frame's window_width to the width of the | 238 | (Fx_show_tip): Set frame's window_width to the width of the |
| 243 | window. Use a maximum tooltip size specified by | 239 | window. Use a maximum tooltip size specified by |
| 244 | Vx_max_tooltip_size, if that has valid contents. | 240 | Vx_max_tooltip_size, if that has valid contents. |
| 245 | (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil. | 241 | (x_create_tip_frame): Set tooltip buffer's truncate-lines to nil. |
| 246 | 242 | ||
| 247 | 2001-07-26 Andrew Innes <andrewi@gnu.org> | 243 | 2001-07-26 Andrew Innes <andrewi@gnu.org> |
| 248 | 244 | ||
| 249 | * w32term.c (x_display_list): New variable. | 245 | * w32term.c (x_display_list): New variable. |
| @@ -254,8 +250,8 @@ | |||
| 254 | 2001-07-26 Gerd Moellmann <gerd@gnu.org> | 250 | 2001-07-26 Gerd Moellmann <gerd@gnu.org> |
| 255 | 251 | ||
| 256 | * xdisp.c (resize_mini_window): Give up when inhibit-redisplay | 252 | * xdisp.c (resize_mini_window): Give up when inhibit-redisplay |
| 257 | is non-nil, instead of when redisplaying_p is non-zero. See | 253 | is non-nil, instead of when redisplaying_p is non-zero. |
| 258 | comment there. | 254 | See comment there. |
| 259 | (mark_window_display_accurate_1): Add an assertion. | 255 | (mark_window_display_accurate_1): Add an assertion. |
| 260 | 256 | ||
| 261 | 2001-07-25 Gerd Moellmann <gerd@gnu.org> | 257 | 2001-07-25 Gerd Moellmann <gerd@gnu.org> |
| @@ -274,7 +270,7 @@ | |||
| 274 | 270 | ||
| 275 | 2001-07-23 Gerd Moellmann <gerd@gnu.org> | 271 | 2001-07-23 Gerd Moellmann <gerd@gnu.org> |
| 276 | 272 | ||
| 277 | * indent.c (current_column): Fix column computation in the | 273 | * indent.c (current_column): Fix column computation in the |
| 278 | presence of display table entries. | 274 | presence of display table entries. |
| 279 | (current_column_1, Fmove_to_column, compute_motion): Likewise. | 275 | (current_column_1, Fmove_to_column, compute_motion): Likewise. |
| 280 | 276 | ||
| @@ -301,8 +297,7 @@ | |||
| 301 | * dispnew.c (update_window): Don't set the cursor at the end | 297 | * dispnew.c (update_window): Don't set the cursor at the end |
| 302 | of the update if display update has been paused. | 298 | of the update if display update has been paused. |
| 303 | 299 | ||
| 304 | * composite.h (syms_of_composite): Renamed from | 300 | * composite.h (syms_of_composite): Renamed from syms_of_composition. |
| 305 | syms_of_composition. | ||
| 306 | 301 | ||
| 307 | 2001-07-18 Ken Raeburn <raeburn@gnu.org> | 302 | 2001-07-18 Ken Raeburn <raeburn@gnu.org> |
| 308 | 303 | ||
| @@ -319,8 +314,8 @@ | |||
| 319 | 314 | ||
| 320 | 2001-07-17 Gerd Moellmann <gerd@gnu.org> | 315 | 2001-07-17 Gerd Moellmann <gerd@gnu.org> |
| 321 | 316 | ||
| 322 | * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: Increase | 317 | * keyboard.c (KBD_BUFFER_SIZE) [!HAVE_WINDOW_SYSTEM]: |
| 323 | to 4096 because of paste problems reported on GNU/Linux. | 318 | Increase to 4096 because of paste problems reported on GNU/Linux. |
| 324 | 319 | ||
| 325 | 2001-07-17 Jan Nieuwenhuizen <janneke@gnu.org> | 320 | 2001-07-17 Jan Nieuwenhuizen <janneke@gnu.org> |
| 326 | 321 | ||
| @@ -473,8 +468,7 @@ | |||
| 473 | 2001-06-27 Gerd Moellmann <gerd@gnu.org> | 468 | 2001-06-27 Gerd Moellmann <gerd@gnu.org> |
| 474 | 469 | ||
| 475 | * widget.c (EmacsFrameSetCharSize): Turn off atimers and block | 470 | * widget.c (EmacsFrameSetCharSize): Turn off atimers and block |
| 476 | SIGIO around the code where Xt might wait for a | 471 | SIGIO around the code where Xt might wait for a ConfigureNotifyEvent. |
| 477 | ConfigureNotifyEvent. | ||
| 478 | (toplevel): Include <signal.h> and syssignal.h. | 472 | (toplevel): Include <signal.h> and syssignal.h. |
| 479 | 473 | ||
| 480 | * sound.c (vox_configure, vox_close): Turn off atimers | 474 | * sound.c (vox_configure, vox_close): Turn off atimers |