1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Add bug references.

This commit is contained in:
Juanma Barranquero 2009-01-25 22:58:22 +00:00
parent d8038940d1
commit 64cc3cf608
2 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@
return value of rmail-get-labels.
* mail/rmail.el (rmail-get-labels): Obey the MSG argument.
(rmail-buffer-swapped): Fix last change.
(rmail-buffer-swapped): Fix last change. (Bug#1997)
2009-01-23 Ulf Jasper <ulf.jasper@web.de>

View File

@ -28,14 +28,14 @@
2009-01-25 Chong Yidong <cyd@stupidchicken.com>
* dispnew.c (buffer_posn_from_coords): Use Fset_buffer instead of
setting current_buffer directly.
setting current_buffer directly. (Bug#2044)
2009-01-24 Chong Yidong <cyd@stupidchicken.com>
* fontset.c (fontset_font): If we know there is no font, don't do
any work. (Bug#1952, bug#1990).
* font.c (font_parse_xlfd): Handle patterns of length < 2.
* font.c (font_parse_xlfd): Handle patterns of length < 2. (Bug#1802)
2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
@ -132,7 +132,7 @@
* xfaces.c (Finternal_set_lisp_face_attribute, Fx_list_fonts):
Check return value of font_spec_from_name.
(Fx_list_fonts): Doc fix.
(Fx_list_fonts): Doc fix. (Bug#1951)
* font.c (font_spec_from_name): Return Qnil if font name could not
be parsed.