diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 49ba17fe360..e8dd588bdd2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2002-02-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector) | ||
| 4 | (Fthis_single_command_keys, Fthis_single_command_raw_keys) | ||
| 5 | (Fclear_this_command_keys): Doc fixes. | ||
| 6 | |||
| 7 | * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face) | ||
| 8 | (update_face_from_frame_parameter): Increment face_change_count | ||
| 9 | and windows_or_buffers_changed to force redisplay using changed faces. | ||
| 10 | |||
| 11 | * xdisp.c (QCpropertize): New variable. | ||
| 12 | (mode_line_proptrans_alist): New variable. | ||
| 13 | (display_mode_element): New arg PROPS; all calls changed. | ||
| 14 | Implement this, for strings. | ||
| 15 | Handle literal output of strings by sharing the | ||
| 16 | main-line code for strings, using local var `literal'. | ||
| 17 | Handle :propertize feature. | ||
| 18 | (syms_of_xdisp): Initialze and staticpro QCpropertize and | ||
| 19 | mode_line_proptrans_alist. | ||
| 20 | |||
| 1 | 2002-02-11 Kim F. Storm <no-spam@cua.dk> | 21 | 2002-02-11 Kim F. Storm <no-spam@cua.dk> |
| 2 | 22 | ||
| 3 | * window.c: (Vmode_line_in_non_selected_windows): New variable. | 23 | * window.c: (Vmode_line_in_non_selected_windows): New variable. |
| @@ -69,7 +89,7 @@ | |||
| 69 | 89 | ||
| 70 | 2002-02-07 Stefan Monnier <monnier@cs.yale.edu> | 90 | 2002-02-07 Stefan Monnier <monnier@cs.yale.edu> |
| 71 | 91 | ||
| 72 | * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c). | 92 | * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c). |
| 73 | 93 | ||
| 74 | 2002-02-07 Kim F. Storm <storm@cua.dk> | 94 | 2002-02-07 Kim F. Storm <storm@cua.dk> |
| 75 | 95 | ||