* buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width): Doc fixes.
[bpt/emacs.git] / lisp / ChangeLog
index d2266f9..e5449d9 100644 (file)
@@ -1,3 +1,299 @@
+2012-09-25  Glenn Morris  <rgm@gnu.org>
+
+       * buff-menu.el (Buffer-menu-name-width, Buffer-menu-size-width):
+       Doc fixes.
+
+       * eshell/em-term.el (eshell-term-name):
+       Default to term-term-name.  (Bug#12485)
+
+2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
+
+       * progmodes/python.el (python-shell-send-buffer): Better handling
+       of "if __name__ == '__main__':" conditionals when sending the buffer.
+
+2012-09-24  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/esh-cmd.el (eshell-find-alias-function):
+       Tighten up file-name regexp.  (Bug#12499)
+
+2012-09-24  Fabián Ezequiel Gallina  <fgallina@cuca>
+
+       Enhancements for triple-quote string syntax.
+       * progmodes/python.el (python-quote-syntax): Remove.
+       (python-syntax-propertize-function): New value.
+       (python-syntax-count-quotes, python-syntax-stringify): New
+       functions.
+
+2012-09-24  Chong Yidong  <cyd@gnu.org>
+
+       * iswitchb.el (iswitchb-read-buffer): Move
+       iswitchb-define-mode-map code here, and delete that obsolete
+       function.
+
+       * mail/supercite.el (sc-version): Remove obsolete function.
+       (sc-describe): Don't mark as obsolete, since it is bound.
+       (sc-submit-bug-report): Remove.
+
+       * vc/log-edit.el (cvs-changelog-full-paragraphs)
+       (cvs-commit-buffer-require-final-newline): Remove.
+       (log-edit-require-final-newline)
+       (log-edit-changelog-full-paragraphs): Default to t.
+
+       * vc/pcvs-defs.el (cvs-diff-buffer-name, cvs-diff-ignore-marks)
+       * vc/vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
+       * vc/vc.el (vc-checkout-carefully): Likewise.
+
+       * vc/emerge.el (emerge-mode): Make it an obsolete alias.
+       (emerge-version): Remove.
+
+       * progmodes/compile.el (compile-internal): Remove.
+       (compilation-parse-errors-function): Fix typo.
+
+       * international/mule.el (set-char-table-default): Remove.
+       (set-coding-priority, make-coding-system, generic-char-p)
+       (charset-list, charset-bytes, charset-id): Use declare to mark
+       functions as obsolete.
+
+       * vc/pcvs-defs.el (cvs-buffer-name-alist)
+       (cvs-invert-ignore-marks): Remove references to obsolete vars.
+       * vc/vc-hooks.el (vc-default-registered): Don't use
+       vc-master-templates.
+
+       * font-lock.el (font-lock-reference-face): Use
+       define-obsolete-variable-alias.
+
+       * generic-x.el (rul-generic-mode): Use font-lock-constant-face.
+       * calendar/calendar.el (calendar-font-lock-keywords):
+       * calendar/diary-lib.el (diary-font-lock-keywords)
+       (diary-fancy-font-lock-keywords):
+       * textmodes/reftex-sel.el (reftex-insert-docstruct):
+       * textmodes/reftex-index.el (reftex-insert-index):
+       * textmodes/reftex-cite.el (reftex-format-bib-entry):
+       * progmodes/ruby-mode.el (ruby-font-lock-keywords):
+       * progmodes/ps-mode.el (ps-mode-font-lock-keywords-1):
+       * progmodes/prolog.el (prolog-font-lock-keywords):
+       * progmodes/idlwave.el (idlwave-idl-keywords):
+       * progmodes/ada-mode.el (ada-font-lock-keywords):
+       * net/snmp-mode.el (snmp-font-lock-keywords-3): Likewise.
+
+2012-09-24  Glenn Morris  <rgm@gnu.org>
+
+       * mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
+
+2012-09-23  Fabián Ezequiel Gallina  <fgallina@cuca>
+
+       * progmodes/python.el (python-indent-line): More consistent cursor
+       movement behavior.
+
+2012-09-23  Stefan Merten  <smerten@oekonux.de>
+
+       * textmodes/rst.el: Fix compiler warning.
+
+2012-09-23  Roland Winkler  <winkler@gnu.org>
+
+       * textmodes/bibtex.el (bibtex-autokey-transcriptions): Transcribe
+       also LaTeX hyphenation.
+       (bibtex-reformat): Bug fix. Do not quote twice the elements of
+       bibtex-reformat-previous-options.
+
+2012-09-23  Roland Winkler  <winkler@gnu.org>
+
+       * proced.el (proced-renice-command): New variable.
+       (proced-marked-processes): New function.
+       (proced-with-processes-buffer): New macro.
+       (proced-send-signal): Use them.
+       (proced-renice): New command bound to r.
+
+2012-09-23  Roland Winkler  <winkler@gnu.org>
+
+       * ibuf-ext.el (ibuffer-switch-to-saved-filter-groups): If list
+       ibuffer-saved-filter-groups has one element, shortcut the call of
+       completing-read.  (Bug#12331)
+
+2012-09-23  Chong Yidong  <cyd@gnu.org>
+
+       * bindings.el (mode-line-toggle-read-only):
+       * bs.el (bs-toggle-readonly):
+       * buff-menu.el (Buffer-menu-toggle-read-only):
+       * dired.el (dired-toggle-read-only):
+       * ibuffer.el (ibuffer-do-toggle-read-only): Use read-only-mode.
+
+2012-09-23  Chong Yidong  <cyd@gnu.org>
+
+       * image.el (image-type-available-p): Adapt to init-image-library
+       argument changes.
+
+2012-09-22  Juri Linkov  <juri@jurta.org>
+
+       * dired.el (dired-mode-map): Add [remap read-only-mode] for
+       `dired-toggle-read-only'.  (Bug#12462)
+
+2012-09-22  Martin Rudalics  <rudalics@gmx.at>
+
+       * subr.el (temp-output-buffer-show): New function.
+       (with-output-to-temp-buffer): Call temp-output-buffer-show
+       instead of internal-temp-output-buffer-show.
+
+2012-09-22  Chong Yidong  <cyd@gnu.org>
+
+       * files.el (ctl-x-map): Bind C-x C-q to read-only-mode
+       (Bug#12462).
+
+       * repeat.el (repeat): Doc fix (Bug#12348).
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix
+       (Bug#10909).
+
+       * simple.el (shell-command-on-region): Doc fix.
+       (read-only-mode): Doc fix.
+
+2012-09-22  Eli Zaretskii  <eliz@gnu.org>
+
+       * emacs-lisp/timer.el (run-with-idle-timer)
+       (timer-activate-when-idle): Warn against reinvoking an idle timer
+       from within its own timer action.  (Bug#12447)
+
+2012-09-22  Martin Rudalics  <rudalics@gmx.at>
+
+       * cus-start.el (window-combination-limit): Add new optional
+       values.
+       * window.el (temp-buffer-window-show)
+       (window--try-to-split-window): Handle new values of
+       window-combination-limit (Bug#1806).
+       (split-window): Test window-combination-limit for t instead of
+       non-nil.
+       (display-buffer-at-bottom): New buffer display action function.
+       * help.el (temp-buffer-resize-regexps): New option.
+       (temp-buffer-resize-mode): Rewrite doc-string.
+       (resize-temp-buffer-window): Obey temp-buffer-resize-regexps.
+       Don't resize reused window.  Suggested by Glenn Morris.
+
+2012-09-22  Stefan Merten  <smerten@oekonux.de>
+
+       * textmodes/rst.el: Revamp section title faces.
+       (rst-official-version)
+       (rst-package-emacs-version-alist): Sync with official version
+       V1.4.0.
+       (rst-faces-defaults, rst-set-level-default)
+       (rst-level-face-max, rst-level-face-base-color)
+       (rst-level-face-base-light, rst-level-face-format-light)
+       (rst-level-face-step-light, rst-define-level-faces): Obsolete.
+       (rst-adornment-faces-alist): Match new setup.
+       (rst-level-1, rst-level-2, rst-level-3, rst-level-4)
+       (rst-level-5, rst-level-6): New faces.
+
+2012-09-22  Chong Yidong  <cyd@gnu.org>
+
+       * simple.el (undo): Handle indirect buffers (Bug#8207).
+
+2012-09-21  Leo Liu  <sdl.web@gmail.com>
+
+       IDO: Disable match re-ordering for buffer switching.
+       * ido.el (ido-buffer-disable-smart-matches): New variable.
+       (ido-set-matches-1): Use it.  (Bug#2042)
+
+2012-09-21  Jose Marino  <marinoj@nso.edu>  (tiny change)
+
+       * progmodes/idlw-shell.el (idlwave-shell-complete-filename):
+       Fix 2011-05-17 change.  (Bug#12418)
+
+2012-09-21  Leo Liu  <sdl.web@gmail.com>
+
+       * subr.el (ignore-errors): Mention with-demoted-errors in doc-string.
+
+2012-09-21  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/shadow.el (load-path-shadows-font-lock-keywords):
+       Be more robust about locating simple.el.
+
+2012-09-21  Glenn Morris  <rgm@gnu.org>
+
+       * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
+
+2012-09-21  Joel Bion  <jpbion@westvi.com>  (tiny change)
+
+       * pcmpl-gnu.el (pcmpl-gnu-tarfile-regexp): Add tar.xz.  (Bug#12382)
+
+2012-09-20  Juri Linkov  <juri@jurta.org>
+
+       * replace.el (query-replace-read-from): Use `read-regexp' instead
+       of `read-from-minibuffer' when `regexp-flag' is non-nil.
+       (occur-read-primary-args): Use `read-regexp' instead of
+       `read-string'.
+       (multi-occur-in-matching-buffers): Use `read-regexp' instead of
+       `read-from-minibuffer'.
+       * isearch.el (isearch-occur): Use `read-regexp' instead of
+       `read-string'.
+       * dired.el (dired-read-regexp): Use `read-regexp' instead of
+       `read-from-minibuffer'.
+       * progmodes/grep.el (grep-read-regexp): Use `read-regexp' instead
+       of `read-string'.  (Bug#7567)
+
+       * replace.el (read-regexp): Rename DEFAULT-VALUE arg to DEFAULTS
+       and allow accepting a list of strings prepended to a list of
+       standard default values.  Doc fix.  (Bug#12321)
+
+       * replace.el (read-regexp): Add HISTORY arg.  (Bug#7567)
+
+       * replace.el (read-regexp): Don't add ": " when PROMPT already
+       ends with a colon and space.  (Bug#12321)
+
+2012-09-20  Tassilo Horn  <tsdh@gnu.org>
+
+       * doc-view.el (doc-view-display): Better fix for the cl-assertion
+       error.
+
+2012-09-20  Stefan Merten  <smerten@oekonux.de>
+
+       * textmodes/rst.el: Integrate support for `imenu' and `which-function'.
+       Fixes feature request bug#11711.
+       (rst-mode): Create `imenu-create-index-function'.
+       (rst-get-stripped-line): Delete after refactoring.
+       (rst-section-tree, rst-section-tree-rec)
+       (rst-section-tree-point): Refactor and document properly.
+       (rst-imenu-find-adornments-for-position)
+       (rst-imenu-convert-cell, rst-imenu-create-index): New
+       function.
+
+2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/macroexp.el (macroexp--obsolete-warning): New function.
+       (macroexp--expand-all): Use it.
+       (macroexp--funcall-and-return): Remove by folding it into its sole
+       caller (macroexp--warn-and-return).
+       * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete):
+       Use macroexp--obsolete-warning.
+
+       * calc/calc.el: Fix last change by removing the whole chunk, since it
+       was only needed back when Calc was not bundled.
+
+2012-09-20  Martin Rudalics  <rudalics@gmx.at>
+
+       * emacs-lisp/debug.el (debug): Restore assignment to
+       debugger-old-buffer removed on 2012-09-08.
+
+2012-09-20  Juri Linkov  <juri@jurta.org>
+
+       * dired-aux.el (dired-diff): Remove (require 'diff) since
+       `diff-latest-backup-file' is now autoloaded.
+
+2012-09-20  Chong Yidong  <cyd@gnu.org>
+
+       * vc/diff.el (diff-latest-backup-file): Autoload.
+
+2012-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * calc/calc.el: Remove redundant autoload shape check.
+       (sel-mode): Don't defvar.
+       (calc-get-stack-element): Add `sel-mode' arg instead.
+       (calc-top, calc-top-list): Pass it this additional argument.
+       * calc/calc-store.el (calc-store-map):
+       * calc/calc-map.el (calc-apply, calc-reduce, calc-map)
+       (calc-map-equation, calc-outer-product, calc-inner-product):
+       * calc/calc-aent.el (calc-alg-entry): Don't bind sel-mode.
+
+       * emacs-lisp/macroexp.el (macroexp--expand-all): Fix last change.
+
 2012-09-19  Juri Linkov  <juri@jurta.org>
 
        * dired-aux.el (dired-diff): Add (require 'diff) because
 
 2012-09-17  Stefan Merten  <smerten@oekonux.de>
 
-       * rst.el: Add support for `testcover'.
+       * textmodes/rst.el: Add support for `testcover'.
        (rst-defcustom-testcover, rst-testcover-add-compose)
        (rst-testcover-add-1value): New functions.
        (rst-portable-mark-active-p): Replace by `use-region-p'.
 
 2012-07-30  Stefan Merten  <smerten@oekonux.de>
 
-       * rst.el: Silence `checkdoc-ispell'.
+       * textmodes/rst.el: Silence `checkdoc-ispell'.
        (rst-cvs-header, rst-svn-rev, rst-svn-timestamp)
        (rst-official-version, rst-official-cvs-rev)
        (rst-package-emacs-version-alist): Update to upstream V1.3.1.