aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-02-10 08:29:52 +0100
committerJoakim Verona2012-02-10 08:29:52 +0100
commitdb2e8ff4fd52d6a06cef414787fd031cc26d43fa (patch)
treec0e6fe54a70be21c9efa1f34040ce08499754e74 /lisp/ChangeLog
parent8c5c7f5afa968d06efb6788cf680d5463c389d85 (diff)
parent667ced3a2d224b0f2ab3f2da26468791252c234a (diff)
downloademacs-db2e8ff4fd52d6a06cef414787fd031cc26d43fa.tar.gz
emacs-db2e8ff4fd52d6a06cef414787fd031cc26d43fa.zip
upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog51
1 files changed, 51 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fdf25af86ee..0a65a759b7f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,51 @@
12012-02-07 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-engine.el (c-forward-objc-directive): Prevent
4 looping in "#pragma mark @implementation".
5
62012-02-07 Michael Albinus <michael.albinus@gmx.de>
7
8 * notifications.el (notifications-on-closed-signal): Make `reason'
9 optional. (Bug#10744)
10
112012-02-07 Glenn Morris <rgm@gnu.org>
12
13 * emacs-lisp/easy-mmode.el (define-minor-mode):
14 Doc fixes for the macro and the mode it defines.
15
16 * image.el (imagemagick-types-inhibit): Doc fix.
17
18 * cus-start.el (imagemagick-render-type): Add it.
19
202012-02-06 Lars Ingebrigtsen <larsi@gnus.org>
21
22 * progmodes/cc-mode.el
23 (c-standard-font-lock-fontify-region-function): Set the default at
24 load time, too, so that `font-lock-fontify-buffer' can be called
25 without setting up the entire mode first. This fixes a bug in
26 `mm-inline-text' with C MIME parts.
27
282012-02-06 Chong Yidong <cyd@gnu.org>
29
30 * simple.el (list-processes--refresh): Delete exited processes
31 (Bug#8094).
32
33 * comint.el (comint-next-prompt): next-single-char-property-change
34 and prev-single-char-property-change never return nil (Bug#8657).
35
36 * custom.el (defcustom): Doc fix (Bug#9711).
37
382012-02-05 Chong Yidong <cyd@gnu.org>
39
40 * cus-edit.el (custom-variable-reset-backup): Quote the value
41 before storing it in the customized-value property (Bug#6712).
42 (custom-display): Add a customization type tag.
43 (custom-buffer-create-internal): Improve tooltip message.
44
45 * wid-edit.el (widget-field-value-get): New optional arg to
46 suppress trailing whitespace truncation.
47 (character): Use it (Bug#2689).
48
12012-02-05 Andreas Schwab <schwab@linux-m68k.org> 492012-02-05 Andreas Schwab <schwab@linux-m68k.org>
2 50
3 * progmodes/gud.el (gud-pv): Use pv instead of pv1. 51 * progmodes/gud.el (gud-pv): Use pv instead of pv1.
@@ -5,6 +53,9 @@
5 53
62012-02-05 Chong Yidong <cyd@gnu.org> 542012-02-05 Chong Yidong <cyd@gnu.org>
7 55
56 * cus-edit.el (custom-variable-value-create): For mismatched
57 types, show the current value (Bug#7600).
58
8 * custom.el (defcustom): Doc fix. 59 * custom.el (defcustom): Doc fix.
9 60
102012-02-05 Glenn Morris <rgm@gnu.org> 612012-02-05 Glenn Morris <rgm@gnu.org>