aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2008-12-25 01:15:03 +0000
committerJason Rumney2008-12-25 01:15:03 +0000
commit85f967f90d5f2c2a441fd58d99531df263ae2b60 (patch)
tree3b5cccd16e2e846833c2d8494b187d2c6c252d05
parenta6a3f110b6057f5992db50b3e89e6626abdd09e7 (diff)
downloademacs-85f967f90d5f2c2a441fd58d99531df263ae2b60.tar.gz
emacs-85f967f90d5f2c2a441fd58d99531df263ae2b60.zip
Add bug id for recently fixed bugs.
-rw-r--r--src/ChangeLog16
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
82008-12-22 Dan Nicolaescu <dann@ics.uci.edu> 82008-12-22 Dan Nicolaescu <dann@ics.uci.edu>
9 9
@@ -42,7 +42,7 @@
422008-12-20 Jason Rumney <jasonr@gnu.org> 422008-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
472008-12-20 Jan Djärv <jan.h.d@swipnet.se> 472008-12-20 Jan Djärv <jan.h.d@swipnet.se>
48 48
@@ -55,10 +55,10 @@
552008-12-20 Jason Rumney <jasonr@gnu.org> 552008-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
632008-12-19 Daniel Engeler <engeler@gmail.com> 632008-12-19 Daniel Engeler <engeler@gmail.com>
64 64
@@ -230,10 +230,10 @@
2302008-12-11 Jason Rumney <jasonr@gnu.org> 2302008-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
2382008-12-11 Juanma Barranquero <lekktu@gmail.com> 2382008-12-11 Juanma Barranquero <lekktu@gmail.com>
239 239
@@ -524,7 +524,7 @@
5242008-11-26 Jason Rumney <jasonr@gnu.org> 5242008-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
5292008-11-26 Glenn Morris <rgm@gnu.org> 5292008-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
5732008-11-22 Martin Rudalics <rudalics@gmx.at> 5732008-11-22 Martin Rudalics <rudalics@gmx.at>
574 574