comparison lisp/ChangeLog @ 112203:eb41c4d6654d

Merged from trunk.
author Christian Ohler <ohler@gnu.org>
date Thu, 13 Jan 2011 19:08:58 +1100
parents c5917804ecad c315834fc2f0
children 4ffba967bb86
comparison
equal deleted inserted replaced
112202:38d1f0d036b8 112203:eb41c4d6654d
1 2011-01-13 Christian Ohler <ohler@gnu.org> 1 2011-01-13 Christian Ohler <ohler@gnu.org>
2 2
3 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files. 3 * emacs-lisp/ert.el, emacs-lisp/ert-x.el: New files.
4
5 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
6
7 * font-lock.el (font-lock-verbose): Default to nil.
8
9 2011-01-13 Chong Yidong <cyd@stupidchicken.com>
10
11 * simple.el (sendmail-user-agent-compose): Move to sendmail.el.
12 (compose-mail): New arg RETURN-ACTION.
13 (compose-mail-other-window, compose-mail-other-frame): Likewise.
14
15 * mail/sendmail.el (mail-return-action): New var.
16 (mail-mode): Make it buffer-local.
17 (mail-bury): Obey it. Move special Rmail window handling to
18 rmail-mail-return.
19 (mail, mail-setup): New arg RETURN-ACTION.
20 (sendmail-user-agent-compose): Move from simple.el.
21
22 * mail/rmail.el (rmail-mail-return): New function.
23 (rmail-start-mail): Pass it to compose-mail.
24
25 2011-01-12 Chong Yidong <cyd@stupidchicken.com>
26
27 * menu-bar.el (menu-bar-custom-menu): Tweak Mule and Customize
28 menus. Add menu item for customize-themes.
29
30 * cus-theme.el (customize-themes):
31 * emacs-lisp/package.el (package--list-packages): Use
32 switch-to-buffer.
4 33
5 2011-01-11 Johan Bockgård <bojohan@gnu.org> 34 2011-01-11 Johan Bockgård <bojohan@gnu.org>
6 35
7 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms. 36 * emacs-lisp/unsafep.el (unsafep): Handle backquoted forms.
8 37