diff options
| author | Richard M. Stallman | 2002-07-23 19:33:09 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-23 19:33:09 +0000 |
| commit | 9a654855156bc1df5d5feb2355e3e974701cb3d3 (patch) | |
| tree | d95e81006f8663a9af37ef25cb1531d3e8483b32 | |
| parent | 1987b083563d73dd97ea6524a7d8496c8a3ed1ed (diff) | |
| download | emacs-9a654855156bc1df5d5feb2355e3e974701cb3d3.tar.gz emacs-9a654855156bc1df5d5feb2355e3e974701cb3d3.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 80 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
2 files changed, 88 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ec74883817..64b07c5cc8c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,19 @@ | |||
| 1 | 2002-07-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * warnings.el: Add `provide' call. | ||
| 4 | |||
| 5 | * files.el (basic-save-buffer-2): If there's an error writing the file, | ||
| 6 | unrename the backup file if it was just made. | ||
| 7 | (backup-buffer, basic-save-buffer-2, basic-save-buffer-1) | ||
| 8 | (basic-save-buffer): Value now has form (MODES . BACKUPNAME) | ||
| 9 | when a backup was just made by renaming. Otherwise it's nil. | ||
| 10 | |||
| 11 | * wid-edit.el (widget-convert): Handle an argument that's a keyword. | ||
| 12 | Recognize explicit :args specification. | ||
| 13 | |||
| 14 | * international/mule-cmds.el (select-safe-coding-system): | ||
| 15 | Don't ask for confirmation of mismatch if find-file-literally was used. | ||
| 16 | |||
| 1 | 2002-07-23 Markus Rost <rost@math.ohio-state.edu> | 17 | 2002-07-23 Markus Rost <rost@math.ohio-state.edu> |
| 2 | 18 | ||
| 3 | * add-log.el (add-log-current-defun): Fix typo in documentation. | 19 | * add-log.el (add-log-current-defun): Fix typo in documentation. |
| @@ -28,6 +44,58 @@ | |||
| 28 | 44 | ||
| 29 | * vc.el (vc-next-action-on-file): Preserve find-file-literally. | 45 | * vc.el (vc-next-action-on-file): Preserve find-file-literally. |
| 30 | 46 | ||
| 47 | 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 48 | |||
| 49 | * simple.el (undo, undo-more): Adjust messages when undoing in a | ||
| 50 | region. | ||
| 51 | |||
| 52 | 2002-07-22 John Paul Wallington <jpw@shootybangbang.com> | ||
| 53 | |||
| 54 | * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom. | ||
| 55 | (browse-url-lynx-input-delay): Add custom type and group. | ||
| 56 | |||
| 57 | * cus-start.el (double-click-fuzz): Added. | ||
| 58 | |||
| 59 | 2002-07-22 Alan Shutko <ats@acm.org> | ||
| 60 | |||
| 61 | * calendar/solar.el (diary-sabbath-candles): Add optional MARK | ||
| 62 | parameter, specifying what face or character to use in the | ||
| 63 | calendar display. These will now return (MARK . ENTRY). | ||
| 64 | |||
| 65 | * calendar/lunar.el (diary-phases-of-moon): Add optional MARK | ||
| 66 | parameter, specifying what face or character to use in the | ||
| 67 | calendar display. These will now return (MARK . ENTRY). | ||
| 68 | |||
| 69 | * calendar/cal-hebrew.el (diary-omer, diary-yahrzeit) | ||
| 70 | (diary-rosh-hodesh, diary-parasha, diary-parasha): Add optional | ||
| 71 | MARK parameter, specifying what face or character to use in the | ||
| 72 | calendar display. These will now return (MARK . ENTRY). | ||
| 73 | |||
| 74 | * calendar/diary-lib.el (mark-sexp-diary-entries): Retrieve mark | ||
| 75 | from diary-sexp-entry and pass it to mark-visible-calendar-date. | ||
| 76 | (list-sexp-diary-entries): Update doc string for new docs for .... | ||
| 77 | If diary-sexp-entry returns a cons, only add the text to the diary | ||
| 78 | list. | ||
| 79 | (diary-sexp-entry): Allow sexps to return a cons of the form (MARK | ||
| 80 | . STRING) to specify what face or character mark should be used in | ||
| 81 | the calendar display. | ||
| 82 | (diary-date, diary-block, diary-float, diary-anniversary) | ||
| 83 | (diary-cyclic): Add optional MARK parameter, specifying what face | ||
| 84 | or character to use in the calendar display. These will now | ||
| 85 | return (MARK . ENTRY). | ||
| 86 | |||
| 87 | * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date) | ||
| 88 | (calendar-holiday-list, diary-french-date, diary-mayan-date) | ||
| 89 | (diary-julian-date, diary-astro-day-number, diary-chinese-date) | ||
| 90 | (diary-islamic-date, list-islamic-diary-entries) | ||
| 91 | (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern) | ||
| 92 | (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha) | ||
| 93 | (diary-rosh-hodesh, list-hebrew-diary-entries) | ||
| 94 | (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern) | ||
| 95 | (diary-coptic-date, diary-persian-date, diary-phases-of-moon) | ||
| 96 | (diary-sunrise-sunset, diary-sabbath-candles): | ||
| 97 | Remove interactive flag from autoloads. | ||
| 98 | |||
| 31 | 2002-07-22 Carsten Dominik <dominik@astro.uva.nl> | 99 | 2002-07-22 Carsten Dominik <dominik@astro.uva.nl> |
| 32 | 100 | ||
| 33 | * textmodes/reftex-vars.el (reftex-index-verify-function): New | 101 | * textmodes/reftex-vars.el (reftex-index-verify-function): New |
| @@ -76,7 +144,19 @@ | |||
| 76 | (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'. | 144 | (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'. |
| 77 | (reftex-with-special-syntax-for-bib): new macro. | 145 | (reftex-with-special-syntax-for-bib): new macro. |
| 78 | 146 | ||
| 147 | <<<<<<< ChangeLog | ||
| 148 | 2002-07-21 Richard M. Stallman <rms@gnu.org> | ||
| 149 | |||
| 150 | * international/ucs-tables.el (ucs-quail-activate): | ||
| 151 | Cope if buffer-file-coding-system is nil. | ||
| 152 | |||
| 153 | * bindings.el (last-buffer): Use buffer-list with frame arg. | ||
| 154 | Create *scratch* if no other choice exists. Fix bugs. | ||
| 155 | |||
| 156 | 2002-07-21 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | ||
| 157 | ======= | ||
| 79 | 2002-07-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 158 | 2002-07-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> |
| 159 | >>>>>>> 1.4146 | ||
| 80 | 160 | ||
| 81 | * net/tramp.el: Bump version to 2.0.2. | 161 | * net/tramp.el: Bump version to 2.0.2. |
| 82 | (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to | 162 | (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 @@ | |||
| 1 | 2002-07-23 Gerd Moellmann <gerd.moellmann@t-online.de> | ||
| 2 | |||
| 3 | * xdisp.c (redisplay_updating_p): New variable. | ||
| 4 | (init_iterator): Don't free realized faces when | ||
| 5 | redisplay_updating_p is set. | ||
| 6 | (redisplay_internal): Set redisplay_updating_p while updating | ||
| 7 | the display. | ||
| 8 | |||
| 1 | 2002-07-23 Richard M. Stallman <rms@gnu.org> | 9 | 2002-07-23 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * editfns.c (Fmessage): Treat "" like nil. | 11 | * editfns.c (Fmessage): Treat "" like nil. |