Mercurial > emacs
comparison lisp/ChangeLog @ 93820:7c273495693a
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1110
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 07 Apr 2008 13:08:33 +0000 |
parents | fc87e18c7827 |
children | 882bd14c76fc |
comparison
equal
deleted
inserted
replaced
93819:06a28dc5b518 | 93820:7c273495693a |
---|---|
911 | 911 |
912 * image-mode.el (image-mode-fit-frame): New command. | 912 * image-mode.el (image-mode-fit-frame): New command. |
913 | 913 |
914 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo) | 914 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo) |
915 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word) | 915 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word) |
916 (keyboard-escape-quit): Check region-active-p i.s.o transient-mark-mode. | 916 (keyboard-escape-quit): Check region-active-p i.s.o |
917 transient-mark-mode. | |
918 | |
919 2008-04-02 Simon Josefsson <simon@josefsson.org> | |
920 | |
921 * net/imap.el (imap-enable-exchange-bug-workaround): New variable. | |
922 (imap-message-copyuid-1): Use it. | |
923 (imap-message-appenduid-1): Likewise. Based on patch by Nathan | |
924 J. Williams in | |
925 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>. | |
917 | 926 |
918 2008-04-02 Alan Mackenzie <acm@muc.de> | 927 2008-04-02 Alan Mackenzie <acm@muc.de> |
919 | 928 |
920 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): | 929 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name): |
921 New optimised functions to get the name of the current defun/macro. | 930 New optimised functions to get the name of the current defun/macro. |