]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Bug fix for finding coding system. New COPY-FUNCTION feature
[gnu-emacs] / lisp / ChangeLog
index 186917010abcf266a3c448e901197f2c4262af0f..053f9d3bab63d19fd7a713a5ea1c86172fff6c0d 100644 (file)
@@ -1,5 +1,350 @@
+2011-08-16  Richard Stallman  <rms@gnu.org>
+
+       * 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  <monnier@iro.umontreal.ca>
+
+       * minibuffer.el (completion-pcm--merge-completions): Don't merge "a1b"
+       and "a2b" to "ab" for `prefix'.
+
+2011-08-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <lekktu@gmail.com>
+
+       * startup.el (argi): Declare as global variable (bug#9275).
+
+2011-08-12  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <monnier@iro.umontreal.ca>
+
+       * 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  <ueno@unixuser.org>
+
+       * epa.el (epa-progress-callback-function): Fix the logic of
+       displaying progress.
+       * epa-file.el (epa-file-insert-file-contents): Make progress
+       display more user-friendly.
+       (epa-file-write-region): Ditto.
+
+2011-08-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * subr.el (string-mark-left-to-right): New function.
+
+       * buff-menu.el (Buffer-menu-buffer+size): Remove LRM argument.
+       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.
+       (tabulated-list-print): Recenter after moving point.
+
+2011-08-10  Juri Linkov  <juri@jurta.org>
+
+       * progmodes/grep.el (rgrep): Don't bind `process-connection-type'.
+       This finishes incomplete reversion of 2011-06-30T01:09:13Z!larsi@gnus.org
+       intended by 2011-07-06T15:49:19Z!larsi@gnus.org.
+
+2011-08-09  Chong Yidong  <cyd@stupidchicken.com>
+
+       * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec
+       (Bug#7554).
+
+2011-08-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw
+       character.  (Bug#6594)
+
+2011-08-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * image-dired.el: Don't use find-file for temporary work (Bug#7895).
+       (image-dired--with-db-file): New macro.
+       (image-dired-write-tags, image-dired-remove-tag)
+       (image-dired-create-gallery-lists, image-dired-write-comments)
+       (image-dired-get-comment, image-dired-mark-tagged-files)
+       (image-dired-list-tags, image-dired-gallery-generate): Use it.
+       (image-dired-gallery-generate): Use insert-file-contents.
+
+       * time.el (display-time-world-list, display-time-world-display):
+       * time-stamp.el (time-stamp-string):
+       * vc/add-log.el (add-change-log-entry): Use setenv instead of
+       set-time-zone-rule (Bug#7337).
+
+2011-08-08  Daiki Ueno  <ueno@unixuser.org>
+
+       * epg.el (epg--status-KEYEXPIRED, epg--status-KEYREVOKED): Fix typo.
+       (epg-error-to-string, epg-errors-to-string): New function.
+       (epg-wait-for-completion): Reverse errors list.
+       (epg--check-error-for-decrypt, epg-sign-file, epg-sign-string)
+       (epg-encrypt-file, epg-encrypt-string, epg-export-keys-to-file)
+       (epg--import-keys-1, epg-receive-keys, epg-delete-keys)
+       (epg-sign-keys, epg-generate-key-from-file)
+       (epg-generate-key-from-string): Format errors by using
+       epg-errors-to-string (bug#9255).
+       (epg--status-INV_SGNR, epg--status-NO_SGNR): New status handler.
+
+2011-08-07  Juri Linkov  <juri@jurta.org>
+
+       * faces.el (list-faces-display): Remove extra angle bracket
+       from `help-mode-map'.
+
+       * info.el (Info-history-toc-nodes): Doc fix.
+
+       * longlines.el (longlines-mode): Doc fix.
+
+2011-08-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/js.el (js--regexp-literal): Accept regexps at the beginning
+       of statements and in a few more cases (bug#9183).
+
+       * emacs-lisp/cl-macs.el (cl--make-usage-var, cl--make-usage-args):
+       New functions.
+       (cl-transform-lambda): Use them (bug#9239).
+
+2011-08-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-same-window)
+       (display-buffer-same-frame, display-buffer-other-window)
+       (pop-to-buffer-same-window, pop-to-buffer-same-frame)
+       (pop-to-buffer-other-window)
+       (pop-to-buffer-same-frame-other-window)
+       (pop-to-buffer-other-frame): Make them defuns.
+       (switch-to-buffer): Don't set LABEL argument of pop-to-buffer.
+
+2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * subr.el (make-composed-keymap): Move from C.  Change calling
+       convention, and improve docstring to bring attention to a subtle point.
+       * minibuffer.el (completing-read-default): Adjust accordingly.
+
+2011-08-03  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell)
+       (tramp-open-shell): Use `tramp-shell-quote-argument'.
+
+       * net/trampver.el: Update release number.
+
+2011-08-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/sh-script.el (sh-font-lock-paren): Don't mistake "main" for
+       "in" (bug#9190).
+
+2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/sendmail.el (sendmail-query-once): Restore the current
+       buffer after querying (bug#9074).
+
+       * dired.el (dired-flagged): Use different faces for marked and
+       flagged files (bug#6117).
+
+       * emacs-lisp/cl-macs.el (dolist): Mention that there's a nil block
+       (bug#4433).
+
+       * ido.el (ido-mode): Switch off the message if called
+       non-interactively.
+
+       * mail/smtpmail.el (smtpmail-query-smtp-server): Try port 25
+       before 587, since it appears that that's more likely to work for
+       more people.
+
+       * cus-edit.el (custom-file): When running under emacs -q, always
+       refuse to save the customisations, even if the .emacs file doesn't
+       exist.
+
+       * info.el: Remove the `Info-beginning-of-buffer' function
+       (bug#8325).
+
+       * net/network-stream.el (network-stream-open-starttls):
+       Use `starttls-available-p' to see whether starttls.el can be used.
+
+2011-08-01  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-in-window): Don't set dedicated status
+       of window here (Bug#9215).
+       (display-buffer-pop-up-window, display-buffer-pop-up-frame)
+       (display-buffer-pop-up-side-window)
+       (display-buffer-in-side-window): Set dedicated status of window here.
+
+2011-08-01  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/package.el (package-generate-autoloads): Load autoloads
+       before binding generated-autoload-file.
+
+2011-08-01  Deniz Dogan  <deniz@dogan.se>
+
+       * net/rcirc.el (rcirc-handler-333): Clarify docstring.
+
+2011-07-30  Michael Albinus  <michael.albinus@gmx.de>
+
+       Sync with Tramp 2.2.2.
+
+       * net/trampver.el: Update release number.
+
+2011-07-30  Juri Linkov  <juri@jurta.org>
+
+       * dired-aux.el (dired-touch-initial): Remove function.
+       (dired-do-chxxx): For op-symbol `touch', set `initial' to the
+       current time, and `default' to the last modification time of the
+       current marked file (bug#6887).
+
+2011-07-28  Jose E. Marchesi  <jemarch@gnu.org>
+
+       * simple.el (goto-line): Use string-to-number to provide a
+       numeric argument to read-number (bug#9163).
+
+2011-07-27  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-maybe-send-script): Don't let-bind the
+       connection process, it could be nil.
+
+2011-07-27  Leo Liu  <sdl.web@gmail.com>
+
+       Simplify url handling in rcirc-mode.
+
+       * net/rcirc.el (rcirc-browse-url-map, rcirc-browse-url-at-point)
+       (rcirc-browse-url-at-mouse): Remove.
+       * net/rcirc.el (rcirc-markup-urls): Use `make-button'.
+
+2011-07-26  Alan Mackenzie  <acm@muc.de>
+
+       Fontify bitfield declarations properly.
+
+       * progmodes/cc-langs.el (c-has-bitfields): New lang variable.
+       (c-symbol-chars): Now exported as a lang variable.
+       (c-not-primitive-type-keywords): New lang variable.
+
+       * progmodes/cc-fonts.el (c-font-lock-declarations): Jump over the
+       QT keyword "more" to prevent "more slots: ...." being spuriously
+       parsed as a bitfield declaraion.
+
+       * progmodes/cc-engine.el (c-beginning-of-statement-1):
+       Refactor and enhance to handle bitfield declarations.
+       (c-punctuation-in): New function.
+       (c-forward-decl-or-cast-1): Enhance CASE 3 to handle bitfield
+       declarations properly.
+
+2011-07-26  Ulf Jasper  <ulf.jasper@web.de>
+
+       * calendar/icalendar.el (icalendar--all-events): Take care of
+       multiple vcalendars in a single file.
+       (icalendar--convert-float-to-ical): Checkdoc fixes.
+
+2011-07-25  Deniz Dogan  <deniz@dogan.se>
+
+       * image.el (insert-image): Clarifying docstring.
+
+2011-07-24  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-barf-unless-okay): Return the value of
+       `tramp-send-command-and-check' if there is no error.
+       (tramp-send-command-and-read): Suppress *all* errors if NOERROR.
+
+2011-07-22  Alan Mackenzie  <acm@muc.de>
+
+       Prevent cc-langs.elc being loaded at run time.
+
+       * progmodes/cc-mode.el: Remove two autoload forms which loaded
+       cc-langs.
+
+       * /progmodes/cc-langs.el (c-make-init-lang-vars-fun): Don't emit
+       "(require 'cc-langs)".  Quote a form so it will evaluate at
+       (cc-mode's) compilation time.
+
+2011-07-22  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp.el (tramp-file-name-handler): Avoid recursive
+       loading.  (Bug#9114)
+
+2011-07-21  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-pop-up-window)
+       (display-buffer-pop-up-side-window)
+       (display-buffer-in-side-window): Call display-buffer-set-height
+       and display-buffer-set-width after setting the new window's
+       buffer so `fit-window-to-buffer' and friends work on the right buffer.
+
+2011-07-20  Sam Steingold  <sds@gnu.org>
+
+       * progmodes/etags.el (etags-file-of-tag, etags-tags-table-files)
+       (etags-tags-included-tables): Call `convert-standard-filename' on
+       the file names contained in TAGS so that windows Emacs can handle
+       TAGS files created by cygwin ctags.
+
+2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * proced.el (proced-update): Revert yesterday's bug#1779 patch,
+       which apparently didn't work.
+
+2011-07-19  Roland Winkler  <winkler@gnu.org>
+
+       * proced.el (proced-send-signal): For *Marked Processes* buffer
+       put point at beginning of buffer.
+
+2011-07-19  Stephen Berman  <stephen.berman@gmx.net>
+
+       * proced.el (proced-format): Make header lines align with the text
+       (bug#1779).
+
+2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * view.el (view-buffer): Allow running in `special' modes if we're
+       visiting a file (bug#8615).
+
+2011-07-19  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-alist-of-strings-p)
+       (display-buffer-alist-set-1, display-buffer-alist-set-2):
+       New functions.
+       (display-buffer-alist-set): Rewrite to handle Emacs 23 options
+       more accurately.
+
+2011-07-18  Alan Mackenzie  <acm@muc.de>
+
+       Fontify declarators properly when, e.g., a jit-lock chunk begins
+       inside a declaration.
+
+       * progmodes/cc-langs.el (c-symbol-chars): Correct a typo.
+
+       * progmodes/cc-fonts.el (c-font-lock-enclosing-decls):
+       New function.
+       (c-complex-decl-matchers): Insert reference to
+       c-font-lock-enclosing-decls.
+
+       * progmodes/cc-engine.el (c-backward-single-comment):
+       (c-backward-comments): Bind open-paren-in-column-0-is-defun-start
+       to nil around calls to (forward-comment -1).
+
+2011-07-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * image.el (put-image): Doc typo fix.
+
+       * progmodes/etags.el (tags-search): Doc typo fix.
+
+       * mail/smtpmail.el (smtpmail-via-smtp): Query the user for
+       password if we get errors 550 to 554.
+
 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * net/gnutls.el (gnutls-log-level): Remove.
+
        * textmodes/fill.el (adaptive-fill-regexp): Include EN DASH as an
        indentation character (bug#6380).
 
 
 2011-07-16  Martin Rudalics  <rudalics@gmx.at>
 
-       * frame.el (select-frame-set-input-focus): New argument
-       NORECORD.
+       * frame.el (select-frame-set-input-focus): New argument NORECORD.
        * window.el (pop-to-buffer): Select window used even if it was
-       selected before, see discussion of (Bug#8615), (Bug#6954).  Pass
-       argument NORECORD on to select-frame-set-input-focus.
+       selected before, see discussion of (Bug#8615), (Bug#6954).
+       Pass argument NORECORD on to select-frame-set-input-focus.
 
 2011-07-15  Glenn Morris  <rgm@gnu.org>
 
 
 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * net/gnutls.el (gnutls-negotiate): Upcase
-       `gnutls-algorithm-priority'.
+       * net/gnutls.el (gnutls-negotiate):
+       Upcase `gnutls-algorithm-priority'.
 
 2011-07-15  Glenn Morris  <rgm@gnu.org>
 
        (string-rectangle): Go to the point after the last operation
        (bug#7522).
 
-       * simple.el (current-kill): Clarify what
-       `interprogram-paste-function' does (bug#7500).
-
        * printing.el (pr-toggle-region): Clarify the documentation
        slightly (bug#7493).
 
-       * time.el (display-time-update): Allow
-       `display-time-mail-function' to return nil (bug#7158).  Fix
-       suggested by Detlev Zundel.
+       * time.el (display-time-update):
+       Allow `display-time-mail-function' to return nil (bug#7158).
+       Fix suggested by Detlev Zundel.
 
        * vc/diff.el (diff): Clarify the order the file names are read
        (bug#7111).
 
 2011-07-14  Martin Rudalics  <rudalics@gmx.at>
 
-       * window.el (display-buffer-normalize-special): Replace
-       `dedicated' by `dedicate' to dedicate window (Bug#9072).
+       * window.el (display-buffer-normalize-special):
+       Replace `dedicated' by `dedicate' to dedicate window (Bug#9072).
 
 2011-07-14  Eli Zaretskii  <eliz@gnu.org>
 
        switch-to-buffer.
 
        * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
-       Deleted.
+       Delete.
 
 2011-07-14  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2011-07-13  Chong Yidong  <cyd@stupidchicken.com>
 
-       * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.  Use
-       pop-to-buffer buffer-or-name if it is nil.
+       * window.el (switch-to-buffer): New arg FORCE-SAME-WINDOW.
+       Use pop-to-buffer buffer-or-name if it is nil.
 
        * emacs-lisp/bytecomp.el (byte-compile-interactive-only-functions):
        Remove switch-to-buffer.
 
 2011-07-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock): Rewrite
-       to avoid awkward possessive "s" (bug#5986).
+       * progmodes/cperl-mode.el (cperl-syntaxify-by-font-lock):
+       Rewrite to avoid awkward possessive "s" (bug#5986).
 
 2011-07-13  Glenn Morris  <rgm@gnu.org>
 
 
 2011-07-12  Roland Winkler  <winkler@gnu.org>
 
-       * textmodes/bibtex.el (bibtex-initialize): Use
-       pop-to-buffer-same-window.
+       * textmodes/bibtex.el (bibtex-initialize):
+       Use pop-to-buffer-same-window.
        (bibtex-search-entries): Fix interactive call.
 
 2011-07-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * progmodes/compile.el (compilation-error-regexp-alist-alist):
-       Fontise bytecomp Error lines more correctly (bug#2490).  Fix
-       suggested by Johan Bockgård.
+       Fontise bytecomp Error lines more correctly (bug#2490).
+       Fix suggested by Johan Bockgård.
 
        * subr.el (remove-duplicates): Remove; `delete-dups' is sufficient.
 
 
 2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * mail/sendmail.el (sendmail-query-once): Use
-       `customize-save-variable' unconditionally, now that it works under
+       * mail/sendmail.el (sendmail-query-once):
+       Use `customize-save-variable' unconditionally, now that it works under
        emacs -Q.
 
        * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
 
 2011-07-09  Bob Nnamtrop  <bobnnamtrop@gmail.com>  (tiny change)
 
-       * emulation/viper-cmd.el (viper-change-state-to-vi): Limit
-       triggering of abbrev expansion (Bug#9038).
+       * emulation/viper-cmd.el (viper-change-state-to-vi):
+       Limit triggering of abbrev expansion (Bug#9038).
 
 2011-07-09  Martin Rudalics  <rudalics@gmx.at>
 
        * window.el (display-buffer-default-specifiers): Remove.
        (display-buffer-macro-specifiers): Remove default specifiers.
        (display-buffer-alist): Default to nil.
-       (display-buffer-reuse-window): New optional argument
-       other-window.
+       (display-buffer-reuse-window): New optional argument other-window.
        (display-buffer-pop-up-window): Allow splitting internal
        windows.  Check whether a live window was created.
        (display-buffer-other-window-means-other-frame)
        (display-buffer): Process other-window specifier and call
        display-buffer-reuse-window with it.  Emulate Emacs 23 behavior
        more faithfully.
-       (pop-up-windows, even-window-heights): Restore Emacs 23 default
-       values.
+       (pop-up-windows, even-window-heights): Restore Emacs 23 default values.
        (display-buffer-alist-set): Don't handle 'unset default values.
-       (display-buffer-in-window, display-buffer-alist-set): Replace
-       symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
+       (display-buffer-in-window, display-buffer-alist-set):
+       Replace symbol "dedicated" by "dedicate".  Reported by Tassilo Horn
        <tassilo@member.fsf.org>.
 
 2011-07-09  Leo Liu  <sdl.web@gmail.com>