diff options
| author | Eli Zaretskii | 2005-12-30 14:04:37 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-12-30 14:04:37 +0000 |
| commit | fc8dc7cf56ee13e23a63ef0c42fab5701c89afdb (patch) | |
| tree | 53cc190d445b953361a3daa61f485f83429235fa | |
| parent | fe791b0cee439e999b543abb37d4ac21153aeefc (diff) | |
| download | emacs-fc8dc7cf56ee13e23a63ef0c42fab5701c89afdb.tar.gz emacs-fc8dc7cf56ee13e23a63ef0c42fab5701c89afdb.zip | |
*** empty log message ***
| -rw-r--r-- | lib-src/ChangeLog | 6 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2be941028b7..c8d1cb41dea 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,8 +1,10 @@ | |||
| 1 | 2005-12-30 Eli Zaretskii <eliz@gnu.org> | 1 | 2005-12-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc. | 3 | * makefile.w32-in (MOUSE_SUPPORT): Add tooltip.elc. |
| 4 | (lisp1): Add rfn-eshadow.elc, international/utf-16.elc. Rearrange | 4 | (lisp1): Add rfn-eshadow.elc, international/utf-16.elc, image.elc, |
| 5 | the list to be similar to $(shortlisp) in src/Makefile.in. | 5 | international/fontset.elc, dnd.elc, mwheel.elc, and tool-bar.elc. |
| 6 | Rearrange the list to be similar to $(shortlisp) in | ||
| 7 | src/Makefile.in. | ||
| 6 | (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, | 8 | (lisp2): Add language/kannada.el, emacs-lisp/syntax.elc, |
| 7 | emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, | 9 | emacs-lisp/timer.elc, jka-cmpr-hook.elc, font-lock.elc, |
| 8 | jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in | 10 | jit-lock.elc. Rearrange the list to be similar to $(shortlisp) in |
diff --git a/src/ChangeLog b/src/ChangeLog index 1d3a92444e2..fb902384969 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-12-30 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * .gdbinit: Tell users not to worry about GDB warnings that some | ||
| 4 | functions do not exist in the binary. | ||
| 5 | |||
| 1 | 2005-12-30 Andreas Schwab <schwab@suse.de> | 6 | 2005-12-30 Andreas Schwab <schwab@suse.de> |
| 2 | 7 | ||
| 3 | * process.c (Fnetwork_interface_info): Correctly terminate the | 8 | * process.c (Fnetwork_interface_info): Correctly terminate the |