diff options
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. |