Commit graph

21606 commits

Author SHA1 Message Date
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
YAMAMOTO Mitsuharu
37228c3809 (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.
[MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
2006-09-18 07:32:47 +00:00
Jay Belanger
a688d8b547 *** empty log message *** 2006-09-18 03:38:44 +00:00
Jay Belanger
423a1f3c11 Replace "GNU Library General Public License" by "GNU General Public
License" throughout.
2006-09-18 03:32:42 +00:00
Kim F. Storm
ac14fd4de8 (update_text_area): Undo 2000-07-18 change.
Always redrawing whole row if line has mouse-face in it causes
excessive flickering of the mode line.
2006-09-17 20:57:44 +00:00
Kim F. Storm
059fd1a1b4 *** empty log message *** 2006-09-17 20:56:04 +00:00
Chong Yidong
e5b94d44df * search.c (clear_regexp_cache): New function.
* syntax.c (Fmodify_syntax_entry): Clear regexp cache.
2006-09-17 17:38:59 +00:00