diff options
| author | Paul Eggert | 2012-04-13 21:37:44 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-13 21:37:44 -0700 |
| commit | bdf35b6a6a78e444563a8e321ccb42b4b4a419bd (patch) | |
| tree | e96324ace186c7acc92182a255c3aa7ff315b82f /src/ChangeLog | |
| parent | 1530927cb9a3dca7c0f41975f2e9e62ef8be92a2 (diff) | |
| parent | d5e6342ed5e408014019c478ce16a47a2aad418b (diff) | |
| download | emacs-bdf35b6a6a78e444563a8e321ccb42b4b4a419bd.tar.gz emacs-bdf35b6a6a78e444563a8e321ccb42b4b4a419bd.zip | |
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 45 |
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 @@ | |||
| 1 | 2012-04-10 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-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 | ||
| 14 | 2012-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 | |||
| 19 | 2012-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 | |||
| 24 | 2012-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 | |||
| 29 | 2012-04-13 Ken Brown <kbrown@cornell.edu> | ||
| 30 | |||
| 31 | * s/cygwin.h (PTY_OPEN): Don't try to close a bogus file descriptor. | ||
| 32 | |||
| 33 | 2012-04-13 Reuben Thomas <rrt@sc3d.org> | ||
| 34 | |||
| 35 | * indent.c (Fmove_to_column): Change interactive spec (Bug#739). | ||
| 36 | |||
| 37 | 2012-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 | |||
| 43 | 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 44 | |||
| 45 | * window.c (save_window_save): Obey window-point-insertion-type. | ||
| 46 | |||
| 47 | 2012-04-11 Glenn Morris <rgm@gnu.org> | ||
| 48 | |||
| 49 | * Makefile.in (GNUSTEP_CFLAGS): Rename from C_SWITCH_X_SYSTEM. | ||
| 50 | |||
| 51 | 2012-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 52 | |||
| 53 | * alloc.c (lisp_align_malloc): Remove unneeded prototype. | ||
| 54 | |||
| 14 | 2012-04-10 "Jason S. Cornez" <jcornez@ravenpack.com> (tiny change) | 55 | 2012-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 | ||