| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Comment change. | Richard M. Stallman | 2002-11-13 | 1 | -1/+1 |
| | | |||||
| * | (Fmap_char_table): Don't use map_char_table's function arg. | Stefan Monnier | 2002-11-12 | 1 | -1/+1 |
| | | |||||
| * | (parse_single_submenu): Simplify. | Stefan Monnier | 2002-11-12 | 1 | -3/+2 |
| | | |||||
| * | (scan_sexps_forward): Undo last patch. | Stefan Monnier | 2002-11-12 | 2 | -2/+8 |
| | | | | | Use a more obvious fix: check eob before updating the syntax table. | ||||
| * | *** empty log message *** | Stefan Monnier | 2002-11-09 | 1 | -0/+5 |
| | | |||||
| * | (scan_sexps_forward): Update syntax table before reading | Stefan Monnier | 2002-11-09 | 1 | -9/+3 |
| | | | | | a char rather than after so we don't update the table past eob. | ||||
| * | *** empty log message *** | Dave Love | 2002-11-09 | 1 | -0/+15 |
| | | |||||
| * | (Vtranslation_table_for_input): New. | Dave Love | 2002-11-09 | 1 | -1/+3 |
| | | | | | (syms_of_coding): DEFVAR it. | ||||
| * | (command_loop_1): Apply Vtranslation_table_for_input | Dave Love | 2002-11-09 | 1 | -6/+11 |
| | | | | | | to self-inserting characters. (syms_of_keyboard) <keyboard-translate-table>: Doc fix. | ||||
| * | (Fself_insert_command): Apply Vtranslation_table_for_input. | Dave Love | 2002-11-09 | 1 | -27/+32 |
| | | |||||
| * | (Fset_buffer_major_mode): Fix last change. | Dave Love | 2002-11-09 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Dave Love | 2002-11-08 | 1 | -5/+32 |
| | | |||||
| * | *** empty log message *** | Juanma Barranquero | 2002-11-08 | 1 | -0/+5 |
| | | |||||
| * | (w32_draw_fringe_bitmap): Remove unused local variable window. | Juanma Barranquero | 2002-11-08 | 1 | -269/+268 |
| | | |||||
| * | (Fformat_network_address): Removed unused locals p, cp, and i. | Kim F. Storm | 2002-11-07 | 1 | -4/+0 |
| | | |||||
| * | *** empty log message *** | Kim F. Storm | 2002-11-07 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-11-07 | 3 | -28/+23 |
| | | |||||
| * | (regexec): Fix pmatch declaration. | Dave Love | 2002-11-07 | 1 | -1/+1 |
| | | |||||
| * | Reformat some DEFUNs so that etags works. | Dave Love | 2002-11-06 | 1 | -10/+14 |
| | | |||||
| * | (Qset_buffer_major_mode_hook): New. | Dave Love | 2002-11-06 | 2 | -6/+13 |
| | | | | | (Fset_buffer_major_mode): Use it. | ||||
| * | *** empty log message *** | Richard M. Stallman | 2002-11-06 | 1 | -0/+13 |
| | | |||||
| * | (x_term_init): Use turn_on_atimers, not start_polling and stop_polling. | Richard M. Stallman | 2002-11-06 | 1 | -2/+2 |
| | | |||||
| * | (wait_reading_process_input): | Richard M. Stallman | 2002-11-06 | 1 | -2/+4 |
| | | | | | | Test POLLING_PROBLEM_IN_SELECT, not hpux. Avoid initialization for auto Lisp_Object var. | ||||
| * | (POLLING_PROBLEM_IN_SELECT): Add #undef. | Richard M. Stallman | 2002-11-06 | 1 | -0/+3 |
| | | |||||
| * | (POLLING_PROBLEM_IN_SELECT): Defined. | Richard M. Stallman | 2002-11-06 | 1 | -0/+3 |
| | | |||||
| * | (BROKEN_SIGIO): Turn off the #undef. | Richard M. Stallman | 2002-11-05 | 2 | -0/+12 |
| | | |||||
| * | (Fcall_interactively): New local filter_specs. | Richard M. Stallman | 2002-11-05 | 1 | -2/+13 |
| | | | | | | | | (Fcall_interactively): Check for progn as well as let. Add a gcpro. (Qprogn): New variable. (syms_of_callint): Staticpro and init Qprogn. | ||||
| * | (Feval_buffer): Doc fix. | John Paul Wallington | 2002-11-04 | 2 | -1/+5 |
| | | |||||
| * | (read_char): Always translate iff | Dave Love | 2002-11-04 | 2 | -1/+9 |
| | | | | | Vkeyboard_translate_table is a char table and c is valid. | ||||
| * | (XTread_socket): Check Lisp types for Vx_keysym_table | Dave Love | 2002-11-04 | 1 | -5/+6 |
| | | | | | and fix C types. | ||||
| * | *** empty log message *** | Stefan Monnier | 2002-11-03 | 1 | -0/+4 |
| | | |||||
| * | (single_display_prop_intangible_p): Strings are intangible. | Stefan Monnier | 2002-11-03 | 1 | -2/+5 |
| | | |||||
| * | (get_pos_property): Don't hardcode Qfield. | Stefan Monnier | 2002-11-03 | 1 | -4/+4 |
| | | |||||
| * | (adjust_point_for_property): copy/paste error. | Stefan Monnier | 2002-11-03 | 1 | -1/+1 |
| | | |||||
| * | (adjust_point_for_property): Handle `display' prop on overlays. | Stefan Monnier | 2002-11-03 | 2 | -21/+51 |
| | | | | | Also handle `invisible' prop. | ||||
| * | (decode_coding_emacs_mule, decode_coding_iso2022) | Stefan Monnier | 2002-11-02 | 1 | -22/+1 |
| | | | | | (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL. | ||||
| * | (Fmessage): Revert last change to properly handle %% format. | Andreas Schwab | 2002-11-01 | 2 | -1/+6 |
| | | |||||
| * | (unuse_menu_items): New fun. | Stefan Monnier | 2002-11-01 | 2 | -5/+37 |
| | | | | | | | | | (menu_items_inuse): New var. (syms_of_xmenu): Initialize it. (init_menu_items): Use it to detect re-entrance. (Fx_popup_menu, Fx_popup_dialog, set_frame_menubar): Reset it when done. (Fx_popup_menu): Remove spurious XSETFRAME. | ||||
| * | *** empty log message *** | Dave Love | 2002-11-01 | 2 | -55/+4 |
| | | |||||
| * | (find_field): Make an exception for nil fields. | Stefan Monnier | 2002-11-01 | 1 | -0/+6 |
| | | |||||
| * | (XTread_socket): Fix last change. | Dave Love | 2002-10-31 | 1 | -70/+88 |
| | | | | | (xaw_scroll_callback): Cast call_data to long to avoid warning. | ||||
| * | *** empty log message *** | Dave Love | 2002-10-31 | 1 | -0/+5 |
| | | |||||
| * | (Fformat_network_address): Fix int/Lisp_Object mixup. | Stefan Monnier | 2002-10-31 | 2 | -7/+18 |
| | | |||||
| * | *** empty log message *** | Stefan Monnier | 2002-10-31 | 1 | -2/+9 |
| | | |||||
| * | (overlays_around, get_pos_property): New funs. | Stefan Monnier | 2002-10-30 | 1 | -67/+158 |
| | | | | | | | (find_field): Use them. Also be careful not to modify POS before its last use. (Fmessage): Don't Fformat if there's nothing to format. | ||||
| * | *** empty log message *** | Dave Love | 2002-10-30 | 1 | -0/+40 |
| | | |||||
| * | Comment. | Dave Love | 2002-10-30 | 3 | -6/+4 |
| | | |||||
| * | (Fforward_comment): Doc fix. | Dave Love | 2002-10-30 | 1 | -2/+3 |
| | | |||||
| * | Include sys/wait.h. | Dave Love | 2002-10-30 | 1 | -0/+7 |
| | | | | | [HAVE_PTY_H]; Include pty.h. | ||||
| * | (Fload) <!load_dangerous_libraries>: Close fd. | Dave Love | 2002-10-30 | 1 | -2/+6 |
| | | |||||