X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/99a8306435502146d52cd97377d95c93963d8ae4..1694e6c1bb59c4080f170ce6d18fe5e9ed6ba27d:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e9dce6280a..bda91a1688 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,115 @@ +2012-03-10 Richard Stallman + + * mail/sendmail.el (mail-encode-header): + Set rfc2047-encode-encoded-words. + + * mail/mail-utils.el (mail-quote-printable): Quote multibyte chars. + + * mail/rmail.el (rmail-buffers-swapped-p): Don't assume dead + view buffer means not swapped. + (rmail-view-buffer-kill-buffer-hook): Give buf name in error msg. + (rmail-write-region-annotate): Error if real text has disappeared. + + * epa-mail.el (epa-mail-encrypt): Bind inhibit-read-only. + +2012-03-10 Chong Yidong + + * emulation/cua-rect.el (cua--init-rectangles): + * emulation/cua-base.el (cua--init-keymaps): Add + delete-forward-char to remappings (Bug#9666). + +2012-03-10 Martin Rudalics + + * speedbar.el (speedbar-unhighlight-one-tag-line): Avoid + unhighlighting due to frame switching (Bug#10275). + +2012-03-10 Chong Yidong + + * minibuffer.el (completion-in-region, completion-help-at-point): + Give the completion field overlay a high priority (Bug#6830). + + * dired.el (dired-goto-file): Recognize absolute file name + listings (Bug#7126). + (dired-goto-file-1): New helper function. + (dired-toggle-read-only): Inhibit warnings. + +2012-03-09 Michael Albinus + + * net/dbus.el: (dbus-property-handler): Return empty array if + there are no properties. + +2012-03-09 Leo Liu + + * savehist.el (savehist-printable): Stricter check for string + value (Bug#10937). + +2012-03-09 Eli Zaretskii + + * mail/smtpmail.el (smtpmail-send-it): Bind + coding-system-for-write to *-unix, so that FCC files are kept in + valid mbox format. + +2012-03-09 Glenn Morris + + * files.el (dir-locals-find-file): + Don't check result is regular, readable. + (dir-locals-read-from-file): Demote errors. + +2012-03-08 Eli Zaretskii + + * international/quail.el (quail-insert-kbd-layout): Insert + invisible LRM characters before each character in a keyboard + layout cell, to prevent their reordering by bidi display engine. + For details, see the discussion in + http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00085.html. + +2012-03-08 Alan Mackenzie + + * progmodes/cc-cmds.el (c-mark-function): Make it leave a mark at + the starting position; make it extend the marked region when + invoked repeatedly - all under appropriate circumstances. + Fixes bugs #5525, #10906. + +2012-03-08 Glenn Morris + + * files.el (locate-dominating-file, dir-locals-find-file): + Undo 2012-03-06 change. + +2012-03-07 Eli Zaretskii + + * international/quail.el (quail-help): Force + bidi-paragraph-direction be left-to-right. See discussion in + http://lists.gnu.org/archive/html/emacs-devel/2012-03/msg00062.html + for the reason. + +2012-03-07 Michael Albinus + + Avoid superfluous registering of signals. (Bug#10807) + + * notifications.el (notifications-on-action-object) + (notifications-on-close-object): New defvars. + (notifications-on-action-signal, notifications-on-closed-signal): + Unregister the signal if not needed any longer. + (notifications-notify): Register `notifications-action-signal' or + `notifications-closed-signal', if :on-action or :on-close has been + passed as argument. + +2012-03-07 Chong Yidong + + * cus-start.el: Avoid x-select-enable-clipboard-manager warning on + non-X platforms. + +2012-03-06 Glenn Morris + + * term/pc-win.el (x-selection-owner-p, x-own-selection-internal) + (x-disown-selection-internal, x-get-selection-internal): + Doc fix (add arglist signatures). (Bug#10783) + +2012-03-06 Kaushik Srenevasan (tiny change) + + * progmodes/gdb-mi.el (gdb-breakpoints-list-handler-custom): + Handle breakpoints with no "type". + 2012-03-06 Glenn Morris * files.el (locate-dominating-file): Add optional predicate argument.