diff options
| author | Kim F. Storm | 2006-05-01 09:38:57 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2006-05-01 09:38:57 +0000 |
| commit | 5fed8c15b8c8a74c5e0d0e76baa7f66be96267b6 (patch) | |
| tree | 636ebb587b927775a078238c26f1c7da87cc5db2 /src | |
| parent | d0afff349efb346e3a4339f4a831af53f1c6878b (diff) | |
| download | emacs-5fed8c15b8c8a74c5e0d0e76baa7f66be96267b6.tar.gz emacs-5fed8c15b8c8a74c5e0d0e76baa7f66be96267b6.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8b5ca9e8435..b8495387311 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | * keymap.c (Fdefine_key): Improve error message | 47 | * keymap.c (Fdefine_key): Improve error message |
| 48 | when KEY begins with a non-prefix key. | 48 | when KEY begins with a non-prefix key. |
| 49 | 49 | ||
| 50 | 2006-04-30 Martin Rudalics <rudalics@gmx.at> (tiny change) | 50 | 2006-04-30 Martin Rudalics <rudalics@gmx.at> |
| 51 | 51 | ||
| 52 | * syntax.c (Fforward_comment): Don't forget to break out of the loop | 52 | * syntax.c (Fforward_comment): Don't forget to break out of the loop |
| 53 | when we skipped backward over a generic comment. | 53 | when we skipped backward over a generic comment. |
| @@ -85,7 +85,7 @@ | |||
| 85 | * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which | 85 | * xdisp.c (fill_stretch_glyph_string): Set s->nchars = 1 for code which |
| 86 | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. | 86 | does last_glyph=s->first_glyph+s->nchars-1, e.g. if stretch has relief. |
| 87 | (produce_stretch_glyph): Assume that face box height and width is | 87 | (produce_stretch_glyph): Assume that face box height and width is |
| 88 | already included in in stretch glyph size so caller doesn't have to | 88 | already included in stretch glyph size so caller doesn't have to |
| 89 | consider the extra space otherwise added (fixes problem in ses.el). | 89 | consider the extra space otherwise added (fixes problem in ses.el). |
| 90 | 90 | ||
| 91 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame | 91 | * frame.c (x_set_font): Clear f->n_tool_bar_rows and current frame |
| @@ -1732,7 +1732,7 @@ | |||
| 1732 | 1732 | ||
| 1733 | * image.c [MAC_OS] (find_image_fsspec): Likewise. | 1733 | * image.c [MAC_OS] (find_image_fsspec): Likewise. |
| 1734 | 1734 | ||
| 1735 | 2005-12-23 Martin Rudalics <rudalics@gmx.at> (tiny change) | 1735 | 2005-12-23 Martin Rudalics <rudalics@gmx.at> |
| 1736 | 1736 | ||
| 1737 | * insdel.c (insert, insert_and_inherit, insert_before_markers) | 1737 | * insdel.c (insert, insert_and_inherit, insert_before_markers) |
| 1738 | (insert_before_markers_and_inherit): Make sure FROM is correct | 1738 | (insert_before_markers_and_inherit): Make sure FROM is correct |