]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Thu, 21 Sep 2000 15:08:55 +0000 (15:08 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 21 Sep 2000 15:08:55 +0000 (15:08 +0000)
.gitignore
etc/NEWS
leim/.gitignore
lib-src/.gitignore
lisp/.gitignore
lisp/ChangeLog
lwlib/.gitignore [new file with mode: 0644]
man/.gitignore
oldXMenu/.gitignore [new file with mode: 0644]

index a6669d96c728985ed96b8f461ea1888254f6134c..1c771d4d343d2039f3527cd1d2cc6cb4c7c1192f 100644 (file)
@@ -32,3 +32,8 @@ boot.log
 boot.log.diff
 boot.log.old
 update.log
+config.log
+config.status
+config.cache
+Makefile
+emacs*.tar.gz
index 3575456699708562320ef0e30d23163592579801..794c4d1263485d2cd4bccbe483bcdff20cdc730c 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -731,28 +731,31 @@ something like this in your .emacs.
 ** Changes to Change Log mode and Add-Log functions
 
 +++
-If you invoke `add-change-log-entry' from a backup file, it makes an
-entry appropriate for the file's parent.  This is useful for making
+*** If you invoke `add-change-log-entry' from a backup file, it makes
+an entry appropriate for the file's parent.  This is useful for making
 log entries by comparing a version with deleted functions.
 
 +++
-New command M-x change-log-merge merges another log into the current
-buffer.
+**** New command M-x change-log-merge merges another log into the
+current buffer.
 
 +++
-New command M-x change-log-redate fixes any old-style date entries in
-a log file.
+*** New command M-x change-log-redate fixes any old-style date entries
+in a log file.
 
 +++
-Change Log mode now adds a file's version number to change log entries
-if user-option `change-log-version-info-enabled' is non-nil.
+*** Change Log mode now adds a file's version number to change log
+entries if user-option `change-log-version-info-enabled' is non-nil.
 
 +++
-Unless the file is under version control the search for a file's
+*** Unless the file is under version control the search for a file's
 version number is performed based on regular expressions from
 `change-log-version-number-regexp-list' which can be cutomized.
 Version numbers are only found in the first 10 percent of a file.
 
+*** Change Log mode now defines its own faces for font-lock
+highlighting.
+
 ** Changes in Font Lock
 
 *** The new function `font-lock-remove-keywords' can be used to remove
index 9e6575011eab559ec3a13e8fb83a047c05061942..aea98a238387c7d1b025906077eaffee676ccdf5 100644 (file)
@@ -1 +1,2 @@
 leim-list.el
+Makefile
index 7dabf53d07d9d3ccd2ce401de9e65eced574b4b4..0b54a6cb22d4d73bdb0a97b855e64b280b44591d 100644 (file)
@@ -19,3 +19,4 @@ profile
 sorted-doc
 test-distrib
 yow
+Makefile
index 45ccad417a87d018da7466ca22a6f0a11d76f9fc..1fcdb993e8e7bd0a5461c79d9a399cc4759cfd8c 100644 (file)
@@ -2,3 +2,4 @@
 Makefile
 cus-load.el
 elc.tar.gz
+MANIFEST
index 9c0b77c0be119ddc3551bd47381d57bf91df7b26..608bdec8adb093cd1ae29c99b4eed6d7c3fd8e1f 100644 (file)
@@ -1,3 +1,12 @@
+2000-09-21  Gerd Moellmann  <gerd@gnu.org>
+
+       * add-log.el (change-log-date-face, change-log-name-face)
+       (change-log-email-face, change-log-file-face)
+       (change-log-list-face, change-log-conditionals-face)
+       (change-log-function-face, change-log-acknowledgement-face): New
+       faces, inheriting from font-lock faces.
+       (change-log-font-lock-keywords): Use them.
+       
 2000-09-21  Dave Love  <fx@gnu.org>
 
        * msb.el (msb-mode-map): Use substitute-key-definition.
diff --git a/lwlib/.gitignore b/lwlib/.gitignore
new file mode 100644 (file)
index 0000000..f3c7a7c
--- /dev/null
@@ -0,0 +1 @@
+Makefile
index e453fff4061e446e017f117ad286e1d8e74948ea..01b52c7053c239af24fc6da8a2a24d2ee0346e2d 100644 (file)
@@ -16,3 +16,4 @@
 *.tp
 *.tps
 *.tmp
+Makefile
diff --git a/oldXMenu/.gitignore b/oldXMenu/.gitignore
new file mode 100644 (file)
index 0000000..f3c7a7c
--- /dev/null
@@ -0,0 +1 @@
+Makefile