Richard M. Stallman
55815819d9
*** empty log message ***
2006-05-24 02:16:08 +00:00
YAMAMOTO Mitsuharu
b8c6940eaf
(fn_keycode_to_xkeysym_table, convert_fn_keycode): Remove.
...
(fn_keycode_to_keycode_table) [MAC_OSX]: New variable.
(mac_set_unicode_keystroke_event) [TARGET_API_MAC_CARBON]: New function.
(XTread_socket) [TARGET_API_MAC_CARBON]: Use it.
(XTread_socket) [MAC_OSX]: Try 'uchr' Unicode keyboard-layout
resource to backtranslate key with modifiers.
(XTread_socket): Don't set read_socket_inev around AEProcessAppleEvent.
2006-05-23 08:12:13 +00:00
Jan Djärv
0277e36c14
* xterm.c: Remove declarations already in xterm.h
...
* xterm.h: Add extern declarations for x_clear_errors,
x_fully_uncatch_errors, x_catching_errors and
x_alloc_lighter_color_for_widget. Remove duplicated declarations.
2006-05-23 07:13:28 +00:00
Jan Djärv
32c1210748
* xterm.c: Remove declarations already in xterm.h
2006-05-23 07:13:05 +00:00
Jan Djärv
bdf1cc7382
* xterm.h: Add extern declarations for x_clear_errors,
...
x_fully_uncatch_errors, x_catching_errors and
x_alloc_lighter_color_for_widget. Remove duplicated declarations.
2006-05-23 07:12:49 +00:00
Chong Yidong
594a1605cd
Update comments.
2006-05-23 00:49:55 +00:00
Richard M. Stallman
ccd97b5616
(best_matching_font): Abort for best == NULL before we start to use it.
2006-05-22 01:02:40 +00:00
Richard M. Stallman
63af60550b
(syms_of_buffer, Fmake_overlay): Doc fixes.
2006-05-21 21:11:48 +00:00
Richard M. Stallman
6f5c4cc997
*** empty log message ***
2006-05-21 00:27:13 +00:00
Kim F. Storm
5748161eab
*** empty log message ***
2006-05-20 22:37:32 +00:00
Kim F. Storm
41a9b76e81
(best_matching_font): Fix crash in 2006-05-17 change.
2006-05-20 22:01:18 +00:00
Eli Zaretskii
d836fdf52e
(CODING_REQUIRE_ENCODING): Elaborate the comment.
2006-05-20 19:04:35 +00:00
YAMAMOTO Mitsuharu
431225c60e
(convert_fn_keycode): Fix last change.
2006-05-20 07:15:33 +00:00
Eli Zaretskii
75e3b95755
*** empty log message ***
2006-05-19 19:51:35 +00:00
Eli Zaretskii
892eb23701
(init_environment): Simplify code that calls ExpandEnvironmentStrings and make
...
buf1[] and buf2[] more visible for easier debugging.
2006-05-19 19:29:36 +00:00
Eli Zaretskii
e00b99c818
(init_environment): Perform the processing of environment variables on a copy
...
of default variables and their values, not on the original.
2006-05-19 19:05:07 +00:00
YAMAMOTO Mitsuharu
689840b922
*** empty log message ***
2006-05-19 09:12:55 +00:00
YAMAMOTO Mitsuharu
76fb556f52
(foreach_window): Check WINDOWP (FRAME_ROOT_WINDOW (f)).
2006-05-19 09:12:26 +00:00
YAMAMOTO Mitsuharu
2abb0fde83
(XTread_socket) [TARGET_API_MAC_CARBON && MAC_OSX]:
...
Forward keyUp events to toolbox_dispatcher.
2006-05-19 09:12:04 +00:00
YAMAMOTO Mitsuharu
91c889526a
(Fx_focus_frame): Don't check dpyinfo->x_focus_frame.
2006-05-19 09:11:47 +00:00
YAMAMOTO Mitsuharu
a73c40d183
(gif_load): Allocate Lisp string first.
2006-05-19 09:11:30 +00:00
YAMAMOTO Mitsuharu
f3e86bf2b6
(x_set_border_width): Remove #ifndef MAC_OS.
2006-05-19 09:11:14 +00:00
Jan Djärv
a940e2c652
* config.in: Regenerated (HAVE_ALSA).
...
* sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
(alsa_configure, alsa_close, alsa_choose_format, alsa_write)
(snd_error_quiet, alsa_init): New functions.
(vox_init): Return 0 if unable to open device.
(Fplay_sound_internal): Test for alsa first and use vox (oss) as
a fallback.
(struct sound_device): Add period_size.
(wav_play, au_play): Use period_size if set.
* Makefile.in (CFLAGS_SOUND): New flags for ALSA
(ALL_CFLAGS): Add CFLAGS_SOUND
2006-05-18 17:06:55 +00:00
Jan Djärv
2d2643f653
* sound.c (alsa_sound_perror, alsa_open, alsa_period_size)
...
(alsa_configure, alsa_close, alsa_choose_format, alsa_write)
(snd_error_quiet, alsa_init): New functions.
(vox_init): Return 0 if unable to open device.
(Fplay_sound_internal): Test for alsa first and use vox (oss) as
a fallback.
(struct sound_device): Add period_size.
(wav_play, au_play): Use period_size if set.
2006-05-18 17:06:01 +00:00
Jan Djärv
4900d996ca
* Makefile.in (CFLAGS_SOUND): New flags for ALSA
...
(ALL_CFLAGS): Add CFLAGS_SOUND
2006-05-18 17:05:36 +00:00
Jan Djärv
51d139915e
* config.in: Regenerated (HAVE_ALSA).
2006-05-18 17:04:59 +00:00
Kenichi Handa
8acb7dad7a
(Fcall_process): Reject encoding arguments by
...
ascii-incompatible coding systems (e.g. utf-16).
2006-05-18 02:20:39 +00:00
Kenichi Handa
0c2660c849
(Qascii_incompatible): New variable.
...
(syms_of_coding): Setup Qascii_incompatible.
(setup_coding_system): Be sure to initialize coding->common_flags.
Check `ascii-incompatible' property of the coding system.
2006-05-18 02:19:01 +00:00
Kenichi Handa
ad598c8b58
(CODING_ASCII_INCOMPATIBLE_MASK): New macro.
2006-05-18 02:17:39 +00:00
Richard M. Stallman
92daa8486f
Comment change.
2006-05-17 22:53:23 +00:00
Richard M. Stallman
6c1195abb7
(better_font_p): Any font beats no font.
...
(best_matching_font): Simplify based on above change.
2006-05-17 22:51:07 +00:00
Kim F. Storm
59367bff6b
(display_tool_bar_line): Eliminate x_before variable.
2006-05-17 22:37:25 +00:00
Richard M. Stallman
624d267858
(Fprevious_overlay_change, Fnext_overlay_change): Doc fixes.
2006-05-17 22:26:51 +00:00
Kim F. Storm
914dee7a62
(display_tool_bar_line): Restore entire tool-bar geometry when
...
backtracking in case last image doesn't fit on line.
(display_tool_bar_line): Don't adjust tool-bar height by more than
height of one frame default line. From: MIYOSHI Masanori.
2006-05-17 22:24:13 +00:00
Kim F. Storm
f5ecbceeee
*** empty log message ***
2006-05-17 22:22:29 +00:00
Kim F. Storm
fb6341e7fd
(handle_one_xevent): Check that f is not NULL before
...
calling x_kill_gs_process.
2006-05-16 10:54:48 +00:00
Kim F. Storm
b3abe3a5ef
*** empty log message ***
2006-05-16 10:54:37 +00:00
Miles Bader
4449f659d5
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-280
...
Creator: Michael Olson <mwolson@gnu.org>
Update etc/MORE.STUFF.
* etc/MORE.STUFF: Update URL for Planner Mode and add description.
Canonicalize URLs for Emacs Muse and Emacs Wiki Mode.
2006-05-15 11:20:16 +00:00
Richard M. Stallman
46a2df8ead
*** empty log message ***
2006-05-14 22:52:37 +00:00
Richard M. Stallman
85cc6738ed
(Fnext_single_char_property_change)
...
(Fprevious_single_char_property_change):
Don't allow returning value beyond LIMIT in any cases.
(Fnext_char_property_change, Fprevious_char_property_change): Doc fix.
2006-05-14 21:55:34 +00:00
Richard M. Stallman
1b0440ed04
(get_local_map): Abort if POSITION outside BEGV, ZV.
2006-05-14 21:53:45 +00:00
Jan Djärv
79fb0ab7fa
* xterm.c (handle_one_xevent): Check that f is not NULL before
...
calling _XEditResCheckMessages.
2006-05-14 11:26:20 +00:00
Kim F. Storm
295fa1d472
(handle_one_xevent): Fix crash in 2006-03-24 change.
2006-05-14 00:30:46 +00:00
Kim F. Storm
0f479f06f1
*** empty log message ***
2006-05-14 00:30:25 +00:00
Eli Zaretskii
dac85f4b38
(x_set_border_width): Fix error message to say "frame", not "window".
2006-05-13 18:32:00 +00:00
Eli Zaretskii
642c61f303
*** empty log message ***
2006-05-13 10:52:41 +00:00
Eli Zaretskii
6e9fa9793a
(SOME_MACHINE_LISP): Add fringe.elc.
2006-05-13 10:24:18 +00:00
Chong Yidong
4e8f005c08
* intervals.c (set_point_both): Fix mixup before before and after
...
in variable names.
* editfns.c (Fline_beginning_position): Inhibit point-motion hooks
while setting point temporarily.
2006-05-12 17:39:39 +00:00
Richard M. Stallman
1ed7b9ae26
(readevalloop): Abort if START non-nil for non-buffer input.
2006-05-12 02:08:23 +00:00
Kim F. Storm
af8f3e5c42
(redisplay_tool_bar): Handle large tool-bar-border values.
2006-05-11 21:26:54 +00:00