aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-07-08 17:09:35 +0900
committerKenichi Handa2010-07-08 17:09:35 +0900
commit80d4189187791916590b6c2b20b54588d432bb75 (patch)
treee59e52ee4a456f3235bff0e7fba4362681dba7dd /lib-src/ChangeLog
parenta7840ffb291e13c2a2386ccbd58089e1d7461c16 (diff)
parent0216627eb39f77958e30f4750f581714fdfd7faf (diff)
downloademacs-80d4189187791916590b6c2b20b54588d432bb75.tar.gz
emacs-80d4189187791916590b6c2b20b54588d432bb75.zip
merge trunk
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog87
1 files changed, 87 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 5c41ad4d894..aa9fab0badb 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,90 @@
12010-07-08 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * update-game-score.c (P_): Remove macro.
4 * ebrowse.c: Remove include guards.
5 (P_): Remove macro.
6
72010-07-07 Andreas Schwab <schwab@linux-m68k.org>
8
9 * ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by
10 memcpy, memmove, memset.
11 * pop.c (pop_retrieve, socket_connection, pop_getline): Likewise.
12
132010-07-06 Andreas Schwab <schwab@linux-m68k.org>
14
15 * movemail.c: Add MAIL_USE_POP around prototypes.
16 Include <string.h> if HAVE_STRING_H.
17 (strerror): Only declare if !HAVE_STRERROR.
18 (fatal): Make static.
19 (error): Likewise.
20 (pfatal_with_name): Likewise.
21 (pfatal_and_delete). Likewise.
22 (concat): Likewise.
23 (xmalloc): Likewise.
24 (popmail): Likewise.
25 (pop_retr): Likewise.
26 (mbx_write): Likewise.
27 (mbx_delimit_begin): Likewise.
28 (mbx_delimit_end): Likewise.
29
302010-07-04 Dan Nicolaescu <dann@ics.uci.edu>
31
32 * fakemail.c (action): Convert function definitions to standard C.
33 (add_a_stream):
34 * test-distrib.c (cool_read):
35 (main): Likewise.
36
372010-07-03 Andreas Schwab <schwab@linux-m68k.org>
38
39 * sorted-doc.c (cmpdoc): Fix signature.
40 (qsort_compare): Delete.
41 (main): Remove cast.
42
432010-07-03 Juanma Barranquero <lekktu@gmail.com>
44
45 * ebrowse.c (match_qualified_namespace_alias): Check for null pointer.
46
472010-07-03 Juanma Barranquero <lekktu@gmail.com>
48
49 Fix prototype warnings.
50
51 * ebrowse.c (match_qualified_namespace_alias):
52 Pass sym* to find_namespace, not link*.
53
54 * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
55
56 * sorted-doc.c (qsort_compare): New typedef.
57 (main): Use it to cast cmpdoc.
58
592010-07-03 Dan Nicolaescu <dann@ics.uci.edu>
60
61 * update-game-score.c: Convert function definitions to standard C.
62 * sorted-doc.c:
63 * profile.c:
64 * pop.c:
65 * movemail.c:
66 * make-docfile.c:
67 * hexl.c:
68 * fakemail.c:
69 * etags.c:
70 * ebrowse.c:
71 * digest-doc.c:
72 * b2m.c: Likewise.
73
742010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
75
76 * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal):
77 * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to
78 standard C prototypes.
79
802010-07-02 Jan Djärv <jan.h.d@swipnet.se>
81
82 * ebrowse.c: Remove P_ and __P.
83 * etags.c:
84 * movemail.c:
85 * pop.c:
86 * update-game-score.c: Likewise.
87
12010-06-24 Juanma Barranquero <lekktu@gmail.com> 882010-06-24 Juanma Barranquero <lekktu@gmail.com>
2 89
3 * movemail.c (error): Avoid warning when there are no args. 90 * movemail.c (error): Avoid warning when there are no args.