diff options
| author | Jason Rumney | 2008-12-25 01:15:03 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-12-25 01:15:03 +0000 |
| commit | 85f967f90d5f2c2a441fd58d99531df263ae2b60 (patch) | |
| tree | 3b5cccd16e2e846833c2d8494b187d2c6c252d05 | |
| parent | a6a3f110b6057f5992db50b3e89e6626abdd09e7 (diff) | |
| download | emacs-85f967f90d5f2c2a441fd58d99531df263ae2b60.tar.gz emacs-85f967f90d5f2c2a441fd58d99531df263ae2b60.zip | |
Add bug id for recently fixed bugs.
| -rw-r--r-- | src/ChangeLog | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 56bb534e457..74d02d2933d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * ralloc.c (r_alloc_reset_variable): New function. | 3 | * ralloc.c (r_alloc_reset_variable): New function. |
| 4 | 4 | ||
| 5 | * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal | 5 | * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal |
| 6 | record of what points where. | 6 | record of what points where. (Bug#716) |
| 7 | 7 | ||
| 8 | 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu> | 8 | 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu> |
| 9 | 9 | ||
| @@ -42,7 +42,7 @@ | |||
| 42 | 2008-12-20 Jason Rumney <jasonr@gnu.org> | 42 | 2008-12-20 Jason Rumney <jasonr@gnu.org> |
| 43 | 43 | ||
| 44 | * frame.c (Fmake_terminal_frame): Raise an error when called from | 44 | * frame.c (Fmake_terminal_frame): Raise an error when called from |
| 45 | a graphical frame on Windows. | 45 | a graphical frame on Windows. (Bug#1325) |
| 46 | 46 | ||
| 47 | 2008-12-20 Jan Djärv <jan.h.d@swipnet.se> | 47 | 2008-12-20 Jan Djärv <jan.h.d@swipnet.se> |
| 48 | 48 | ||
| @@ -55,10 +55,10 @@ | |||
| 55 | 2008-12-20 Jason Rumney <jasonr@gnu.org> | 55 | 2008-12-20 Jason Rumney <jasonr@gnu.org> |
| 56 | 56 | ||
| 57 | * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the | 57 | * fileio.c (Fexpand_file_name): Do not allow ../ to go beyond the |
| 58 | server name in UNC paths. | 58 | server name in UNC paths. (Bug#719) |
| 59 | 59 | ||
| 60 | * coding.c (decode_coding): Clear chars_at_source flag when using | 60 | * coding.c (decode_coding): Clear chars_at_source flag when using |
| 61 | charbuf. | 61 | charbuf. (Bug#1035) |
| 62 | 62 | ||
| 63 | 2008-12-19 Daniel Engeler <engeler@gmail.com> | 63 | 2008-12-19 Daniel Engeler <engeler@gmail.com> |
| 64 | 64 | ||
| @@ -230,10 +230,10 @@ | |||
| 230 | 2008-12-11 Jason Rumney <jasonr@gnu.org> | 230 | 2008-12-11 Jason Rumney <jasonr@gnu.org> |
| 231 | 231 | ||
| 232 | * w32font.c (fill_in_logfont): Don't assume symbol script means | 232 | * w32font.c (fill_in_logfont): Don't assume symbol script means |
| 233 | SYMBOL_CHARSET. | 233 | SYMBOL_CHARSET. (Bug#547) |
| 234 | 234 | ||
| 235 | * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer | 235 | * w32uniscribe.c (uniscribe_encode_char): Increase glyph buffer |
| 236 | size for surrogates. | 236 | size for surrogates. (Bug#1096) |
| 237 | 237 | ||
| 238 | 2008-12-11 Juanma Barranquero <lekktu@gmail.com> | 238 | 2008-12-11 Juanma Barranquero <lekktu@gmail.com> |
| 239 | 239 | ||
| @@ -524,7 +524,7 @@ | |||
| 524 | 2008-11-26 Jason Rumney <jasonr@gnu.org> | 524 | 2008-11-26 Jason Rumney <jasonr@gnu.org> |
| 525 | 525 | ||
| 526 | * w32font.c (w32font_open_internal): Don't include external | 526 | * w32font.c (w32font_open_internal): Don't include external |
| 527 | leading in font height. | 527 | leading in font height. (Bug#879) |
| 528 | 528 | ||
| 529 | 2008-11-26 Glenn Morris <rgm@gnu.org> | 529 | 2008-11-26 Glenn Morris <rgm@gnu.org> |
| 530 | 530 | ||
| @@ -568,7 +568,7 @@ | |||
| 568 | 568 | ||
| 569 | * w32font.c (check_face_name): New function. | 569 | * w32font.c (check_face_name): New function. |
| 570 | (add_font_entity_to_list): Use it to filter out common substituted | 570 | (add_font_entity_to_list): Use it to filter out common substituted |
| 571 | fonts. | 571 | fonts. (Bug#642) |
| 572 | 572 | ||
| 573 | 2008-11-22 Martin Rudalics <rudalics@gmx.at> | 573 | 2008-11-22 Martin Rudalics <rudalics@gmx.at> |
| 574 | 574 | ||