comparison lib-src/ChangeLog @ 91204:53108e6cea98

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-294
author Miles Bader <miles@gnu.org>
date Thu, 06 Dec 2007 09:51:45 +0000
parents 880960b70474 ec0ef12211d9
children 2fcaae6177a5
comparison
equal deleted inserted replaced
91203:db40129142b2 91204:53108e6cea98
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.
4 41
5 2007-10-28 Juanma Barranquero <lekktu@gmail.com> 42 2007-10-28 Juanma Barranquero <lekktu@gmail.com>