aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-08-27 19:45:48 +0200
committerJoakim Verona2011-08-27 19:45:48 +0200
commit9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4 (patch)
treee94476d49f15747fcb9409d773702e88201855a4 /lisp/ChangeLog
parentc7489583c30031c0ecfae9d20b20c149ca1935e9 (diff)
parentb75258b32810f3690442bddef2e10eef126d2d25 (diff)
downloademacs-9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4.tar.gz
emacs-9fb7b0cab34a48a4c7b66abb6b8edc4ee20467b4.zip
upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog56
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 @@
12011-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
62011-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
122011-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
172011-08-27 Glenn Morris <rgm@gnu.org>
18
19 * saveplace.el (save-place-limit): Make it finite. (Bug#9352)
20
212011-08-26 Chong Yidong <cyd@stupidchicken.com>
22
23 * emacs-lisp/package.el (package-install): Call package-initialize
24 if called interactively.
25
262011-08-26 Leo Liu <sdl.web@gmail.com>
27
28 * emacs-lisp/cl-macs.el (defstruct): Fix format. (Bug#9357)
29
302011-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
352011-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
412011-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
462011-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
522011-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
12011-08-25 Deniz Dogan <deniz@dogan.se> 572011-08-25 Deniz Dogan <deniz@dogan.se>
2 58
3 * net/quickurl.el: Documentation typo fixes. 59 * net/quickurl.el: Documentation typo fixes.