summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-02-20 16:03:42 +0000
committerGerd Moellmann <gerd@gnu.org>2000-02-20 16:03:42 +0000
commit329eed9f6e44972161dd9cce7a62ca2e68e5c700 (patch)
treee00123cedd12e1605aeb736db5febe199103523b /lisp
parent0acdf642cfbffe8bd800dd641a6c3132a9f718c6 (diff)
downloademacs-329eed9f6e44972161dd9cce7a62ca2e68e5c700.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog13
1 files changed, 8 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ee4f2e764af..ee7bef78505 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
+2000-02-20 Gerd Moellmann <gerd@gnu.org>
+
+ * dired.el (dired-mode): Call propertized-buffer-identification
+ to set mode-line-buffer-identification to something having
+ the right text properties.
+
+ * bindings.el (propertized-buffer-identification): New function.
+
2000-02-20 Dave Love <fx@gnu.org>
* frame.el (display-mouse-p): Use variable xterm-mouse-mode and
@@ -201,11 +209,9 @@
bibtex.el directly. Instead the hideshow package can be used.
Added a special bibtex entry to hs-special-modes-alist.
(bibtex-hs-forward-sexp): Added for hideshow.el.
->>>>>>> 1.389
2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
-<<<<<<< ChangeLog
* textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
at ':' characters by call to split-string.
@@ -338,10 +344,7 @@
2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
- * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
-=======
* bibtex.el (bibtex-entry-field-alist): Added booktitle field to
->>>>>>> 1.389
proceedings entry type (for cross referencing). Thanks to Wagner
Toledo Correa for the suggestion.