diff options
| author | Kenichi Handa | 2010-07-12 11:28:50 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2010-07-12 11:28:50 +0900 |
| commit | 2300368463c9719839a0289cd6dccaa93d3274cf (patch) | |
| tree | d3e5e3b91444fb135bdedf40d0b4f597d47b40de /lib-src/ChangeLog | |
| parent | 892dd5657e548f66bbcfb07a9556cc5fc9f17b8d (diff) | |
| parent | f479ef6e6f5c77ba0f1f6b60c1146f324d604e92 (diff) | |
| download | emacs-2300368463c9719839a0289cd6dccaa93d3274cf.tar.gz emacs-2300368463c9719839a0289cd6dccaa93d3274cf.zip | |
merge trunk
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4cbf5dd50f1..d0410f4c080 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * emacsclient.c (set_local_socket): Use strchr, strrchr instead of | ||
| 4 | index, rindex. | ||
| 5 | * movemail.c (mail_spool_name, popmail): Likewise. | ||
| 6 | * pop.c (pop_list): Likewise. | ||
| 7 | |||
| 8 | 2010-07-11 Eli Zaretskii <eliz@gnu.org> | ||
| 9 | |||
| 10 | * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscrobe.o, | ||
| 11 | and unexw32.o. (Bug#6603) | ||
| 12 | |||
| 13 | 2010-07-10 Eli Zaretskii <eliz@gnu.org> | ||
| 14 | |||
| 15 | * Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs. | ||
| 16 | |||
| 17 | 2010-07-09 Andreas Schwab <schwab@linux-m68k.org> | ||
| 18 | |||
| 19 | * make-docfile.c (write_c_args): Restructure scanning loop. | ||
| 20 | |||
| 1 | 2010-07-09 Dan Nicolaescu <dann@ics.uci.edu> | 21 | 2010-07-09 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 22 | ||
| 3 | * make-docfile.c (write_c_args): Deal with type names in DEFUN | 23 | * make-docfile.c (write_c_args): Deal with type names in DEFUN |