Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f3cf04d3
Commit
f3cf04d3
authored
Apr 16, 2005
by
YAMAMOTO Mitsuharu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mac.o): Depend on charset.h and coding.h.
parent
a5e700ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
1 deletion
+41
-1
src/ChangeLog
src/ChangeLog
+39
-0
src/Makefile.in
src/Makefile.in
+2
-1
No files found.
src/ChangeLog
View file @
f3cf04d3
2005-04-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
* Makefile.in (mac.o): Depend on charset.h and coding.h.
* mac.c: Include charset.h and coding.h.
[TARGET_API_MAC_CARBON] (Qutf_8): Remove extern.
[TARGET_API_MAC_CARBON] (cfstring_create_with_string): New
function.
[TARGET_API_MAC_CARBON] (Fmac_get_preference): Use it.
* macfns.c [TARGET_API_MAC_CARBON] (Fx_file_dialog): Likewise.
* image.c [MAC_OSX] (image_load_quartz2d): Likewise.
* macterm.c (x_autoselect_window_p): Remove variable.
(last_window): New variable.
(XTreassert_line_highlight, x_change_line_highlight): Remove
declarations.
(mac_focus_changed, x_detect_focus_change): New functions and
declarations.
(XTextExtents16, front_emacs_window): Remove function.
(mac_focus_frame): New function.
(XTmouse_position, do_menu_choice, do_zoom_window, XTread_socket)
(mac_check_for_quit_char): Use it instead of front_emacs_window.
(x_scroll_bar_report_motion): Obtain window from control owner.
(x_make_frame_invisible): Set window manager size hint.
(do_mouse_moved): Remove function.
(XTread_socket): Move its contents here. Generate select-window
event on mouse movement if needed. Use x_detect_focus_change on
activate/deactivate events. Don't deiconify frame or invalidate
window rectangle when dnd items are dropped. Don't
activate/deactivate root control.
(frame_highlight, frame_unhighlight): Activate/deactivate root
control here.
(syms_of_macterm): Delete DEFVAR_BOOL for x_autoselect_window_p.
* macterm.h (cfstring_create_with_string) [TARGET_API_MAC_CARBON]:
New extern.
2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
* Makefile.in: Define new macro TOOLTIP_SUPPORT.
...
...
src/Makefile.in
View file @
f3cf04d3
...
...
@@ -1234,7 +1234,8 @@ abbrev.o buffer.o callint.o cmds.o dispnew.o editfns.o fileio.o frame.o \
fontset.o
indent.o
insdel.o
keyboard.o
macros.o
minibuf.o
msdos.o
process.o
\
scroll.o
sysdep.o
term.o
widget.o
window.o
xdisp.o
xfaces.o
xfns.o
xmenu.o
\
xterm.o xselect.o sound.o
:
macgui.h
mac.o
:
mac.c process.h sysselect.h blockinput.h atimer.h systime.h $(config_h)
mac.o
:
mac.c process.h sysselect.h blockinput.h atimer.h systime.h charset.h
\
coding.h $(config_h)
macfns.o
:
macfns.c charset.h macterm.h macgui.h frame.h window.h buffer.h
\
dispextern.h macgui.h fontset.h $(INTERVAL_SRC) keyboard.h blockinput.h
\
atimer.h systime.h epaths.h termhooks.h coding.h systime.h $(config_h)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment