*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
index a13f659..702bd8c 100644 (file)
+2005-04-08  Kim F. Storm  <storm@cua.dk>
+
+       * emacs-lisp/authors.el (authors-aliases): Update list.
+       (authors-ignored-files): New list.
+       (authors-fixed-entries): Fix typo.
+       (authors-renamed-files-alist): Update list.
+       (authors-add): Check authors-ignored-files.
+
+2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
+
+       * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
+       optional, to ensure backward compatibility.
+
+2005-04-08  Stephen Eglen  <stephen@gnu.org>
+
+       * textmodes/flyspell.el (flyspell-large-region): Doc fix.
+
+2005-04-08  Kim F. Storm  <storm@cua.dk>
+
+       * buff-menu.el (Buffer-menu-mode-map): Map follow-link to
+       mouse-face.
+
+       * mouse.el (mouse-on-link-p): Doc fix.
+
+2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * ielm.el (ielm-prompt-read-only): Doc fix.
+
+       * comint.el (comint-prompt-read-only): Doc fix.
+
+2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
+
+       * ffap.el (ffap-pass-wildcards-to-dired): New user option to
+       ensure dired always handles wildcards passed to ffap.
+       (find-file-at-point): Use it.
+       (ffap-dired-wildcards): Doc fix.
+
+2005-04-07  Juri Linkov  <juri@jurta.org>
+
+       * simple.el (next-error-overlay-arrow-position): New defvar.
+       Put "=>" on its property `overlay-arrow-string'.  Add it to
+       `overlay-arrow-variable-list'.
+
+       * progmodes/compile.el (compilation-setup):
+       Set `next-error-overlay-arrow-position' to nil.  Also set it to
+       nil in the local hook `kill-buffer-hook'.  Make local variable
+       `overlay-arrow-string' and set it to "=>".
+       (compilation-goto-locus): Set BOL position to
+       `next-error-overlay-arrow-position' instead of
+       `overlay-arrow-position'.
+
+       * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
+       locally instead of adding it to the global hook.
+       (Info-kill-buffer): Move up.
+
+2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * term/xterm.el (xterm-standard-colors): Update color values from
+       xterm-200.
+
+2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
+
+       * fast-lock.el:
+       * lazy-lock.el: Move them to the obsolete subdir.
+
+2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
+
+       * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
+       (wdired-add-replace-advice): Remove.
+       (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
+
+2005-04-06  Kim F. Storm  <storm@cua.dk>
+
+       * startup.el (command-line): Add --bare-bones alias for -Q.
+
+2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
+
+       * term/mac-win.el: Use create-fontset-from-mac-roman-font to
+       create the startup fontset if a font specification ends with
+       `mac-roman'.
+
+2005-04-06  Lute Kamstra  <lute@gnu.org>
+
+       * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
+       change.
+
+       * emacs-lisp/copyright.el (copyright-update-year): Replace the
+       right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
+
+2005-04-05  Lute Kamstra  <lute@gnu.org>
+
+       * generic.el (generic-mode-internal): Fix 2005-03-31 change.
+       (define-generic-mode): Ditto.  Fix debug declaration.
+
+       * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
+       Put them in the generic-x group.
+
+       * calendar/timeclock.el (timeclock): Doc fix.
+
+       * generic.el (define-generic-mode): Don't use custom-current-group.
+       Document default :group value.
+       * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
+       (define-global-minor-mode): Don't use custom-current-group.
+
+2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
+
+       * startup.el (command-line-1): Display startup-echo-area-message
+       when fancy splash screen is in use.
+
+       * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
+       (sh-escaped-newline): New face.
+       (sh-font-lock-keywords) <shell>: Improve regexp for escaped
+       newline, and use sh-escaped-newline face.
+
+       * progmodes/tcl.el (tcl-escaped-newline): New face.
+       (tcl-builtin-list): New variable.
+       (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
+       newlines.  Fix keywords subexpression number.
+
+2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
+
+       * textmodes/org.el (org-diary-default-entry): Fix call to
+       `add-to-diary-entry'.
+
+2005-04-05  Kim F. Storm  <storm@cua.dk>
+
+       * ediff-init.el: Use (featurep 'xemacs).
+
+2005-04-05  David Ponce  <david@dponce.com>
+
+       * cus-edit.el (face): Derive from symbol widget.  Display sample
+       of the current face on the fly.
+       (widget-face-sample-face-get, widget-face-notify): New functions.
+       (widget-face-value-create): Remove.
+
+       * wid-edit.el (widget-field-end): Temporarily remove field
+       narrowing before to call `get-char-property'.
+
+2005-04-04  Jay Belanger  <belanger@truman.edu>
+
+       * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
+       (math-read-subscripts): New variable.
+       (math-read-preprocess-string): Process subscripts.
+
 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
 
+       * comint.el (comint-prompt-read-only): Doc fix.
+
        * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
        `-1'.  Doc fix.
 
 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-insert-mode-line-in-empty-file): Changed
-       default value to nil.
+       * textmodes/org.el (org-insert-mode-line-in-empty-file):
+       Change default value to nil.
 
 2005-04-04  Lute Kamstra  <lute@gnu.org>
 
 
 2005-04-03  Marcelo Toledo  <marcelo@marcelotoledo.org>
 
-        * add-log.el (change-log-font-lock-keywords): The manual
-        describing a Change Log entry, says: (...) "Aside from these
-        header lines, every line in the change log starts with a space or
-        a tab.". The font-lock was not highlighting lines started with
-        spaces, added support for it.
+       * add-log.el (change-log-font-lock-keywords): The manual
+       describing a Change Log entry, says: (...) "Aside from these
+       header lines, every line in the change log starts with a space or
+       a tab.". The font-lock was not highlighting lines started with
+       spaces, added support for it.
 
 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
 
        * generic-x.el: Specify :group for all generic modes.
 
        * desktop.el (desktop-no-desktop-file-hook)
-       (desktop-after-read-hook): Fix docstring.
+       (desktop-after-read-hook): Doc fix.
 
 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
 
 
 2005-03-31  Karl Berry  <karl@freefriends.org>
 
-       * textmodes/tex-mode.el (tex-compile): shell-quote-argument,
+       * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
        not comint-quote-filename.
 
 2005-03-31  Olive Lin  <olive.lin@versateladsl.be> (tiny change)
 
-       * textmodes/tex-mode.el (tex-start-tex) shell-quote-argument,
+       * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
        not comint-quote-filename.
 
 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
        (debug-entry-code): New const.
        (debug-on-entry-1): Use it.
 
-2005-02-28  Chong Yidong" <cyd@stupidchicken.com> (tiny change)
+2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
 
        * international/utf-16.el (ccl-encode-mule-utf-16le):
        Fix BUFFER_MAGNIFICATION to 2.