X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/2287ac9896c30303d7f469a3e5cb348fbbbd9e23..fa7c3228b5868efb5789ad862ea29a59c265acd4:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 35337de3fa..23aaf16766 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,79 @@ +2011-07-10 Bob Rogers + + * vc/vc.el (vc-diff-internal): Fix race condition (Bug#1256). + +2011-07-10 Chong Yidong + + * 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 (tiny change) + + * emulation/viper-cmd.el (viper-change-state-to-vi): Limit + triggering of abbrev expansion (Bug#9038). + +2011-07-09 Martin Rudalics + + * 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 + . + +2011-07-09 Leo Liu + + * register.el (insert-register): Restore accidental change on + 2011-06-26. (Bug#9028) + +2011-07-09 Glenn Morris + + * subr.el (remq): Handle the empty list. (Bug#9024) + +2011-07-08 Andreas Schwab + + * mail/sendmail.el (send-mail-function): No longer delay custom + initialization. + * custom.el (custom-initialize-delay): Doc fix. + +2011-07-08 Stefan Monnier + + * abbrev.el (expand-abbrev): Try to preserve point (bug#5805). + +2011-07-08 Michael Albinus + + * net/tramp-sh.el (tramp-sh-handle-start-file-process): Use a + human-friendly prompt. + +2011-07-08 Stefan Monnier + + * vc/vc-bzr.el (vc-bzr-revision-keywords): Remove svn, it's only + provided by a particular plugin. + 2011-07-08 Lars Magne Ingebrigtsen * mail/sendmail.el (sendmail-query-once): If we aren't allowed to @@ -41,7 +117,7 @@ * info.el (Info-mode-map): Remove S-TAB binding, since [backtab] should cover it (bug#1281). - * cus-edit.el (custom-show): Marked as obsolete. + * 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 @@ -62,18 +138,17 @@ * international/characters.el (build-unicode-category-table): Delete it. - (unicode-category-table): Set it by - unicode-prroperty-table-internal. + (unicode-category-table): Set it by unicode-property-table-internal. - * international/mule-cmds.el (char-code-property-alist): Moved to + * 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. + (char-code-property-description): + Call unicode-property-table-internal to load a file. * international/charprop.el: * international/uni-bidi.el: @@ -142,8 +217,8 @@ 2011-07-06 Lars Magne Ingebrigtsen * 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. + 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. @@ -167,39 +242,38 @@ 2011-07-06 Michael R. Mauger * 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) @@ -372,9 +446,8 @@ 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