aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-10-14 12:11:46 -0700
committerPaul Eggert2011-10-14 12:11:46 -0700
commit42dbaa0c43d5a6a1d03cdd046de448cf8a671015 (patch)
tree36ccc1cd700a5404983013aa465adc84a1682ca7 /src/ChangeLog
parent91107bd98003435fbeead3325ce694248863da39 (diff)
parent3d1337be7b53c158b3b6c4959fa9a7ed8f6f4ed6 (diff)
downloademacs-42dbaa0c43d5a6a1d03cdd046de448cf8a671015.tar.gz
emacs-42dbaa0c43d5a6a1d03cdd046de448cf8a671015.zip
Merge from trunk.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog38
1 files changed, 17 insertions, 21 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 11432b45f92..e6416a5a56d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,4 +1,4 @@
12011-10-13 Paul Eggert <eggert@cs.ucla.edu> 12011-10-14 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Fix integer width and related bugs. 3 Fix integer width and related bugs.
4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): 4 * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
@@ -789,6 +789,11 @@
789 rather than rolling our own approximation. 789 rather than rolling our own approximation.
790 (SCROLL_BAR_VEC_SIZE): Remove; not used. 790 (SCROLL_BAR_VEC_SIZE): Remove; not used.
791 791
7922011-10-14 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained
795 errors in XSetWindowBorder (bug#9310).
796
7922011-10-13 Dmitry Antipov <dmantipov@yandex.ru> 7972011-10-13 Dmitry Antipov <dmantipov@yandex.ru>
793 798
794 * editfns.c (Fset_time_zone_rule): Replace free with xfree to 799 * editfns.c (Fset_time_zone_rule): Replace free with xfree to
@@ -862,8 +867,8 @@
862 867
8632011-10-07 Stefan Monnier <monnier@iro.umontreal.ca> 8682011-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
864 869
865 * buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't 870 * buffer.c (syms_of_buffer) <enable-multibyte-characters>:
866 advertise functionality which we discourage or doesn't work. 871 Don't advertise functionality which we discourage or doesn't work.
867 872
8682011-10-07 Paul Eggert <eggert@cs.ucla.edu> 8732011-10-07 Paul Eggert <eggert@cs.ucla.edu>
869 874
@@ -1129,8 +1134,7 @@
11292011-09-17 Eli Zaretskii <eliz@gnu.org> 11342011-09-17 Eli Zaretskii <eliz@gnu.org>
1130 1135
1131 * xdisp.c (reseat_at_next_visible_line_start): Keep information 1136 * xdisp.c (reseat_at_next_visible_line_start): Keep information
1132 about the current paragraph and restore it after the call to 1137 about the current paragraph and restore it after the call to reseat.
1133 reseat.
1134 1138
1135 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro. 1139 * bidi.c (MAX_PARAGRAPH_SEARCH): New macro.
1136 (bidi_find_paragraph_start): Search back for paragraph beginning 1140 (bidi_find_paragraph_start): Search back for paragraph beginning
@@ -1350,7 +1354,7 @@
1350 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values. 1354 * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values.
1351 (esprintf, exprintf, evxprintf): New functions. 1355 (esprintf, exprintf, evxprintf): New functions.
1352 * keyboard.c (command_loop_level): Now EMACS_INT, not int. 1356 * keyboard.c (command_loop_level): Now EMACS_INT, not int.
1353 (cmd_error): kbd macro iterations count is now EMACS_INT, not int. 1357 (cmd_error): Kbd macro iterations count is now EMACS_INT, not int.
1354 (modify_event_symbol): Do not assume that the length of 1358 (modify_event_symbol): Do not assume that the length of
1355 name_alist_or_stem is safe to alloca and fits in int. 1359 name_alist_or_stem is safe to alloca and fits in int.
1356 (Fexecute_extended_command): Likewise for function name and binding. 1360 (Fexecute_extended_command): Likewise for function name and binding.
@@ -2094,8 +2098,7 @@
2094 2098
20952011-08-18 Andreas Schwab <schwab@linux-m68k.org> 20992011-08-18 Andreas Schwab <schwab@linux-m68k.org>
2096 2100
2097 * process.c (Fnetwork_interface_list): Correctly determine buffer 2101 * process.c (Fnetwork_interface_list): Correctly determine buffer size.
2098 size.
2099 2102
21002011-08-17 Chong Yidong <cyd@stupidchicken.com> 21032011-08-17 Chong Yidong <cyd@stupidchicken.com>
2101 2104
@@ -2140,15 +2143,10 @@
2140 2143
21412011-08-15 Eli Zaretskii <eliz@gnu.org> 21442011-08-15 Eli Zaretskii <eliz@gnu.org>
2142 2145
2143 * biditype.h: File removed. 2146 * bidimirror.h:
2144 2147 * biditype.h: Remove file.
2145 * bidimirror.h: File removed. 2148 * makefile.w32-in ($(BLD)/bidi.$(O)):
2146 2149 * deps.mk (bidi.o): Remove biditype.h and bidimirror.h.
2147 * deps.mk (bidi.o): Remove biditype.h and
2148 bidimirror.h.
2149
2150 * makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and
2151 bidimirror.h.
2152 2150
2153 * dispextern.h: Fix a typo in the comment to bidi_type_t. 2151 * dispextern.h: Fix a typo in the comment to bidi_type_t.
2154 2152
@@ -2323,8 +2321,7 @@
2323 2321
23242011-08-04 Andreas Schwab <schwab@linux-m68k.org> 23222011-08-04 Andreas Schwab <schwab@linux-m68k.org>
2325 2323
2326 * regex.c (re_iswctype): Remove some redundant boolean 2324 * regex.c (re_iswctype): Remove some redundant boolean conversions.
2327 conversions.
2328 2325
23292011-08-04 Jan Djärv <jan.h.d@swipnet.se> 23262011-08-04 Jan Djärv <jan.h.d@swipnet.se>
2330 2327
@@ -2861,8 +2858,7 @@
28612011-07-15 Eli Zaretskii <eliz@gnu.org> 28582011-07-15 Eli Zaretskii <eliz@gnu.org>
2862 2859
2863 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with 2860 * xdisp.c (move_it_in_display_line_to): Fix vertical motion with
2864 bidi redisplay when a line includes both an image and is 2861 bidi redisplay when a line includes both an image and is truncated.
2865 truncated.
2866 2862
28672011-07-14 Paul Eggert <eggert@cs.ucla.edu> 28632011-07-14 Paul Eggert <eggert@cs.ucla.edu>
2868 2864