diff options
| author | Miles Bader | 2007-12-28 22:26:14 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-28 22:26:14 +0000 |
| commit | b17f53abc28496125965f36147b76ea5f6a2b4fb (patch) | |
| tree | 4293e53692f304327ba689dfeea32d1b0b5bc12a /lisp/ChangeLog | |
| parent | 2e5093251c8e63f4546ffc30182dd4015e9a58fd (diff) | |
| parent | ea7ac2eb953bf3c30670e60cb00a9fca611b38b7 (diff) | |
| download | emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.tar.gz emacs-b17f53abc28496125965f36147b76ea5f6a2b4fb.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-966
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7caab1fc466..37fe9fa861e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,72 @@ | |||
| 1 | 2007-12-29 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-start): Set initial visible | ||
| 4 | point properly even when compilation buffer already current. | ||
| 5 | |||
| 6 | 2007-12-29 Richard Stallman <rms@gnu.org> | ||
| 7 | |||
| 8 | * files.el (conf-mode-maybe): New function. | ||
| 9 | (auto-mode-alist): Use conf-mode-maybe for .conf etc. | ||
| 10 | |||
| 11 | 2007-12-29 Martin Rudalics <rudalics@gmx.at> | ||
| 12 | |||
| 13 | * textmodes/fill.el (fill-find-break-point): Fix doc-string typo. | ||
| 14 | |||
| 15 | 2007-12-29 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 16 | |||
| 17 | * progmodes/asm-mode.el (asm-mode-map): Add a major mode menu. | ||
| 18 | |||
| 19 | 2007-12-29 Richard Stallman <rms@gnu.org> | ||
| 20 | |||
| 21 | * comint.el (comint-mode-map): Explicitly bind `delete' and `kp-delete' | ||
| 22 | so they never do EOF. | ||
| 23 | |||
| 24 | 2007-12-29 Richard Stallman <rms@gnu.org> | ||
| 25 | |||
| 26 | * faces.el (copy-face): Create the new face explicitly if it | ||
| 27 | does not exist already. | ||
| 28 | |||
| 29 | 2007-12-29 Eli Zaretskii <eliz@gnu.org> | ||
| 30 | |||
| 31 | * simple.el (minibuffer-history, shell-command-history) | ||
| 32 | (set-variable-value-history): | ||
| 33 | * replace.el (regexp-history): | ||
| 34 | * international/mule-cmds.el (input-method-history): | ||
| 35 | * files.el (file-name-history): Add reference to history-length in | ||
| 36 | the doc string. | ||
| 37 | |||
| 38 | 2007-12-29 Richard Stallman <rms@gnu.org> | ||
| 39 | |||
| 40 | * comint.el (comint-password-prompt-regexp): Match `Enter Password'. | ||
| 41 | |||
| 42 | 2007-12-29 Jason Rumney <jasonr@gnu.org> | ||
| 43 | |||
| 44 | * find-dired.el (find-name-arg): New custom variable. | ||
| 45 | (find-name-dired): Use it. | ||
| 46 | (find-dired-find-program): Remove. | ||
| 47 | (find-dired): Use find-program. | ||
| 48 | (find-grep-dired): Use grep-program. | ||
| 49 | |||
| 50 | * progmodes/grep.el (rgrep): Use find-name-arg. | ||
| 51 | |||
| 52 | 2007-12-29 Thien-Thi Nguyen <ttn@gnuvola.org> | ||
| 53 | |||
| 54 | * progmodes/cc-vars.el (defcustom-c-stylevar): | ||
| 55 | Revert to pre-2007-12-12 version. | ||
| 56 | |||
| 57 | 2007-12-29 Richard Stallman <rms@gnu.org> | ||
| 58 | |||
| 59 | * emacs-lisp/find-func.el (find-function-after-hook): Add :type. | ||
| 60 | |||
| 61 | * info.el (Info-clone-buffer): Renamed from Info-clone-buffer-hook. | ||
| 62 | Use changed. | ||
| 63 | |||
| 64 | * startup.el (fancy-splash-help-echo): Var deleted. | ||
| 65 | (fancy-splash-insert): Get help-echo from (startup-echo-area-message). | ||
| 66 | (fancy-about-screen): Don't display fancy-splash-help-echo. | ||
| 67 | |||
| 68 | * menu-bar.el (menu-bar-describe-menu): Remove dots from menu text. | ||
| 69 | |||
| 1 | 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com> | 70 | 2007-12-28 Eric S. Raymond <esr@snark.thyrsus.com> |
| 2 | 71 | ||
| 3 | * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el | 72 | * vc-hooks.el, vc.el: Move vc-directory-exclusion-list from vc.el |