diff options
| author | Juanma Barranquero | 2003-05-31 00:40:43 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-05-31 00:40:43 +0000 |
| commit | 3867c42d6082681641bb39ecf4454adb10dc7d7d (patch) | |
| tree | e91e041d632480c99bf5e8ef5c5dd6733d484384 | |
| parent | 693e59d636aba1bfaaaafd4c0a03987ca6c4d6a0 (diff) | |
| download | emacs-3867c42d6082681641bb39ecf4454adb10dc7d7d.tar.gz emacs-3867c42d6082681641bb39ecf4454adb10dc7d7d.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 7b8caf1841c..a35ce988418 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-05-31 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in (lisp): Fix references to byte-run.el, | ||
| 4 | float-sup.el and map-ynp.el, which are now in emacs-lisp. | ||
| 5 | |||
| 1 | 2003-05-22 Dave Love <fx@gnu.org> | 6 | 2003-05-22 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define. | 8 | * update-game-score.c (difftime) [!HAVE_DIFFTIME]: Define. |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5989e5467ae..e2dc8345683 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -24,6 +24,9 @@ | |||
| 24 | 24 | ||
| 25 | * which-func.el: Moved to progmodes. | 25 | * which-func.el: Moved to progmodes. |
| 26 | 26 | ||
| 27 | * loadup.el: Load byte-run.el, map-ynp.el, timer.el and float-sup.el | ||
| 28 | from emacs-lisp. | ||
| 29 | |||
| 27 | 2003-05-31 Tom Wurgler <twurgler@goodyear.com> (tiny change) | 30 | 2003-05-31 Tom Wurgler <twurgler@goodyear.com> (tiny change) |
| 28 | 31 | ||
| 29 | * subr.el (looking-back): New function to check for regular | 32 | * subr.el (looking-back): New function to check for regular |