summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* (unixware, svr4): Treat as synonyms for sysv4.Richard Kenner1995-01-281-1/+4
* (PERDISPLAY, the_only_perdisplay, get_perdisplay):Karl Heuer1995-01-281-3/+3
* (struct x_display_info): Rename display_perd to perdisplay.Karl Heuer1995-01-281-1/+1
* (make-frame): Doc fix.Richard M. Stallman1995-01-281-2/+4
* (describe-variable): Use local-variable-p.Richard M. Stallman1995-01-271-9/+2
* (tex-display-shell): Pass nil as arg toRichard M. Stallman1995-01-271-7/+12
* (debug-convert-byte-code): Convert the doc info to a string.Richard M. Stallman1995-01-271-1/+4
* (shell): If we create a new shell buffer,Richard M. Stallman1995-01-271-2/+3
* (match-string): Delete extra arg to buffer-substring.Karl Heuer1995-01-271-1/+1
* (printchar, strout): Use message_log_maybe_newline.Karl Heuer1995-01-271-13/+2
* (message_log_need_newline): This var is now static.Karl Heuer1995-01-271-5/+12
* (perform-replace): Don't log the repetitive prompts.Karl Heuer1995-01-271-1/+4
* Declare message_log_maybe_newline.Karl Heuer1995-01-271-0/+1
* (modify_region): Clear point_before_scroll field.Richard M. Stallman1995-01-271-0/+2
* (set_point): Set point_before_scroll to nil.Richard M. Stallman1995-01-271-0/+2
* (struct buffer): New field point_before_scroll.Richard M. Stallman1995-01-271-0/+4
* (init_buffer_once, syms_of_buffer):Richard M. Stallman1995-01-271-0/+5
* (match-string): New function.Richard M. Stallman1995-01-271-0/+8
* Integer width changes.Richard M. Stallman1995-01-271-12/+12
* Fix integer width changes.Richard M. Stallman1995-01-271-7/+7
* Fix typos.Karl Heuer1995-01-261-10/+10
* (mouse-save-then-kill): When we don't use existingRichard M. Stallman1995-01-261-66/+73
* (scroll-bar-drag-1): Set point-before-scroll properly.Richard M. Stallman1995-01-261-16/+27
* (mouse-drag-region): Modify previous change--don't run the ordinary bindingRichard M. Stallman1995-01-261-1/+4
* (mouse-save-then-kill): Ignore mouse-selection-click-count if no active mark.Richard M. Stallman1995-01-261-1/+1
* (struct x_display_info): New member display_perd.Karl Heuer1995-01-251-0/+1
* (the_only_perd): Define this var here.Karl Heuer1995-01-251-88/+84
* Add comments and `volatile' keyword to previous change.Karl Heuer1995-01-251-1/+22
* (PERD): New struct containing per-display data.Karl Heuer1995-01-251-0/+20
* (process_tick, update_tick): Make non-static.Karl Heuer1995-01-251-3/+4
* Comment change.Richard M. Stallman1995-01-251-1/+1
* (x_destroy_window): Don't let frame being destroyed remain inRichard M. Stallman1995-01-251-2/+4
* (font-lock-fontify-region): Bind inhibit-read-only. Also buffer-file-name.Richard M. Stallman1995-01-251-3/+9
* (c-forward-conditional):Richard M. Stallman1995-01-251-1/+12
* (justify-current-line): Avoid error comparing fill-prefixRichard M. Stallman1995-01-251-57/+59
* Added support for descriptions in the group buffer:Richard M. Stallman1995-01-241-7/+90
* (Flocal_set_key, Fglobal_set_key): Use K, not k.Richard M. Stallman1995-01-241-2/+2
* (Fcall_interactively): Define K mostly like k.Richard M. Stallman1995-01-241-2/+8
* (read_key_sequence): New arg dont_downcase_lastRichard M. Stallman1995-01-241-10/+30
* (compute_motion): Don't get hung in selective-display loop.Karl Heuer1995-01-241-13/+14
* (vc-do-command): Arrange for the default-directory variableRichard M. Stallman1995-01-241-90/+147
* Don't use function prototypes.Karl Heuer1995-01-241-6/+6
* (iso-transl-dead-key-alist): New var.Karl Heuer1995-01-241-95/+120
* (pascal-*-completion, pascal-comp-defun)Richard M. Stallman1995-01-241-57/+67
* (read_key_sequence): Don't wait for a possible key translation sequence if weKarl Heuer1995-01-241-2/+4
* (i[34]86:*:3.2:*): Test for ISC before SCO; newer ISC releases have uname -X.Karl Heuer1995-01-241-4/+4
* (HAVE_SYS_SELECT_H): Add #undef for configure.Karl Heuer1995-01-231-0/+1
* Check for sys/select.h.Karl Heuer1995-01-231-1/+1
* Define BROKEN_SELECT_NON_X.Karl Heuer1995-01-231-0/+3
* (sys_select): Renamed from select. Use SELECT_TYPE instead of int. Defer toKarl Heuer1995-01-231-19/+39