diff options
| author | Gerd Moellmann | 2000-02-20 16:03:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-20 16:03:42 +0000 |
| commit | 329eed9f6e44972161dd9cce7a62ca2e68e5c700 (patch) | |
| tree | e00123cedd12e1605aeb736db5febe199103523b | |
| parent | 0acdf642cfbffe8bd800dd641a6c3132a9f718c6 (diff) | |
| download | emacs-329eed9f6e44972161dd9cce7a62ca2e68e5c700.tar.gz emacs-329eed9f6e44972161dd9cce7a62ca2e68e5c700.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 13 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
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 @@ | |||
| 1 | 2000-02-20 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dired.el (dired-mode): Call propertized-buffer-identification | ||
| 4 | to set mode-line-buffer-identification to something having | ||
| 5 | the right text properties. | ||
| 6 | |||
| 7 | * bindings.el (propertized-buffer-identification): New function. | ||
| 8 | |||
| 1 | 2000-02-20 Dave Love <fx@gnu.org> | 9 | 2000-02-20 Dave Love <fx@gnu.org> |
| 2 | 10 | ||
| 3 | * frame.el (display-mouse-p): Use variable xterm-mouse-mode and | 11 | * frame.el (display-mouse-p): Use variable xterm-mouse-mode and |
| @@ -201,11 +209,9 @@ | |||
| 201 | bibtex.el directly. Instead the hideshow package can be used. | 209 | bibtex.el directly. Instead the hideshow package can be used. |
| 202 | Added a special bibtex entry to hs-special-modes-alist. | 210 | Added a special bibtex entry to hs-special-modes-alist. |
| 203 | (bibtex-hs-forward-sexp): Added for hideshow.el. | 211 | (bibtex-hs-forward-sexp): Added for hideshow.el. |
| 204 | >>>>>>> 1.389 | ||
| 205 | 212 | ||
| 206 | 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | 213 | 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 207 | 214 | ||
| 208 | <<<<<<< ChangeLog | ||
| 209 | * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path | 215 | * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path |
| 210 | at ':' characters by call to split-string. | 216 | at ':' characters by call to split-string. |
| 211 | 217 | ||
| @@ -338,10 +344,7 @@ | |||
| 338 | 344 | ||
| 339 | 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> | 345 | 2000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de> |
| 340 | 346 | ||
| 341 | * bibtex.el (bibtex-entry-field-alist): Added booktitle field to | ||
| 342 | ======= | ||
| 343 | * bibtex.el (bibtex-entry-field-alist): Added booktitle field to | 347 | * bibtex.el (bibtex-entry-field-alist): Added booktitle field to |
| 344 | >>>>>>> 1.389 | ||
| 345 | proceedings entry type (for cross referencing). Thanks to Wagner | 348 | proceedings entry type (for cross referencing). Thanks to Wagner |
| 346 | Toledo Correa for the suggestion. | 349 | Toledo Correa for the suggestion. |
| 347 | 350 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 50d9730beb9..e7ba55229b8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2000-02-19 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * eval.c (funcall_lambda): Don't bind Qmocklisp_arguments unless | ||
| 4 | Vmocklisp_arguments is nil. Inline Fcar and Fcdr. | ||
| 5 | (specbind, unbind_to): Handle most common case of non-constant | ||
| 6 | symbol with trivial value specially. | ||
| 7 | |||
| 8 | * bytecode.c (Fbyte_code) <Bvarset>: Inline most common case. | ||
| 9 | |||
| 1 | 2000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 10 | 2000-02-20 Richard M. Stallman <rms@caffeine.ai.mit.edu> |
| 2 | 11 | ||
| 3 | * data.c (Fmake_variable_buffer_local): Doc fix. | 12 | * data.c (Fmake_variable_buffer_local): Doc fix. |