]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Tweak link and startup screen faces.
[gnu-emacs] / lisp / ChangeLog
index 030f86192f97455240f4e1ffabea6f83c228bf8d..23aaf1676662bc4ddaf0d3bd3d02fb6a805008e6 100644 (file)
@@ -1,7 +1,231 @@
+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
 2011-07-06  Michael R. Mauger  <mmaug@yahoo.com>
 
        * progmodes/sql.el: Version 3.0
-       (sql-product-alist): Added product :completion-object,
+       (sql-product-alist): Add product :completion-object,
        :completion-column, and :statement attributes.
-       (sql-mode-menu, sql-interactive-mode-map): Fixed List entries.
+       (sql-mode-menu, sql-interactive-mode-map): Fix List entries.
        (sql-mode-syntax-table): Mark all punctuation.
-       (sql-font-lock-keywords-builder): Temporarily removed fallback on
+       (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): Improved.
+       (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): Added statement movement functions.
-       (sql-ansi-statement-starters, sql-oracle-statement-starters): New
-       variable.
+       (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): Added CONNECTION
-       parameter.
+       (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): Added NEW-NAME parameter.  Redesigned interaction
+       (sql-connect): Add NEW-NAME parameter.  Redesign interaction
        with sql-interactive-mode.
        (sql-save-connection): Save buffer local settings.
-       (sql-connection-menu-filter): Changed menu entry name.
+       (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):
-       Redesigned.
+       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)
        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>