aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2011-10-27 11:15:25 +0200
committerJoakim Verona2011-10-27 11:15:25 +0200
commitb70516db12801e015c538c4e7eb44cb87316afc4 (patch)
treeb5ed66a971e6f55d0b4628f7a56316b0fa383ddc /lisp/ChangeLog
parent51a9916f39ce1cd562816a5429bc3cf6f407fabc (diff)
parent435c1d6793ce358f4d2c77c9e9c1ad81fd754651 (diff)
downloademacs-b70516db12801e015c538c4e7eb44cb87316afc4.tar.gz
emacs-b70516db12801e015c538c4e7eb44cb87316afc4.zip
upstream
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 88248f00559..6aa1bddb9f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,37 @@
12011-10-27 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/cl-extra.el (most-positive-float, most-negative-float)
4 (least-positive-float, least-negative-float)
5 (least-positive-normalized-float, least-negative-normalized-float)
6 (float-epsilon, float-negative-epsilon):
7 Remove unnecessary declarations.
8
9 * emacs-lisp/cl-extra.el (cl-float-limits): Add doc string.
10 * emacs-lisp/cl.el (most-positive-float, most-negative-float)
11 (least-positive-float, least-negative-float)
12 (least-positive-normalized-float, least-negative-normalized-float)
13 (float-epsilon, float-negative-epsilon): Add doc-strings,
14 based on those in cl.texi.
15
16 * files.el (set-visited-file-name): If the major-mode changed,
17 reload the local variables. (Bug#9796)
18
192011-10-27 Chong Yidong <cyd@gnu.org>
20
21 * subr.el (change-major-mode-after-body-hook): New hook.
22 (run-mode-hooks): Run it.
23
24 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode): Use
25 change-major-mode-before-body-hook.
26
27 * simple.el (fundamental-mode):
28 * emacs-lisp/derived.el (define-derived-mode): Revert 2010-04-28
29 change introducing fundamental-mode-hook.
30
312011-10-26 Juanma Barranquero <lekktu@gmail.com>
32
33 * term/w32-win.el (w32-default-color-map): Declare obsolete. (Bug#9785)
34
12011-10-26 Michael Albinus <michael.albinus@gmx.de> 352011-10-26 Michael Albinus <michael.albinus@gmx.de>
2 36
3 * ido.el (ido-file-name-all-completions-1): Do not require 37 * ido.el (ido-file-name-all-completions-1): Do not require