aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-06-15 09:42:18 +0000
committerKim F. Storm2004-06-15 09:42:18 +0000
commitcdc977649737080fc74dfe595aabd294d7551fe1 (patch)
treee05bd24e351e01ae4519942b83ff23fe9f8722ee /src
parent910dc292aa21fb21807009ffebda111a363ec438 (diff)
downloademacs-cdc977649737080fc74dfe595aabd294d7551fe1.tar.gz
emacs-cdc977649737080fc74dfe595aabd294d7551fe1.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog7
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 @@
12004-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
12004-06-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 62004-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
102004-06-14 Juanma Barranquero <lektu@terra.es> 152004-06-14 Juanma Barranquero <lektu@terra.es>