]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Sun, 20 Feb 2000 16:03:42 +0000 (16:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sun, 20 Feb 2000 16:03:42 +0000 (16:03 +0000)
lisp/ChangeLog
src/ChangeLog

index ee4f2e764af40f32f7545ce824e3ac37b9785535..ee7bef7850593116a90c8205bf77b2971a7d9bd6 100644 (file)
@@ -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
        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.
 
index 50d9730beb93a081a34798bb30e4a1a991aa1403..e7ba55229b827266c3ec50a1c0f9393240eea421 100644 (file)
@@ -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.