diff options
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20782cbd7aa..2e99aa14e36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -7,10 +7,10 @@ | |||
| 7 | New functions. | 7 | New functions. |
| 8 | (completion-pcm-try-completion): Use them. | 8 | (completion-pcm-try-completion): Use them. |
| 9 | 9 | ||
| 10 | * xt-mouse.el (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking): | 10 | * xt-mouse.el (turn-on-xterm-mouse-tracking) |
| 11 | Use terminal-list. | 11 | (turn-off-xterm-mouse-tracking): Use terminal-list. |
| 12 | 12 | ||
| 13 | * cus-start.el (underline-minimum-offset) Rename from | 13 | * cus-start.el (underline-minimum-offset): Rename from |
| 14 | x-underline-minimum-display-offset. | 14 | x-underline-minimum-display-offset. |
| 15 | 15 | ||
| 16 | 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) | 16 | 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change) |
| @@ -31,7 +31,8 @@ | |||
| 31 | 31 | ||
| 32 | 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca> | 32 | 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca> |
| 33 | 33 | ||
| 34 | * ffap.el (ffap-string-at-point-mode-alist): Use alpha rather than lower. | 34 | * ffap.el (ffap-string-at-point-mode-alist): |
| 35 | Use alpha rather than lower. | ||
| 35 | 36 | ||
| 36 | * dired.el (dired-insert-directory): Don't assume Unix-style dir names. | 37 | * dired.el (dired-insert-directory): Don't assume Unix-style dir names. |
| 37 | 38 | ||
| @@ -827,7 +828,6 @@ | |||
| 827 | 828 | ||
| 828 | * vc-hooks.el (vc-after-save): Improve test. | 829 | * vc-hooks.el (vc-after-save): Improve test. |
| 829 | (vc-mode-line): Fix indentation. | 830 | (vc-mode-line): Fix indentation. |
| 830 | |||
| 831 | 2008-05-27 Chong Yidong <cyd@stupidchicken.com> | 831 | 2008-05-27 Chong Yidong <cyd@stupidchicken.com> |
| 832 | 832 | ||
| 833 | * calendar/parse-time.el (parse-time-months) | 833 | * calendar/parse-time.el (parse-time-months) |
| @@ -1256,7 +1256,6 @@ | |||
| 1256 | end of the ido history file. | 1256 | end of the ido history file. |
| 1257 | 1257 | ||
| 1258 | 2008-05-16 John Paul Wallington <jpw@pobox.com> | 1258 | 2008-05-16 John Paul Wallington <jpw@pobox.com> |
| 1259 | |||
| 1260 | * vc-dispatcher.el (top-level): Revert previous change: require cl | 1259 | * vc-dispatcher.el (top-level): Revert previous change: require cl |
| 1261 | when compiling. | 1260 | when compiling. |
| 1262 | 1261 | ||
| @@ -2100,7 +2099,6 @@ | |||
| 2100 | 2099 | ||
| 2101 | * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last. | 2100 | * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last. |
| 2102 | Add "..." in the appropriate places. | 2101 | Add "..." in the appropriate places. |
| 2103 | |||
| 2104 | * epa.el (epa-key-list-mode-map): Add more menu entries. | 2102 | * epa.el (epa-key-list-mode-map): Add more menu entries. |
| 2105 | Add "..." in the appropriate places. | 2103 | Add "..." in the appropriate places. |
| 2106 | 2104 | ||
| @@ -9291,7 +9289,6 @@ | |||
| 9291 | Add support for .pm files and .php files. | 9289 | Add support for .pm files and .php files. |
| 9292 | (flymake-err-line-patterns): Add pattern for PHP errors. | 9290 | (flymake-err-line-patterns): Add pattern for PHP errors. |
| 9293 | (flymake-php-init): New function. PHP support for flymake. | 9291 | (flymake-php-init): New function. PHP support for flymake. |
| 9294 | |||
| 9295 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | 9292 | * progmodes/compile.el (compilation-error-regexp-alist-alist): |
| 9296 | Add regular expression for PHP errors. | 9293 | Add regular expression for PHP errors. |
| 9297 | 9294 | ||