diff options
| author | Stefan Monnier | 2005-05-09 17:31:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-05-09 17:31:00 +0000 |
| commit | b659edcebbe9c7560b38d991bc3348a7ba877473 (patch) | |
| tree | 704758e55dbc2ef87f5fcf8e5b2430fc63186b43 | |
| parent | a8a64bf4c4c4abb0c91ec669ec353528b7dda519 (diff) | |
| download | emacs-b659edcebbe9c7560b38d991bc3348a7ba877473.tar.gz emacs-b659edcebbe9c7560b38d991bc3348a7ba877473.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 621d1ae9c1d..b8170a1a95c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -24,8 +24,8 @@ | |||
| 24 | 24 | ||
| 25 | 2005-05-08 Eli Zaretskii <eliz@gnu.org> | 25 | 2005-05-08 Eli Zaretskii <eliz@gnu.org> |
| 26 | 26 | ||
| 27 | * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Improve | 27 | * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): |
| 28 | commentary. | 28 | Improve commentary. |
| 29 | 29 | ||
| 30 | * simple.el (next-error-overlay-arrow-position): Revert the change | 30 | * simple.el (next-error-overlay-arrow-position): Revert the change |
| 31 | made on 2005-04-30. | 31 | made on 2005-04-30. |
| @@ -41,8 +41,8 @@ | |||
| 41 | 41 | ||
| 42 | 2005-05-07 Eli Zaretskii <eliz@gnu.org> | 42 | 2005-05-07 Eli Zaretskii <eliz@gnu.org> |
| 43 | 43 | ||
| 44 | * progmodes/compile.el (compilation-setup): Set | 44 | * progmodes/compile.el (compilation-setup): |
| 45 | overlay-arrow-string to an empty string on text terminals. | 45 | Set overlay-arrow-string to an empty string on text terminals. |
| 46 | 46 | ||
| 47 | * textmodes/ispell.el (ispell-program-name): Try looking for | 47 | * textmodes/ispell.el (ispell-program-name): Try looking for |
| 48 | "aspell" along exec-path, and if found, use it as the default | 48 | "aspell" along exec-path, and if found, use it as the default |
| @@ -50,8 +50,8 @@ | |||
| 50 | 50 | ||
| 51 | 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change) | 51 | 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change) |
| 52 | 52 | ||
| 53 | * international/mule.el (sgml-xml-auto-coding-function): Recognize | 53 | * international/mule.el (sgml-xml-auto-coding-function): |
| 54 | encoding='FOO' in single quotes as well as in double quotes. | 54 | Recognize encoding='FOO' in single quotes as well as in double quotes. |
| 55 | 55 | ||
| 56 | 2005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> | 56 | 2005-05-07 Johan Bockg,Ae(Brd <bojohan@dd.chalmers.se> |
| 57 | 57 | ||
| @@ -61,9 +61,9 @@ | |||
| 61 | 61 | ||
| 62 | 2005-05-07 Eli Zaretskii <eliz@gnu.org> | 62 | 2005-05-07 Eli Zaretskii <eliz@gnu.org> |
| 63 | 63 | ||
| 64 | * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Explain | 64 | * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): |
| 65 | more about the LIGHTER arg's usage in the doc string. Add | 65 | Explain more about the LIGHTER arg's usage in the doc string. |
| 66 | commentary to clarify what the code does. Fix the regexp that | 66 | Add commentary to clarify what the code does. Fix the regexp that |
| 67 | strips whitespace from LIGHTER. Quote LIGHTER before using it, | 67 | strips whitespace from LIGHTER. Quote LIGHTER before using it, |
| 68 | since it could have characters special to regular expressions. | 68 | since it could have characters special to regular expressions. |
| 69 | 69 | ||
| @@ -71,8 +71,7 @@ | |||
| 71 | 71 | ||
| 72 | * replace.el (occur-1): Bind inhibit-read-only so that | 72 | * replace.el (occur-1): Bind inhibit-read-only so that |
| 73 | erase-buffer doesn't barf on read-only text properties (likewise | 73 | erase-buffer doesn't barf on read-only text properties (likewise |
| 74 | for add-text-properties in occur-engine). Mark buffer as | 74 | for add-text-properties in occur-engine). Mark buffer as unmodified. |
| 75 | unmodified. | ||
| 76 | (occur-engine): Don't set buffer-read-only here. | 75 | (occur-engine): Don't set buffer-read-only here. |
| 77 | 76 | ||
| 78 | 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca> | 77 | 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -167,8 +166,7 @@ | |||
| 167 | * term/mac-win.el: Don't define or bind scroll bar functions if | 166 | * term/mac-win.el: Don't define or bind scroll bar functions if |
| 168 | x-toolkit-scroll-bars is t. | 167 | x-toolkit-scroll-bars is t. |
| 169 | (x-select-text, x-get-selection-value): | 168 | (x-select-text, x-get-selection-value): |
| 170 | Clear x-last-selected-text-clipboard if x-select-enable-clipboard is | 169 | Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil. |
| 171 | nil. | ||
| 172 | (PRIMARY): Put mac-scrap-name property. | 170 | (PRIMARY): Put mac-scrap-name property. |
| 173 | (mac-select-convert-to-file-url): New function. | 171 | (mac-select-convert-to-file-url): New function. |
| 174 | (public.file-url): New selection target type. Add to | 172 | (public.file-url): New selection target type. Add to |
| @@ -176,6 +174,19 @@ | |||
| 176 | (x-get-selection, x-selection-value): Handle it. | 174 | (x-get-selection, x-selection-value): Handle it. |
| 177 | (x-cut-buffer-or-selection-value): New alias. | 175 | (x-cut-buffer-or-selection-value): New alias. |
| 178 | 176 | ||
| 177 | 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | ||
| 178 | |||
| 179 | * textmodes/bibtex.el (bibtex-summary): Use current BibTeX | ||
| 180 | entry to avoid calling bibtex-find-entry with arg global | ||
| 181 | being t. Remove arg key. | ||
| 182 | (bibtex-summary-function, bibtex-complete-crossref-cleanup) | ||
| 183 | (bibtex-copy-summary-as-kill): Change accordingly. | ||
| 184 | |||
| 185 | 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 186 | |||
| 187 | * textmodes/org.el (org-get-entries-from-diary): Remove unused vars. | ||
| 188 | (org-agenda-date-later): Use with-current-buffer. | ||
| 189 | |||
| 179 | 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> | 190 | 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> |
| 180 | 191 | ||
| 181 | * emacs-lisp/byte-run.el (define-obsolete-function-alias) | 192 | * emacs-lisp/byte-run.el (define-obsolete-function-alias) |