comparison src/ChangeLog @ 43272:d05b5e007830

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Feb 2002 16:24:33 +0000
parents aff893b3201f
children 1124d2e7429a
comparison
equal deleted inserted replaced
43271:a8329a91e9b5 43272:d05b5e007830
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.
4 (syms_of_window): DEFVAR_LISP it. 24 (syms_of_window): DEFVAR_LISP it.
5 25
67 87
68 * sysdep.c (init_system_name): Put unused variable `p' in #if 0. 88 * sysdep.c (init_system_name): Put unused variable `p' in #if 0.
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
76 * keymap.c (where_is_internal): Only check whether definition is 96 * keymap.c (where_is_internal): Only check whether definition is
77 remapped if it fulfills is_command_symbol. 97 remapped if it fulfills is_command_symbol.