+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
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.
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.
+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.