diff options
| author | Richard M. Stallman | 2002-08-27 18:45:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-08-27 18:45:34 +0000 |
| commit | 6e910e07ada8a37f26173e24e363286d04454bc6 (patch) | |
| tree | 198aa48bd9b72756d8276761e0a06adb15173311 /src/ChangeLog | |
| parent | 0a1c83e745cfaca794d9a0dd4a3b63eeda8b3e21 (diff) | |
| download | emacs-6e910e07ada8a37f26173e24e363286d04454bc6.tar.gz emacs-6e910e07ada8a37f26173e24e363286d04454bc6.zip | |
(main): Handle --script.
(USAGE1): Mention --script.
(standard_args): Define sort order for --script.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3f55cd02ea1..0a7cf4bc506 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2002-08-27 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (x_set_cursor_type): Set FRAME_BLINK_OFF_CURSOR and | ||
| 4 | FRAME_BLINK_OFF_CURSOR_WIDTH using defaults and Vblink_cursor_alist. | ||
| 5 | (Vblink_cursor_alist): New variable. | ||
| 6 | (syms_of_xfns): Initialize and defvar it. | ||
| 7 | (x_specified_cursor_type): Recognize Qbox for filled box. | ||
| 8 | Exceptions are hollow boxes. | ||
| 9 | (Qbox, Qhollow): New variables. | ||
| 10 | (syms_of_xfns): Initialize and staticpro them. | ||
| 11 | |||
| 12 | * xterm.h (FRAME_BLINK_OFF_CURSOR, FRAME_BLINK_OFF_CURSOR_WIDTH): | ||
| 13 | New macros. | ||
| 14 | (struct x_output): New fields blink_off_cursor, blink_off_cursor_width. | ||
| 15 | |||
| 16 | * xterm.c (x_display_and_set_cursor): Use FRAME_BLINK_OFF_CURSOR | ||
| 17 | and FRAME_BLINK_OFF_CURSOR_WIDTH for blinking cursor off. | ||
| 18 | |||
| 19 | * emacs.c (main): Handle --script. | ||
| 20 | (USAGE1): Mention --script. | ||
| 21 | (standard_args): Define sort order for --script. | ||
| 22 | |||
| 23 | 2002-08-27 Gerd Moellmann <gerd.moellmann@t-online.de> | ||
| 24 | |||
| 25 | * xdisp.c (redisplay_updating_p): Variable removed. | ||
| 26 | (inhibit_free_realized_faces, Qinhibit_free_realized_faces): New | ||
| 27 | variables. | ||
| 28 | (init_iterator): Don't free realized faces if | ||
| 29 | inhibit_free_realized_faces is set. | ||
| 30 | (redisplay_internal): Bind Qinhibit_free_realized_faces to nil. | ||
| 31 | (syms_of_xdisp): DEFVAR_BOOL inhibit-free-realized-faces, | ||
| 32 | initialize Qinhibit_free_realized_faces. | ||
| 33 | |||
| 34 | * dispextern.h (PRODUCE_GLYPHS): Set inhibit_free_realized_faces | ||
| 35 | when iterator is adding glyphs to a glyph matrix. | ||
| 36 | |||
| 1 | 2002-08-27 Kenichi Handa <handa@etl.go.jp> | 37 | 2002-08-27 Kenichi Handa <handa@etl.go.jp> |
| 2 | 38 | ||
| 3 | * xdisp.c (get_next_display_element): In unibyte case, don't use | 39 | * xdisp.c (get_next_display_element): In unibyte case, don't use |