[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/ChangeLog
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/ChangeLog |
Date: |
Thu, 25 Jul 2002 04:10:16 -0400 |
Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.4152 emacs/lisp/ChangeLog:1.4153
*** emacs/lisp/ChangeLog:1.4152 Thu Jul 25 03:05:12 2002
--- emacs/lisp/ChangeLog Thu Jul 25 04:10:15 2002
***************
*** 1,7 ****
2002-07-25 Carsten Dominik <address@hidden>
-
* textmodes/reftex.el (reftex-compile-variables): Simplified
regular expression.
--- 1,6 ----
***************
*** 67,73 ****
(byte-compile-find-cl-functions): New function.
(displaying-byte-compile-warnings):
Call byte-compile-find-cl-functions.
!
* warnings.el (warning-levels): Add %s to the strings.
(warning-group-format): New variable.
(warning-suppress-log-types): Renamed from warning-suppress-log.
--- 66,72 ----
(byte-compile-find-cl-functions): New function.
(displaying-byte-compile-warnings):
Call byte-compile-find-cl-functions.
!
* warnings.el (warning-levels): Add %s to the strings.
(warning-group-format): New variable.
(warning-suppress-log-types): Renamed from warning-suppress-log.
***************
*** 80,86 ****
* 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.
--- 79,85 ----
* 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.
***************
*** 123,129 ****
2002-07-22 Dan Nicolaescu <address@hidden>
* simple.el (undo, undo-more): Adjust messages when undoing in a
! region.
2002-07-22 John Paul Wallington <address@hidden>
--- 122,128 ----
2002-07-22 Dan Nicolaescu <address@hidden>
* simple.el (undo, undo-more): Adjust messages when undoing in a
! region.
2002-07-22 John Paul Wallington <address@hidden>
***************
*** 161,174 ****
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.
--- 160,173 ----
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.
***************
*** 183,189 ****
(reftex-cite-format-builtin): Added ?n for nocite.
* textmodes/reftex-index.el (reftex-query-index-phrase): Use
! `reftex-index-verify-function'.
* textmodes/reftex-toc.el (reftex-re-enlarge): Handle horizontal
splitting.
--- 182,188 ----
(reftex-cite-format-builtin): Added ?n for nocite.
* textmodes/reftex-index.el (reftex-query-index-phrase): Use
! `reftex-index-verify-function'.
* textmodes/reftex-toc.el (reftex-re-enlarge): Handle horizontal
splitting.
***************
*** 214,220 ****
(reftex-no-info-message): likewise
(reftex-mode): Define systax table for bibtex parsing.
(reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
!
* textmodes/reftex-cite.el (reftex-format-names): %a as name
format lists all names.
(reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
--- 213,219 ----
(reftex-no-info-message): likewise
(reftex-mode): Define systax table for bibtex parsing.
(reftex-syntax-table-for-bib): Syntax table for bibtex parsing.
!
* textmodes/reftex-cite.el (reftex-format-names): %a as name
format lists all names.
(reftex-parse-bibtex-entry): Use `reftex-syntax-table-for-bib'.
***************
*** 226,232 ****
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,A_(Bjohann <address@hidden>
--- 225,231 ----
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,A_(Bjohann <address@hidden>
***************
*** 273,281 ****
Don't display the log buffer at the end.
(byte-compile-warnings-point-max): Variable deleted.
(byte-compile-log-1): Rewrite for trace info, not used for warnings.
! (byte-compile-last-warned-form, byte-compile-last-logged-file):
Defvars moved.
!
* warnings.el: New file.
2002-07-19 Richard M. Stallman <address@hidden>
--- 272,280 ----
Don't display the log buffer at the end.
(byte-compile-warnings-point-max): Variable deleted.
(byte-compile-log-1): Rewrite for trace info, not used for warnings.
! (byte-compile-last-warned-form, byte-compile-last-logged-file):
Defvars moved.
!
* warnings.el: New file.
2002-07-19 Richard M. Stallman <address@hidden>
***************
*** 308,314 ****
* subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
(baud-rate, compiled-function-p, define-function, unread-command-char)
(executing-macro, post-command-idle-hook, post-command-idle-delay): Move
! obsolescence declarations from subr.el.
(directory-sep-char, mode-line-inverse-video): Add obsolescence
declaration.
--- 307,313 ----
* subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
(baud-rate, compiled-function-p, define-function, unread-command-char)
(executing-macro, post-command-idle-hook, post-command-idle-delay): Move
! obsolescence declarations from emacs-lisp/bytecomp.el.
(directory-sep-char, mode-line-inverse-video): Add obsolescence
declaration.
***************
*** 375,381 ****
(unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
version. Add custom dependencies.
(ucs-insert): Check for null from decode-char.
! (translation-table-for-input, ucs-quail-activate)
(ucs-minibuffer-setup, ccl-encode-unicode-font)
(ucs-tables-unload-hook): New.
--- 374,380 ----
(unify-8859-on-decoding-mode): Doc mod. Change code. Fix custom
version. Add custom dependencies.
(ucs-insert): Check for null from decode-char.
! (translation-table-for-input, ucs-quail-activate)
(ucs-minibuffer-setup, ccl-encode-unicode-font)
(ucs-tables-unload-hook): New.
***************
*** 412,420 ****
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
! * international/utf-8.el (utf-8-subst-table)
! (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
! (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
(utf-8-ccl-regs, utf-8-translate-cjk): New.
(ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
(ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
--- 411,419 ----
("Cyrillic-ALT"): Change input method.
("Windows-1251", "Tajik", "Bulgarian", "Belarusian"): New.
! * international/utf-8.el (utf-8-subst-table)
! (utf-8-subst-rev-table, utf-8-translation-table-for-decode)
! (utf-8-fragment-on-decoding, ccl-untranslated-to-ucs)
(utf-8-ccl-regs, utf-8-translate-cjk): New.
(ccl-encode-mule-utf-8): Use utf-8-subst-rev-table.
(ccl-decode-mule-utf-8, ccl-untranslated-to-ucs)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Andrew Innes, 2002/07/22
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Markus Rost, 2002/07/22
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/07/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Markus Rost, 2002/07/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/07/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/07/23
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/07/24
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/07/24
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Colin Walters, 2002/07/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Carsten Dominik, 2002/07/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog,
Juanma Barranquero <=
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/07/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Dave Love, 2002/07/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Sam Steingold, 2002/07/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Richard M. Stallman, 2002/07/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Sam Steingold, 2002/07/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Markus Rost, 2002/07/25
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Kenichi Handa, 2002/07/26
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/07/26
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Juanma Barranquero, 2002/07/26
- [Emacs-diffs] Changes to emacs/lisp/ChangeLog, Simon Josefsson, 2002/07/26