aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog45
1 files changed, 43 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b6a0b2246e..20a6dfca643 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12012-04-10 Paul Eggert <eggert@cs.ucla.edu> 12012-04-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 configure: new option --enable-gcc-warnings (Bug#11207) 3 configure: new option --enable-gcc-warnings (Bug#11207)
4 * Makefile.in (C_WARNINGS_SWITCH): Remove. 4 * Makefile.in (C_WARNINGS_SWITCH): Remove.
@@ -11,6 +11,47 @@
11 the Emacs and Gnulib regex code is merged. 11 the Emacs and Gnulib regex code is merged.
12 (xmalloc, xrealloc): Now static. 12 (xmalloc, xrealloc): Now static.
13 13
142012-04-14 Atsuo Ohki <ohki@gssm.otsuka.tsukuba.ac.jp> (tiny change)
15
16 * lread.c (lisp_file_lexically_bound_p):
17 Fix hang at ";-*-\n" (bug#11238).
18
192012-04-14 Eli Zaretskii <eliz@gnu.org>
20
21 * xdisp.c (find_last_unchanged_at_beg_row): Don't consider a row
22 "unchanged" if its end.pos is beyond ZV. (Bug#11199)
23
242012-04-14 Jan Djärv <jan.h.d@swipnet.se>
25
26 * nsterm.m (constrainFrameRect): Always constrain when there is only
27 one screen (Bug#10962).
28
292012-04-13 Ken Brown <kbrown@cornell.edu>
30
31 * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor.
32
332012-04-13 Reuben Thomas <rrt@sc3d.org>
34
35 * indent.c (Fmove_to_column): Change interactive spec (Bug#739).
36
372012-04-11 Daniel Colascione <dancol@dancol.org>
38
39 * s/cygwin.h: The vfork the #define in cygwin.h was protecting
40 against is gone. It's better to use vfork now so that when Cygwin
41 gains a new, working vfork, we use it automatically (bug#10398).
42
432012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
44
45 * window.c (save_window_save): Obey window-point-insertion-type.
46
472012-04-11 Glenn Morris <rgm@gnu.org>
48
49 * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM.
50
512012-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * alloc.c (lisp_align_malloc): Remove unneeded prototype.
54
142012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change) 552012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change)
15 56
16 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585). 57 * keyboard.c: Override inhibit-quit after the third C-g (bug#6585).
@@ -9747,7 +9788,7 @@ See ChangeLog.11 for earlier changes.
9747;; coding: utf-8 9788;; coding: utf-8
9748;; End: 9789;; End:
9749 9790
9750 Copyright (C) 2011-2012 Free Software Foundation, Inc. 9791 Copyright (C) 2011-2012 Free Software Foundation, Inc.
9751 9792
9752 This file is part of GNU Emacs. 9793 This file is part of GNU Emacs.
9753 9794