diff options
| author | Eli Zaretskii | 2005-12-30 13:21:04 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-30 13:21:04 +0000 |
| commit | ef3f69f9014dcb314d964a5a4c85478807a7ae2b (patch) | |
| tree | 7950837715b6bb8cb3e7410304bd984542f8f911 | |
| parent | 45cb4c9656af08b735751890634ca64515025459 (diff) | |
| download | emacs-ef3f69f9014dcb314d964a5a4c85478807a7ae2b.tar.gz emacs-ef3f69f9014dcb314d964a5a4c85478807a7ae2b.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 10 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 223470d2e3d..2be941028b7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2005-12-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc. | ||
| 4 | (lisp1): Add rfn-eshadow.elc, international/utf-16.elc. Rearrange | ||
| 5 | the list to be similar to $(shortlisp) in src/Makefile.in. | ||
| 6 | (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, | ||
| 7 | emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, | ||
| 8 | jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in | ||
| 9 | src/Makefile.in. | ||
| 10 | |||
| 1 | 2005-12-22 Richard M. Stallman <rms@gnu.org> | 11 | 2005-12-22 Richard M. Stallman <rms@gnu.org> |
| 2 | 12 | ||
| 3 | * Makefile.in (update-game-score.o): Delete spurious final `\'. | 13 | * Makefile.in (update-game-score.o): Delete spurious final `\'. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 10627c5980a..844de17b7d3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-12-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * jit-lock.el (jit-lock-chunk-size): Doc fix. | ||
| 4 | |||
| 1 | 2005-12-30 Juri Linkov <juri@jurta.org> | 5 | 2005-12-30 Juri Linkov <juri@jurta.org> |
| 2 | 6 | ||
| 3 | * locate.el (locate-fcodes-file, locate-header-face) | 7 | * locate.el (locate-fcodes-file, locate-header-face) |