- 05 Feb, 1995 6 commits
-
-
Richard M. Stallman authored
(Fsplit_window, Fset_window_configuration): Set FRAME_WINDOW_SIZES_CHANGED to 1 in the frame being changed.
-
Richard M. Stallman authored
(FRAME_WINDOW_SIZES_CHANGED): New macro (two definitions).
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(rmail-summary-previous-same-subject): Likewise. (rmail-summary-mode-map): Add bindings for C-c C-n and C-c C-p.
-
Richard M. Stallman authored
(rmail-previous-same-subject): Likewise. (rmail-mode-map): Add bindings for C-c C-n and C-c C-p.
-
Richard M. Stallman authored
a drop-in replacement for list-tags. (find-tag-noselect): Recognize filenames as valid tags too. (find-tag-file-order): New variable holds function to check for match for a file name used as a tag. (last-tag-file): New variable; stores the filename looked for via find-tag family of functions. (find-tag-in-order): If the tag is a file name, position at file beg. (etags-recognize-tags-table): Added new var find-tag-file-order to tags-table-format variables. Added tag-filename-match-p to the list for find-tag-tag-order. (tag-filename-match-p): New function. (list-tags): Rewritten for speed. (tags-list-functions-in-file): New subroutine for list-tags. (tags-locate-file-in-tags-table): New function locates a file in `tags-table-list'.
-
- 04 Feb, 1995 9 commits
-
-
Jim Wilson authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Karl Heuer authored
(command_loop_1): Not here.
-
Karl Heuer authored
-
Karl Heuer authored
[MULTI_PERDISPLAY] (current_perdisplay): New var. (find_active_event_queue): Search all perdisplays. (init_perdisplay, wipe_perdisplay): New functions. (init_keyboard): Move perdisplay initialization to init_perdisplay. (syms_of_keyboard): Likewise. (echo_prompt, echo_char, echo_dash, echo, cancel_echoing, echo_length) (read_char, Fdiscard_input, stuff_buffered_input): Use current_perdisplay, not get_perdisplay.
-
Karl Heuer authored
-
Karl Heuer authored
[MULTI_PERDISPLAY] (x_delete_display): Destroy perdisplay. (x_delete_display): Use xfree, not free.
-
- 03 Feb, 1995 12 commits
-
-
Karl Heuer authored
-
Karl Heuer authored
mark_perdisplays.
-
Karl Heuer authored
(Fgarbage_collect): Call it.
-
Karl Heuer authored
(struct PERDISPLAY): New member next_perdisplay.
-
Karl Heuer authored
-
Karl Heuer authored
-
Karl Heuer authored
(store_symval_forwarding, find_symbol_value): Likewise.
-
Richard M. Stallman authored
(f90-mode): Don't use f90-mode-version.
-
Richard M. Stallman authored
not ...-options.
-
Francesco Potortì authored
-
Richard M. Stallman authored
(try_window): Deduct minibuf prompt from tab_offset, after 1st line.
-
Karl Heuer authored
(rmail-reply): Delete text matching rmail-reply-regexp.
-
- 02 Feb, 1995 12 commits
-
-
Richard M. Stallman authored
-
Richard M. Stallman authored
dotimes, plusp, minusp, pusnhew, second. (completion-dolist): New macro. Use instead of dolist. (completion-gensym-counter, completion-gensym): New variable and fn. (locate-completion-entry-retry): Bind cmpl-entry, then use it. (locate-completion-entry): Use completion-string, not string. (add-completion-to-head, delete-completion): Rename arg to completion-string. (completions-list-return-value): Defvar'd and renamed from return-completions. (cmpl-preceding-syntax, cdabbrev-stop-point): Add defvars. (delete-completion, check-completion-length): Fix message format. (complete, add-completions-from-buffer, add-completions-from-c-buffer) (save-completions-to-file): Likewise.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
from input queue before processing it.
-
Richard M. Stallman authored
(x_start_queuing_selection_requests): Likewise. (x_stop_queuing_selection_requests): Likewise.
-
Richard M. Stallman authored
(x_get_foreign_selection): Pass display to x_start_queueing_selection_events and x_stop_queueing_selection_events. (x_reply_selection_request): Call x_start_queueing_selection_events and x_stop_queueing_selection_events. Handle X protocol errors.
-
David J. MacKenzie authored
build directory.
-
Richard M. Stallman authored
(fill-paragraph): Use it.
-
Richard M. Stallman authored
(c-fill-paragraph): Return t. (c-mode): Put c-fill-paragraph in fill-paragraph-function.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(lisp-mode-variables): Put it in fill-paragraph-function locally.
-
- 01 Feb, 1995 1 commit
-
-
Karl Heuer authored
-