aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2010-07-23 17:23:09 +0200
committerStefan Monnier2010-07-23 17:23:09 +0200
commit0ee81a0ce066375eac701c06cdfbdebefe594fdc (patch)
treef0dccd24163316cfe688f927681a3032a9b1fe2f /lib-src/ChangeLog
parent894e369ddf48e191638b8e66ce732f24ff9abe2a (diff)
parent94da839793affa2a270bc26cee9c4d95d4dc4708 (diff)
downloademacs-0ee81a0ce066375eac701c06cdfbdebefe594fdc.tar.gz
emacs-0ee81a0ce066375eac701c06cdfbdebefe594fdc.zip
Merge from trunk
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog141
1 files changed, 139 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 079941811c0..1b6a16dd524 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,141 @@
12010-07-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacsclient.c (get_current_dir_name, w32_get_resource)
4 (w32_getenv, w32_set_user_model_id, w32_window_app, w32_execvp)
5 (close_winsock, initialize_sockets, w32_find_emacs_process)
6 (w32_give_focus):
7 * ntlib.c (getlogin, getuid, getgid, getegid):
8 Convert definitions to standard C.
9
102010-07-12 Andreas Schwab <schwab@linux-m68k.org>
11
12 * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS)
13 (PROFILING_LDFLAGS): Set from substitution.
14 (BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}.
15 (ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}.
16 (LINK_CFLAGS): Add ${PROFILING_LDFLAGS}.
17
182010-07-12 Eli Zaretskii <eliz@gnu.org>
19
20 * makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc (see
21 2010-07-12T05:25:46Z!handa@etlken).
22
232010-07-11 Andreas Schwab <schwab@linux-m68k.org>
24
25 * emacsclient.c (set_local_socket): Use strchr, strrchr instead of
26 index, rindex.
27 * movemail.c (mail_spool_name, popmail): Likewise.
28 * pop.c (pop_list): Likewise.
29
302010-07-11 Eli Zaretskii <eliz@gnu.org>
31
32 * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscribe.o,
33 and unexw32.o. (Bug#6603)
34
352010-07-10 Eli Zaretskii <eliz@gnu.org>
36
37 * Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs.
38
392010-07-09 Andreas Schwab <schwab@linux-m68k.org>
40
41 * make-docfile.c (write_c_args): Restructure scanning loop.
42
432010-07-09 Dan Nicolaescu <dann@ics.uci.edu>
44
45 * make-docfile.c (write_c_args): Deal with type names in DEFUN
46 arguments.
47
482010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
49
50 * update-game-score.c (P_): Remove macro.
51 * ebrowse.c: Remove include guards.
52 (P_): Remove macro.
53
542010-07-07 Andreas Schwab <schwab@linux-m68k.org>
55
56 * ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
57 memcpy, memmove, memset.
58 * pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
59
602010-07-06 Andreas Schwab <schwab@linux-m68k.org>
61
62 * movemail.c: Add MAIL_USE_POP around prototypes.
63 Include <string.h> if HAVE_STRING_H.
64 (strerror): Only declare if !HAVE_STRERROR.
65 (fatal): Make static.
66 (error): Likewise.
67 (pfatal_with_name): Likewise.
68 (pfatal_and_delete). Likewise.
69 (concat): Likewise.
70 (xmalloc): Likewise.
71 (popmail): Likewise.
72 (pop_retr): Likewise.
73 (mbx_write): Likewise.
74 (mbx_delimit_begin): Likewise.
75 (mbx_delimit_end): Likewise.
76
772010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
78
79 * fakemail.c (action): Convert function definitions to standard C.
80 (add_a_stream):
81 * test-distrib.c (cool_read):
82 (main): Likewise.
83
842010-07-03 Andreas Schwab <schwab@linux-m68k.org>
85
86 * sorted-doc.c (cmpdoc): Fix signature.
87 (qsort_compare): Delete.
88 (main): Remove cast.
89
902010-07-03 Juanma Barranquero <lekktu@gmail.com>
91
92 * ebrowse.c (match_qualified_namespace_alias): Check for null pointer.
93
942010-07-03 Juanma Barranquero <lekktu@gmail.com>
95
96 Fix prototype warnings.
97
98 * ebrowse.c (match_qualified_namespace_alias):
99 Pass sym* to find_namespace, not link*.
100
101 * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
102
103 * sorted-doc.c (qsort_compare): New typedef.
104 (main): Use it to cast cmpdoc.
105
1062010-07-03 Dan Nicolaescu <dann@ics.uci.edu>
107
108 * update-game-score.c: Convert function definitions to standard C.
109 * sorted-doc.c:
110 * profile.c:
111 * pop.c:
112 * movemail.c:
113 * make-docfile.c:
114 * hexl.c:
115 * fakemail.c:
116 * etags.c:
117 * ebrowse.c:
118 * digest-doc.c:
119 * b2m.c: Likewise.
120
1212010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
122
123 * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
124 * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
125 standard C prototypes.
126
1272010-07-02 Jan Djärv <jan.h.d@swipnet.se>
128
129 * ebrowse.c: Remove P_ and __P.
130 * etags.c:
131 * movemail.c:
132 * pop.c:
133 * update-game-score.c: Likewise.
134
1352010-06-24 Juanma Barranquero <lekktu@gmail.com>
136
137 * movemail.c (error): Avoid warning when there are no args.
138
12010-06-11 Juanma Barranquero <lekktu@gmail.com> 1392010-06-11 Juanma Barranquero <lekktu@gmail.com>
2 140
3 * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc 141 * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc
@@ -143,8 +281,7 @@
143 281
1442010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change) 2822010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change)
145 283
146 * etags.c (Fortran_functions): Handle recursive keyword 284 * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484).
147 (Bug#5484).
148 285
1492010-01-11 Glenn Morris <rgm@gnu.org> 2862010-01-11 Glenn Morris <rgm@gnu.org>
150 287