diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 86 |
1 files changed, 62 insertions, 24 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8e2b74d5b60..81da604aea5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,18 +1,61 @@ | |||
| 1 | 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'. | ||
| 4 | (completion-setup-function): Use with-current-buffer. | ||
| 5 | Properly save excursion. Simplify. | ||
| 6 | Don't assume there is necessarily a `mouse-face' property somewhere. | ||
| 7 | |||
| 8 | * progmodes/gud.el (gud-reset): Use unless & with-current-buffer. | ||
| 9 | |||
| 10 | * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp. | ||
| 11 | |||
| 12 | * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes. | ||
| 13 | (byte-compile-log-1): Don't call (byte-goto-log-buffer). | ||
| 14 | Use with-current-buffer. | ||
| 15 | (byte-goto-log-buffer): Delete. | ||
| 16 | (byte-compile-log-file): Call compilation-forget-errors. | ||
| 17 | |||
| 18 | 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change) | ||
| 19 | |||
| 20 | * net/ldap.el (ldap-search-internal): Avoid mixing standard error | ||
| 21 | output messages into the search result. | ||
| 22 | |||
| 23 | 2004-05-19 Masatake YAMATO <jet@gyve.org> | ||
| 24 | |||
| 25 | * wid-edit.el (widget-radio-button-notify): Revert my last | ||
| 26 | change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>. | ||
| 27 | |||
| 28 | 2004-05-19 Kenichi Handa <handa@m17n.org> | ||
| 29 | |||
| 30 | * international/characters.el: Fix syntax (open/close) of CJK chars. | ||
| 31 | |||
| 32 | 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change) | ||
| 33 | |||
| 34 | * help-mode.el (help-go-back): Don't depend on position of back button. | ||
| 35 | |||
| 36 | 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 37 | |||
| 38 | * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp | ||
| 39 | files files don't contain an accidental additional /. | ||
| 40 | |||
| 41 | * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion | ||
| 42 | in source buffer. | ||
| 43 | |||
| 1 | 2004-05-18 Masatake YAMATO <jet@gyve.org> | 44 | 2004-05-18 Masatake YAMATO <jet@gyve.org> |
| 2 | 45 | ||
| 3 | * wid-edit.el (widget-radio-button-notify): Don't pass `widget' | 46 | * wid-edit.el (widget-radio-button-notify): Don't pass `widget' |
| 4 | to widget-apply. :action method assumes 2 arguments, not 3. | 47 | to widget-apply. :action method assumes 2 arguments, not 3. |
| 5 | 48 | ||
| 6 | 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk> | 49 | 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk> |
| 7 | 50 | ||
| 8 | * progmodes/f90.el (f90-end-block-re, f90-start-block-re): New | 51 | * progmodes/f90.el (f90-end-block-re, f90-start-block-re): |
| 9 | constants. | 52 | New constants. |
| 10 | (hs-special-modes-alist): Add an f90-mode entry. | 53 | (hs-special-modes-alist): Add an f90-mode entry. |
| 11 | 54 | ||
| 12 | 2004-05-17 Sam Steingold <sds@gnu.org> | 55 | 2004-05-17 Sam Steingold <sds@gnu.org> |
| 13 | 56 | ||
| 14 | * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): Indent | 57 | * emacs-lisp/cl-indent.el (common-lisp-indent-function-1): |
| 15 | "without-" forms just like "with-" and "do-". Use regexp-opt. | 58 | Indent "without-" forms just like "with-" and "do-". Use regexp-opt. |
| 16 | 59 | ||
| 17 | 2004-05-16 Kim F. Storm <storm@cua.dk> | 60 | 2004-05-16 Kim F. Storm <storm@cua.dk> |
| 18 | 61 | ||
| @@ -20,15 +63,14 @@ | |||
| 20 | 63 | ||
| 21 | 2004-05-15 John Wiegley <johnw@newartisans.com> | 64 | 2004-05-15 John Wiegley <johnw@newartisans.com> |
| 22 | 65 | ||
| 23 | * eshell/esh-io.el (eshell-get-target): whitespace changes. | 66 | * eshell/esh-io.el (eshell-get-target): Whitespace changes. |
| 24 | (eshell-output-object-to-target): Improve output speed 20% by not | 67 | (eshell-output-object-to-target): Improve output speed 20% by not |
| 25 | calling `eshell-stringify' if something is already known to be a | 68 | calling `eshell-stringify' if something is already known to be a string. |
| 26 | string. | ||
| 27 | 69 | ||
| 28 | 2004-05-15 Alex Ott <ott@jet.msk.su> | 70 | 2004-05-15 Alex Ott <ott@jet.msk.su> |
| 29 | 71 | ||
| 30 | * textmodes/ispell.el (ispell-local-dictionary-alist): Add | 72 | * textmodes/ispell.el (ispell-local-dictionary-alist): |
| 31 | windows-1251 to the choice of coding systems. | 73 | Add windows-1251 to the choice of coding systems. |
| 32 | (ispell-dictionary-alist-6): Add support for "russianw.aff", | 74 | (ispell-dictionary-alist-6): Add support for "russianw.aff", |
| 33 | encoded in cp1251. | 75 | encoded in cp1251. |
| 34 | 76 | ||
| @@ -75,7 +117,7 @@ | |||
| 75 | 117 | ||
| 76 | 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org> | 118 | 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org> |
| 77 | 119 | ||
| 78 | * language/european.el ("Brazilian Portuguese"): Added support for | 120 | * language/european.el ("Brazilian Portuguese"): Add support for |
| 79 | Brazilian Portuguese. | 121 | Brazilian Portuguese. |
| 80 | 122 | ||
| 81 | 2004-05-13 John Wiegley <johnw@newartisans.com> | 123 | 2004-05-13 John Wiegley <johnw@newartisans.com> |
| @@ -84,8 +126,7 @@ | |||
| 84 | `recentf-mode' if this variable has been customized to t. | 126 | `recentf-mode' if this variable has been customized to t. |
| 85 | 127 | ||
| 86 | * eshell/esh-test.el (eshell-test): Call the function | 128 | * eshell/esh-test.el (eshell-test): Call the function |
| 87 | `emacs-version' rather than trying to build a custom version | 129 | `emacs-version' rather than trying to build a custom version string. |
| 88 | string. | ||
| 89 | 130 | ||
| 90 | 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca> | 131 | 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca> |
| 91 | 132 | ||
| @@ -775,18 +816,17 @@ | |||
| 775 | * progmodes/fortran.el (fortran-fill): Use local var `bol' rather | 816 | * progmodes/fortran.el (fortran-fill): Use local var `bol' rather |
| 776 | than duplicate call to `line-beginning-position'. | 817 | than duplicate call to `line-beginning-position'. |
| 777 | 818 | ||
| 778 | * progmodes/f90.el (f90-get-present-comment-type): Return | 819 | * progmodes/f90.el (f90-get-present-comment-type): |
| 779 | whitespace, as well as comment chars, for consistent filling | 820 | Return whitespace, as well as comment chars, for consistent filling |
| 780 | of comment blocks. Use `match-string-no-properties'. | 821 | of comment blocks. Use `match-string-no-properties'. |
| 781 | (f90-break-line): Do not leave trailing whitespace when filling | 822 | (f90-break-line): Trim trailing whitespace when filling comments. |
| 782 | comments. | ||
| 783 | 823 | ||
| 784 | 2004-04-30 Dave Love <fx@gnu.org> | 824 | 2004-04-30 Dave Love <fx@gnu.org> |
| 785 | 825 | ||
| 786 | * calendar/diary-lib.el (diary-outlook-formats): New variable. | 826 | * calendar/diary-lib.el (diary-outlook-formats): New variable. |
| 787 | (diary-from-outlook-internal, diary-from-outlook) | 827 | (diary-from-outlook-internal, diary-from-outlook) |
| 788 | (diary-from-outlook-gnus, diary-from-outlook-rmail): New | 828 | (diary-from-outlook-gnus, diary-from-outlook-rmail): |
| 789 | functions to import diary entries from Outlook-format | 829 | New functions to import diary entries from Outlook-format |
| 790 | appointments in mail messages. | 830 | appointments in mail messages. |
| 791 | 831 | ||
| 792 | 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | 832 | 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -814,8 +854,7 @@ | |||
| 814 | 854 | ||
| 815 | * progmodes/sql.el (sql-product-alist): Rename variable | 855 | * progmodes/sql.el (sql-product-alist): Rename variable |
| 816 | `sql-product-support'. Add Postgres login parameters. | 856 | `sql-product-support'. Add Postgres login parameters. |
| 817 | (sql-set-product, sql-product-feature): Update with renamed | 857 | (sql-set-product, sql-product-feature): Update with renamed variable. |
| 818 | variable. | ||
| 819 | (sql-connect-postgres): Add username prompt. | 858 | (sql-connect-postgres): Add username prompt. |
| 820 | (sql-imenu-generic-expression, sql-mode-font-lock-object-name): | 859 | (sql-imenu-generic-expression, sql-mode-font-lock-object-name): |
| 821 | Make patterns less product specific. | 860 | Make patterns less product specific. |
| @@ -837,8 +876,7 @@ | |||
| 837 | (sql-mode-sqlite-font-lock-keywords) | 876 | (sql-mode-sqlite-font-lock-keywords) |
| 838 | (sql-mode-db2-font-lock-keywords): Default to nil. | 877 | (sql-mode-db2-font-lock-keywords): Default to nil. |
| 839 | (sql-product-font-lock): Always highlight ANSI keywords. | 878 | (sql-product-font-lock): Always highlight ANSI keywords. |
| 840 | (sql-add-product-keywords): Made similar to | 879 | (sql-add-product-keywords): Made similar to `font-lock-add-keywords'. |
| 841 | `font-lock-add-keywords'. | ||
| 842 | (sql-send-string): Add function. | 880 | (sql-send-string): Add function. |
| 843 | 881 | ||
| 844 | 2004-04-29 Dave Love <fx@gnu.org> | 882 | 2004-04-29 Dave Love <fx@gnu.org> |
| @@ -7391,7 +7429,7 @@ See ChangeLog.10 for earlier changes. | |||
| 7391 | ;; coding: iso-2022-7bit | 7429 | ;; coding: iso-2022-7bit |
| 7392 | ;; End: | 7430 | ;; End: |
| 7393 | 7431 | ||
| 7394 | Copyright (C) 2001, 2002 Free Software Foundation, Inc. | 7432 | Copyright (C) 2001, 02, 04 Free Software Foundation, Inc. |
| 7395 | Copying and distribution of this file, with or without modification, | 7433 | Copying and distribution of this file, with or without modification, |
| 7396 | are permitted provided the copyright notice and this notice are preserved. | 7434 | are permitted provided the copyright notice and this notice are preserved. |
| 7397 | 7435 | ||