* w32-fns.el (w32-shell-dos-semantics):
[bpt/emacs.git] / lisp / ChangeLog
index 2e27dbe..f0ae899 100644 (file)
@@ -1,5 +1,259 @@
+2008-11-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * w32-fns.el (w32-shell-dos-semantics):
+       * calendar/diary-lib.el (diary-face-attrs):
+       * international/mule-cmds.el (set-default-coding-systems)
+       (prefer-coding-system):
+       * net/tramp.el (tramp-set-completion-function):
+       * progmodes/vhdl-mode.el (vhdl-file-header):
+       * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
+
+       * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
+
+       * files.el (enable-local-eval, not-modified, kill-buffer-ask)
+       (kill-matching-buffers, save-buffers-kill-emacs)
+       (save-buffers-kill-terminal): Fix typos in docstrings.
+       (switch-to-buffer-other-window): Reflow docstring.
+       (revert-buffer): Doc fix.
+       (define-project-bindings): Rename arg LIST to SETTINGS.
+       (project-find-settings-file): Use `let', not `let*'.
+       Use `when'.
+
+2008-11-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * files.el (project-settings-file, locate-dominating-file):
+       Fix typos in docstrings.
+       (find-file-visit-truename): Remove * from defcustom docstring.
+
+2008-11-13  T. V. Raman  <raman@users.sourceforge.net>  (tiny change)
+
+       * files.el (project-settings-file): New variable.
+       (project-find-settings-file): Use it, instead of hardcoding
+       .dir.settings.el.
+
+2008-11-13  Glenn Morris  <rgm@gnu.org>
+
+       * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
+
+2008-11-13  Henry Weller  <hweller0@gmail.com>  (tiny change)
+
+       * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
+       in mail bodies.
+
+2008-11-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule.el (autoload-coding-system, with-category-table)
+       (ctext-non-standard-encodings-alist): Fix typos in docstrings.
+       (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
+       (set-buffer-file-coding-system, revert-buffer-with-coding-system)
+       (set-file-name-coding-system, ctext-pre-write-conversion)
+       (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
+       Reflow docstrings.
+       (charset-list, set-coding-priority): Remove redundant obsolescence info.
+       (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
+       (char-valid-p): Define with `define-obsolete-function-alias'.
+
+       * textmodes/artist.el (artist-mode): Fix typos in docstring.
+
+2008-11-12  Sam Steingold  <sds@gnu.org>
+
+       * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
+       between hostname and path.
+
+2008-11-11  Juri Linkov  <juri@jurta.org>
+
+       * dired-aux.el (dired-isearch-filenames)
+       (dired-isearch-filenames-regexp):
+       Let-bind isearch-message-prefix-add to "filename ".
+
+       * isearch.el (isearch-message-prefix-add)
+       (isearch-message-suffix-add): New variables.
+       (isearch-message-prefix): Show additional text from
+       `isearch-message-prefix-add' before "I-search".
+       (isearch-message-suffix): Show additional text from
+       `isearch-message-suffix-add' at the end.
+
+       * isearch.el (isearch-lazy-highlight-search): Use a loop like in
+       `isearch-search'.  Call isearch-success-function to skip matches
+       outside the current isearch scope.  Let-bind search-invisible to
+       nil to not match invisible text.
+
+       * isearch.el (isearch-query-replace, isearch-highlight-regexp):
+       Let-bind `isearch-recursive-edit' to nil to prevent calling
+       `exit-recursive-edit' in `isearch-done' that terminates the
+       execution of these commands when it is non-nil.  Call
+       `exit-recursive-edit' explicitly at the end.
+       (isearch-occur): For word search construct the correct regexp
+       with word boundaries to proceed with occur.
+
+       * isearch.el (isearch-search-fun): Compare the length of the
+       current search string with the length of the string from the
+       previous search state to detect the situation when the user
+       adds or removes characters in the search string.
+       Use word-search-forward-lax and word-search-backward-lax in this
+       case, and otherwise word-search-forward and word-search-backward.
+
+2008-11-11  Sam Steingold  <sds@gnu.org>
+
+       * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
+       the "Version Control" group (for C-x v g).
+
+2008-11-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * server.el (server-process-filter): Fix typos and reflow docstring.
+
+2008-11-11  Martin Rudalics  <rudalics@gmx.at>
+
+       * mail/footnote.el (footnote-mode): Improve doc-string.
+       Suggested by <jidanni@jidanni.org>.  (Bug#1318)
+
+2008-11-11  Chong Yidong  <cyd@stupidchicken.com>
+
+       * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
+
+2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * mail/smtpmail.el (smtpmail-open-stream): Use
+       `starttls-any-program-available'.  Auto-load starttls.el for it.
+
+2008-11-08  Chong Yidong  <cyd@stupidchicken.com>
+
+       * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
+       version (bug@1285).
+
+2008-11-08  Eli Zaretskii  <eliz@gnu.org>
+
+       * startup.el (command-line): Ignore init-file-user when checking
+       user's home directory on MS-DOS as well.
+
+2008-11-07  Sam Steingold  <sds@gnu.org>
+
+       * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
+
+2008-11-07  Juanma Barranquero  <lekktu@gmail.com>
+
+       * frame.el (make-frame-on-display): Use `string-match-p'.
+
+2008-11-07  Glenn Morris  <rgm@gnu.org>
+
+       * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
+
+2008-11-07  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
+       to initialize font-lock keyword case sensitivity.
+       (lisp-mode): Use it.
+
+2008-11-06  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/esh-maint.el: Remove unused file.
+
+       * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
+
+       * cus-edit.el (custom-comment-tag): Doc fix.
+       (custom-comment, custom-variable-value-create, custom-face):
+       Use face names sans -face suffix rather than aliases.
+
+2008-11-05  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-quit): Use `window-full-width-p' to check
+       window width.
+
+2008-11-05  Chong Yidong  <cyd@stupidchicken.com>
+
+       * server.el (server-process-filter): Only default to emacsclient's
+       terminal in daemon mode.
+
+2008-11-05  Martin Rudalics  <rudalics@gmx.at>
+
+       * window.el (quit-window): Restore prefix argument behavior
+       removed in 2008-10-30 change.  (Bug#1308)
+
+2008-11-05  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
+       function to kill-buffer-hook, not to kill-buffer.
+       Reported by Markus Triska <markus.triska@gmx.at>
+
+2008-11-04  Jay Belanger  <jay.p.belanger@gmail.com>
+
+       * calc/calc.el (calc-quit): Make sure that the keypad buffer
+       exists before deleting its windows.
+
+2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * server.el (server-process-filter): Don't call
+       server-create-tty-frame when no tty name is specified.
+
+2008-11-04  Christian Faulhammer  <opfer@gentoo.org>  (tiny change)
+
+       * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
+
+2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * international/mule-cmds.el (toggle-enable-multibyte-characters)
+       (define-char-code-property):
+       * textmodes/reftex.el (reftex-index):
+       * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
+
+2008-11-04  Chong Yidong  <cyd@stupidchicken.com>
+
+       * vc-bzr.el (vc-bzr-dir-printer): Rename from
+       vc-bzr-status-printer.
+
+       * startup.el (startup-echo-area-message): Display a different
+       message in daemon mode.  Suggested by Stephen Turnbull.
+
+       * frame.el (make-frame-on-display): Ignore DISPLAY argument on
+       Windows.
+
+2008-11-04  Juanma Barranquero  <lekktu@gmail.com>
+
+       * dframe.el (dframe-mouse-position-function)
+       (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
+       (dframe-mouse-set-point): Fix typos in docstrings.
+
+2008-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * vc-dir.el (vc-dir-headers): Undo previous change.
+
+2008-11-04  Nick Roberts  <nickrob@snap.net.nz>
+
+       * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
+       * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
+
+2008-11-04  Martin Rudalics  <rudalics@gmx.at>
+
+       * subr.el (looking-back): Fix doc-string typo.
+
+       * electric.el (Electric-pop-up-window): Call window-end with
+       UPDATE set to t.
+
+       * window.el (save-selected-window): Make it behave like
+       save-selected-window-norecord.
+       (save-selected-window-norecord): Remove, since functionality
+       fully taken over by save-selected-window.
+       (walk-windows, set-window-text-height, fit-window-to-buffer):
+       Use save-selected-window instead of save-selected-window-norecord.
+       * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
+       save-selected-window-norecord.
+       * emacs-lisp/lisp-mode.el (save-selected-window): Remove
+       indent-function for save-selected-window-norecord.
+
+2008-11-03  Alan Mackenzie  <acm@muc.de>
+
+       * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
+
 2008-11-03  Chong Yidong  <cyd@stupidchicken.com>
 
+       * subr.el (looking-back): Doc fix.
+
+       * term/x-win.el (x-initialize-window-system):
+       Call x-wm-set-size-hint after initialization.
+
+       * eshell/em-hist.el (eshell-save-history-on-exit): Change default
+       to t.
+
        * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
        2000-12-08 (bug#1297).
 
 
 2008-11-02  Martin Rudalics  <rudalics@gmx.at>
 
-       * window.el (save-selected-window-norecord): New macro
+       * window.el (save-selected-window-norecord): New macro.
        (walk-windows): Use save-selected-window-norecord and call
        select-window with NORECORD set.  (Bug#1237)
-       (set-window-text-height, fit-window-to-buffer): Use
-       save-selected-window-norecord and call select-window with
+       (set-window-text-height, fit-window-to-buffer):
+       Use save-selected-window-norecord and call select-window with
        NORECORD set.
        * subr.el (with-selected-window): Call set-frame-selected-window
        with new argument NORECORD set.  Update doc-string.
        (with-selected-frame): Call select-frame with new argument
        NORECORD set.  Update doc-string.
-       * emacs-lisp/lisp-mode.el (save-selected-window-norecord): Put
-       indent-function for save-selected-window-norecord.
-       * font-lock.el (lisp-font-lock-keywords-2): Add
-       save-selected-window-norecord.
+       * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
+       Put indent-function for save-selected-window-norecord.
+       * font-lock.el (lisp-font-lock-keywords-2):
+       Add save-selected-window-norecord.
 
 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
 
 
 2008-10-10  Martin Rudalics  <rudalics@gmx.at>
 
-       * info.el (Info-extract-menu-counting): New argment no-detail to
+       * info.el (Info-extract-menu-counting): New argument no-detail to
        skip detailed node listings.
        (Info-forward-node): New argument not-up to inhibit going up.
        (Info-final-node): Call Info-extract-menu-counting and