]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Feb 2002 16:24:33 +0000 (16:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Feb 2002 16:24:33 +0000 (16:24 +0000)
ChangeLog
lisp/ChangeLog
src/ChangeLog

index eae81e5ddc4c1cea1bbc4b53905505b1382f5f7f..0f14367b02d225b00ef7c1e9f454c631a765c2f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-13  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (maybe_bootstrap): Do `exit 1'.
+       (all): Don't depend on maybe_bootstrap here.
+       (${SUBDIR}): Depend on it here instead.
+
 2002-02-08  Richard M. Stallman  <rms@gnu.org>
 
        * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop.
index c4128378b88867b53bea0c413dd485b2451d83d1..ab2eb040845fa59aed976c941a20bf238ed47b7f 100644 (file)
@@ -1,3 +1,18 @@
+2002-02-13  Richard M. Stallman  <rms@gnu.org>
+
+       * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev.
+       (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end
+       to avoid needing sendmail.el at run time.
+
+       * bindings.el (mode-line-minor-mode-keymap): Definition moved up.
+       Initialization moved up too.
+       (mode-line-modes): Use :propertize.
+       (mode-line-mode-menu-keymap): Var deleted.
+       (mode-line-copied-mode-name): Var deleted.
+       (mode-line-mode-name): Function deleted.
+       (mode-line-mode-menu): Each item now shows its mode line lighter.
+       (minor-mode-alist): Don't call propertize here.
+
 2002-02-12  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * progmodes/pascal.el (pascal-imenu-generic-expression): Add
index 49ba17fe360a2a1442b5de68294159d0f8b782c6..e8dd588bdd2867ade670679d331b8cd578613ed3 100644 (file)
@@ -1,3 +1,23 @@
+2002-02-13  Richard M. Stallman  <rms@gnu.org>
+
+       * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector) 
+       (Fthis_single_command_keys, Fthis_single_command_raw_keys) 
+       (Fclear_this_command_keys): Doc fixes.
+
+       * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face) 
+       (update_face_from_frame_parameter): Increment face_change_count
+       and windows_or_buffers_changed to force redisplay using changed faces.
+
+       * xdisp.c (QCpropertize): New variable.
+       (mode_line_proptrans_alist): New variable.
+       (display_mode_element): New arg PROPS; all calls changed.
+       Implement this, for strings.
+       Handle literal output of strings by sharing the
+       main-line code for strings, using local var `literal'.
+       Handle :propertize feature.
+       (syms_of_xdisp): Initialze and staticpro QCpropertize and 
+       mode_line_proptrans_alist.
+       
 2002-02-11  Kim F. Storm  <no-spam@cua.dk>
 
        * window.c: (Vmode_line_in_non_selected_windows): New variable.
@@ -69,7 +89,7 @@
 
 2002-02-07  Stefan Monnier  <monnier@cs.yale.edu>
 
-       * lisp.h (Fx_file_dialog): Export (for Motif code in fileio.c).
+       * lisp.h (Fx_file_dialog): Add extern decl (used in fileio.c).
 
 2002-02-07  Kim F. Storm  <storm@cua.dk>