X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/7048562d01cc38bed3e2bcae52eeb0afe749ab0e..4b77f8a33fb4124bef3b22f616bd7e1440f590f4:/lisp/ChangeLog diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a428a13de4..4445dd3461 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,212 @@ +2009-05-20 Chong Yidong + + * international/encoded-kb.el (encoded-kbd-setup-display): Change + DISPLAY arg to TERMINAL. + + * international/mule.el (set-terminal-coding-system) + (set-keyboard-coding-system): Change DISPLAY arg to TERMINAL. + +2009-05-19 Alan Mackenzie + + * progmodes/cc-mode.el (c-extend-and-neutralize-CPP-line): Renamed + from c-neutralize-syntax-in-CPP. Set the variables c-new-BEG and + c-new-END, thus extending the font-lock region. + (c-font-lock-init): Don't set obsolete variable + font-lock-lines-before. + + * progmodes/cc-langs.el (c-before-font-lock-function): Rename a + value to c-extend-and-neutralize-syntax-in-CPP. + +2009-05-19 Kenichi Handa + + * faces.el (set-face-attribute): Fix handling of :family + "FOUNDRY-FAMILY". + +2009-05-18 Chong Yidong + + * register.el (register-alist): Doc fix (Bug#3311). + +2009-05-18 Richard M Stallman + + * progmodes/compile.el (compilation-filter): If inserting at end + of accessible part of buffer, keep end of output visible. + + * mail/rmail.el (rmail-expunge-confirmed): Return nil if nothing to do. + Don't call rmail-modify-format here. + (rmail-expunge): Call it here after expunge is confirmed. + (rmail-confirm-expunge): Doc fix. Mark as risky. + (rmail-convert-babyl-to-mbox): Call rmail-modify-format. + (rmail-set-attribute): Call rmail-dont-modify-format only for `unseen'. + For other attributes, call `rmail-modify-format', + and propagate the modified flag to rmail-buffer. + +2009-05-17 Richard M Stallman + + * mail/rmailedit.el (rmail-edit-current-message): + Call rmail-modify-format here. + (rmail-cease-edit): Not here. + +2009-05-17 Stefan Monnier + + * vc-bzr.el (vc-bzr-state-heuristic): Fallback on vc-bzr-state in case + of any kind of error (e.g. when "sha1sum" is not found). + +2009-05-15 Martin Rudalics + + * dired.el (dired-pop-to-buffer): Try to make this behave the + Emacs 22 way (Bug#1806). + +2009-05-14 Chong Yidong + + * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276). + +2009-05-12 Chong Yidong + + * tutorial.el (help-with-tutorial): Don't use text mode, since the + tutorial text assume Fundamental mode. Use TUTORIAL.xx for the + tutorial buffer, since that is what the tutorial text assumes. + +2009-05-11 Stefan Monnier + + * simple.el (completion-setup-function): + Only modify the default-directory in *Completions* (bug#3250). + Take partial-completion into account when setting default-directory. + +2009-05-10 Chong Yidong + + * emacs-lisp/cl-macs.el (lexical-let*): Doc fix (Bug#3178). + +2009-05-10 Kim F. Storm + + * ido.el: Add proper support for confirm-nonexistent-file-or-buffer + values `confirm' and `confirm-after-completion'. + (ido-read-internal, ido-buffer-internal, ido-file-internal): + Setup and handle require-match arg according to c-n-f-o-b. + (ido-show-confirm-message): New dynamic variable. + (ido-exit-minibuffer): Request confirmation for non-existing file + or buffer according to confirm-nonexistent-file-or-buffer. + (ido-decorations): Add 11th element for "confirm" message. + (ido-completions): Show confirmation message when requested. + +2009-05-08 Kenichi Handa + + * international/encoded-kb.el (encoded-kbd-setup-keymap): + * international/mule-diag.el (describe-coding-system): Fix for big5. + +2009-05-07 Martin Rudalics + + * window.el (split-window-sensibly): New function. + (split-height-threshold, split-width-threshold): State in + doc-string that these affect split-window-sensibly. + Change customization subtype from number to integer. + (window--splittable-p): Rename to window-splittable-p since it's + referred to in doc-string of split-window-sensibly. Update doc-string. + (window--try-to-split-window): Unconditionally call + split-window-preferred-function and move splitting functionality + to split-window-sensibly (Bug#3142). + (split-window-preferred-function): Rewrite doc-string. + Don't allow nil as customization type. + +2009-05-07 Chong Yidong + + * faces.el (x-handle-named-frame-geometry): Ignore errors from + x-get-resource due to not yet opened X connection. This is a + temporary workaround for Bug#3194. + +2009-05-05 Bob Rogers (tiny change) + + * vc-svn.el (vc-svn-parse-status): ?D is for removed files (bug#3213). + +2009-05-05 Stefan Monnier + + * vc.el (vc-delete-file): Add autoload cookie (bug#3209). + +2009-05-04 Miles Bader + + * emacs-lisp/bindat.el (bindat-pack): Allocate and set a string + directly (Bug#2878). + +2009-05-03 Juanma Barranquero + + * term/ns-win.el (ns-alternatives-map, ns-insert-working-text) + (ns-echo-working-text, ns-utf8-nfd-post-read-conversion) + (ns-insert-text, ns-insert-file, ns-find-file, generate-fontset-menu) + (mouse-set-font, ns-respond-to-change-font, ns-standard-fontset-spec) + (ns-set-background-alpha, ns-set-foreground-at-mouse) + (ns-set-background-at-mouse): Fix typos in docstrings. + +2009-05-03 Daiki Ueno + + * epg.el (epg-wait-for-completion): Sleep after the process + exits, to allow process-filter to run (Bug#2412). + + * epa.el (epa--read-signature-type): Fix typo. + +2009-05-02 Glenn Morris + + * wid-edit.el (widget-specify-field, widget-field-value-get, character): + Revert 2009-03-24 change, since it causes a more serious problem than + the one it solves. (Closes Bug#3136, reopens Bug#2689.) + +2009-05-02 Martin Rudalics + + * frame.el (pop-up-frame-function): Remove choice nil since it + does not represent a valid value. + +2009-04-30 David Reitter + + * term/ns-win.el (ns-make-command-string, ns-grabenv) + (ns-extended-platform-support-mode, menu-bar-ns-file-menu) + (ns-arrange-all-frames, ns-arrange-visible-frames) + (ns-arrange-frames): Remove. These functionalities not + available on other (free) platforms will be provided to users + outside the Emacs project in the "ns-platform-support" package. + +2009-04-30 Alan Mackenzie + + Enhancements for Objective-C: + * progmodes/cc-vars.el (c-objc-method-arg-min-delta-to-bracket) + (c-objc-method-arg-unfinished-offset) + (c-objc-method-parameter-offset): New variables. + (c-offsets-alist): Use c-lineup-ObjC-method-call-colons in entry + for objc-method-call-cont. + + * progmodes/cc-langs.el (c-constant-kwds): New ObjC keywords + "YES", "NO", "NS_DURING", "NS_HANDLER", "NS_ENDHANDLER". + + * progmodes/cc-align.el (c-lineup-ObjC-method-call-colons): + New function. + +2009-04-29 Chong Yidong + + * subr.el (assoc-default): Doc fix. + +2009-04-29 Ulrich Mueller + + * files.el (hack-local-variables-prop-line) + (hack-local-variables, dir-locals-read-from-file): + Bind read-circle to nil before reading. + +2009-04-28 Geert Kloosterman (tiny change) + + * progmodes/which-func.el (which-function): Don't assume that + entries from `imenu--index-alist' are ordered by buffer position, + which fails when submenus are present (Bug#3153). + +2009-04-28 Stefan Monnier + + * international/quail.el (quail-vunion): Remove unexplained nreverse. + +2009-04-28 Nick Roberts + + * progmodes/gdb-ui.el (gdb-tooltip-print): Avoid "Non-X frame used" + error with gud-tooltip-mode in the Linux console. + +2009-04-28 Chong Yidong + + * tooltip.el (tooltip-show-help): Fall back on + tooltip-show-help-non-mode for text-only displays. + 2009-04-27 Jay Belanger * calc/calc.el (calc-mode): Replace `copy-list' with `copy-sequence'. @@ -51,8 +260,8 @@ 2009-04-18 ARISAWA Akihiro - * epa-file.el (epa-file-decode-and-insert): Use - string-to-multibyte instead of set-buffer-multibyte. + * epa-file.el (epa-file-decode-and-insert): + Use string-to-multibyte instead of set-buffer-multibyte. 2009-04-18 Yann Hodique (tiny change) @@ -61,8 +270,8 @@ 2009-04-18 Chong Yidong - * thingatpt.el (thing-at-point-bounds-of-list-at-point): New - function (Bug#3027). + * thingatpt.el (thing-at-point-bounds-of-list-at-point): + New function (Bug#3027). 2009-04-17 Kenichi Handa @@ -72,8 +281,8 @@ * textmodes/flyspell.el (flyspell-correct-word-before-point): Don't create markers. - (tex-mode-flyspell-verify): Don't create markers. Use - line-end-position. + (tex-mode-flyspell-verify): Don't create markers. + Use line-end-position. (sgml-mode-flyspell-verify): Don't create markers. Simplify code using looking-at and looking-back. @@ -109,9 +318,8 @@ 2009-04-15 Dan Nicolaescu - * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for - file names with leading spaces. Ignore "." if it appears as a - filename. + * vc-svn.el (vc-svn-after-dir-status): Fix regexp to allow for file + names with leading spaces. Ignore "." if it appears as a filename. 2009-04-14 Juanma Barranquero @@ -139,7 +347,7 @@ * minibuffer.el (completion--try-word-completion): Don't disable `partial-completion' any more. Mark the added char instead. (completion-pcm--string->pattern): Notice chars added by - completion--try-word-completion and treat them specially. + completion--try-word-completion and treat them specially. (bug#2957) 2009-04-13 Jason Rumney @@ -195,7 +403,7 @@ 2009-04-09 Richard M Stallman - * mail/rmailkwd.el (rmail-set-label): Warn if multipe labels spec'd. + * mail/rmailkwd.el (rmail-set-label): Warn if multiple labels spec'd. (rmail-kill-label, rmail-add-label): Doc fixes. * mail/rmailout.el (rmail-output): If file is visited, @@ -279,11 +487,11 @@ 2009-04-07 Chong Yidong - * vc-bzr.el (vc-bzr-log-view-mode): Tweak - log-view-message-re (Bug#2872). + * vc-bzr.el (vc-bzr-log-view-mode): + Tweak log-view-message-re (Bug#2872). - * descr-text.el (describe-property-list, describe-char): Add - follow-link properties to buttons that need them. + * descr-text.el (describe-property-list, describe-char): + Add follow-link properties to buttons that need them. * tooltip.el (tooltip-show-help-non-mode): Don't save the last message if it was also a help message (Bug#2895). @@ -291,8 +499,7 @@ 2009-04-06 Roland Winkler * textmodes/bibtex.el (bibtex-format-entry) - (bibtex-search-crossref): Allow OPT prefix for name of crossref - field. + (bibtex-search-crossref): Allow OPT prefix for name of crossref field. 2009-04-06 Sam Steingold @@ -8822,8 +9029,7 @@ 2008-07-17 David Reitter - * simple.el (kill-visual-line, turn-on-visual-line-mode): New - functions. + * simple.el (kill-visual-line, turn-on-visual-line-mode): New functions. (visual-line-mode, global-visual-line-mode): New minor mode. (visual-line-mode-map): New variable.