From 9a654855156bc1df5d5feb2355e3e974701cb3d3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 23 Jul 2002 19:33:09 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ src/ChangeLog | 8 +++++ 2 files changed, 88 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ec74883817..64b07c5cc8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,19 @@ +2002-07-23 Richard M. Stallman + + * warnings.el: Add `provide' call. + + * files.el (basic-save-buffer-2): If there's an error writing the file, + unrename the backup file if it was just made. + (backup-buffer, basic-save-buffer-2, basic-save-buffer-1) + (basic-save-buffer): Value now has form (MODES . BACKUPNAME) + when a backup was just made by renaming. Otherwise it's nil. + + * wid-edit.el (widget-convert): Handle an argument that's a keyword. + Recognize explicit :args specification. + + * international/mule-cmds.el (select-safe-coding-system): + Don't ask for confirmation of mismatch if find-file-literally was used. + 2002-07-23 Markus Rost * add-log.el (add-log-current-defun): Fix typo in documentation. @@ -28,6 +44,58 @@ * vc.el (vc-next-action-on-file): Preserve find-file-literally. +2002-07-22 Dan Nicolaescu + + * simple.el (undo, undo-more): Adjust messages when undoing in a + region. + +2002-07-22 John Paul Wallington + + * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom. + (browse-url-lynx-input-delay): Add custom type and group. + + * cus-start.el (double-click-fuzz): Added. + +2002-07-22 Alan Shutko + + * calendar/solar.el (diary-sabbath-candles): Add optional MARK + parameter, specifying what face or character to use in the + calendar display. These will now return (MARK . ENTRY). + + * calendar/lunar.el (diary-phases-of-moon): Add optional MARK + parameter, specifying what face or character to use in the + calendar display. These will now return (MARK . ENTRY). + + * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit) + (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional + MARK parameter, specifying what face or character to use in the + calendar display. These will now return (MARK . ENTRY). + + * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark + from diary-sexp-entry and pass it to mark-visible-calendar-date. + (list-sexp-diary-entries): Update doc string for new docs for .... + If diary-sexp-entry returns a cons, only add the text to the diary + list. + (diary-sexp-entry): Allow sexps to return a cons of the form (MARK + . STRING) to specify what face or character mark should be used in + the calendar display. + (diary-date, diary-block, diary-float, diary-anniversary) + (diary-cyclic): Add optional MARK parameter, specifying what face + or character to use in the calendar display. These will now + return (MARK . ENTRY). + + * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date) + (calendar-holiday-list, diary-french-date, diary-mayan-date) + (diary-julian-date, diary-astro-day-number, diary-chinese-date) + (diary-islamic-date, list-islamic-diary-entries) + (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern) + (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha) + (diary-rosh-hodesh, list-hebrew-diary-entries) + (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern) + (diary-coptic-date, diary-persian-date, diary-phases-of-moon) + (diary-sunrise-sunset, diary-sabbath-candles): + Remove interactive flag from autoloads. + 2002-07-22 Carsten Dominik * textmodes/reftex-vars.el (reftex-index-verify-function): New @@ -76,7 +144,19 @@ (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'. (reftex-with-special-syntax-for-bib): new macro. +<<<<<<< ChangeLog +2002-07-21 Richard M. Stallman + + * international/ucs-tables.el (ucs-quail-activate): + Cope if buffer-file-coding-system is nil. + + * bindings.el (last-buffer): Use buffer-list with frame arg. + Create *scratch* if no other choice exists. Fix bugs. + +2002-07-21 Kai Gro,b_(Bjohann +======= 2002-07-21 Kai Gro,A_(Bjohann +>>>>>>> 1.4146 * net/tramp.el: Bump version to 2.0.2. (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to diff --git a/src/ChangeLog b/src/ChangeLog index f03b2af7102..9922f2a3c4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2002-07-23 Gerd Moellmann + + * xdisp.c (redisplay_updating_p): New variable. + (init_iterator): Don't free realized faces when + redisplay_updating_p is set. + (redisplay_internal): Set redisplay_updating_p while updating + the display. + 2002-07-23 Richard M. Stallman * editfns.c (Fmessage): Treat "" like nil. -- 2.39.5