aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog27
1 files changed, 26 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cd57969f73f..8e9b88a6016 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,28 @@
12012-05-24 Glenn Morris <rgm@gnu.org>
2
3 * paths.el (term-file-prefix): Move to faces.el (the only user).
4 * faces.el (term-file-prefix): Move here, make it a defcustom.
5
6 * paths.el (news-directory, news-path, news-inews-program):
7 Move to gnus/nnspool.el.
8
9 * paths.el (gnus-default-nntp-server): Remove (gnus.el defines it).
10
11 * paths.el (rmail-file-name, rmail-spool-directory): Move from here...
12 * mail/rmail.el (rmail-file-name, rmail-spool-directory): ... to here.
13 Make the latter a defcustom, with a delayed initialization.
14
15 * paths.el (gnus-nntp-service, gnus-local-organization): Remove.
16 These were deleted from Gnus itself late 2010.
17
182012-05-22 Juanma Barranquero <lekktu@gmail.com>
19
20 * progmodes/which-func.el (which-func-ff-hook):
21 Check against user-error, not error.
22
23 * emacs-lisp/edebug.el (top): Do not load or set up loading of
24 cl-specs.el, which no longer exists.
25
12012-05-22 Glenn Morris <rgm@gnu.org> 262012-05-22 Glenn Morris <rgm@gnu.org>
2 27
3 * info.el (info-emacs-bug): New command. 28 * info.el (info-emacs-bug): New command.
@@ -58,7 +83,7 @@
58 83
59 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma): 84 * calc/calc-lang.el (math-C-parse-bess, math-C-parse-fma):
60 New functions. 85 New functions.
61 (math-function-table): Add support for more C functions. 86 (math-function-table): Add support for more C functions.
62 87
632012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es> 882012-05-18 Agustín Martín Domingo <agustin.martin@hispalinux.es>
64 89