aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2265f12138e..8f3c4056495 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-01-11 Paul Eggert <eggert@cs.ucla.edu> 12011-01-17 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350. 3 Give a name FLOAT_TO_STRING_BUFSIZE to the constant 350.
4 * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro. 4 * lisp.h (FLOAT_TO_STRING_BUFSIZE): New macro.
@@ -33,6 +33,14 @@
33 ($(lib)/libgnu.a): New rule. 33 ($(lib)/libgnu.a): New rule.
34 (temacs$(EXEEXT)): Also link $(lib)/libgnu.a. 34 (temacs$(EXEEXT)): Also link $(lib)/libgnu.a.
35 35
362011-01-15 Martin Rudalics <rudalics@gmx.at>
37
38 * window.c (inhibit_point_swap): New variable.
39 (Fselect_window): If inhibit_point_swap is nonzero, avoid swapping
40 point this time.
41 (Fset_window_configuration): Set inhibit_point_swap to 1 instead
42 of setting selected_window to nil (Bug#7728).
43
362011-01-11 Tassilo Horn <tassilo@member.fsf.org> 442011-01-11 Tassilo Horn <tassilo@member.fsf.org>
37 45
38 * image.c (imagemagick_load_image, Finit_image_library): Free 46 * image.c (imagemagick_load_image, Finit_image_library): Free
@@ -29539,7 +29547,8 @@ See ChangeLog.10 for earlier changes.
29539;; coding: utf-8 29547;; coding: utf-8
29540;; End: 29548;; End:
29541 29549
29542 Copyright (C) 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc. 29550 Copyright (C) 2007, 2008, 2009, 2010, 2011
29551 Free Software Foundation, Inc.
29543 29552
29544 This file is part of GNU Emacs. 29553 This file is part of GNU Emacs.
29545 29554