diff options
| author | Kim F. Storm | 2004-06-15 09:42:18 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-06-15 09:42:18 +0000 |
| commit | cdc977649737080fc74dfe595aabd294d7551fe1 (patch) | |
| tree | e05bd24e351e01ae4519942b83ff23fe9f8722ee /src | |
| parent | 910dc292aa21fb21807009ffebda111a363ec438 (diff) | |
| download | emacs-cdc977649737080fc74dfe595aabd294d7551fe1.tar.gz emacs-cdc977649737080fc74dfe595aabd294d7551fe1.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e4bcca81ede..75fbd62670a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,15 @@ | |||
| 1 | 2004-06-15 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * syntax.c (skip_chars): Only recognize [:class:] when it has the | ||
| 4 | proper format and class is a lower-case word. | ||
| 5 | |||
| 1 | 2004-06-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 6 | 2004-06-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * gtkutil.c (xg_get_image_for_pixmap): New function. | 8 | * gtkutil.c (xg_get_image_for_pixmap): New function. |
| 4 | (xg_get_gdk_pixmap_and_mask): Removed. | 9 | (xg_get_gdk_pixmap_and_mask): Removed. |
| 5 | (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of | 10 | (update_frame_tool_bar): Call xg_get_image_for_pixmap instead of |
| 6 | xg_get_gdk_pixmap_and_mask. | 11 | xg_get_gdk_pixmap_and_mask. |
| 7 | 12 | ||
| 8 | * xterm.h (struct x_display_info): Typo in comment fixed. | 13 | * xterm.h (struct x_display_info): Typo in comment fixed. |
| 9 | 14 | ||
| 10 | 2004-06-14 Juanma Barranquero <lektu@terra.es> | 15 | 2004-06-14 Juanma Barranquero <lektu@terra.es> |