aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2012-05-21 00:37:29 +0200
committerJoakim Verona2012-05-21 00:37:29 +0200
commit74f082445c1dd0c92d5bb187db0d50287e3a7bae (patch)
tree48e3d8fd9df3876665654eab9bcf96ec492a31e9 /lib-src/ChangeLog
parent52862ad482e030e4d54cd7d6e250d76e59ee0554 (diff)
parent1b170bc63c2f3a3fbe6ba6996d5a015e82634909 (diff)
downloademacs-74f082445c1dd0c92d5bb187db0d50287e3a7bae.tar.gz
emacs-74f082445c1dd0c92d5bb187db0d50287e3a7bae.zip
upstream, fix conflicts
Diffstat (limited to 'lib-src/ChangeLog')
-rw-r--r--lib-src/ChangeLog53
1 files changed, 53 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index ea5f5a26627..d0e9e5c525a 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,56 @@
12012-05-18 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (install): Ensure $bindir exists.
4
52012-05-17 Glenn Morris <rgm@gnu.org>
6
7 * Makefile.in (ns_appbindir): New, set by configure.
8
92012-05-12 Glenn Morris <rgm@gnu.org>
10
11 * Makefile.in (MKDIR_P): New, set by configure.
12 ($(DESTDIR)${archlibdir}): Use $MKDIR_P.
13
142012-05-10 Paul Eggert <eggert@cs.ucla.edu>
15
16 etags: pacify gcc -Wstack-protector on Ubuntu 12.04 x86
17 * etags.c: Include <stdarg.h>.
18 (error): Declare as printf-style, as that's what it really is.
19 All uses changed.
20 (add_regex): Use single char rather than array-of-one char.
21
222012-05-05 Jim Meyering <meyering@redhat.com>
23
24 * lib-src/pop.c (pop_stat, pop_list, pop_multi_first, pop_last):
25 NUL-terminate the error buffer (Bug#11372).
26
272012-05-02 Juanma Barranquero <lekktu@gmail.com>
28
29 * emacsclient.c (min): Undef before redefining it.
30
312012-05-02 Jim Meyering <jim@meyering.net>
32
33 * emacsclient.c (send_to_emacs): Avoid invalid strcpy upon partial
34 send (Bug#11374).
35
362012-04-29 Andreas Schwab <schwab@linux-m68k.org>
37
38 * make-docfile.c (scan_lisp_file) [DEBUG]: Also skip if and
39 byte-code forms. (Bug#11380)
40
412012-04-20 Chong Yidong <cyd@gnu.org>
42
43 * emacsclient.c (decode_options): Move -t -n corner case handling
44 into server.el (Bug#11102).
45 (main): Send -tty to Emacs under more circumstances (Bug#8314).
46
472012-04-18 Paul Eggert <eggert@cs.ucla.edu>
48
49 configure: new option --enable-gcc-warnings (Bug#11207)
50 * Makefile.in (C_WARNINGS_SWITCH): Remove.
51 (WARN_CFLAGS, WERROR_CFLAGS): New macros.
52 (BASE_CFLAGS): Use new macros rather than old.
53
12012-04-16 Paul Eggert <eggert@cs.ucla.edu> 542012-04-16 Paul Eggert <eggert@cs.ucla.edu>
2 55
3 Assume less-ancient POSIX support. 56 Assume less-ancient POSIX support.