]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(tex-font-lock-keywords-2): Add \bfseries.
[gnu-emacs] / lisp / ChangeLog
index d5a58deb7e469890fde6288ee89b3c24642e8a14..4d3259dc7108a5842fa1108d6f20b874490e34c9 100644 (file)
@@ -1,3 +1,101 @@
+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):
+       Change default value to nil.
+
 2005-04-04  Lute Kamstra  <lute@gnu.org>
 
        * autorevert.el (auto-revert-mode): Specify :group.
 
 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>