diff options
| author | Paul Eggert | 2011-01-17 11:01:01 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-17 11:01:01 -0800 |
| commit | a3e44e793796153ff1534be9c74fcab50b45de30 (patch) | |
| tree | 863d5db087c8e034c96d06ea955515f4d3f3d0a3 /src/ChangeLog | |
| parent | 7f818df9420a1320539f7e3e633003573a570413 (diff) | |
| parent | 721be9cd4865e9f7d68020adcfa672d2edd52b07 (diff) | |
| download | emacs-a3e44e793796153ff1534be9c74fcab50b45de30.tar.gz emacs-a3e44e793796153ff1534be9c74fcab50b45de30.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
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 @@ | |||
| 1 | 2011-01-11 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-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 | ||
| 36 | 2011-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 | |||
| 36 | 2011-01-11 Tassilo Horn <tassilo@member.fsf.org> | 44 | 2011-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 | ||