| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (compile_pattern_1): Don't BLOCK_INPUT. | Richard M. Stallman | 2006-09-24 | 1 | -5/+6 |
| | | |||||
| * | *** empty log message *** | Eli Zaretskii | 2006-09-24 | 1 | -0/+5 |
| | | |||||
| * | ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): Depend | Eli Zaretskii | 2006-09-24 | 1 | -0/+4 |
| | | | | | on nt/inc/langinfo.h and nt/inc/nl_types.h. | ||||
| * | (nl_langinfo): New function. | Eli Zaretskii | 2006-09-24 | 1 | -0/+68 |
| | | |||||
| * | (w32-pass-alt-to-system, w32-alt-is-meta) | Eli Zaretskii | 2006-09-24 | 2 | -21/+48 |
| | | | | | | | | (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. | ||||
| * | (Finternal_complete_buffer, Fread_minibuffer, Fdisplay_completion_list): | Juanma Barranquero | 2006-09-23 | 2 | -5/+9 |
| | | | | | Fix typos in docstrings. | ||||
| * | (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too. | Romain Francoise | 2006-09-23 | 2 | -1/+9 |
| | | |||||
| * | (Fmap_keymap): Docstring mentions about generic | Kenichi Handa | 2006-09-23 | 1 | -1/+4 |
| | | | | | character. | ||||
| * | *** empty log message *** | Kenichi Handa | 2006-09-23 | 1 | -0/+5 |
| | | |||||
| * | Whitespace fix. | Richard M. Stallman | 2006-09-23 | 1 | -1/+1 |
| | | |||||
| * | (analyse_first): For eight-bit-control chars, mark both the | Stefan Monnier | 2006-09-22 | 2 | -9/+54 |
| | | | | | | | 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. | ||||
| * | (PREV_CHAR_BOUNDARY): Make it work from within a char's byte sequence. | Stefan Monnier | 2006-09-22 | 1 | -5/+17 |
| | | | | | (AT_CHAR_BOUNDARY): New macro. | ||||
| * | *** empty log message *** | Kenichi Handa | 2006-09-22 | 1 | -0/+5 |
| | | |||||
| * | (optimize_sub_char_table): Don't optimize a sub-char-table | Kenichi Handa | 2006-09-22 | 1 | -4/+6 |
| | | | | | whose default value is non-nil. | ||||
| * | * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help for | Jan Djärv | 2006-09-22 | 1 | -1/+3 |
| | | | | | Gtk+ versions < 2.10. | ||||
| * | Fix typo | Jan Djärv | 2006-09-22 | 1 | -1/+1 |
| | | |||||
| * | * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help for | Jan Djärv | 2006-09-22 | 1 | -0/+3 |
| | | | | | Gtk+ versions < 2.10. | ||||
| * | * xfns.c (syms_of_xfns): Fix typo in help text for | Jan Djärv | 2006-09-22 | 2 | -1/+6 |
| | | | | | x-gtk-file-dialog-help-text. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-20 | 1 | -0/+6 |
| | | |||||
| * | (Fmemq): Refill doc string. | Kim F. Storm | 2006-09-20 | 1 | -4/+28 |
| | | | | | | (Fmemql): New defun, like memq but using eql. (syms_of_fns): Defsubr it. | ||||
| * | (Fpos_visible_in_window_p): Doc fix. | Kim F. Storm | 2006-09-20 | 1 | -3/+3 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-20 | 1 | -1/+1 |
| | | |||||
| * | (Fset_window_hscroll, Fpos_visible_in_window_p): | Kim F. Storm | 2006-09-20 | 1 | -7/+10 |
| | | | | | | | 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. | ||||
| * | (pos_visible_p): CHARPOS < 0 means return info for | Kim F. Storm | 2006-09-20 | 1 | -2/+3 |
| | | | | | last visible glyph in window. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-20 | 1 | -0/+10 |
| | | |||||
| * | * search.c (struct regexp_cache): New entry syntax_table. | Chong Yidong | 2006-09-19 | 2 | -0/+18 |
| | | | | | | | | (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. | ||||
| * | (Fwindow_end): Fix recent change. | Stefan Monnier | 2006-09-19 | 2 | -3/+7 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-19 | 1 | -0/+8 |
| | | |||||
| * | (Fset_window_hscroll, Fpos_visible_in_window_p): | Kim F. Storm | 2006-09-19 | 1 | -29/+29 |
| | | | | | | | | 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. | ||||
| * | Include alloca.h if available. | Stefan Monnier | 2006-09-19 | 2 | -11/+15 |
| | | | | | | (Fkey_binding): Only use AREF after checking it's a vector. Remove unused var `window'. | ||||
| * | *** empty log message *** | YAMAMOTO Mitsuharu | 2006-09-19 | 1 | -0/+23 |
| | | |||||
| * | (struct mac_output): Remove member menubar_active. | YAMAMOTO Mitsuharu | 2006-09-19 | 1 | -5/+5 |
| | | | | | | (do_menu_choice): Remove extern. (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern. | ||||
| * | (menubar_selection_callback): Remove extern. | YAMAMOTO Mitsuharu | 2006-09-19 | 1 | -42/+4 |
| | | | | | | | (M_APPLE): Change to 234. (do_apple_menu) [!TARGET_API_MAC_CARBON]: Make non-static. (do_menu_choice): Remove function. | ||||
| * | (enum mac_menu_kind, min_menu_id): New enumerator and | YAMAMOTO Mitsuharu | 2006-09-19 | 1 | -21/+42 |
| | | | | | | | | | 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. | ||||
| * | [!MAC_OSX] (select): Fix argument name. | YAMAMOTO Mitsuharu | 2006-09-19 | 1 | -1/+1 |
| | | |||||
| * | (shut_down_emacs) [!subprocesses]: Don't set inhibit_sentinels. | YAMAMOTO Mitsuharu | 2006-09-19 | 1 | -0/+2 |
| | | |||||
| * | * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to | Jan Djärv | 2006-09-18 | 1 | -3/+3 |
| | | | | | x_gtk_file_dialog_help_text. | ||||
| * | * gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text to | Jan Djärv | 2006-09-18 | 1 | -3/+3 |
| | | | | | x_gtk_file_dialog_help_text. | ||||
| * | * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text to | Jan Djärv | 2006-09-18 | 1 | -0/+5 |
| | | | | | | | | 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. | ||||
| * | * xfns.c (syms_of_xfns): Rename x-use-old-gtk-file-dialog | Jan Djärv | 2006-09-18 | 1 | -3/+3 |
| | | | | | to x-gtk-use-old-file-dialog. | ||||
| * | * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog | Jan Djärv | 2006-09-18 | 1 | -2/+2 |
| | | | | | to x-gtk-use-old-file-dialog. | ||||
| * | * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialog | Jan Djärv | 2006-09-18 | 1 | -0/+7 |
| | | | | | | | to x-gtk-use-old-file-dialog. * xfns.c (syms_of_xfns): Ditto. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-18 | 1 | -0/+6 |
| | | |||||
| * | (Fwindow_line_visibility): Remove. | Kim F. Storm | 2006-09-18 | 1 | -33/+78 |
| | | | | | | (Fwindow_line_height): New defun replacing it. (syms_of_window): Defsubr it. | ||||
| * | (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1. | YAMAMOTO Mitsuharu | 2006-09-18 | 2 | -1/+10 |
| | | | | | [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type. | ||||
| * | *** empty log message *** | Jay Belanger | 2006-09-18 | 1 | -0/+8 |
| | | |||||
| * | Replace "GNU Library General Public License" by "GNU General Public | Jay Belanger | 2006-09-18 | 4 | -44/+44 |
| | | | | | License" throughout. | ||||
| * | (update_text_area): Undo 2000-07-18 change. | Kim F. Storm | 2006-09-17 | 1 | -0/+5 |
| | | | | | | Always redrawing whole row if line has mouse-face in it causes excessive flickering of the mode line. | ||||
| * | *** empty log message *** | Kim F. Storm | 2006-09-17 | 1 | -0/+6 |
| | | |||||
| * | * search.c (clear_regexp_cache): New function. | Chong Yidong | 2006-09-17 | 3 | -0/+24 |
| | | | | | * syntax.c (Fmodify_syntax_entry): Clear regexp cache. | ||||