aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 14 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f45a5f19741..0ed9209dece 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12008-08-01 Juanma Barranquero <lekktu@gmail.com>
2
3 * xfaces.c (Fx_load_color_file): Fix previous change;
4 it is #ifdef WINDOWSNT, not WINDOWS_NT.
5
12008-08-01 Michael Albinus <michael.albinus@gmx.de> 62008-08-01 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * dbusbind.c (xd_read_message): Handle D-Bus error messages. 8 * dbusbind.c (xd_read_message): Handle D-Bus error messages.
@@ -8,8 +13,7 @@
8 13
92008-08-01 Chong Yidong <cyd@stupidchicken.com> 142008-08-01 Chong Yidong <cyd@stupidchicken.com>
10 15
11 * nsfns.m (ns_frame_parm_handlers): Add empty entry for 16 * nsfns.m (ns_frame_parm_handlers): Add empty entry for x_set_alpha.
12 x_set_alpha.
13 17
14 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not 18 * nsterm.m (EmacsApp -application:openFiles:): GNUStep does not
15 define NSApplicationDelegateReplySuccess. 19 define NSApplicationDelegateReplySuccess.
@@ -28,8 +32,8 @@
282008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> 322008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
29 33
30 Warning clearing and clean-up in NS port. 34 Warning clearing and clean-up in NS port.
31 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Add 35 * keyboard.h (xmalloc_widget_value, digest_single_submenu):
32 prototypes. 36 Add prototypes.
33 * nsgui.h (FACE_DEFAULT): Remove, unused. 37 * nsgui.h (FACE_DEFAULT): Remove, unused.
34 (XGCValues): Change colors to unsigned long. 38 (XGCValues): Change colors to unsigned long.
35 * nsterm.h (EmacsApp): Add declaration of all methods implemented in 39 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
@@ -63,11 +67,11 @@
63 (ns_list_fonts): Remove, unused. 67 (ns_list_fonts): Remove, unused.
64 (ns_font_to_xlfd): Make static. Cast result of UTF8String. 68 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
65 (ns_fontname_to_xlfd): Make static. 69 (ns_fontname_to_xlfd): Make static.
66 * w32menu.c (xmalloc_widget_value, digest_single_submenu): Remove 70 * w32menu.c (xmalloc_widget_value, digest_single_submenu):
67 prototypes (now in keyboard.h). 71 Remove prototypes (now in keyboard.h).
68 (next_menubar_widget_id): Remove, unused. 72 (next_menubar_widget_id): Remove, unused.
69 * xmenu.c (xmalloc_widget_value, digest_single_submenu): Remove 73 * xmenu.c (xmalloc_widget_value, digest_single_submenu):
70 prototypes (now in keyboard.h). 74 Remove prototypes (now in keyboard.h).
71 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused. 75 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
72 76
732008-08-01 Dan Nicolaescu <dann@ics.uci.edu> 772008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
@@ -76,8 +80,8 @@
76 (floatfns.o): Depend on syssignal.h. 80 (floatfns.o): Depend on syssignal.h.
77 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC). 81 (term.o): Depend on syssignal.h, systty.h, and $(INTERVAL_SRC).
78 82
79 * systty.h: Fix previous change that removed BSD_TERMIOS. Add 83 * systty.h: Fix previous change that removed BSD_TERMIOS.
80 comments to #ifdefs. 84 Add comments to #ifdefs.
81 85
822008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com> 862008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
83 87
@@ -14138,7 +14142,6 @@
141382007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 141422007-06-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14139 14143
14140 * macfns.c (mac_window): Replace WindowPtr with WindowRef. 14144 * macfns.c (mac_window): Replace WindowPtr with WindowRef.
14141
14142 * macgui.h: Replace WindowPtr with WindowRef. 14145 * macgui.h: Replace WindowPtr with WindowRef.
14143 14146
14144 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and 14147 * macmenu.c: Replace MenuHandle and GetMenuHandle with MenuRef and