diff options
| author | Richard M. Stallman | 2002-02-13 16:24:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-02-13 16:24:33 +0000 |
| commit | db54c53aa6b3ec0ae223fc18ba2be9fce58ac67f (patch) | |
| tree | a60f39fa64ddc3b2d8dfad987a21d7ce9f5e34db | |
| parent | 925016524854e94ae41e2243734a232435c3dece (diff) | |
| download | emacs-db54c53aa6b3ec0ae223fc18ba2be9fce58ac67f.tar.gz emacs-db54c53aa6b3ec0ae223fc18ba2be9fce58ac67f.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog | 15 | ||||
| -rw-r--r-- | src/ChangeLog | 22 |
3 files changed, 42 insertions, 1 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-02-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * Makefile.in (maybe_bootstrap): Do `exit 1'. | ||
| 4 | (all): Don't depend on maybe_bootstrap here. | ||
| 5 | (${SUBDIR}): Depend on it here instead. | ||
| 6 | |||
| 1 | 2002-02-08 Richard M. Stallman <rms@gnu.org> | 7 | 2002-02-08 Richard M. Stallman <rms@gnu.org> |
| 2 | 8 | ||
| 3 | * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop. | 9 | * Makefile.in (maybe_bootstrap): Add an infinite sleep-loop. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c4128378b88..ab2eb040845 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2002-02-13 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * mail/mailabbrev.el (define-mail-abbrev): Define as system abbrev. | ||
| 4 | (mail-abbrev-in-expansion-header-p): Copy the code of mail-header-end | ||
| 5 | to avoid needing sendmail.el at run time. | ||
| 6 | |||
| 7 | * bindings.el (mode-line-minor-mode-keymap): Definition moved up. | ||
| 8 | Initialization moved up too. | ||
| 9 | (mode-line-modes): Use :propertize. | ||
| 10 | (mode-line-mode-menu-keymap): Var deleted. | ||
| 11 | (mode-line-copied-mode-name): Var deleted. | ||
| 12 | (mode-line-mode-name): Function deleted. | ||
| 13 | (mode-line-mode-menu): Each item now shows its mode line lighter. | ||
| 14 | (minor-mode-alist): Don't call propertize here. | ||
| 15 | |||
| 1 | 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il> | 16 | 2002-02-12 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 17 | ||
| 3 | * progmodes/pascal.el (pascal-imenu-generic-expression): Add | 18 | * progmodes/pascal.el (pascal-imenu-generic-expression): Add |
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 | ||