aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Comment change.Richard M. Stallman2002-11-131-1/+1
|
* (Fmap_char_table): Don't use map_char_table's function arg.Stefan Monnier2002-11-121-1/+1
|
* (parse_single_submenu): Simplify.Stefan Monnier2002-11-121-3/+2
|
* (scan_sexps_forward): Undo last patch.Stefan Monnier2002-11-122-2/+8
| | | | Use a more obvious fix: check eob before updating the syntax table.
* *** empty log message ***Stefan Monnier2002-11-091-0/+5
|
* (scan_sexps_forward): Update syntax table before readingStefan Monnier2002-11-091-9/+3
| | | | a char rather than after so we don't update the table past eob.
* *** empty log message ***Dave Love2002-11-091-0/+15
|
* (Vtranslation_table_for_input): New.Dave Love2002-11-091-1/+3
| | | | (syms_of_coding): DEFVAR it.
* (command_loop_1): Apply Vtranslation_table_for_inputDave Love2002-11-091-6/+11
| | | | | to self-inserting characters. (syms_of_keyboard) <keyboard-translate-table>: Doc fix.
* (Fself_insert_command): Apply Vtranslation_table_for_input.Dave Love2002-11-091-27/+32
|
* (Fset_buffer_major_mode): Fix last change.Dave Love2002-11-091-1/+1
|
* *** empty log message ***Dave Love2002-11-081-5/+32
|
* *** empty log message ***Juanma Barranquero2002-11-081-0/+5
|
* (w32_draw_fringe_bitmap): Remove unused local variable window.Juanma Barranquero2002-11-081-269/+268
|
* (Fformat_network_address): Removed unused locals p, cp, and i.Kim F. Storm2002-11-071-4/+0
|
* *** empty log message ***Kim F. Storm2002-11-071-0/+5
|
* *** empty log message ***Stefan Monnier2002-11-073-28/+23
|
* (regexec): Fix pmatch declaration.Dave Love2002-11-071-1/+1
|
* Reformat some DEFUNs so that etags works.Dave Love2002-11-061-10/+14
|
* (Qset_buffer_major_mode_hook): New.Dave Love2002-11-062-6/+13
| | | | (Fset_buffer_major_mode): Use it.
* *** empty log message ***Richard M. Stallman2002-11-061-0/+13
|
* (x_term_init): Use turn_on_atimers, not start_polling and stop_polling.Richard M. Stallman2002-11-061-2/+2
|
* (wait_reading_process_input):Richard M. Stallman2002-11-061-2/+4
| | | | | Test POLLING_PROBLEM_IN_SELECT, not hpux. Avoid initialization for auto Lisp_Object var.
* (POLLING_PROBLEM_IN_SELECT): Add #undef.Richard M. Stallman2002-11-061-0/+3
|
* (POLLING_PROBLEM_IN_SELECT): Defined.Richard M. Stallman2002-11-061-0/+3
|
* (BROKEN_SIGIO): Turn off the #undef.Richard M. Stallman2002-11-052-0/+12
|
* (Fcall_interactively): New local filter_specs.Richard M. Stallman2002-11-051-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 Wallington2002-11-042-1/+5
|
* (read_char): Always translate iffDave Love2002-11-042-1/+9
| | | | Vkeyboard_translate_table is a char table and c is valid.
* (XTread_socket): Check Lisp types for Vx_keysym_tableDave Love2002-11-041-5/+6
| | | | and fix C types.
* *** empty log message ***Stefan Monnier2002-11-031-0/+4
|
* (single_display_prop_intangible_p): Strings are intangible.Stefan Monnier2002-11-031-2/+5
|
* (get_pos_property): Don't hardcode Qfield.Stefan Monnier2002-11-031-4/+4
|
* (adjust_point_for_property): copy/paste error.Stefan Monnier2002-11-031-1/+1
|
* (adjust_point_for_property): Handle `display' prop on overlays.Stefan Monnier2002-11-032-21/+51
| | | | Also handle `invisible' prop.
* (decode_coding_emacs_mule, decode_coding_iso2022)Stefan Monnier2002-11-021-22/+1
| | | | (decode_coding_sjis_big5, decode_eol): Allow lone \r in DOS EOL.
* (Fmessage): Revert last change to properly handle %% format.Andreas Schwab2002-11-012-1/+6
|
* (unuse_menu_items): New fun.Stefan Monnier2002-11-012-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 Love2002-11-012-55/+4
|
* (find_field): Make an exception for nil fields.Stefan Monnier2002-11-011-0/+6
|
* (XTread_socket): Fix last change.Dave Love2002-10-311-70/+88
| | | | (xaw_scroll_callback): Cast call_data to long to avoid warning.
* *** empty log message ***Dave Love2002-10-311-0/+5
|
* (Fformat_network_address): Fix int/Lisp_Object mixup.Stefan Monnier2002-10-312-7/+18
|
* *** empty log message ***Stefan Monnier2002-10-311-2/+9
|
* (overlays_around, get_pos_property): New funs.Stefan Monnier2002-10-301-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 Love2002-10-301-0/+40
|
* Comment.Dave Love2002-10-303-6/+4
|
* (Fforward_comment): Doc fix.Dave Love2002-10-301-2/+3
|
* Include sys/wait.h.Dave Love2002-10-301-0/+7
| | | | [HAVE_PTY_H]; Include pty.h.
* (Fload) <!load_dangerous_libraries>: Close fd.Dave Love2002-10-301-2/+6
|