*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index ee9338d..df3f6ec 100644 (file)
@@ -1,7 +1,118 @@
+2003-07-29  Thomas W Murphy  <twm@andrew.cmu.edu>  (tiny change)
+
+       * outline.el (outline-mode-hook): Add defvar.
+
+2003-07-28  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb-ui.el (gdb-setup-windows, gdb-restore-windows): Restore
+       assembler in source window if that is what has been selected.
+       (menu): Add gdb-restore-windows to menu. Make gdba
+       specific menus only visible from gdba.
+
+2003-07-28  Tak Ota  <Takaaki.Ota@am.sony.com>  (tiny change)
+
+       * progmodes/compile.el (compilation-environment): New user variable.
+       (compile-internal): Respect it.
+
+2003-07-23  Masatake YAMATO  <jet@gyve.org>
+
+       * progmodes/gud.el (gdb-script-font-lock-keywords):
+       Put `font-lock-function-name-face' on a symbol which includes
+       `-' like `hook-run'. Put font-lock-variable-name-face
+       on a symbol starting with $.
+
+2003-07-27  Markus Rost  <rost@math.ohio-state.edu>
+
+       * files.el (set-visited-file-name): Use truename for buffer-file-name.
+
+2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
+
+       * vc-hooks.el (vc-file-not-found-hook): Doc fix.
+
+2003-07-26  Andre Spiegel  <spiegel@gnu.org>
+
+       * vc-hooks.el (vc-default-registered, vc-make-version-backup):
+       Use with-no-warnings.
+       (vc-file-not-found-hook): Add this to find-file-not-found-functions,
+       rather than to find-file-not-found-hook, which doesn't exist.
+
+2003-07-26  Markus Rost  <rost@math.ohio-state.edu>
+
+       * international/quail.el (quail-translate-key): Fix previous
+       change.
+
+2003-07-25  John Paul Wallington  <jpw@gnu.org>
+
+       * server.el (server-start): Check `server-process' is non-nil
+       before killing it to avoid killing current buffer's process.
+
+       * simple.el (choose-completion-string): Use `minibufferp';
+       test `completion-reference-buffer' if `buffer' arg is nil.
+       (push-mark): Use `when' and `unless'.
+       (pop-mark): Use `when'.
+
+       * mouse-sel.el (mouse-sel-get-selection-function):
+       Check `x-last-selected-text-primary'.  Don't barf if it or
+       `x-last-selected-text' aren't bound.
+
+2003-07-25  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
+
+       * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
+
+2003-07-23  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
+
+2003-07-23  John Paul Wallington  <jpw@gnu.org>
+
+       * tooltip.el (defface tooltip): Inherit from variable-pitch.
+
+2003-07-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
+       string.  Defvar the derived hook.
+
+       * macros.el (insert-kbd-macro): Escape double quote character.
+       From Thomas W Murphy <twm@andrew.cmu.edu>.
+
+2003-07-22  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
+       to match the specific mark rather than reusing comment-start-skip.
+
+2003-07-22  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * progmodes/hideshow.el (hs-special-modes-alist):
+       Clarify MDATA-SELECTOR doc; nfc.
+
+2003-07-21  Markus Rost  <rost@math.ohio-state.edu>
+
+       * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
+       value using ?\s.
+
+2003-07-21  John Paul Wallington  <jpw@gnu.org>
+
+       * subr.el (with-selected-window): Add closing paren.
+
+2003-07-21  Richard M. Stallman  <rms@gnu.org>
+
+       * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
+       (lisp-mode): Likewise.
+
+       * subr.el (with-selected-window): Copy code form save-selected-window
+       so as to call select-window with norecord arg.
+       (dynamic-completion-table): Doc fix.
+       (lazy-completion-table): Doc fix.
+
+       * international/mule-cmds.el (set-locale-environment):
+       langinfo renamed to locale-info.
+
+       * international/mule.el (auto-coding-functions): Doc fix.
+
 2003-07-21  Kenichi Handa  <handa@m17n.org>
 
-       * international/quail.el (quail-translate-key): Update
-       quail-current-str correctly.
+       * international/quail.el (quail-translate-key):
+       Update quail-current-str correctly.
 
 2003-07-21  Andreas Schwab  <schwab@suse.de>
 
 2003-07-20  Kai Gro\e,A_\e(Bjohann  <kai.grossjohann@gmx.net>
        Version 2.0.36 of Tramp released.
 
-       * net/tramp.el (tramp-default-password-end-of-line): Renamed from
+       * net/tramp.el (tramp-default-password-end-of-line): Rename from
        tramp-password-end-of-line.
        (tramp-password-end-of-line): New method parameter.
        (tramp-get-password-end-of-line): Function to access method
        insert-file-contents.  This fixes finding remote CVS-controlled
        files.  (It would barf on inserting the CVS/Entries file
        literally, because the file-local-copy handler wasn't called.)
-       (tramp-handle-shell-command): Support optional third arg
-       ERROR-BUFFER.
+       (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
        (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
        (tramp-initial-commands): New variable.
        (tramp-process-initial-commands): New function, using the variable.
-       (tramp-open-connection-setup-interactive-shell): Call the new
-       function.
+       (tramp-open-connection-setup-interactive-shell): Call the new function.
        (tramp-buffer-name, tramp-debug-buffer-name): Always put the
        method into the buffer name, never use nil.  Reported by Hanak
        David <dhanak@inf.bme.hu>.
 
 2003-07-19  Markus Rost  <rost@math.ohio-state.edu>
 
-       * textmodes/artist.el (artist-erase-char): Fix default value using
-       ?\s.
+       * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
 
 2003-07-19  John Paul Wallington  <jpw@gnu.org>
 
 2003-06-26  Stephen Eglen  <stephen@gnu.org>
 
        * iswitchb.el (iswitchb-read-buffer): Remove redundant variable
-       iswitchb-prepost-hooks. 
+       iswitchb-prepost-hooks.
        (iswitchb-xemacs): Delete variable and use (featurep 'xemacs)
        and fboundp instead.
        (iswitchb-completions): Remove two redundant arguments and local