aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (event-basic-type): New function.Richard M. Stallman1993-03-081-0/+8
* Declare Qcategory, Qlocal_map. Declare textget, get_local_map.Richard M. Stallman1993-03-071-1/+5
* Include intervals.h.Richard M. Stallman1993-03-071-1/+6
* (syms_of_buffer): Make erase-buffer a disabled command.Roland McGrath1993-03-071-0/+4
* Include termhooks.h.Richard M. Stallman1993-03-071-11/+78
* (Fget_text_property): Use textget.Richard M. Stallman1993-03-071-12/+11
* *** empty log message ***Richard M. Stallman1993-03-071-36/+27
* (read_key_sequence):Richard M. Stallman1993-03-071-2/+2
* (isearch-other-meta-char): Call listify-key-sequence.Richard M. Stallman1993-03-071-15/+22
* (vc-update-change-log): Check that ChangeLog is writablePaul Eggert1993-03-071-60/+70
* (Qmodification_hooks): Renamed from Qmodification.Richard M. Stallman1993-03-071-4/+4
* (verify_interval_modification): Handle insertionsRichard M. Stallman1993-03-071-39/+113
* (struct buffer): New field mark_active.Richard M. Stallman1993-03-071-1/+6
* (prepare_to_modify_buffer): Set Vdeactivate_mark.Richard M. Stallman1993-03-071-1/+3
* (save_excursion_save): Save mark_active of buffer.Richard M. Stallman1993-03-071-5/+17
* (check_mark): Error if mark is not active.Richard M. Stallman1993-03-071-4/+6
* (x_alt_mod_mask, x_super_mod_mask, x_hyper_mod_mask): New variables.Richard M. Stallman1993-03-071-6/+29
* (alt_modifier, super_modifier, hyper_modifier):Richard M. Stallman1993-03-071-9/+10
* (follow_key): Downcase shift_modifier as well as ASCII.Richard M. Stallman1993-03-071-41/+159
* (syms_of_lread): Set up Qascii_character.Richard M. Stallman1993-03-071-5/+68
* (reset_buffer_local_variables): Reset mark_active.Richard M. Stallman1993-03-071-1/+14
* (isearch-mode): Don't make a pre-command-hook.Richard M. Stallman1993-03-071-4/+9
* (vc-revert-buffer1): Use mark-marker; don't alter mark-active.Richard M. Stallman1993-03-071-2/+6
* (event-modifiers): New function.Richard M. Stallman1993-03-071-0/+36
* *** empty log message ***Richard M. Stallman1993-03-071-116/+2
* (Info-insert-dir): Fix typo.Richard M. Stallman1993-03-071-1/+1
* (function-key-map): Map key symbols backspace, return... into ASCII chars.Richard M. Stallman1993-03-071-0/+9
* (Info-forward-node): Properly go to first menu item.Richard M. Stallman1993-03-071-16/+16
* (isearch-unread): Find last list element by hand.Richard M. Stallman1993-03-071-3/+13
* Initial revisionRichard M. Stallman1993-03-071-0/+414
* (momentary-string-display): Handle any event when flushing the display.Richard M. Stallman1993-03-061-1/+1
* (Info-summary): Handle any event when flushing the display.Richard M. Stallman1993-03-061-1/+1
* (isearch-unread): Handle multiple args.Richard M. Stallman1993-03-061-29/+20
* (te-escape-extended-command-unread): Handle any key sequence.Richard M. Stallman1993-03-061-1/+1
* (emerge-show-file-name): Handle any kind of event.Richard M. Stallman1993-03-061-2/+2
* (fortran-abbrev-start): Handle any kind of event.Richard M. Stallman1993-03-061-3/+3
* (electric-help-command-loop): Handle any kind of event.Richard M. Stallman1993-03-061-1/+1
* (electric-buffer-list): Handle any kind of event.Richard M. Stallman1993-03-061-2/+3
* Fix bug in previous change.Richard M. Stallman1993-03-061-1/+1
* (simula-electric-label): Handle any event when flushing the display.Richard M. Stallman1993-03-061-1/+1
* (prefix-arg-internal): Use listify-key-sequence.Richard M. Stallman1993-03-061-1/+1
* (comint-dynamic-list-completions): Handle any event when flushing the display.Richard M. Stallman1993-03-061-2/+2
* (listify-key-sequence): New function.Richard M. Stallman1993-03-061-0/+10
* (check_protected_fields): Variable deleted.Richard M. Stallman1993-03-061-12/+0
* (check_protected_fields): Delete decl.Richard M. Stallman1993-03-061-9/+0
* (read_escape): Handle M-, C- and S- for new convention.Richard M. Stallman1993-03-051-5/+25
* (current_column, Fmove_to_column, compute_motion):Richard M. Stallman1993-03-051-10/+10
* (XTread_socket): Set bufp->modifiers for all kinds of keys.Richard M. Stallman1993-03-051-2/+2
* (Fend_kbd_macro): Fix call to make_event_array.Richard M. Stallman1993-03-051-2/+2
* (CHAR_META, CHAR_SHIFT, CHAR_CTL): New macros.Richard M. Stallman1993-03-051-1/+7