aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAdrian Robert2008-08-01 14:01:08 +0000
committerAdrian Robert2008-08-01 14:01:08 +0000
commit150349607cf648e78d34aa16ef1d43d774bc6044 (patch)
tree7d57cf5f3e5163c7ea3019b9527409df771efe42 /src/ChangeLog
parent27ec92c98304e2b61dc20a1db65972b0eb00d4cc (diff)
downloademacs-150349607cf648e78d34aa16ef1d43d774bc6044.tar.gz
emacs-150349607cf648e78d34aa16ef1d43d774bc6044.zip
clear warnings and clean up NS port
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog44
1 files changed, 44 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1bf57826ca2..f5ecf80af09 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,47 @@
12008-08-01 Adrian Robert <Adrian.B.Robert@gmail.com>
2 Warning clearing and clean-up in NS port.
3 * keyboard.h (xmalloc_widget_value, digest_single_submenu): Add
4 prototypes.
5 * nsgui.h (FACE_DEFAULT): Remove, unused.
6 (XGCValues): Change colors to unsigned long.
7 * nsterm.h (EmacsApp): Add declaration of all methods implemented in
8 nsterm.m.
9 (EmacsMenu -addItemWithWidgetValue:): Change to use NSMenuItem class.
10 (ns_list_fonts): Remove, unused.
11 (ns_font_to_xlfd, ns_fontname_to_xlfd): Drop prototypes.
12 * nsfns.m (interpret_services_menu): Use NSMenuItem class.
13 * nsfont.m (nsfont_open): Fix cast error in glyphs,metrics alloc.
14 (nsfont_draw): Compare face colors to 0, not nil.
15 * nsmenu.m (struct widget_value): Drop unneeded declaration.
16 (EmacsMenu -addItemWithWidgetValue:, -fillWithWidgetValue:)
17 (-addSubmenuWithTitle:): Use NSMenuItem class.
18 (ns_popup_menu): Use NO, not NULL, for enabled setting.
19 * nsterm.m (ns_draw_glyph_string): Don't compare font to ~0.
20 (ns_clip_to_row): Make gc arg a BOOL.
21 (ns_draw_fringe_bitmap, ns_draw_window_cursor): Use YES, NO in
22 ns_clip_to_row() call.
23 (ns_draw_glyph_string): Drop face comparison to ~0 (no longer
24 used). Cast FRAME_FONT assignments.
25 (ns_read_socket): Cast call to EmacsApp-fulfillService:withArg:.
26 (ns_string_to_lispmod): Change arg to const char.
27 (ns_term_init): Use NSMenuItem class.
28 (EmacsApp -openFile:): Move to different section of file.
29 (EmacsApp -application:openFiles:): Don't return a value, call
30 -replyToOpenOrPrint:.
31 (EmacsView -keyDown:): Fix up cast.
32 (EmacsView -converstationIdentifier): Use NSInteger instead of long.
33 (EmacsView -menuDown:): Cast tag in call to
34 find_and_call_menu_selection().
35 (ns_list_fonts): Remove, unused.
36 (ns_font_to_xlfd): Make static. Cast result of UTF8String.
37 (ns_fontname_to_xlfd): Make static.
38 * w32menu.c (xmalloc_widget_value, digest_single_submenu): Remove
39 prototypes (now in keyboard.h).
40 (next_menubar_widget_id): Remove, unused.
41 * xmenu.c (xmalloc_widget_value, digest_single_submenu): Remove
42 prototypes (now in keyboard.h).
43 * xfaces.c (ns_list_fonts, w32_list_fonts): Remove, unused.
44
12008-08-01 Dan Nicolaescu <dann@ics.uci.edu> 452008-08-01 Dan Nicolaescu <dann@ics.uci.edu>
2 46
3 * systty.h: Fix previous change that removed BSD_TERMIOS. Add 47 * systty.h: Fix previous change that removed BSD_TERMIOS. Add