Commit graph

21612 commits

Author SHA1 Message Date
Kenichi Handa
4ccaff6744 (Fsingle_key_description): For an invalid char, retuen
"Invalid char code NNNNN".
2006-09-26 04:17:41 +00:00
Chong Yidong
2a95a27c8e * callint.c (Fcall_interactively): Doc fix. 2006-09-25 15:28:58 +00:00
YAMAMOTO Mitsuharu
cf2c68356b (x_underline_at_descent_line): New variable.
(syms_of_macterm): DEFVAR_BOOL it.
(x_draw_glyph_string): Use it.
(XLoadQueryFont): Calculate min_bounds.descent and max_bounds.descent.
2006-09-25 08:19:14 +00:00
Kenichi Handa
8bb3035f33 (Fsingle_key_description): Fix the last change. 2006-09-25 04:38:18 +00:00
Kenichi Handa
173517c6c1 (Fsingle_key_description): Return unique names for
generic characters.
2006-09-25 02:52:03 +00:00
Richard M. Stallman
45c912f252 *** empty log message *** 2006-09-24 20:44:52 +00:00
Richard M. Stallman
e7b2dd2e38 (compile_pattern_1): Don't BLOCK_INPUT. 2006-09-24 20:28:49 +00:00
Eli Zaretskii
8f59d60237 *** empty log message *** 2006-09-24 12:39:03 +00:00
Eli Zaretskii
83b41e19dc ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend
on nt/inc/langinfo.h and nt/inc/nl_types.h.
2006-09-24 12:37:45 +00:00
Eli Zaretskii
d613418bc5 (nl_langinfo): New function. 2006-09-24 12:37:06 +00:00
Eli Zaretskii
1133f8e75c (w32-pass-alt-to-system, w32-alt-is-meta)
(w32-pass-lwindow-to-system, w32-enable-num-lock)
(w32-enable-caps-lock, w32-scroll-lock-modifier)
(w32-lwindow-modifier, w32-rwindow-modifier)
(w32-apps-modifier, w32-mouse-button-tolerance): Doc fix.
2006-09-24 09:05:42 +00:00
Juanma Barranquero
ba5524f4af (Finternal_complete_buffer, Fread_minibuffer, Fdisplay_completion_list):
Fix typos in docstrings.
2006-09-23 21:07:44 +00:00
Romain Francoise
47a0ee40fc (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too. 2006-09-23 13:50:32 +00:00
Kenichi Handa
b50685893e (Fmap_keymap): Docstring mentions about generic
character.
2006-09-23 05:37:18 +00:00
Kenichi Handa
5dfe789c70 *** empty log message *** 2006-09-23 05:37:07 +00:00
Richard M. Stallman
7adfb96e72 Whitespace fix. 2006-09-23 03:07:19 +00:00
Stefan Monnier
4560a582d6 (analyse_first): For eight-bit-control chars, mark both the
char's value and its leading byte in the fastmap.
(re_search_2): When fast-scanning without translation, be careful to
check that we only match the leading byte of a multibyte char.
2006-09-22 17:30:13 +00:00
Stefan Monnier
3ffcda5471 (PREV_CHAR_BOUNDARY): Make it work from within a char's byte sequence.
(AT_CHAR_BOUNDARY): New macro.
2006-09-22 17:30:02 +00:00
Kenichi Handa
2e77924dcf *** empty log message *** 2006-09-22 12:56:44 +00:00
Kenichi Handa
983f6a3da6 (optimize_sub_char_table): Don't optimize a sub-char-table
whose default value is non-nil.
2006-09-22 12:54:38 +00:00
Jan Djärv
7b7d4a7915 * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help for
Gtk+ versions < 2.10.
2006-09-22 08:19:55 +00:00
Jan Djärv
db4fd91493 Fix typo 2006-09-22 08:19:43 +00:00
Jan Djärv
782447bdd3 * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help for
Gtk+ versions < 2.10.
2006-09-22 08:19:26 +00:00
Jan Djärv
66687b7c01 * xfns.c (syms_of_xfns): Fix typo in help text for
x-gtk-file-dialog-help-text.
2006-09-22 08:09:10 +00:00
Kim F. Storm
b521ddce87 *** empty log message *** 2006-09-20 23:38:23 +00:00
Kim F. Storm
008ef0efaa (Fmemq): Refill doc string.
(Fmemql): New defun, like memq but using eql.
(syms_of_fns): Defsubr it.
2006-09-20 23:07:17 +00:00
Kim F. Storm
68e67a4ed1 (Fpos_visible_in_window_p): Doc fix. 2006-09-20 10:14:46 +00:00
Kim F. Storm
a4df1f8ba8 *** empty log message *** 2006-09-20 10:14:00 +00:00
Kim F. Storm
120b778160 (Fset_window_hscroll, Fpos_visible_in_window_p):
Doc fix.  Use "off-window" instead of "off-screen".
(Fpos_visible_in_window_p): Likewise.
If POS is t, return info for last visible glyph in window.
2006-09-20 09:43:25 +00:00
Kim F. Storm
0dd956164b (pos_visible_p): CHARPOS < 0 means return info for
last visible glyph in window.
2006-09-20 09:43:18 +00:00
Kim F. Storm
d0e0bd5f4b *** empty log message *** 2006-09-20 09:43:02 +00:00
Chong Yidong
b69e3c1805 * search.c (struct regexp_cache): New entry syntax_table.
(compile_pattern_1): Set it.
	(syms_of_search): Initialize it.
	(compile_pattern): Require the syntax_table entry of the cache
	element to match the current syntax table entry.
2006-09-19 21:44:52 +00:00
Stefan Monnier
31790df395 (Fwindow_end): Fix recent change. 2006-09-19 16:32:07 +00:00
Kim F. Storm
06e6b4be6c *** empty log message *** 2006-09-19 13:59:13 +00:00
Kim F. Storm
7bbc67d20f (Fset_window_hscroll, Fpos_visible_in_window_p):
Doc fix.  Use "off-screen" instead of "invisible".
(Fwindow_line_height): Make line numbers 0-based.  Make line arg
optional; if nil, use current cursor row.  Handle text terminals
properly.  Return nil if non-interactive or pseudo-window.
2006-09-19 13:12:26 +00:00
Stefan Monnier
08e26e8bfa Include alloca.h if available.
(Fkey_binding): Only use AREF after checking it's a vector.
Remove unused var `window'.
2006-09-19 10:19:34 +00:00
YAMAMOTO Mitsuharu
61973eb68d *** empty log message *** 2006-09-19 03:19:25 +00:00
YAMAMOTO Mitsuharu
0d3f16e5fe (struct mac_output): Remove member menubar_active.
(do_menu_choice): Remove extern.
(do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
2006-09-19 03:19:05 +00:00
YAMAMOTO Mitsuharu
20a1fc8bd9 (menubar_selection_callback): Remove extern.
(M_APPLE): Change to 234.
(do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static.
(do_menu_choice): Remove function.
2006-09-19 03:18:46 +00:00
YAMAMOTO Mitsuharu
b0da976d49 (enum mac_menu_kind, min_menu_id): New enumerator and
menu ID for Apple menu.
(menubar_selection_callback): Remove function.
(find_and_call_menu_selection): New function from xmenu.c.
(x_activate_menubar): Use it.
(set_frame_menubar): Don't use f->output_data.mac->menubar_active.
2006-09-19 03:18:22 +00:00
YAMAMOTO Mitsuharu
aef12e3acd [!MAC_OSX] (select): Fix argument name. 2006-09-19 03:18:01 +00:00
YAMAMOTO Mitsuharu
ba7c29f3de (shut_down_emacs) [!subprocesses]: Don't set inhibit_sentinels. 2006-09-19 03:17:45 +00:00
Jan Djärv
159f8da742 * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
x_gtk_file_dialog_help_text.
2006-09-18 16:48:05 +00:00
Jan Djärv
a10fe8349d * gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
x_gtk_file_dialog_help_text.
2006-09-18 16:47:46 +00:00
Jan Djärv
1a2b3a9fdf * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to
x_gtk_file_dialog_help_text.

 * gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to
 x_gtk_file_dialog_help_text.
2006-09-18 16:47:29 +00:00
Jan Djärv
fe2b14b7e8 * xfns.c (syms_of_xfns): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.
2006-09-18 16:42:09 +00:00
Jan Djärv
afd6c41297 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.
2006-09-18 16:41:49 +00:00
Jan Djärv
1dd3c9b6b9 * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog
to x-gtk-use-old-file-dialog.

 * xfns.c (syms_of_xfns): Ditto.
2006-09-18 16:41:37 +00:00
Kim F. Storm
661bdc0600 *** empty log message *** 2006-09-18 11:11:36 +00:00
Kim F. Storm
536833ab88 (Fwindow_line_visibility): Remove.
(Fwindow_line_height): New defun replacing it.
(syms_of_window): Defsubr it.
2006-09-18 11:11:23 +00:00