(site-run-file, keyboard-type): Doc fixes.
[bpt/emacs.git] / lisp / ChangeLog
index b996484..e0df3f4 100644 (file)
@@ -1,5 +1,182 @@
+2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
+
+       * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
+       Don't consider gdbmi (gdb-mi.el has its own update functions).
+       (gdb-var-delete): Make it work for gdbmi as well.
+       (gdb-speedbar-expand-node): Move var-update here for gdbmi.
+
+       * progmodes/gud.el (etags, sdb): Only require etags when needed.
+       (gud-speedbar-menu-items): Correct logic for enabling items.
+
+2005-07-15  Kim F. Storm  <storm@cua.dk>
+
+       * ido.el: Fix commentary.
+       (ido-define-mode-map): Move ido-next-work-file to C-M-o.
+       Use with-no-warnings around ffap-guesser.
+       (ido-file-internal, ido-read-file-name, ido-read-directory-name):
+       Let bind minibuffer-completing-file-name to t.
+
+2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * startup.el (site-run-file, keyboard-type): Doc fixes.
+       (command-line): Check for "--basic-display" argument; also for
+       "--quick", not "--bare-bones" (which was renamed).
+       (fancy-splash-text): Add missing item "Getting New Versions".
+       (normal-splash-screen): Fix typos and improve consistency with
+       `fancy-splash-text'.  Update copyright year.
+
+       * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
+       valid binding for `help-char'.
+
+       * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
+
+2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term.el (term-mode): Disable cua-mode for term buffers.
+
+2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
+
+       * add-log.el (add-log-mailing-address, change-log-merge):
+       Doc fixes.
+       (change-log-get-method-definition): Fix typo in docstring.
+
+2005-07-14  Kim F. Storm  <storm@cua.dk>
+
+       * emulation/cua-base.el:
+       (cua--pre-command-handler-1, cua--pre-command-handler)
+       (cua--post-command-handler-1, cua--post-command-handler):
+       Split in two.  Check (buffer local) value of cua-mode.
+       (cua-selection-mode): New command.
+
+2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * custom.el (custom-initialize-safe-set)
+       (custom-initialize-safe-default): Doc fixes.
+
+       * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
+       and simplify :init-value again.
+
+       * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
+       and simplify :init-value again.  Delete autoload.
+
+       * startup.el (command-line): Use `custom-reevaluate-setting' again
+       for tooltip-mode.
+
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Do not override
+       explicitly specified :initialize keyword.
+
+2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
+
+       * allout.el (my-mark-marker, allout-isearch-prior-pos)
+       (allout-unprotected, allout-undo-aggregation, allout-snug-back)
+       (allout-post-command-business, allout-flag-region)
+       (isearch-reenable-font-lock, allout-yank)
+       (allout-insert-latex-header, allout-insert-latex-trailer)
+       (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
+       (allout-latex-verb-quote): Fix typos in docstrings.
+       (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
+       (allout-unprotected, allout-prefix-data):
+       Improve argument/docstring consistency.
+       (allout-chart-subtree): Fix argument spec.
+       (allout-open-topic): Rename `use_sib_bullet' argument to
+       `use-sib-bullet'.  Doc fix.
+
+       * whitespace.el (whitespace-check-buffer-leading)
+       (whitespace-check-buffer-trailing)
+       (whitespace-check-buffer-indent)
+       (whitespace-check-buffer-spacetab)
+       (whitespace-check-buffer-ateol, whitespace-highlighted-space)
+       (whitespace-check-leading-whitespace)
+       (whitespace-check-trailing-whitespace)
+       (whitespace-check-spacetab-whitespace)
+       (whitespace-check-indent-whitespace)
+       (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
+       (whitespace-modes): Fix typos in docstrings.
+       (defgroup, defcustom): Doc fixes.
+
+       * winner.el (winner-mode, winner-boring-buffers)
+       (winner-pending-undo-ring): Doc fixes.
+       (winner-ring): Remove unneeded `progn'.
+       (winner-equal): `defsubst' it.
+       (winner-redo): Fix message.
+
+2005-07-13  Kim F. Storm  <storm@cua.dk>
+
+       * simple.el (line-move-1): Always use vertical-motion to
+       do the last (or only) line move to ensure some movement.
+       Undo 2005-06-23 change--don't check for overlays.
+
+2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (ccl-encode-mac-roman-font)
+       (ccl-encode-mac-centraleurroman-font)
+       (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
+       (ccl-encode-mac-dingbats-font): Remove check for ASCII.
+       Change charset-id boundary of dimension to ?\xef.
+       (mac-char-fontspec-list): New constant.
+       (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
+       argument.  Nil uses itself as family in font-spec.  Previous
+       behavior for nil is now provided by non-nil non-string argument.
+       All callers changed.  Add font-specs for Mac fonts to
+       "fontset-default" unless iso8859-1 fonts are installed.
+
+2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/sh-script.el (sh-get-indent-info): Only indent
+       a continuation line if the \ is preceded by SPC or TAB.
+       (sh-get-indent-info): Simplify.
+       (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
+       Use with-current-buffer.
+
+       * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
+       when the matched text is empty.
+
+2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * startup.el (command-line): Revert to previous handling of
+       tooltip-mode.  Explain in comment why the complexity is needed.
+
+       * tooltip.el (tooltip-mode): Revert to previous implementation of
+       its defcustom.
+
+       * frame.el (blink-cursor-mode): Revert to previous implementation
+       of its defcustom.  Update comment.
+
+2005-07-12  Lars Hansen  <larsh@soem.dk>
+
+       * desktop.el: Update e-mail address.
+
+2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el (mac-services-mail-selection)
+       (mac-services-mail-to): New functions.
+       (mac-application-menu-map): Bind them.
+
+2005-07-12  wulei <milton@wulei.net>  (tiny change)
+
+       * progmodes/gdb-ui.el: Add note about buffering with Windows.
+
+2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * custom.el (custom-reevaluate-setting): Doc fix.
+
+2005-07-11  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc.el (calc-embedded-announce-formula-alist)
+       (calc-embedded-open-close-plain-alist)
+       (calc-embedded-open-close-mode-alist): Add checks for additional
+       major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
+
+2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
+
+       * custom.el (custom-enable-theme): Don't add theme to
+       `custom-enabled-themes' with `push' because there is no
+       setf-method for `delq'.
+
 2005-07-11  Richard M. Stallman  <rms@gnu.org>
 
+       * custom.el (custom-declare-variable): Doc fix.
+
        * dired-aux.el (dired-compare-directories): Remove "." and ".."
        from the alists.
 
 
 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
 
-        * timezone.el (timezone-parse-date): Changed first regexp
+       * timezone.el (timezone-parse-date): Change first regexp
        so it will not mistakenly match dates with no time zone.
 
 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
 
        * comint.el (comint-postoutput-scroll-to-bottom)
-       (comint-show-maximum-output): Take scroll-margin into
-       consideration.
+       (comint-show-maximum-output): Take scroll-margin into consideration.
 
 2005-07-08  Kim F. Storm  <storm@cua.dk>
 
        (ido-buffer-internal, ido-file-internal, ido-read-buffer)
        (ido-read-file-name): Run it.
 
+2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
+       strings rather than a list of symbols to the completion function.
+
 2005-07-07  Jay Belanger  <belanger@truman.edu>
 
-       * calc/calc-units.el (math-apply-units):  Change the places in
+       * calc/calc-units.el (math-apply-units): Change the places in
        which units are simplified.
 
 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
 
 2005-07-07  Kenichi Handa  <handa@m17n.org>
 
-       * international/mule.el (make-coding-system): Describe
-       `ascii-incompatible' property in the docstring.
+       * international/mule.el (make-coding-system):
+       Describe `ascii-incompatible' property in the docstring.
        (set-file-name-coding-system): Signal an error if coding-system is
        ascii-incompatible.
        (set-keyboard-coding-system): Likewise.
 
        * international/mule-cmds.el (set-default-coding-systems):
        Don't set default-file-name-coding-system and
-       default-keyboard-coding-system if coding-system is
-       ASCII-incompatible.
+       default-keyboard-coding-system if coding-system is ASCII-incompatible.
 
        * international/utf-16.el: Declare that all UTF-16-based coding
        systems are ASCII-incompatible.