X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/e6ce307c50e6413f1ba87a315e0f8beb1a8ddac8..110544dea07071e88b8970cf024cb862b0870b41:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5bd208ba3c..f8070b2b93 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,4 +1,197 @@ -2011-03-15 Ralph Schleicher +2012-01-10 Glenn Morris + + * version.el (emacs-copyright): Update year to 2012. + +2011-08-21 Deniz Dogan + + * iswitchb.el (iswitchb-window-buffer-p): Use `member' instead of + `memq' (Bug#8799). + +2011-08-09 Chong Yidong + + * hi-lock.el (hi-lock-unface-buffer): Fix interactive spec + (Bug#7554). + +2011-07-28 Andreas Schwab + + * xt-mouse.el (xterm-mouse-event-read): Try to recover the raw + character. (Bug#6594) + +2011-07-12 Chong Yidong + + * window.el (split-window-horizontally): Doc fix (Bug#9060). + +2011-06-27 Markus Heiser (tiny change) + + * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653). + +2011-06-27 Jambunathan K + + * tar-mode.el (tar-untar-buffer): Set coding-system-for-write to + no-conversion (Bug#8870). + +2011-06-19 Chong Yidong + + * frame.el (special-display-popup-frame): Doc fix (Bug#8853). + + * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833). + +2011-06-18 Chong Yidong + + * textmodes/fill.el (default-justification): Add :safe (Bug#8879). + +2011-06-09 Eli Zaretskii + + * net/ange-ftp.el (ange-ftp-insert-file-contents): Let-bind + buffer-file-type before setting its value, to avoid disastrous + global effects on decoding files for DOS/Windows systems. + (Bug#8780) + +2011-06-05 Juanma Barranquero + + * progmodes/python.el (python-after-info-look): Add autoload cookie. + (python-unload-function): New function. (Bug#8730, bug#8781) + +2011-06-04 Reuben Thomas + + * progmodes/flymake.el (flymake-compilation-prevents-syntax-check): + Doc fix (Bug#8713). + +2011-06-04 Chong Yidong + + * repeat.el (repeat-on-final-keystroke): Fix type (Bug#8696). + +2011-06-04 Juanma Barranquero + + * loadhist.el (unload-feature-special-hooks): + Add `comint-output-filter-functions'. + +2011-05-27 Kenichi Handa + + * mail/sendmail.el (mail-encode-header): Avoid double encoding by + let-binding rfc2047-encode-encoded-words to nil. + +2011-05-23 Kenichi Handa + + * mail/sendmail.el: Require `rfc2047'. + (mail-insert-from-field): Do not perform RFC2047 encoding. + (mail-encode-header): New function. + (sendmail-send-it): Set buffer-file-coding-system of the work + buffer to the return value of select-message-coding-system. Call + mail-encode-header. + + * mail/smtpmail.el (smtpmail-send-it): Call mail-encode-header. + +2011-05-22 Sean Neakums (tiny change) + + * mail/supercite.el (sc-default-cite-frame): Handle + sc-nested-citation-p when sc-cite-blank-lines-p is non-nil. + +2011-05-16 Andreas Schwab + + * diff-mode.el (diff-fixup-modifs): Fix last change. + +2011-05-15 Chong Yidong + + * diff-mode.el (diff-fixup-modifs): Locate correct position for + hunk-end tags (Bug#8672). + +2011-05-13 Juanma Barranquero + + * progmodes/python.el (python-font-lock-keywords): + Add the Python 3.X keyword "nonlocal" (bug#8639). + +2011-05-09 Eli Zaretskii + + * smerge-mode.el (smerge-resolve): Use null-device rather than a + literal "/dev/null". + +2011-05-09 Stefan Monnier + + * emacs-lisp/lisp.el (lisp-complete-symbol, lisp-completion-at-point): + Fix typo. + +2011-05-08 Ralph Schleicher + + * progmodes/which-func.el (which-function): + Use add-log-current-defun instead of add-log-current-defun-function, + which might not be defined (Bug#8260). + +2011-04-25 Michael Albinus + + * net/tramp.el (tramp-process-actions): Add POS argument. + Delete region between POS and (pos). + (tramp-do-copy-or-rename-file-out-of-band): Use `nil' position in + `tramp-process-actions' call. + (tramp-maybe-open-connection): Call `tramp-process-actions' with pos. + + * net/tramp-smb.el (tramp-smb-maybe-open-connection): Use `nil' + position in `tramp-process-actions' call. + +2011-04-24 Daniel Colascione + + * progmodes/cc-engine.el (c-forward-decl-or-cast-1): + Use correct match group (bug#8438). + +2011-04-22 Juanma Barranquero + + * buff-menu.el (Buffer-menu--buffers): Fix typo in docstring (bug#8535). + +2011-04-21 Juanma Barranquero + + * play/mpuz.el (mpuz-silent): Doc fix. + (mpuz-mode-map): Move initialization into declaration. + (mpuz-put-number-on-board): Rename parameter L to COLUMNS. + (mpuz-letter-to-digit, mpuz-check-all-solved, mpuz-create-buffer): + Fix typos in docstrings. + + * play/doctor.el (doc$, doctor-$, doctor-read-print, doctor-read-token) + (doctor-nounp, doctor-pronounp): Fix typos in docstrings. + +2011-04-15 Juanma Barranquero + + * mouse-drag.el (mouse-drag-throw): Fix typo in docstring. + +2011-04-10 Chong Yidong + + * minibuffer.el (completion--do-completion): Avoid the "Next char + not unique" prompt if icomplete-mode is enabled (Bug#5849). + +2011-04-10 Stephen Berman + + * textmodes/page.el (what-page): Use line-number-at-pos to + calculate line number (Bug#6825). + +2011-04-10 Chong Yidong + + * mouse.el (mouse-drag-mode-line-1): Make sure that if we push + mouse-2 into unread-command-events, it is interpreted correctly. + +2011-04-09 Chong Yidong + + * image-mode.el (image-type, image-mode-map, image-minor-mode-map) + (image-toggle-display): Doc fix. + +2011-04-06 Juanma Barranquero + + Backport revno:103823 and revno:103824 from trunk. + * help-fns.el (describe-variable): Complete all variables having + documentation, including keywords. + http://lists.gnu.org/archive/html/emacs-devel/2011-04/msg00112.html + +2011-03-24 Juanma Barranquero + + * vc-annotate.el (vc-annotate-show-log-revision-at-line): + Fix typo in docstring. + +2011-03-19 Eli Zaretskii + + * emerge.el (emerge-metachars): Separate value for ms-dos and + windows-nt systems. + (emerge-protect-metachars): Quote correctly for ms-dos and + windows-nt systems. + +2011-03-15 Ralph Schleicher (tiny change) * info.el (info-initialize): Replace all uses of `:' with path-separator for compatibility with non-Unix systems. @@ -12,13 +205,13 @@ 2011-03-12 Michael Albinus - * net/tramp.el (tramp-progress-reporter-update): Use - `tramp-compat-funcall'. + * net/tramp.el (tramp-progress-reporter-update): + Use `tramp-compat-funcall'. (tramp-handle-start-file-process): Use `tramp-compat-process-get'. (tramp-handle-insert-file-contents): Make `file-remote-p' call compatible. - (tramp-open-connection-setup-interactive-shell): Use - `tramp-compat-process-put'. + (tramp-open-connection-setup-interactive-shell): + Use `tramp-compat-process-put'. * net/tramp-compat.el (tramp-compat-process-get) (tramp-compat-process-put): New defuns. @@ -86,8 +279,8 @@ 2011-02-18 Eli Zaretskii - * image-mode.el (image-toggle-display-image): Disable - require-final-newline in buffers visiting binary image files. + * image-mode.el (image-toggle-display-image): + Disable require-final-newline in buffers visiting binary image files. (Bug#8047) * international/mule-cmds.el (read-char-by-name, ucs-insert): @@ -106,8 +299,8 @@ 2011-02-14 Chong Yidong - * pgg-gpg.el (pgg-gpg-process-region): Bind - delete-by-moving-to-trash to nil. + * pgg-gpg.el (pgg-gpg-process-region): + Bind delete-by-moving-to-trash to nil. * pgg-pgp.el (pgg-pgp-process-region, pgg-pgp-verify-region) (pgg-pgp-snarf-keys-region): @@ -121,8 +314,8 @@ 2011-02-12 Chong Yidong * epg.el (epg-delete-output-file, epg-decrypt-string) - (epg-verify-string, epg-sign-string, epg-encrypt-string): Bind - delete-by-moving-to-trash to nil. + (epg-verify-string, epg-sign-string, epg-encrypt-string): + Bind delete-by-moving-to-trash to nil. * epa-file.el (epa-file-insert-file-contents): Likewise. @@ -3543,7 +3736,7 @@ (ada-goto-label-re): New; matches goto labels. (ada-block-label-re): New; matches block labels. (ada-label-re): New; matches both. - (ada-named-block-re): Deleted; callers changed to use + (ada-named-block-re): Delete; callers changed to use `ada-block-label-re' instead. (ada-get-current-indent, ada-get-indent-noindent, ada-get-indent-loop): Use `ada-block-label-re'. @@ -7147,11 +7340,11 @@ * bookmark.el (bookmark-bmenu-list): Don't use switch-to-buffer if we're inside a dedicated or minibuffer window. -2009-10-24 Karl Fogel +2009-10-24 Drew Adams + Karl Fogel * bookmark.el: Update documentation, especially documentation - of `bookmark-alist' and of the bookmark file format. - Patch by Drew Adams, with minor tweaks from me. (Bug#4195) + of `bookmark-alist' and of the bookmark file format. (Bug#4195) 2009-10-24 Chong Yidong @@ -11142,7 +11335,7 @@ (def-gdb-memory-format, def-gdb-memory-unit): Update memory buffer after changing settings. (gdb-invalidate-disassembly): Update when first shown. - (gdb-edit-locals-value): Fixed. + (gdb-edit-locals-value): Fix. (gdb-registers-handler-custom): Print registers in right order and allow changing register values (only for current thread yet). (gdb-breakpoints-mode-map): Don't assume threads buffer is present. @@ -11193,7 +11386,7 @@ 2009-08-06 Dmitry Dzhus - * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed. + * progmodes/gdb-mi.el (gdb-var-create-regexp): Remove. (gdb-var-create-handler): Rewritten using JSON parser. (gdb-propertize-header): Move earlier. (gdb-set-header): Remove to avoid duplication. @@ -12772,7 +12965,7 @@ See ChangeLog.14 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This file is part of GNU Emacs.