diff options
| author | Joakim Verona | 2011-10-15 23:07:46 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-10-15 23:07:46 +0200 |
| commit | 38ea27d5ef38b273942e90a095509883320d5c0b (patch) | |
| tree | 287f8e5419dd385ee5d2cdd24d694f1b2bb2179f /src/ChangeLog | |
| parent | e1745b4659af41901c02b6320708c5497d9103f9 (diff) | |
| parent | 21fedf28e5c59fd17e846f4b8abcbb223ae5ed90 (diff) | |
| download | emacs-38ea27d5ef38b273942e90a095509883320d5c0b.tar.gz emacs-38ea27d5ef38b273942e90a095509883320d5c0b.zip | |
upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 41 |
1 files changed, 21 insertions, 20 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 52fe8baa92e..2c72e97b7f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-10-15 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.c (coordinates_in_window): Rewrite and delabelize | ||
| 4 | vertical border check. (Bug#5357) (Bug#9618) | ||
| 5 | |||
| 6 | 2011-10-14 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 7 | |||
| 8 | * xterm.c (frame_highlight, frame_unhighlight): Ignore unexplained | ||
| 9 | errors in XSetWindowBorder (bug#9310). | ||
| 10 | |||
| 1 | 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2011-10-13 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 12 | ||
| 3 | * editfns.c (Fset_time_zone_rule): Replace free with xfree to | 13 | * editfns.c (Fset_time_zone_rule): Replace free with xfree to |
| @@ -71,8 +81,8 @@ | |||
| 71 | 81 | ||
| 72 | 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca> | 82 | 2011-10-07 Stefan Monnier <monnier@iro.umontreal.ca> |
| 73 | 83 | ||
| 74 | * buffer.c (syms_of_buffer) <enable-multibyte-characters>: Don't | 84 | * buffer.c (syms_of_buffer) <enable-multibyte-characters>: |
| 75 | advertise functionality which we discourage or doesn't work. | 85 | Don't advertise functionality which we discourage or doesn't work. |
| 76 | 86 | ||
| 77 | 2011-10-07 Paul Eggert <eggert@cs.ucla.edu> | 87 | 2011-10-07 Paul Eggert <eggert@cs.ucla.edu> |
| 78 | 88 | ||
| @@ -338,8 +348,7 @@ | |||
| 338 | 2011-09-17 Eli Zaretskii <eliz@gnu.org> | 348 | 2011-09-17 Eli Zaretskii <eliz@gnu.org> |
| 339 | 349 | ||
| 340 | * xdisp.c (reseat_at_next_visible_line_start): Keep information | 350 | * xdisp.c (reseat_at_next_visible_line_start): Keep information |
| 341 | about the current paragraph and restore it after the call to | 351 | about the current paragraph and restore it after the call to reseat. |
| 342 | reseat. | ||
| 343 | 352 | ||
| 344 | * bidi.c (MAX_PARAGRAPH_SEARCH): New macro. | 353 | * bidi.c (MAX_PARAGRAPH_SEARCH): New macro. |
| 345 | (bidi_find_paragraph_start): Search back for paragraph beginning | 354 | (bidi_find_paragraph_start): Search back for paragraph beginning |
| @@ -559,7 +568,7 @@ | |||
| 559 | * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values. | 568 | * doprnt.c (doprnt): Support printing ptrdiff_t and intmax_t values. |
| 560 | (esprintf, exprintf, evxprintf): New functions. | 569 | (esprintf, exprintf, evxprintf): New functions. |
| 561 | * keyboard.c (command_loop_level): Now EMACS_INT, not int. | 570 | * keyboard.c (command_loop_level): Now EMACS_INT, not int. |
| 562 | (cmd_error): kbd macro iterations count is now EMACS_INT, not int. | 571 | (cmd_error): Kbd macro iterations count is now EMACS_INT, not int. |
| 563 | (modify_event_symbol): Do not assume that the length of | 572 | (modify_event_symbol): Do not assume that the length of |
| 564 | name_alist_or_stem is safe to alloca and fits in int. | 573 | name_alist_or_stem is safe to alloca and fits in int. |
| 565 | (Fexecute_extended_command): Likewise for function name and binding. | 574 | (Fexecute_extended_command): Likewise for function name and binding. |
| @@ -1303,8 +1312,7 @@ | |||
| 1303 | 1312 | ||
| 1304 | 2011-08-18 Andreas Schwab <schwab@linux-m68k.org> | 1313 | 2011-08-18 Andreas Schwab <schwab@linux-m68k.org> |
| 1305 | 1314 | ||
| 1306 | * process.c (Fnetwork_interface_list): Correctly determine buffer | 1315 | * process.c (Fnetwork_interface_list): Correctly determine buffer size. |
| 1307 | size. | ||
| 1308 | 1316 | ||
| 1309 | 2011-08-17 Chong Yidong <cyd@stupidchicken.com> | 1317 | 2011-08-17 Chong Yidong <cyd@stupidchicken.com> |
| 1310 | 1318 | ||
| @@ -1349,15 +1357,10 @@ | |||
| 1349 | 1357 | ||
| 1350 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> | 1358 | 2011-08-15 Eli Zaretskii <eliz@gnu.org> |
| 1351 | 1359 | ||
| 1352 | * biditype.h: File removed. | 1360 | * bidimirror.h: |
| 1353 | 1361 | * biditype.h: Remove file. | |
| 1354 | * bidimirror.h: File removed. | 1362 | * makefile.w32-in ($(BLD)/bidi.$(O)): |
| 1355 | 1363 | * deps.mk (bidi.o): Remove biditype.h and bidimirror.h. | |
| 1356 | * deps.mk (bidi.o): Remove biditype.h and | ||
| 1357 | bidimirror.h. | ||
| 1358 | |||
| 1359 | * makefile.w32-in ($(BLD)/bidi.$(O)): Remove biditype.h and | ||
| 1360 | bidimirror.h. | ||
| 1361 | 1364 | ||
| 1362 | * dispextern.h: Fix a typo in the comment to bidi_type_t. | 1365 | * dispextern.h: Fix a typo in the comment to bidi_type_t. |
| 1363 | 1366 | ||
| @@ -1532,8 +1535,7 @@ | |||
| 1532 | 1535 | ||
| 1533 | 2011-08-04 Andreas Schwab <schwab@linux-m68k.org> | 1536 | 2011-08-04 Andreas Schwab <schwab@linux-m68k.org> |
| 1534 | 1537 | ||
| 1535 | * regex.c (re_iswctype): Remove some redundant boolean | 1538 | * regex.c (re_iswctype): Remove some redundant boolean conversions. |
| 1536 | conversions. | ||
| 1537 | 1539 | ||
| 1538 | 2011-08-04 Jan Djärv <jan.h.d@swipnet.se> | 1540 | 2011-08-04 Jan Djärv <jan.h.d@swipnet.se> |
| 1539 | 1541 | ||
| @@ -2070,8 +2072,7 @@ | |||
| 2070 | 2011-07-15 Eli Zaretskii <eliz@gnu.org> | 2072 | 2011-07-15 Eli Zaretskii <eliz@gnu.org> |
| 2071 | 2073 | ||
| 2072 | * xdisp.c (move_it_in_display_line_to): Fix vertical motion with | 2074 | * xdisp.c (move_it_in_display_line_to): Fix vertical motion with |
| 2073 | bidi redisplay when a line includes both an image and is | 2075 | bidi redisplay when a line includes both an image and is truncated. |
| 2074 | truncated. | ||
| 2075 | 2076 | ||
| 2076 | 2011-07-14 Paul Eggert <eggert@cs.ucla.edu> | 2077 | 2011-07-14 Paul Eggert <eggert@cs.ucla.edu> |
| 2077 | 2078 | ||