diff options
| author | Paul Eggert | 2011-07-12 10:38:05 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-12 10:38:05 -0700 |
| commit | 2b64ccd2b5916083a421b0263a5bc1d3d075d82b (patch) | |
| tree | cd80e7dbca2a0bf71687688188d701fa61d52608 /lisp/ChangeLog | |
| parent | 82d66f4e89f12f5c5eb6e4a4f80745a69da6b710 (diff) | |
| parent | 077e3dda9478f958acb9c9d5b98e0f739726dea7 (diff) | |
| download | emacs-2b64ccd2b5916083a421b0263a5bc1d3d075d82b.tar.gz emacs-2b64ccd2b5916083a421b0263a5bc1d3d075d82b.zip | |
Merge from trunk.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e024646cd26..7a9e0267c3e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,41 @@ | |||
| 1 | 2011-07-12 Johan Bockgård <bojohan@gnu.org> | ||
| 2 | |||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | ||
| 4 | Fix previous fix (bug#2490). | ||
| 5 | |||
| 6 | 2011-07-12 Roland Winkler <winkler@gnu.org> | ||
| 7 | |||
| 8 | * textmodes/bibtex.el (bibtex-initialize): Use | ||
| 9 | pop-to-buffer-same-window. | ||
| 10 | (bibtex-search-entries): Fix interactive call. | ||
| 11 | |||
| 12 | 2011-07-12 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 13 | |||
| 14 | * progmodes/compile.el (compilation-error-regexp-alist-alist): | ||
| 15 | Fontise bytecomp Error lines more correctly (bug#2490). Fix | ||
| 16 | suggested by Johan Bockgård. | ||
| 17 | |||
| 18 | * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient. | ||
| 19 | |||
| 20 | * dired-x.el (dired-guess-default): Use `delete-dups'. | ||
| 21 | |||
| 22 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> | ||
| 23 | |||
| 24 | * dired.el (dired-mark-prompt): | ||
| 25 | * dired-aux.el (dired-read-shell-command): Doc fix. | ||
| 26 | |||
| 27 | 2011-07-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 28 | |||
| 29 | * mail/sendmail.el (sendmail-query-once): Use | ||
| 30 | `customize-save-variable' unconditionally, now that it works under | ||
| 31 | emacs -Q. | ||
| 32 | |||
| 33 | * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto. | ||
| 34 | |||
| 35 | * cus-edit.el (custom-file): Take an optional no-error variable. | ||
| 36 | (customize-save-variable): Set the variable, and give a warning if | ||
| 37 | running under "emacs -q". | ||
| 38 | |||
| 1 | 2011-07-11 Juanma Barranquero <lekktu@gmail.com> | 39 | 2011-07-11 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 40 | ||
| 3 | * loadhist.el (unload-feature-special-hooks): | 41 | * loadhist.el (unload-feature-special-hooks): |