]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
(tex-font-lock-keywords-2): Add \bfseries.
[gnu-emacs] / lisp / ChangeLog
index 42126072165cc53270162130291d191cf5711a68..4d3259dc7108a5842fa1108d6f20b874490e34c9 100644 (file)
@@ -1,3 +1,20 @@
+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
 
        * 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): Docstring fix.
+       * 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.
@@ -44,7 +61,7 @@
 
 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
 
-       * textmodes/org.el (org-diary-default-entry): Fixed call to
+       * textmodes/org.el (org-diary-default-entry): Fix call to
        `add-to-diary-entry'.
 
 2005-04-05  Kim F. Storm  <storm@cua.dk>
@@ -76,8 +93,8 @@
 
 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>