diff options
| author | Kim F. Storm | 2007-03-04 23:42:07 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2007-03-04 23:42:07 +0000 |
| commit | 8cedef2e7475553a0932f37591e79c367903e787 (patch) | |
| tree | 2bf02a970f11878d52463c183cb1ff9a3e089235 | |
| parent | fd6780a53b11d9f49b61138fcdb15d1705b9e623 (diff) | |
| download | emacs-8cedef2e7475553a0932f37591e79c367903e787.tar.gz emacs-8cedef2e7475553a0932f37591e79c367903e787.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/ChangeLog.10 | 23 | ||||
| -rw-r--r-- | lisp/ChangeLog.11 | 42 | ||||
| -rw-r--r-- | lisp/ChangeLog.7 | 4 |
4 files changed, 38 insertions, 37 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83437bca808..4bd507a4156 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -15721,7 +15721,7 @@ | |||
| 15721 | 15721 | ||
| 15722 | * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1. | 15722 | * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1. |
| 15723 | 15723 | ||
| 15724 | 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch) | 15724 | 2005-12-06 Nozomu Ando <nand@mac.com> |
| 15725 | 15725 | ||
| 15726 | * mail/smtpmail.el (smtpmail-try-auth-methods): Make password | 15726 | * mail/smtpmail.el (smtpmail-try-auth-methods): Make password |
| 15727 | prompts work for AUTH PLAIN. Also reported by Steve Allan | 15727 | prompts work for AUTH PLAIN. Also reported by Steve Allan |
| @@ -29284,7 +29284,7 @@ | |||
| 29284 | * progmodes/python.el (python-close-block-statement-p) | 29284 | * progmodes/python.el (python-close-block-statement-p) |
| 29285 | (python-outdent-p, python-current-defun): Use symbol-end. | 29285 | (python-outdent-p, python-current-defun): Use symbol-end. |
| 29286 | 29286 | ||
| 29287 | 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | 29287 | 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> |
| 29288 | 29288 | ||
| 29289 | * files.el (save-some-buffers): Doc fix. | 29289 | * files.el (save-some-buffers): Doc fix. |
| 29290 | 29290 | ||
| @@ -31969,7 +31969,7 @@ | |||
| 31969 | * electric.el (Electric-pop-up-window): Use fit-window-to-buffer | 31969 | * electric.el (Electric-pop-up-window): Use fit-window-to-buffer |
| 31970 | instead of calculating the right size. | 31970 | instead of calculating the right size. |
| 31971 | 31971 | ||
| 31972 | 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change) | 31972 | 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> |
| 31973 | 31973 | ||
| 31974 | * vc-svn.el (vc-svn-diff): Stay local if possible. | 31974 | * vc-svn.el (vc-svn-diff): Stay local if possible. |
| 31975 | 31975 | ||
diff --git a/lisp/ChangeLog.10 b/lisp/ChangeLog.10 index d7264dfb0b8..d6d69c52924 100644 --- a/lisp/ChangeLog.10 +++ b/lisp/ChangeLog.10 | |||
| @@ -2972,7 +2972,7 @@ | |||
| 2972 | (rename-buffer): Use the `newname' arg as base. | 2972 | (rename-buffer): Use the `newname' arg as base. |
| 2973 | (create-file-buffer): Split the file name into base and dirname. | 2973 | (create-file-buffer): Split the file name into base and dirname. |
| 2974 | 2974 | ||
| 2975 | 2003-05-09 Jesper Harder <harder@ifa.au.dk> (tiny change) | 2975 | 2003-05-09 Jesper Harder <harder@ifa.au.dk> |
| 2976 | 2976 | ||
| 2977 | * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line. | 2977 | * mail/smtpmail.el (smtpmail-send-queued-mail): Don't use kill-line. |
| 2978 | 2978 | ||
| @@ -3275,7 +3275,7 @@ | |||
| 3275 | * filesets.el (filesets-data): Add another defvar. | 3275 | * filesets.el (filesets-data): Add another defvar. |
| 3276 | (filesets-verbosity): Doc fix. | 3276 | (filesets-verbosity): Doc fix. |
| 3277 | 3277 | ||
| 3278 | 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) | 3278 | 2003-05-02 Tak Ota <Takaaki.Ota@am.sony.com> |
| 3279 | 3279 | ||
| 3280 | * recentf.el (recentf-cleanup): Swap tests for exclusion and | 3280 | * recentf.el (recentf-cleanup): Swap tests for exclusion and |
| 3281 | accessibility. | 3281 | accessibility. |
| @@ -3492,10 +3492,10 @@ | |||
| 3492 | (Info-display-images-node): New functions for displaying images. | 3492 | (Info-display-images-node): New functions for displaying images. |
| 3493 | (Info-select-node): Call Info-display-images-node. | 3493 | (Info-select-node): Call Info-display-images-node. |
| 3494 | 3494 | ||
| 3495 | 2003-04-25 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 3495 | 2003-04-25 David Ponce <david.ponce@wanadoo.fr> |
| 3496 | 3496 | ||
| 3497 | * files.el (file-relative-name): Recognize "c:/foo" as absolute | 3497 | * files.el (file-relative-name): Recognize "c:/foo" as absolute |
| 3498 | file name. Tiny change from David PONCE <david.ponce@wanadoo.fr>. | 3498 | file name. |
| 3499 | 3499 | ||
| 3500 | 2003-04-24 Sam Steingold <sds@gnu.org> | 3500 | 2003-04-24 Sam Steingold <sds@gnu.org> |
| 3501 | 3501 | ||
| @@ -5595,7 +5595,7 @@ | |||
| 5595 | beginning-of-defun to the non-existing command | 5595 | beginning-of-defun to the non-existing command |
| 5596 | sh-beginning-of-compound-command. | 5596 | sh-beginning-of-compound-command. |
| 5597 | 5597 | ||
| 5598 | 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change) | 5598 | 2003-02-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> |
| 5599 | 5599 | ||
| 5600 | * files.el (find-alternate-file): Check whether `dired-directory' | 5600 | * files.el (find-alternate-file): Check whether `dired-directory' |
| 5601 | is bound. | 5601 | is bound. |
| @@ -11971,7 +11971,7 @@ | |||
| 11971 | * calendar/appt.el (appt-delete): Use substring-no-properties. | 11971 | * calendar/appt.el (appt-delete): Use substring-no-properties. |
| 11972 | (appt-make-list): Don't use prin1-to-string; use the string unchanged. | 11972 | (appt-make-list): Don't use prin1-to-string; use the string unchanged. |
| 11973 | 11973 | ||
| 11974 | 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> (tiny change) | 11974 | 2002-08-15 Jan Nieuwenhuizen <janneke@gnu.org> |
| 11975 | 11975 | ||
| 11976 | * server.el (server-process-filter): Simplify code. | 11976 | * server.el (server-process-filter): Simplify code. |
| 11977 | (server-goto-line-column): New function. | 11977 | (server-goto-line-column): New function. |
| @@ -12378,7 +12378,7 @@ | |||
| 12378 | * dired.el: Hide disabling of dired-find-alternate-file behind | 12378 | * dired.el: Hide disabling of dired-find-alternate-file behind |
| 12379 | autoload-cookie. | 12379 | autoload-cookie. |
| 12380 | 12380 | ||
| 12381 | 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) | 12381 | 2002-07-31 Tak Ota <Takaaki.Ota@am.sony.com> |
| 12382 | 12382 | ||
| 12383 | * makefile.w32-in: Revert some changes from 2002-07-23 because they | 12383 | * makefile.w32-in: Revert some changes from 2002-07-23 because they |
| 12384 | don't work on MSVC/nmake builds. | 12384 | don't work on MSVC/nmake builds. |
| @@ -22919,13 +22919,14 @@ | |||
| 22919 | * startup.el: Document command line option --no-window-system | 22919 | * startup.el: Document command line option --no-window-system |
| 22920 | instead of --no-windows. | 22920 | instead of --no-windows. |
| 22921 | 22921 | ||
| 22922 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | 22922 | 2001-10-30 David Ponce <david.ponce@wanadoo.fr> |
| 22923 | |||
| 22924 | * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip. | ||
| 22925 | 22923 | ||
| 22926 | * font-lock.el (java-font-lock-syntactic-face-function): New fun. | 22924 | * font-lock.el (java-font-lock-syntactic-face-function): New fun. |
| 22927 | (font-lock-defaults-alist): Use it. | 22925 | (font-lock-defaults-alist): Use it. |
| 22928 | From David Ponce <david.ponce@wanadoo.fr> | 22926 | |
| 22927 | 2001-10-30 Stefan Monnier <monnier@cs.yale.edu> | ||
| 22928 | |||
| 22929 | * progmodes/autoconf.el (autoconf-mode): Fix comment-start-skip. | ||
| 22929 | 22930 | ||
| 22930 | * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare | 22931 | * progmodes/perl-mode.el (perl-indent-line): Use `eq' to compare |
| 22931 | output of `char-after'. | 22932 | output of `char-after'. |
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index e9c752464f7..ac47f4eaeaa 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 | |||
| @@ -4993,7 +4993,7 @@ | |||
| 4993 | 4993 | ||
| 4994 | * international/latin1-disp.el (latin1-char-displayable-p): Likewise. | 4994 | * international/latin1-disp.el (latin1-char-displayable-p): Likewise. |
| 4995 | 4995 | ||
| 4996 | 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch) | 4996 | 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny change) |
| 4997 | 4997 | ||
| 4998 | * emacs-lisp/cl-indent.el (lisp-indent-defmethod): | 4998 | * emacs-lisp/cl-indent.el (lisp-indent-defmethod): |
| 4999 | Correct indentation of DEFMETHODS with non-standard method | 4999 | Correct indentation of DEFMETHODS with non-standard method |
| @@ -6043,12 +6043,12 @@ | |||
| 6043 | * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change. | 6043 | * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change. |
| 6044 | (ccl-untranslated-to-ucs): Fix typo. | 6044 | (ccl-untranslated-to-ucs): Fix typo. |
| 6045 | 6045 | ||
| 6046 | 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change) | 6046 | 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> |
| 6047 | 6047 | ||
| 6048 | * progmodes/python.el (python-open-block-statement-p): | 6048 | * progmodes/python.el (python-open-block-statement-p): |
| 6049 | Fix indentation after a block opening that contains a comment. | 6049 | Fix indentation after a block opening that contains a comment. |
| 6050 | 6050 | ||
| 6051 | 2004-06-12 J,Ai(Br,At(Bme Marant <jerome@marant.org> (tiny change) | 6051 | 2004-06-12 J,Ai(Br,At(Bme Marant <jerome@marant.org> |
| 6052 | 6052 | ||
| 6053 | * bindings.el (completion-ignored-extensions): Add file extensions | 6053 | * bindings.el (completion-ignored-extensions): Add file extensions |
| 6054 | of Python byte-compiled files. | 6054 | of Python byte-compiled files. |
| @@ -6982,7 +6982,7 @@ | |||
| 6982 | (byte-goto-log-buffer): Delete. | 6982 | (byte-goto-log-buffer): Delete. |
| 6983 | (byte-compile-log-file): Call compilation-forget-errors. | 6983 | (byte-compile-log-file): Call compilation-forget-errors. |
| 6984 | 6984 | ||
| 6985 | 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | 6985 | 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> |
| 6986 | 6986 | ||
| 6987 | * net/ldap.el (ldap-search-internal): Avoid mixing standard error | 6987 | * net/ldap.el (ldap-search-internal): Avoid mixing standard error |
| 6988 | output messages into the search result. | 6988 | output messages into the search result. |
| @@ -6996,7 +6996,7 @@ | |||
| 6996 | 6996 | ||
| 6997 | * international/characters.el: Fix syntax (open/close) of CJK chars. | 6997 | * international/characters.el: Fix syntax (open/close) of CJK chars. |
| 6998 | 6998 | ||
| 6999 | 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change) | 6999 | 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> |
| 7000 | 7000 | ||
| 7001 | * help-mode.el (help-go-back): Don't depend on position of back button. | 7001 | * help-mode.el (help-go-back): Don't depend on position of back button. |
| 7002 | 7002 | ||
| @@ -7121,7 +7121,7 @@ | |||
| 7121 | * calendar/appt.el (appt-disp-window): | 7121 | * calendar/appt.el (appt-disp-window): |
| 7122 | Use `calendar-set-mode-line' for a centered mode-line. | 7122 | Use `calendar-set-mode-line' for a centered mode-line. |
| 7123 | 7123 | ||
| 7124 | 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | 7124 | 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> |
| 7125 | 7125 | ||
| 7126 | * calendar/appt.el (appt-disp-window): Do not split window | 7126 | * calendar/appt.el (appt-disp-window): Do not split window |
| 7127 | excessively when `split-height-threshold' is low. | 7127 | excessively when `split-height-threshold' is low. |
| @@ -10484,12 +10484,12 @@ | |||
| 10484 | * loadhist.el (unload-feature): Doc fix. Rename flist to | 10484 | * loadhist.el (unload-feature): Doc fix. Rename flist to |
| 10485 | unload-hook-features-list. | 10485 | unload-hook-features-list. |
| 10486 | 10486 | ||
| 10487 | 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change) | 10487 | 2004-02-16 Jay Belanger <belanger@truman.edu> |
| 10488 | 10488 | ||
| 10489 | * calc/calc-embed.el (calc-do-embedded-activate): Add autoload | 10489 | * calc/calc-embed.el (calc-do-embedded-activate): Add autoload |
| 10490 | cookie. Don't check if we are looking-at open-formula. | 10490 | cookie. Don't check if we are looking-at open-formula. |
| 10491 | 10491 | ||
| 10492 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change) | 10492 | 2004-02-16 Jesper Harder <harder@ifa.au.dk> |
| 10493 | 10493 | ||
| 10494 | * subr.el (match-string-no-properties): Use substring-no-properties. | 10494 | * subr.el (match-string-no-properties): Use substring-no-properties. |
| 10495 | 10495 | ||
| @@ -10564,7 +10564,7 @@ | |||
| 10564 | * international/ccl.el (ccl-compile-write): Pass `left' to | 10564 | * international/ccl.el (ccl-compile-write): Pass `left' to |
| 10565 | ccl-embed-code to generate correct code of write-expr-register. | 10565 | ccl-embed-code to generate correct code of write-expr-register. |
| 10566 | 10566 | ||
| 10567 | 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change) | 10567 | 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> |
| 10568 | 10568 | ||
| 10569 | * progmodes/grep.el (grep-compute-defaults): Fix typos. | 10569 | * progmodes/grep.el (grep-compute-defaults): Fix typos. |
| 10570 | 10570 | ||
| @@ -10766,7 +10766,7 @@ | |||
| 10766 | * vc.el (with-vc-file): Fix unsafe uses of error. | 10766 | * vc.el (with-vc-file): Fix unsafe uses of error. |
| 10767 | (vc-cancel-version): Likewise. | 10767 | (vc-cancel-version): Likewise. |
| 10768 | 10768 | ||
| 10769 | 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change) | 10769 | 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> |
| 10770 | 10770 | ||
| 10771 | * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional | 10771 | * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional |
| 10772 | thousands separator; fixes <class>:<line-number> regexp for | 10772 | thousands separator; fixes <class>:<line-number> regexp for |
| @@ -11113,7 +11113,7 @@ | |||
| 11113 | 11113 | ||
| 11114 | * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline. | 11114 | * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline. |
| 11115 | 11115 | ||
| 11116 | 2004-01-18 David Ponce <david@dponce.com> (tiny change) | 11116 | 2004-01-18 David Ponce <david@dponce.com> |
| 11117 | 11117 | ||
| 11118 | * progmodes/which-func.el (which-function-mode): Don't cancel | 11118 | * progmodes/which-func.el (which-function-mode): Don't cancel |
| 11119 | which-func-update-timer if not set. | 11119 | which-func-update-timer if not set. |
| @@ -11322,7 +11322,7 @@ | |||
| 11322 | 11322 | ||
| 11323 | * subr.el (functionp): Doc fix. | 11323 | * subr.el (functionp): Doc fix. |
| 11324 | 11324 | ||
| 11325 | 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change) | 11325 | 2004-01-03 Jesper Harder <harder@ifa.au.dk> |
| 11326 | 11326 | ||
| 11327 | * progmodes/idlwave.el (idlwave-make-tags): | 11327 | * progmodes/idlwave.el (idlwave-make-tags): |
| 11328 | * textmodes/flyspell.el (flyspell-large-region):. | 11328 | * textmodes/flyspell.el (flyspell-large-region):. |
| @@ -11525,7 +11525,7 @@ | |||
| 11525 | (table--put-cell-indicator-property): Put yank-handler property | 11525 | (table--put-cell-indicator-property): Put yank-handler property |
| 11526 | that indicates the yank handler for the table cell. | 11526 | that indicates the yank handler for the table cell. |
| 11527 | 11527 | ||
| 11528 | 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change) | 11528 | 2003-12-29 Jesper Harder <harder@ifa.au.dk> |
| 11529 | 11529 | ||
| 11530 | * generic-x.el (etc-modules-conf-generic-mode): A more complete | 11530 | * generic-x.el (etc-modules-conf-generic-mode): A more complete |
| 11531 | set of keywords. | 11531 | set of keywords. |
| @@ -11583,7 +11583,7 @@ | |||
| 11583 | (ido-file-name-all-completions1): Return empty list for | 11583 | (ido-file-name-all-completions1): Return empty list for |
| 11584 | non-readable directory. | 11584 | non-readable directory. |
| 11585 | (ido-exhibit): Print [Not readable] if directory is not readable. | 11585 | (ido-exhibit): Print [Not readable] if directory is not readable. |
| 11586 | (ido-expand-directory): New defun (based on tiny fix from Karl Chen). | 11586 | (ido-expand-directory): New defun (based on fix from Karl Chen). |
| 11587 | (ido-read-file-name, ido-file-internal, ido-read-directory-name): | 11587 | (ido-read-file-name, ido-file-internal, ido-read-directory-name): |
| 11588 | Use it. | 11588 | Use it. |
| 11589 | 11589 | ||
| @@ -11921,7 +11921,7 @@ | |||
| 11921 | (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent | 11921 | (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent |
| 11922 | to 100 for icons to avoid increasing line height when shown. | 11922 | to 100 for icons to avoid increasing line height when shown. |
| 11923 | 11923 | ||
| 11924 | 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change) | 11924 | 2003-11-17 Jesper Harder <harder@ifa.au.dk> |
| 11925 | 11925 | ||
| 11926 | * newcomment.el (comment-normalize-vars): Initialize properly if | 11926 | * newcomment.el (comment-normalize-vars): Initialize properly if |
| 11927 | comment-start was nil. | 11927 | comment-start was nil. |
| @@ -11935,7 +11935,7 @@ | |||
| 11935 | * international/latin1-disp.el (latin1-display-ucs-per-lynx): | 11935 | * international/latin1-disp.el (latin1-display-ucs-per-lynx): |
| 11936 | Fix docstring. | 11936 | Fix docstring. |
| 11937 | 11937 | ||
| 11938 | 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change) | 11938 | 2003-11-17 Jesper Harder <harder@ifa.au.dk> |
| 11939 | 11939 | ||
| 11940 | * international/latin1-disp.el (latin1-display): Fix docstring. | 11940 | * international/latin1-disp.el (latin1-display): Fix docstring. |
| 11941 | 11941 | ||
| @@ -12665,12 +12665,12 @@ | |||
| 12665 | * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for | 12665 | * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for |
| 12666 | using a Chinese tutorial. | 12666 | using a Chinese tutorial. |
| 12667 | 12667 | ||
| 12668 | 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change) | 12668 | 2003-09-28 Jesper Harder <harder@ifa.au.dk> |
| 12669 | 12669 | ||
| 12670 | * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space | 12670 | * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space |
| 12671 | between "MAIL FROM:" and "RCPT TO:" and the following address. | 12671 | between "MAIL FROM:" and "RCPT TO:" and the following address. |
| 12672 | 12672 | ||
| 12673 | 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change) | 12673 | 2003-09-28 Jesper Harder <harder@ifa.au.dk> |
| 12674 | 12674 | ||
| 12675 | * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix. | 12675 | * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix. |
| 12676 | 12676 | ||
| @@ -13685,7 +13685,7 @@ | |||
| 13685 | * international/fontset.el (setup-default-fontset): | 13685 | * international/fontset.el (setup-default-fontset): |
| 13686 | Change registry names of Akurti fonts. | 13686 | Change registry names of Akurti fonts. |
| 13687 | 13687 | ||
| 13688 | 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change) | 13688 | 2003-07-29 Jesper Harder <harder@ifa.au.dk> |
| 13689 | 13689 | ||
| 13690 | * comint.el (comint-read-noecho): Use `clear-string' instead of | 13690 | * comint.el (comint-read-noecho): Use `clear-string' instead of |
| 13691 | `fillarray'. | 13691 | `fillarray'. |
| @@ -13701,7 +13701,7 @@ | |||
| 13701 | (menu): Add gdb-restore-windows to menu. Make gdba | 13701 | (menu): Add gdb-restore-windows to menu. Make gdba |
| 13702 | specific menus only visible from gdba. | 13702 | specific menus only visible from gdba. |
| 13703 | 13703 | ||
| 13704 | 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change) | 13704 | 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> |
| 13705 | 13705 | ||
| 13706 | * progmodes/compile.el (compilation-environment): New user variable. | 13706 | * progmodes/compile.el (compilation-environment): New user variable. |
| 13707 | (compile-internal): Respect it. | 13707 | (compile-internal): Respect it. |
| @@ -13930,7 +13930,7 @@ | |||
| 13930 | * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired): | 13930 | * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired): |
| 13931 | Handle `dired-directory' being a list. | 13931 | Handle `dired-directory' being a list. |
| 13932 | 13932 | ||
| 13933 | 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change) | 13933 | 2003-07-13 Jesper Harder <harder@ifa.au.dk> |
| 13934 | 13934 | ||
| 13935 | * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if | 13935 | * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if |
| 13936 | it doesn't exist. | 13936 | it doesn't exist. |
diff --git a/lisp/ChangeLog.7 b/lisp/ChangeLog.7 index d9923a02016..57121a8f2ca 100644 --- a/lisp/ChangeLog.7 +++ b/lisp/ChangeLog.7 | |||
| @@ -8260,7 +8260,7 @@ | |||
| 8260 | 8260 | ||
| 8261 | * cal-tex.el (cal-tex-cursor-week-iso): Delete spurious %. | 8261 | * cal-tex.el (cal-tex-cursor-week-iso): Delete spurious %. |
| 8262 | 8262 | ||
| 8263 | 1997-11-02 Kevin Rodgers <kevinr@airedale.ihs.com> | 8263 | 1997-11-02 Kevin Rodgers <kevinr@ihs.com> |
| 8264 | 8264 | ||
| 8265 | * emacs-lisp/byte-opt.el (byte-optimize-concat): New function. | 8265 | * emacs-lisp/byte-opt.el (byte-optimize-concat): New function. |
| 8266 | 8266 | ||
| @@ -21588,7 +21588,7 @@ | |||
| 21588 | 21588 | ||
| 21589 | * time-stamp.el (time-stamp-dd/mm/yyyy): New function. | 21589 | * time-stamp.el (time-stamp-dd/mm/yyyy): New function. |
| 21590 | 21590 | ||
| 21591 | 1996-11-04 Kevin Rodgers <evinr@ihs.com> | 21591 | 1996-11-04 Kevin Rodgers <kevinr@ihs.com> |
| 21592 | 21592 | ||
| 21593 | * compile.el (compile-highlight-display-limit): New variable. | 21593 | * compile.el (compile-highlight-display-limit): New variable. |
| 21594 | (compilation-handle-exit): Parse error messages here | 21594 | (compilation-handle-exit): Parse error messages here |