diff options
| author | Juanma Barranquero | 2009-01-25 22:58:22 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2009-01-25 22:58:22 +0000 |
| commit | 64cc3cf60817aa7cf7da6fafa94276b15903bf74 (patch) | |
| tree | 092eb55edae2cb33633e204f874dd84bdb71ea3b /src/ChangeLog | |
| parent | d8038940d1e329e0552c01987d1f9aea6f5b32ba (diff) | |
| download | emacs-64cc3cf60817aa7cf7da6fafa94276b15903bf74.tar.gz emacs-64cc3cf60817aa7cf7da6fafa94276b15903bf74.zip | |
Add bug references.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9d4cf88f689..9e29eb5704f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -28,14 +28,14 @@ | |||
| 28 | 2009-01-25 Chong Yidong <cyd@stupidchicken.com> | 28 | 2009-01-25 Chong Yidong <cyd@stupidchicken.com> |
| 29 | 29 | ||
| 30 | * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of | 30 | * dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of |
| 31 | setting current_buffer directly. | 31 | setting current_buffer directly. (Bug#2044) |
| 32 | 32 | ||
| 33 | 2009-01-24 Chong Yidong <cyd@stupidchicken.com> | 33 | 2009-01-24 Chong Yidong <cyd@stupidchicken.com> |
| 34 | 34 | ||
| 35 | * fontset.c (fontset_font): If we know there is no font, don't do | 35 | * fontset.c (fontset_font): If we know there is no font, don't do |
| 36 | any work. (Bug#1952, bug#1990). | 36 | any work. (Bug#1952, bug#1990). |
| 37 | 37 | ||
| 38 | * font.c (font_parse_xlfd): Handle patterns of length < 2. | 38 | * font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802) |
| 39 | 39 | ||
| 40 | 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com> | 40 | 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com> |
| 41 | 41 | ||
| @@ -132,7 +132,7 @@ | |||
| 132 | 132 | ||
| 133 | * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts): | 133 | * xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts): |
| 134 | Check return value of font_spec_from_name. | 134 | Check return value of font_spec_from_name. |
| 135 | (Fx_list_fonts): Doc fix. | 135 | (Fx_list_fonts): Doc fix. (Bug#1951) |
| 136 | 136 | ||
| 137 | * font.c (font_spec_from_name): Return Qnil if font name could not | 137 | * font.c (font_spec_from_name): Return Qnil if font name could not |
| 138 | be parsed. | 138 | be parsed. |