comparison lisp/ChangeLog @ 46686:117eb97fbd28

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 25 Jul 2002 08:10:15 +0000
parents c4a6adf9befe
children d173e099056d
comparison
equal deleted inserted replaced
46685:c4a6adf9befe 46686:117eb97fbd28
1 1
2 2002-07-25 Carsten Dominik <dominik@astro.uva.nl> 2 2002-07-25 Carsten Dominik <dominik@astro.uva.nl>
3
4 3
5 * textmodes/reftex.el (reftex-compile-variables): Simplified 4 * textmodes/reftex.el (reftex-compile-variables): Simplified
6 regular expression. 5 regular expression.
7 6
8 * textmodes/reftex-parse.el (reftex-locate-bibliography-files): 7 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
65 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable. 64 * emacs-lisp/bytecomp.el (byte-compile-cl-functions): New variable.
66 (byte-compile-cl-warn): Use that variable. 65 (byte-compile-cl-warn): Use that variable.
67 (byte-compile-find-cl-functions): New function. 66 (byte-compile-find-cl-functions): New function.
68 (displaying-byte-compile-warnings): 67 (displaying-byte-compile-warnings):
69 Call byte-compile-find-cl-functions. 68 Call byte-compile-find-cl-functions.
70 69
71 * warnings.el (warning-levels): Add %s to the strings. 70 * warnings.el (warning-levels): Add %s to the strings.
72 (warning-group-format): New variable. 71 (warning-group-format): New variable.
73 (warning-suppress-log-types): Renamed from warning-suppress-log. 72 (warning-suppress-log-types): Renamed from warning-suppress-log.
74 (warning-suppress-types): Renamed from warning-suppress. 73 (warning-suppress-types): Renamed from warning-suppress.
75 (display-warning): Implement those changes. 74 (display-warning): Implement those changes.
78 77
79 * warnings.el: Add `provide' call. 78 * warnings.el: Add `provide' call.
80 79
81 * files.el (basic-save-buffer-2): If there's an error writing the file, 80 * files.el (basic-save-buffer-2): If there's an error writing the file,
82 unrename the backup file if it was just made. 81 unrename the backup file if it was just made.
83 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1) 82 (backup-buffer, basic-save-buffer-2, basic-save-buffer-1)
84 (basic-save-buffer): Value now has form (MODES . BACKUPNAME) 83 (basic-save-buffer): Value now has form (MODES . BACKUPNAME)
85 when a backup was just made by renaming. Otherwise it's nil. 84 when a backup was just made by renaming. Otherwise it's nil.
86 85
87 * wid-edit.el (widget-convert): Handle an argument that's a keyword. 86 * wid-edit.el (widget-convert): Handle an argument that's a keyword.
88 Recognize explicit :args specification. 87 Recognize explicit :args specification.
121 * vc.el (vc-next-action-on-file): Preserve find-file-literally. 120 * vc.el (vc-next-action-on-file): Preserve find-file-literally.
122 121
123 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu> 122 2002-07-22 Dan Nicolaescu <dann@ics.uci.edu>
124 123
125 * simple.el (undo, undo-more): Adjust messages when undoing in a 124 * simple.el (undo, undo-more): Adjust messages when undoing in a
126 region. 125 region.
127 126
128 2002-07-22 John Paul Wallington <jpw@shootybangbang.com> 127 2002-07-22 John Paul Wallington <jpw@shootybangbang.com>
129 128
130 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom. 129 * net/browse-url.el (browse-url-lynx-input-attempts): Use defcustom.
131 (browse-url-lynx-input-delay): Add custom type and group. 130 (browse-url-lynx-input-delay): Add custom type and group.
159 (diary-cyclic): Add optional MARK parameter, specifying what face 158 (diary-cyclic): Add optional MARK parameter, specifying what face
160 or character to use in the calendar display. These will now 159 or character to use in the calendar display. These will now
161 return (MARK . ENTRY). 160 return (MARK . ENTRY).
162 161
163 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date) 162 * calendar/diary-lib.el (check-calendar-holidays, diary-iso-date)
164 (calendar-holiday-list, diary-french-date, diary-mayan-date) 163 (calendar-holiday-list, diary-french-date, diary-mayan-date)
165 (diary-julian-date, diary-astro-day-number, diary-chinese-date) 164 (diary-julian-date, diary-astro-day-number, diary-chinese-date)
166 (diary-islamic-date, list-islamic-diary-entries) 165 (diary-islamic-date, list-islamic-diary-entries)
167 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern) 166 (mark-islamic-diary-entries, mark-islamic-calendar-date-pattern)
168 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha) 167 (diary-hebrew-date, diary-omer, diary-yahrzeit, diary-parasha)
169 (diary-rosh-hodesh, list-hebrew-diary-entries) 168 (diary-rosh-hodesh, list-hebrew-diary-entries)
170 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern) 169 (mark-hebrew-diary-entries, mark-hebrew-calendar-date-pattern)
171 (diary-coptic-date, diary-persian-date, diary-phases-of-moon) 170 (diary-coptic-date, diary-persian-date, diary-phases-of-moon)
172 (diary-sunrise-sunset, diary-sabbath-candles): 171 (diary-sunrise-sunset, diary-sabbath-candles):
173 Remove interactive flag from autoloads. 172 Remove interactive flag from autoloads.
174 173
175 2002-07-22 Carsten Dominik <dominik@astro.uva.nl> 174 2002-07-22 Carsten Dominik <dominik@astro.uva.nl>
176 175
181 (reftex-toc-split-windows-horizontally-fraction): New option 180 (reftex-toc-split-windows-horizontally-fraction): New option
182 (reftex-include-file-commands): New option. 181 (reftex-include-file-commands): New option.
183 (reftex-cite-format-builtin): Added ?n for nocite. 182 (reftex-cite-format-builtin): Added ?n for nocite.
184 183
185 * textmodes/reftex-index.el (reftex-query-index-phrase): Use 184 * textmodes/reftex-index.el (reftex-query-index-phrase): Use
186 `reftex-index-verify-function'. 185 `reftex-index-verify-function'.
187 186
188 * textmodes/reftex-toc.el (reftex-re-enlarge): Handle horizontal 187 * textmodes/reftex-toc.el (reftex-re-enlarge): Handle horizontal
189 splitting. 188 splitting.
190 (reftex-toc): Handle horizontal splitting 189 (reftex-toc): Handle horizontal splitting
191 (reftex-last-window-width): New variable. 190 (reftex-last-window-width): New variable.
212 (reftex-query-index-macro-help): likewise 211 (reftex-query-index-macro-help): likewise
213 (reftex-no-follow-message): likewise 212 (reftex-no-follow-message): likewise
214 (reftex-no-info-message): likewise 213 (reftex-no-info-message): likewise
215 (reftex-mode): Define systax table for bibtex parsing. 214 (reftex-mode): Define systax table for bibtex parsing.
216 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing. 215 (reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
217 216
218 * textmodes/reftex-cite.el (reftex-format-names): %a as name 217 * textmodes/reftex-cite.el (reftex-format-names): %a as name
219 format lists all names. 218 format lists all names.
220 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'. 219 (reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
221 (reftex-with-special-syntax-for-bib): new macro. 220 (reftex-with-special-syntax-for-bib): new macro.
222 221
224 223
225 * international/ucs-tables.el (ucs-quail-activate): 224 * international/ucs-tables.el (ucs-quail-activate):
226 Cope if buffer-file-coding-system is nil. 225 Cope if buffer-file-coding-system is nil.
227 226
228 * bindings.el (last-buffer): Use buffer-list with frame arg. 227 * bindings.el (last-buffer): Use buffer-list with frame arg.
229 Create *scratch* if no other choice exists. Fix bugs. 228 Create *scratch* if no other choice exists. Fix bugs.
230 229
231 2002-07-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 230 2002-07-21 Kai Gro,A_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
232 231
233 * net/tramp.el: Bump version to 2.0.2. 232 * net/tramp.el: Bump version to 2.0.2.
234 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to 233 (tramp-methods): Rename methods invoking "ssh1" or "ssh2" to
271 (displaying-byte-compile-warnings): Bind warning-series. 270 (displaying-byte-compile-warnings): Bind warning-series.
272 Don't bind or use byte-compile-warnings-point-max. 271 Don't bind or use byte-compile-warnings-point-max.
273 Don't display the log buffer at the end. 272 Don't display the log buffer at the end.
274 (byte-compile-warnings-point-max): Variable deleted. 273 (byte-compile-warnings-point-max): Variable deleted.
275 (byte-compile-log-1): Rewrite for trace info, not used for warnings. 274 (byte-compile-log-1): Rewrite for trace info, not used for warnings.
276 (byte-compile-last-warned-form, byte-compile-last-logged-file): 275 (byte-compile-last-warned-form, byte-compile-last-logged-file):
277 Defvars moved. 276 Defvars moved.
278 277
279 * warnings.el: New file. 278 * warnings.el: New file.
280 279
281 2002-07-19 Richard M. Stallman <rms@gnu.org> 280 2002-07-19 Richard M. Stallman <rms@gnu.org>
282 281
283 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values' 282 * emacs-lisp/bytecomp.el (byte-compile-cl-warn): Delete `values'
306 (post-command-idle-delay): Move obsolescence declarations to subr.el. 305 (post-command-idle-delay): Move obsolescence declarations to subr.el.
307 306
308 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo) 307 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
309 (baud-rate, compiled-function-p, define-function, unread-command-char) 308 (baud-rate, compiled-function-p, define-function, unread-command-char)
310 (executing-macro, post-command-idle-hook, post-command-idle-delay): Move 309 (executing-macro, post-command-idle-hook, post-command-idle-delay): Move
311 obsolescence declarations from subr.el. 310 obsolescence declarations from emacs-lisp/bytecomp.el.
312 (directory-sep-char, mode-line-inverse-video): Add obsolescence 311 (directory-sep-char, mode-line-inverse-video): Add obsolescence
313 declaration. 312 declaration.
314 313
315 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu> 314 2002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
316 315
373 (ucs-fragment-8859): Modified consistent with ucs-unify-8859. 372 (ucs-fragment-8859): Modified consistent with ucs-unify-8859.
374 (unify-8859-on-encoding-mode): Doc mod. Fix custom version. 373 (unify-8859-on-encoding-mode): Doc mod. Fix custom version.
375 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom 374 (unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
376 version. Add custom dependencies. 375 version. Add custom dependencies.
377 (ucs-insert): Check for null from decode-char. 376 (ucs-insert): Check for null from decode-char.
378 (translation-table-for-input, ucs-quail-activate) 377 (translation-table-for-input, ucs-quail-activate)
379 (ucs-minibuffer-setup, ccl-encode-unicode-font) 378 (ucs-minibuffer-setup, ccl-encode-unicode-font)
380 (ucs-tables-unload-hook): New. 379 (ucs-tables-unload-hook): New.
381 380
382 * international/mule.el (define-translation-hash-table): New. 381 * international/mule.el (define-translation-hash-table): New.
383 (decode-char): Use utf-8-translation-table-for-decode. 382 (decode-char): Use utf-8-translation-table-for-decode.
410 New. 409 New.
411 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset. 410 (cyrillic-alternativnyj): Modify safe-chars, add mime-charset.
412 ("Cyrillic-ALT"): Change input method. 411 ("Cyrillic-ALT"): Change input method.
413 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New. 412 ("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
414 413
415 * international/utf-8.el (utf-8-subst-table) 414 * international/utf-8.el (utf-8-subst-table)
416 (utf-8-subst-rev-table, utf-8-translation-table-for-decode) 415 (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
417 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs) 416 (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
418 (utf-8-ccl-regs, utf-8-translate-cjk): New. 417 (utf-8-ccl-regs, utf-8-translate-cjk): New.
419 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table. 418 (ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
420 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs) 419 (ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
421 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten. 420 (utf-8-untranslated-to-ucs, utf-8-compose): Rewritten.
422 (mule-utf-8): Remove pre-write-conversion. 421 (mule-utf-8): Remove pre-write-conversion.