X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9d5cb6312b5e6ad61c7cdb5a1282d81e677899f2..3a99bf64df4071fc6910876070215a948c18aa01:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27515f767f..053f9d3bab 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,42 @@ +2011-08-16 Richard Stallman + + * epa.el (epa-decrypt-region): New arg COPY-FUNCTION. + (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case. + (epa-decrypt-armor-in-region): Make error message clearer. + +2011-08-15 Stefan Monnier + + * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b" + and "a2b" to "ab" for `prefix'. + +2011-08-14 Chong Yidong + + * ibuf-ext.el (ibuffer-filter-disable): New arg for deleting + filter groups. + (ibuffer-included-in-filter-p-1): Use it. Suggested by Rafaël + Fourquet (Bug#8804). + +2011-08-12 Juanma Barranquero + + * startup.el (argi): Declare as global variable (bug#9275). + +2011-08-12 Chong Yidong + + * subr.el (string-mark-left-to-right): Search the entire string + for RTL script, not just the terminating character. Doc fix. + +2011-08-12 Stefan Monnier + + * progmodes/js.el (js-syntax-propertize, js-syntax-propertize-regexp): + New function. + (js--regexp-literal, js-syntax-propertize-function): Remove. + (js-mode): Use js-syntax-propertize to handle multilines (bug#9183). + (js-mode-map): Don't rebind electric keys. + (js-insert-and-indent): Remove. + (js-mode): Setup electric-layout and electric-indent instead. + + * epa-file.el (epa-file-select-keys): Revert to nil default (bug#9280). + 2011-08-12 Daiki Ueno * epa.el (epa-progress-callback-function): Fix the logic of @@ -14,8 +53,8 @@ Use string-mark-left-to-right. (list-buffers-noselect): Caller changed. - * emacs-lisp/tabulated-list.el (tabulated-list-print-entry): Use - string-mark-left-to-right. + * emacs-lisp/tabulated-list.el (tabulated-list-print-entry): + Use string-mark-left-to-right. (tabulated-list-print): Recenter after moving point. 2011-08-10 Juri Linkov