aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (compile_pattern_1): Don't BLOCK_INPUT.Richard M. Stallman2006-09-241-5/+6
|
* *** empty log message ***Eli Zaretskii2006-09-241-0/+5
|
* ($(BLD)/fns.$(O), $(BLD)/w32proc.$(O)): DependEli Zaretskii2006-09-241-0/+4
| | | | on nt/inc/langinfo.h and nt/inc/nl_types.h.
* (nl_langinfo): New function.Eli Zaretskii2006-09-241-0/+68
|
* (w32-pass-alt-to-system, w32-alt-is-meta)Eli Zaretskii2006-09-242-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 Barranquero2006-09-232-5/+9
| | | | Fix typos in docstrings.
* (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.Romain Francoise2006-09-232-1/+9
|
* (Fmap_keymap): Docstring mentions about genericKenichi Handa2006-09-231-1/+4
| | | | character.
* *** empty log message ***Kenichi Handa2006-09-231-0/+5
|
* Whitespace fix.Richard M. Stallman2006-09-231-1/+1
|
* (analyse_first): For eight-bit-control chars, mark both theStefan Monnier2006-09-222-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 Monnier2006-09-221-5/+17
| | | | (AT_CHAR_BOUNDARY): New macro.
* *** empty log message ***Kenichi Handa2006-09-221-0/+5
|
* (optimize_sub_char_table): Don't optimize a sub-char-tableKenichi Handa2006-09-221-4/+6
| | | | whose default value is non-nil.
* * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help forJan Djärv2006-09-221-1/+3
| | | | Gtk+ versions < 2.10.
* Fix typoJan Djärv2006-09-221-1/+1
|
* * gtkutil.c (xg_get_file_with_chooser): Only chow C-l help forJan Djärv2006-09-221-0/+3
| | | | Gtk+ versions < 2.10.
* * xfns.c (syms_of_xfns): Fix typo in help text forJan Djärv2006-09-222-1/+6
| | | | x-gtk-file-dialog-help-text.
* *** empty log message ***Kim F. Storm2006-09-201-0/+6
|
* (Fmemq): Refill doc string.Kim F. Storm2006-09-201-4/+28
| | | | | (Fmemql): New defun, like memq but using eql. (syms_of_fns): Defsubr it.
* (Fpos_visible_in_window_p): Doc fix.Kim F. Storm2006-09-201-3/+3
|
* *** empty log message ***Kim F. Storm2006-09-201-1/+1
|
* (Fset_window_hscroll, Fpos_visible_in_window_p):Kim F. Storm2006-09-201-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 forKim F. Storm2006-09-201-2/+3
| | | | last visible glyph in window.
* *** empty log message ***Kim F. Storm2006-09-201-0/+10
|
* * search.c (struct regexp_cache): New entry syntax_table.Chong Yidong2006-09-192-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 Monnier2006-09-192-3/+7
|
* *** empty log message ***Kim F. Storm2006-09-191-0/+8
|
* (Fset_window_hscroll, Fpos_visible_in_window_p):Kim F. Storm2006-09-191-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 Monnier2006-09-192-11/+15
| | | | | (Fkey_binding): Only use AREF after checking it's a vector. Remove unused var `window'.
* *** empty log message ***YAMAMOTO Mitsuharu2006-09-191-0/+23
|
* (struct mac_output): Remove member menubar_active.YAMAMOTO Mitsuharu2006-09-191-5/+5
| | | | | (do_menu_choice): Remove extern. (do_apple_menu) [!TARGET_API_MAC_CARBON]: Add extern.
* (menubar_selection_callback): Remove extern.YAMAMOTO Mitsuharu2006-09-191-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 andYAMAMOTO Mitsuharu2006-09-191-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 Mitsuharu2006-09-191-1/+1
|
* (shut_down_emacs) [!subprocesses]: Don't set inhibit_sentinels.YAMAMOTO Mitsuharu2006-09-191-0/+2
|
* * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text toJan Djärv2006-09-181-3/+3
| | | | x_gtk_file_dialog_help_text.
* * gtkutil.c (xg_get_file_with_chooser): Rename x_gtk_show_chooser_help_text toJan Djärv2006-09-181-3/+3
| | | | x_gtk_file_dialog_help_text.
* * xfns.c (syms_of_xfns): Rename x_gtk_show_chooser_help_text toJan Djärv2006-09-181-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-dialogJan Djärv2006-09-181-3/+3
| | | | to x-gtk-use-old-file-dialog.
* * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialogJan Djärv2006-09-181-2/+2
| | | | to x-gtk-use-old-file-dialog.
* * gtkutil.c (xg_uses_old_file_dialog): Rename x-use-old-gtk-file-dialogJan Djärv2006-09-181-0/+7
| | | | | | to x-gtk-use-old-file-dialog. * xfns.c (syms_of_xfns): Ditto.
* *** empty log message ***Kim F. Storm2006-09-181-0/+6
|
* (Fwindow_line_visibility): Remove.Kim F. Storm2006-09-181-33/+78
| | | | | (Fwindow_line_height): New defun replacing it. (syms_of_window): Defsubr it.
* (SELECT_USE_CFSOCKET) [MAC_OSX]: Set default to 1.YAMAMOTO Mitsuharu2006-09-182-1/+10
| | | | [MAC_OSX] (sys_select) [SELECT_USE_CFSOCKET]: Fix pointer type.
* *** empty log message ***Jay Belanger2006-09-181-0/+8
|
* Replace "GNU Library General Public License" by "GNU General PublicJay Belanger2006-09-184-44/+44
| | | | License" throughout.
* (update_text_area): Undo 2000-07-18 change.Kim F. Storm2006-09-171-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. Storm2006-09-171-0/+6
|
* * search.c (clear_regexp_cache): New function.Chong Yidong2006-09-173-0/+24
| | | | * syntax.c (Fmodify_syntax_entry): Clear regexp cache.