summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog13
-rw-r--r--src/ChangeLog9
2 files changed, 17 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.
diff --git a/src/ChangeLog b/src/ChangeLog
index 50d9730beb9..e7ba55229b8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2000-02-19 Gerd Moellmann <gerd@gnu.org>
+
+ * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless
+ Vmocklisp_arguments is nil. Inline Fcar and Fcdr.
+ (specbind, unbind_to): Handle most common case of non-constant
+ symbol with trivial value specially.
+
+ * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case.
+
2000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu>
* data.c (Fmake_variable_buffer_local): Doc fix.