# HG changeset patch # User Kim F. Storm # Date 1025210500 0 # Node ID 8d9c8841d74831247befd31b9aa36aa3f8b8959a # Parent c7af4787ae1765140571e351b484ff8c00d29078 *** empty log message *** diff -r c7af4787ae17 -r 8d9c8841d748 src/ChangeLog --- a/src/ChangeLog Thu Jun 27 16:51:08 2002 +0000 +++ b/src/ChangeLog Thu Jun 27 20:41:40 2002 +0000 @@ -1,3 +1,17 @@ +2002-06-27 Kim F. Storm + + * xdisp.c: (mode_line_string_list, mode_line_string_face) + (mode_line_string_face_prop): New variables. + (store_mode_line_string): New function. + (display_mode_element): Use store_mode_line_string to + add mode-line string elements to mode_line_string_list + when mode_line_string_list is non-nil. + (Fformat_mode_line): Now returns propertized string by + default. New arg NO-PROPS to ignore properties. + (decode_mode_spec): Only add two dashes for %- in propertized + mode-line string. + (syms_of_xdisp): Init and staticpro mode_line_string_list. + 2002-06-27 Stefan Monnier * minibuf.c (minibuffer_completion_contents): Add return type.