comparison lisp/ChangeLog @ 46649:5b983d53ff02

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 23 Jul 2002 19:33:09 +0000
parents b41d86e98fdd
children ab6078ae4045
comparison
equal deleted inserted replaced
46648:afaa97555f79 46649:5b983d53ff02
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.
4 20
5 2002-07-22 Markus Rost <rost@math.ohio-state.edu> 21 2002-07-22 Markus Rost <rost@math.ohio-state.edu>
25 to dependencies; change compile-files to compile. 41 to dependencies; change compile-files to compile.
26 42
27 2002-07-22 Andre Spiegel <spiegel@gnu.org> 43 2002-07-22 Andre Spiegel <spiegel@gnu.org>
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.
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.
30 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
34 option. 102 option.
74 * textmodes/reftex-cite.el (reftex-format-names): %a as name 142 * textmodes/reftex-cite.el (reftex-format-names): %a as name
75 format lists all names. 143 format lists all names.
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
83 longer names. Use old names "sm1", "sm2" and so on for methods 163 longer names. Use old names "sm1", "sm2" and so on for methods
84 invoking "ssh -1" or "ssh -2". 164 invoking "ssh -1" or "ssh -2".