(dired-guess-default): Fix grammar in doc string
[bpt/emacs.git] / lisp / ChangeLog
index 1a6c66e..0245c0b 100644 (file)
@@ -1,3 +1,385 @@
+2011-07-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dired-x.el (dired-guess-default): Remove duplicate shell command
+       entries (bug#2028).
+       (dired-guess-default): Fix grammar in doc string (bug#2028).
+
+       * subr.el (remove-duplicates): New conveniency function.
+
+2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * tool-bar.el (tool-bar-mode): Clarify positive/negative arguments
+       (bug#1526).
+
+2011-07-10  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (display-buffer-normalize-default): Don't invert
+       meaning of even-window-heights.  Reported by Eli Zaretskii
+       <eliz@gnu.org>.
+
+2011-07-10  Bob Rogers  <rogers@rgrjr.dyndns.org>
+
+       * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256).
+
+2011-07-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (display-buffer): Fix arguments to
+       display-buffer-reuse-window in last change.
+
+       * faces.el (link): Use a less saturated blue on light backgrounds.
+
+       * startup.el (fancy-startup-text, fancy-about-text)
+       (fancy-startup-tail): Use font-lock faces, for background safety.
+
+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).
+
+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-pop-up-window): Allow splitting internal
+       windows.  Check whether a live window was created.
+       (display-buffer-other-window-means-other-frame)
+       (display-buffer-normalize-arguments): Rename to
+       display-buffer-normalize-argument and rewrite.  Set the
+       other-window specifier.
+       (display-buffer-normalize-special): New function.
+       (display-buffer-normalize-options): Rename to
+       display-buffer-normalize-default and rewrite.
+       (display-buffer-normalize-options-inhibit): Remove.
+       (display-buffer-normalize-specifiers): Rewrite.
+       (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.
+       (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
+       <tassilo@member.fsf.org>.
+
+2011-07-09  Leo Liu  <sdl.web@gmail.com>
+
+       * register.el (insert-register): Restore accidental change on
+       2011-06-26.  (Bug#9028)
+
+2011-07-09  Glenn Morris  <rgm@gnu.org>
+
+       * subr.el (remq): Handle the empty list.  (Bug#9024)
+
+2011-07-08  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * mail/sendmail.el (send-mail-function): No longer delay custom
+       initialization.
+       * custom.el (custom-initialize-delay): Doc fix.
+
+2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * abbrev.el (expand-abbrev): Try to preserve point (bug#5805).
+
+2011-07-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a
+       human-friendly prompt.
+
+2011-07-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only
+       provided by a particular plugin.
+
+2011-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/sendmail.el (sendmail-query-once): If we aren't allowed to
+       save customizations (with "emacs -Q"), just set the variable
+       instead of erroring out.
+
+       * mail/smtpmail.el (smtpmail-query-smtp-server): Ditto.
+
+2011-07-08  Juri Linkov  <juri@jurta.org>
+
+       * arc-mode.el (archive-zip-expunge, archive-zip-update)
+       (archive-zip-update-case): Use 7z if found by `executable-find'.
+       The order of searching the available programs is the same as in
+       `archive-zip-extract' (bug#8968).
+
+2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * menu-bar.el (menu-bar-line-wrapping-menu): Revert last change.
+       (menu-bar-options-menu): Tweak descriptions.
+
+2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * menu-bar.el (menu-bar-line-wrapping-menu): Make all the Options
+       menu items into verb phrases (bug#1421).  Also refill to fit under
+       80 columns.
+
+2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * info.el (info, Info-read-node-name-2, Info-read-node-name-1)
+       (Info-read-node-name): Doc fix (Bug#1084).
+
+       * thingatpt.el (forward-thing, bounds-of-thing-at-point)
+       (thing-at-point, beginning-of-thing, end-of-thing, in-string-p)
+       (end-of-sexp, beginning-of-sexp)
+       (thing-at-point-bounds-of-list-at-point, forward-whitespace)
+       (forward-symbol, forward-same-syntax, word-at-point)
+       (sentence-at-point): Doc fix (Bug#1144).
+
+2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * info.el (Info-mode-map): Remove S-TAB binding, since [backtab]
+       should cover it (bug#1281).
+
+       * cus-edit.el (custom-show): Mark as obsolete.
+
+       * net/network-stream.el (network-stream-open-starttls): If gnutls
+       negotiation fails, then possibly try again with a non-encrypted
+       connection (bug#9017).
+
+       * mail/smtpmail.el (smtpmail-stream-type): Note that `plain' can
+       be used.
+
+2011-07-07  Richard Stallman  <rms@gnu.org>
+
+       * mail/rmail.el (rmail-next-error-move): Use `compilation-message'
+       property, and handle its changed format.
+       Look for the correct line number.
+       Use file's line contents (but not past first =) to find
+       correct line in message.
+
+2011-07-07  Kenichi Handa  <handa@m17n.org>
+
+       * international/characters.el (build-unicode-category-table):
+       Delete it.
+       (unicode-category-table): Set it by unicode-property-table-internal.
+
+       * international/mule-cmds.el (char-code-property-alist): Move to
+       to src/chartab.c.
+       (get-char-code-property): Call unicode-property-table-internal to
+       load a file.  Call get-unicode-property-internal where necessary.
+       (put-char-code-property): Call unicode-property-table-internal to
+       load a file.  Call put-unicode-property-internal where necessary.
+       put-unicode-property-internal where necessary.
+       (char-code-property-description):
+       Call unicode-property-table-internal to load a file.
+
+       * international/charprop.el:
+       * international/uni-bidi.el:
+       * international/uni-category.el:
+       * international/uni-combining.el:
+       * international/uni-comment.el:
+       * international/uni-decimal.el:
+       * international/uni-decomposition.el:
+       * international/uni-digit.el:
+       * international/uni-lowercase.el:
+       * international/uni-mirrored.el:
+       * international/uni-name.el:
+       * international/uni-numeric.el:
+       * international/uni-old-name.el:
+       * international/uni-titlecase.el:
+       * international/uni-uppercase.el: Regenerate.
+
+       * loadup.el: Load international/charprop.el before
+       international/characters.
+
+2011-07-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (next-buffer, previous-buffer): Signal an error if
+       called from a minibuffer window.
+
+       * bindings.el: Revert 2011-07-04 change.
+
+2011-07-06  Richard Stallman  <rms@gnu.org>
+
+       * mail/rmailmm.el (rmail-mime-process): Use markers for buf positions.
+       (rmail-mime-insert-bulk, rmail-mime-insert-text):
+       Treat markers like ints.
+       (rmail-mime-entity): Doc fix.
+
+2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mail/smtpmail.el (smtpmail-default-smtp-server): Made into a
+       defcustom again for backwards compatibility.
+
+       * simple.el (shell-command-on-region): Fill.
+
+       * dired-aux.el (dired-kill-line): Add a doc string.
+
+       * dabbrev.el (dabbrev-abbrev-char-regexp): Note that nil defaults
+       to "\\sw\\|\\s_" (bug#358).
+
+       * dired.el (dired-mode): Clarify "unmark or unflag" (bug#8770).
+       (dired-unmark-backward): Ditto.
+       (dired-flag-backup-files): Ditto.
+
+       * dired-x.el (dired-mark-sexp): Ditto.
+
+2011-07-06  Richard Stallman  <rms@gnu.org>
+
+       * mail/rmailmm.el: Give entity a new slot, TRUNCATED.
+       (rmail-mime-entity): New arg TRUNCATED.
+       (rmail-mime-entity-truncated, rmail-mime-entity-set-truncated):
+       New functions.
+       (rmail-mime-save): Warn if entity is truncated.
+       (rmail-mime-toggle-hidden): Likewise, for showing.
+       (rmail-mime-process-multipart): Record when an entity is truncated.
+
+       * mail/rmailmm.el (rmail-search-mime-message): Don't get confused
+       if ENTITY is a string.
+
+2011-07-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * emacs-lisp/lisp-mode.el (eval-defun-1): Update the documentation
+       of faces when `M-C-x'-ing their definitions (bug#8378).
+       Also clean up the code slightly.
+
+       * progmodes/grep.el (rgrep): Don't bind `process-connection-type',
+       because that makes the colours go away.
+
+       * mail/sendmail.el (send-mail-function): Change the default to
+       `sendmail-query-once'.
+       (sendmail-query-once): Add an autoload cookie.
+
+       * net/network-stream.el (network-stream-open-starttls): Try using
+       a plain connection even if the server offered STARTTLS, and we
+       kinda wanted to use it, if Emacs doesn't have any STARTTLS
+       capability.  This should make smtpmail.el work in slightly more
+       configurations.
+
+2011-07-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-compat.el (tramp-compat-pop-to-buffer-same-window):
+       New defun.
+       * net/tramp-cmds.el (tramp-append-tramp-buffers): Use it.
+
+2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
+
+       * progmodes/sql.el: Version 3.0
+       (sql-product-alist): Add product :completion-object,
+       :completion-column, and :statement attributes.
+       (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
+       (sql-mode-syntax-table): Mark all punctuation.
+       (sql-font-lock-keywords-builder): Temporarily remove fallback on
+       ansi keywords.
+       (sql-regexp-abbrev, sql-regexp-abbrev-list): New functions.
+       (sql-mode-oracle-font-lock-keywords): Improve.
+       (sql-oracle-show-reserved-words): New function for development.
+       (sql-product-font-lock): Simplify for source code buffers.
+       (sql-product-syntax-table, sql-product-font-lock-syntax-alist):
+       New functions.
+       (sql-highlight-product): Set product specific syntax table.
+       (sql-mode-map): Add statement movement functions.
+       (sql-ansi-statement-starters, sql-oracle-statement-starters):
+       New variable.
+       (sql-statement-regexp, sql-beginning-of-statement)
+       (sql-end-of-statement, sql-signum): New functions.
+       (sql-buffer-live-p, sql=find-sqli-buffer): Add CONNECTION parameter.
+       (sql-show-sqli-buffer): Bug fix.
+       (sql-interactive-mode): Store connection data as buffer local.
+       (sql-connect): Add NEW-NAME parameter.  Redesign interaction
+       with sql-interactive-mode.
+       (sql-save-connection): Save buffer local settings.
+       (sql-connection-menu-filter): Change menu entry name.
+       (sql-product-interactive): Bug fix.
+       (sql-preoutput-hold): New variable.
+       (sql-interactive-remove-continuation-prompt): Bug fixes.
+       (sql-debug-redirect): New variable.
+       (sql-str-literal): New function.
+       (sql-redirect, sql-redirect-one, sql-redirect-value, sql-execute):
+       Redesign.
+       (sql-oracle-save-settings, sql-oracle-restore-settings)
+       (sql-oracle-list-all, sql-oracle-list-table): New functions.
+       (sql-completion-object, sql-completion-column)
+       (sql-completion-sqlbuf): New variables.
+       (sql-build-completions-1, sql-build-completions)
+       (sql-try-completion): New functions.
+       (sql-read-table-name): Use them.
+       (sql-contains-names): New buffer local variable.
+       (sql-list-all, sql-list-table): Use it.
+       (sql-oracle-completion-types): New variable.
+       (sql-oracle-completion-object, sql-sqlite-completion-object)
+       (sql-postgres-completion-object): New functions.
+
+2011-07-06  Glenn Morris  <rgm@gnu.org>
+
+       * window.el (pop-to-buffer): Doc fix.
+
+2011-07-06  Markus Heiser  <markus.heiser@darmarit.de>  (tiny change)
+
+       * progmodes/gud.el (gud-pdb-marker-regexp): Accept \r char (Bug#5653).
+
+2011-07-06  Chong Yidong  <cyd@stupidchicken.com>
+
+       * window.el (special-display-popup-frame): Doc fix (Bug#8853).
+
+       * info.el (Info-directory-toc-nodes): Minor doc fix (Bug#8833).
+
+2011-07-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * button.el (button): Inherit from link face.  Suggested by Dan
+       Nicolaescu.
+
+2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/gdb-mi.el: Fit in 80 columns.
+       (gdb-setup-windows, gdb-restore-windows): Avoid other-window and
+       switch-to-buffer.
+
+       * progmodes/which-func.el (which-func-ff-hook): Don't output a message
+       if imenu is simply not configured (bug#8941).
+
+2011-07-05  Ken Manheimer  <ken.manheimer@gmail.com>
+
+       * allout.el (allout-post-undo-hook): New allout outline-change
+       event hook to signal undo activity.
+       (allout-post-command-business): Run allout-post-undo-hook if an
+       undo just occurred.
+       (allout-after-copy-or-kill-hook, allout-mode): Minor docstring changes.
+       * allout-widgets.el (allout-widgets-after-undo-function):
+       Ensure the integrity of the current item's decoration after it has been
+       in the vicinity of an undo.
+       (allout-widgets-mode): Include allout-widgets-after-undo-function
+       on the new allout-post-undo-hook.
+
+2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/lisp-mode.el (lisp-interaction-mode-abbrev-table):
+       Let define-derived-mode define it.
+       * emacs-lisp/derived.el (define-derived-mode): Try to avoid creating
+       cycles of abbrev-table inheritance (bug#8998).
+
+2011-07-05  Roland Winkler  <winkler@gnu.org>
+
+       * textmodes/bibtex.el: Add support for biblatex.
+       (bibtex-BibTeX-entry-alist, bibtex-biblatex-entry-alist)
+       (bibtex-BibTeX-field-alist, bibtex-biblatex-field-alist)
+       (bibtex-dialect-list, bibtex-dialect, bibtex-no-opt-remove-re)
+       (bibtex-entry-alist, bibtex-field-alist): New variables.
+       (bibtex-entry-field-alist): Obsolete alias for
+       bibtex-BibTeX-entry-alist.
+       (bibtex-entry-alist, bibtex-field-alist): New widgets.
+       (bibtex-set-dialect): New command.
+       (bibtex-entry-type, bibtex-entry-head)
+       (bibtex-entry-maybe-empty-head, bibtex-any-valid-entry-type):
+       Bind via bibtex-set-dialect.
+       (bibtex-Article, bibtex-Book, bibtex-Booklet, bibtex-InBook)
+       (bibtex-InCollection, bibtex-InProceedings, bibtex-Manual)
+       (bibtex-MastersThesis, bibtex-Misc, bibtex-PhdThesis)
+       (bibtex-Proceedings, bibtex-TechReport, bibtex-Unpublished):
+       Define via bibtex-set-dialect.
+       (bibtex-name-in-field, bibtex-remove-OPT-or-ALT):
+       Obey bibtex-no-opt-remove-re.
+       (bibtex-vec-push, bibtex-vec-incr): New functions.
+       (bibtex-format-entry, bibtex-field-list)
+       (bibtex-print-help-message, bibtex-validate)
+       (bibtex-search-entries): Use new format of bibtex-entry-alist.
+
 2011-07-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/compile.el (compilation-goto-locus):
        buffer-saved-size and some allout state to not inhibit auto-saves
        if there are no longer any plain-text topics pending encryption.
 
-       (allout-next-topic-pending-encryption),
-       (allout-encrypt-decrypted): No longer provide for exemption of the
-       current topic.
+       (allout-next-topic-pending-encryption, allout-encrypt-decrypted):
+       No longer provide for exemption of the current topic.
 
 2011-07-04  Juri Linkov  <juri@jurta.org>