diff options
| author | Paul Eggert | 2011-01-11 21:57:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-01-11 21:57:19 -0800 |
| commit | 7ea547574105f338c900d0c59390287c750a18c0 (patch) | |
| tree | ebe2282d83447c9ecf34177320a2915e2201271d /src/ChangeLog | |
| parent | e8c53d3abf2f23dc40ed2bc748678025d5b5a5bc (diff) | |
| parent | 529ee9edf2fd51f3e53f1fc4f7a9ba1859b0af99 (diff) | |
| download | emacs-7ea547574105f338c900d0c59390287c750a18c0.tar.gz emacs-7ea547574105f338c900d0c59390287c750a18c0.zip | |
Merge from mainline.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 42 |
1 files changed, 39 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 353f9c2d64a..b68c375b4a6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | 2011-01-09 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-01-11 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. |
| @@ -27,14 +27,50 @@ | |||
| 27 | (float_to_string): Use dtoastr rather than rolling our own code, | 27 | (float_to_string): Use dtoastr rather than rolling our own code, |
| 28 | which had an off-by-one bug on non-IEEE hosts. | 28 | which had an off-by-one bug on non-IEEE hosts. |
| 29 | 29 | ||
| 30 | 2011-01-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 31 | |||
| 32 | Automate syncing from gnulib. | 30 | Automate syncing from gnulib. |
| 33 | * Makefile.in (lib): New macro. | 31 | * Makefile.in (lib): New macro. |
| 34 | (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib. | 32 | (ALL_CFLAGS): Add -I$(lib) -I$(srcdir)/../lib. |
| 35 | ($(lib)/libgnu.a): New rule. | 33 | ($(lib)/libgnu.a): New rule. |
| 36 | (temacs$(EXEEXT)): Also link $(lib)/libgnu.a. | 34 | (temacs$(EXEEXT)): Also link $(lib)/libgnu.a. |
| 37 | 35 | ||
| 36 | 2011-01-11 Tassilo Horn <tassilo@member.fsf.org> | ||
| 37 | |||
| 38 | * image.c (imagemagick_load_image, Finit_image_library): Free | ||
| 39 | intermediate image after creating a MagickWand from it. Terminate | ||
| 40 | MagickWand environment after image loading. | ||
| 41 | |||
| 42 | 2011-01-10 Michael Albinus <michael.albinus@gmx.de> | ||
| 43 | |||
| 44 | * dbusbind.c (Fdbus_register_service): Raise an error in case of | ||
| 45 | unexpected return values. | ||
| 46 | (Fdbus_register_method): Remove connection initialization. | ||
| 47 | |||
| 48 | 2011-01-10 Jan Moringen <jan.moringen@uni-bielefeld.de> | ||
| 49 | |||
| 50 | * dbusbind.c (QCdbus_request_name_allow_replacement): New symbol; | ||
| 51 | used by Fdbus_register_service. | ||
| 52 | (QCdbus_request_name_replace_existing): Likewise. | ||
| 53 | (QCdbus_request_name_do_not_queue): Likewise. | ||
| 54 | (QCdbus_request_name_reply_primary_owner): Likewise. | ||
| 55 | (QCdbus_request_name_reply_in_queue): Likewise. | ||
| 56 | (QCdbus_request_name_reply_exists): Likewise. | ||
| 57 | (QCdbus_request_name_reply_already_owner): Likewise. | ||
| 58 | (Fdbus_register_service): New function. | ||
| 59 | (Fdbus_register_method): Use Fdbus_register_service to do the name | ||
| 60 | registration. | ||
| 61 | (syms_of_dbusbind): Add symbols dbus-register-service, | ||
| 62 | :allow-replacement, :replace-existing, :do-not-queue, | ||
| 63 | :primary-owner, :existing, :in-queue and :already-owner. | ||
| 64 | |||
| 65 | 2011-01-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 66 | |||
| 67 | * gtkutil.c (update_frame_tool_bar): Don't advance tool-bar index | ||
| 68 | when removing extra buttons. | ||
| 69 | |||
| 70 | 2011-01-08 Chong Yidong <cyd@stupidchicken.com> | ||
| 71 | |||
| 72 | * fns.c (Fyes_or_no_p): Doc fix. | ||
| 73 | |||
| 38 | 2011-01-08 Andreas Schwab <schwab@linux-m68k.org> | 74 | 2011-01-08 Andreas Schwab <schwab@linux-m68k.org> |
| 39 | 75 | ||
| 40 | * fns.c (Fyes_or_no_p): Add usage. | 76 | * fns.c (Fyes_or_no_p): Add usage. |