diff options
| author | Miles Bader | 2007-12-06 09:51:45 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-12-06 09:51:45 +0000 |
| commit | 0bd508417142ff377f34aec8dcec9438d9175c2c (patch) | |
| tree | 4d60fe09e5cebf7d79766b11e9cda8cc1c9dbb9b /lib-src/ChangeLog | |
| parent | 98fe991da804a42f53f6a5e84cd5eab18a82e181 (diff) | |
| parent | 9fb1ba8090da3528de56158a79bd3527d31c7f2f (diff) | |
| download | emacs-0bd508417142ff377f34aec8dcec9438d9175c2c.tar.gz emacs-0bd508417142ff377f34aec8dcec9438d9175c2c.zip | |
Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2c178ba8da9..2cc37d49dd4 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,40 @@ | |||
| 1 | 2007-11-28 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * makefile.w32-in (VMS_SUPPORT): No longer byte-compiled. | ||
| 4 | |||
| 5 | 2007-11-27 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 6 | |||
| 7 | * pop.c (socket_connection): Remove AI_ADDRCONFIG. | ||
| 8 | |||
| 9 | 2007-11-19 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 10 | |||
| 11 | * pop.c (socket_connection): Move realhost out of #ifdefs. | ||
| 12 | Set realhost both for HAVE_GETADDRINFO and !HAVE_GETADDRINFO. | ||
| 13 | |||
| 14 | 2007-11-18 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 15 | |||
| 16 | * pop.c (socket_connection): Use getaddrinfo if available. | ||
| 17 | |||
| 18 | 2007-11-22 Francesco Potort,Al(B <pot@gnu.org> | ||
| 19 | |||
| 20 | * etags.c (default_C_help) [CTAGS]: differentiate the help string, | ||
| 21 | as the defaults in ctags are different from etags. | ||
| 22 | |||
| 23 | 2007-11-15 Francesco Potort,Al(B <pot@gnu.org> | ||
| 24 | |||
| 25 | * etags.c: Make prototypes for extern definitions, and add all | ||
| 26 | that are needed to quench warnings on 64-bit. | ||
| 27 | (main): Use the same defaults for ctags as for etags: find | ||
| 28 | typedefs, structure tags, macro constants, enum constants, struct | ||
| 29 | members and global variables. | ||
| 30 | (make_C_tag) [DEBUG]: Add debugging printout. | ||
| 31 | (C_entries): In case '}' decrement bracelev before testing it. | ||
| 32 | |||
| 33 | 2007-11-15 Masatake YAMATO <jet@gyve.org> | ||
| 34 | |||
| 35 | * etags.c (C_entries): In case '}', set fvdef to fvnone | ||
| 36 | unconditioned to (!ignoreindent && lp == newlb.buffer + 1). | ||
| 37 | |||
| 1 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> | 38 | 2007-11-01 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 39 | ||
| 3 | * makefile.w32-in (obj): Remove sunfns.o. | 40 | * makefile.w32-in (obj): Remove sunfns.o. |