Mercurial > emacs
comparison src/ChangeLog @ 112321:dc74e58f6b0b
Merge from mainline.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 11 Jan 2011 21:57:19 -0800 |
parents | deae5bb3f0f6 3dff252e42ea |
children | 17e0028efc29 |
comparison
equal
deleted
inserted
replaced
112320:a4a6f5f8f078 | 112321:dc74e58f6b0b |
---|---|
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. |
5 * data.c (Fnumber_to_string): Use it. | 5 * data.c (Fnumber_to_string): Use it. |
6 * print.c (float_to_string, print_object): Likewise. | 6 * print.c (float_to_string, print_object): Likewise. |
25 (FLT_RADIX, DBL_MANT_DIG, DBL_DIG, DBL_MIN, DOUBLE_DIGITS_BOUND): | 25 (FLT_RADIX, DBL_MANT_DIG, DBL_DIG, DBL_MIN, DOUBLE_DIGITS_BOUND): |
26 Remove; no longer needed. | 26 Remove; no longer needed. |
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. |
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. | |
37 | 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. |
41 | 77 |