diff options
| author | Joakim Verona | 2011-08-27 19:45:48 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-08-27 19:45:48 +0200 |
| commit | 9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4 (patch) | |
| tree | e94476d49f15747fcb9409d773702e88201855a4 /lisp/ChangeLog | |
| parent | c7489583c30031c0ecfae9d20b20c149ca1935e9 (diff) | |
| parent | b75258b32810f3690442bddef2e10eef126d2d25 (diff) | |
| download | emacs-9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4.tar.gz emacs-9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4.zip | |
upstream
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a42711dccc4..8a57fe75405 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,59 @@ | |||
| 1 | 2011-08-27 Alan Mackenzie <acm@muc.de> | ||
| 2 | |||
| 3 | * progmodes/cc-menus.el (cc-imenu-c++-generic-expression): Make it | ||
| 4 | handle function pointer parameters properly. | ||
| 5 | |||
| 6 | 2011-08-27 Martin Rudalics <rudalics@gmx.at> | ||
| 7 | |||
| 8 | * window.el (display-buffer-reuse-window): Fix case where | ||
| 9 | selected window was reused with non-nil OTHER-WINDOW argument. | ||
| 10 | (Bug#9381) | ||
| 11 | |||
| 12 | 2011-08-27 Deniz Dogan <deniz@dogan.se> | ||
| 13 | |||
| 14 | * net/rcirc.el (rcirc-check-auth-status): Adding support for | ||
| 15 | oftc's NickServ messages. | ||
| 16 | |||
| 17 | 2011-08-27 Glenn Morris <rgm@gnu.org> | ||
| 18 | |||
| 19 | * saveplace.el (save-place-limit): Make it finite. (Bug#9352) | ||
| 20 | |||
| 21 | 2011-08-26 Chong Yidong <cyd@stupidchicken.com> | ||
| 22 | |||
| 23 | * emacs-lisp/package.el (package-install): Call package-initialize | ||
| 24 | if called interactively. | ||
| 25 | |||
| 26 | 2011-08-26 Leo Liu <sdl.web@gmail.com> | ||
| 27 | |||
| 28 | * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357) | ||
| 29 | |||
| 30 | 2011-08-25 Juri Linkov <juri@jurta.org> | ||
| 31 | |||
| 32 | * isearch.el (isearch-occur): Let-bind `search-spaces-regexp' to | ||
| 33 | `search-whitespace-regexp' (bug#9364). | ||
| 34 | |||
| 35 | 2011-08-25 Juri Linkov <juri@jurta.org> | ||
| 36 | |||
| 37 | * isearch.el (isearch-edit-string): Let-bind `search-ring' and | ||
| 38 | `regexp-search-ring' to their global values to protect from | ||
| 39 | updating by `read-from-minibuffer' (bug#9185). | ||
| 40 | |||
| 41 | 2011-08-25 Juri Linkov <juri@jurta.org> | ||
| 42 | |||
| 43 | * textmodes/ispell.el (ispell-command-loop): Add newline | ||
| 44 | at the end of the "Use option `i'..." line. | ||
| 45 | |||
| 46 | 2011-08-25 Juri Linkov <juri@jurta.org> | ||
| 47 | |||
| 48 | * battery.el (display-battery-mode): If `battery-status-function' | ||
| 49 | or `battery-mode-line-format' is nil, display the message and set | ||
| 50 | `display-battery-mode' to nil (bug#9363). | ||
| 51 | |||
| 52 | 2011-08-25 Eli Zaretskii <eliz@gnu.org> | ||
| 53 | |||
| 54 | * buff-menu.el (Buffer-menu-buffer+size): Remove calls to | ||
| 55 | bidi-string-mark-left-to-right; they are unnecessary now. | ||
| 56 | |||
| 1 | 2011-08-25 Deniz Dogan <deniz@dogan.se> | 57 | 2011-08-25 Deniz Dogan <deniz@dogan.se> |
| 2 | 58 | ||
| 3 | * net/quickurl.el: Documentation typo fixes. | 59 | * net/quickurl.el: Documentation typo fixes. |