aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (x_get_foreign_selection, x_reply_selection_request):Richard M. Stallman1995-02-061-7/+63
| | | | | | Use an unwind-protect to call x_stop_queuing_selection_requests. (some_frame_on_display): New function. (queue_selection_requests_unwind): New function.
* (emacs_blocked_malloc): Set __malloc_extra_blocks here.Richard M. Stallman1995-02-061-1/+97
| | | | | | | | | | | | | | | | | | (malloc_hysteresis): New variable. (init_alloc_once): Initialize malloc_hysteresis. (buffer_memory_full): New function. (refill_memory_reserve): New function. (SPARE_MEMORY): New macro. (emacs_blocked_free): If no spare_memory now, and enough free space is available, get a new spare. (__malloc_size_t, _bytes_used): Declared. (bytes_used_when_full): New variable. (syms_of_alloc): Improve memory exhausted error message. (init_alloc_once): Allocate spare_memory. (memory_full): Free spare_memory.
* *** empty log message ***Richard M. Stallman1995-02-061-0/+4
|
* Version 0.95. Numerous small fixes. See ChangeLog.Per Bothner1995-02-061-157/+183
|
* (lpr-add-switches): Renamed from lpr-add-options.Richard M. Stallman1995-02-061-5/+11
| | | | | (print-region-1): If we run pr, give it the -h option instead of giving lpr the -T option.
* (texinfo-environment-regexp): Match @menu andRichard M. Stallman1995-02-061-9/+6
| | | | | | @titlepage --- they require @ends. Don't match @defunx commands; they don't. (texinfo-insert-@end): Don't put a command name after the @end if we ran off the top of the buffer looking for its mate.
* (Fget_buffer_create): Call buffer_memory_full.Richard M. Stallman1995-02-051-1/+1
|
* (Vwindow_size_change_functions): New variable.Richard M. Stallman1995-02-051-1/+34
| | | | | (prepare_menu_bars): Call those functions. Add gcproing. (syms_of_xdisp): Set up Lisp variable.
* (Fdelete_window, set_window_height, set_window_width)Richard M. Stallman1995-02-051-0/+7
| | | | | (Fsplit_window, Fset_window_configuration): Set FRAME_WINDOW_SIZES_CHANGED to 1 in the frame being changed.
* (struct frame): New field window_sizes_changed.Richard M. Stallman1995-02-051-0/+5
| | | | (FRAME_WINDOW_SIZES_CHANGED): New macro (two definitions).
* (main): Undo previous change.Richard M. Stallman1995-02-051-9/+0
|
* (rmail-summary-next-same-subject): New command.Richard M. Stallman1995-02-051-1/+61
| | | | | (rmail-summary-previous-same-subject): Likewise. (rmail-summary-mode-map): Add bindings for C-c C-n and C-c C-p.
* (rmail-next-same-subject): New command.Richard M. Stallman1995-02-051-0/+50
| | | | | (rmail-previous-same-subject): Likewise. (rmail-mode-map): Add bindings for C-c C-n and C-c C-p.
* Changes to support filenames as tags too and providedRichard M. Stallman1995-02-051-29/+112
| | | | | | | | | | | | | | | | | | 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'.
* (IRIX): Sed - to _.Jim Wilson1995-02-041-2/+2
|
* Explain load-path and dumping.Richard M. Stallman1995-02-041-0/+12
|
* (dired-mode-map): Define up and down arrows like C-p, C-n.Richard M. Stallman1995-02-041-0/+2
|
* Comment changes.Richard M. Stallman1995-02-041-2/+0
|
* (cmd_error): Cancel echoing here.Karl Heuer1995-02-041-1/+1
| | | | (command_loop_1): Not here.
* [MULTI_PERDISPLAY] (all_perdisplays): New var.Karl Heuer1995-02-041-0/+1
|
* (syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c.Karl Heuer1995-02-041-64/+103
| | | | | | | | | | | [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.
* (syms_of_callint): Move DEFVAR_DISPLAY's to keyboard.c.Karl Heuer1995-02-041-20/+0
|
* [MULTI_PERDISPLAY] (x_term_init): Initialize perdisplay.Karl Heuer1995-02-041-3/+20
| | | | | [MULTI_PERDISPLAY] (x_delete_display): Destroy perdisplay. (x_delete_display): Use xfree, not free.
* (print): Use current_perdisplay, not get_perdisplay.Karl Heuer1995-02-031-3/+6
|
* (defvar_display): Don't staticpro; these objects are now protected throughKarl Heuer1995-02-031-3/+0
| | | | mark_perdisplays.
* (mark_perdisplays): New function.Karl Heuer1995-02-031-1/+17
| | | | (Fgarbage_collect): Call it.
* (all_perdisplays): New var.Karl Heuer1995-02-031-3/+10
| | | | (struct PERDISPLAY): New member next_perdisplay.
* (defvar_display): Declare this function.Karl Heuer1995-02-031-0/+1
|
* (DEFVAR_DISPLAY): Use current_perdisplay, not get_perdisplay.Karl Heuer1995-02-031-2/+2
|
* (do_symval_forwarding): Use current_perdisplay, not get_perdisplay.Karl Heuer1995-02-031-4/+9
| | | | (store_symval_forwarding, find_symbol_value): Likewise.
* (f90-mode-version): Variable deleted.Richard M. Stallman1995-02-031-2/+1
| | | | (f90-mode): Don't use f90-mode-version.
* (print-region-1): Use lpr-page-header-switches,Richard M. Stallman1995-02-031-1/+1
| | | | not ...-options.
* * man.el (Man-default-man-entry): Remove text properties from result.Francesco Potortì1995-02-031-9/+11
|
* (display_text_line): Deduct minibuf prompt from taboffset.Richard M. Stallman1995-02-031-0/+9
| | | | (try_window): Deduct minibuf prompt from tab_offset, after 1st line.
* (rmail-reply-regexp): New var.Karl Heuer1995-02-031-4/+11
| | | | (rmail-reply): Delete text matching rmail-reply-regexp.
* (completion-string): Add defvar.Richard M. Stallman1995-02-021-0/+2
|
* Don't use cl. Eliminate use of when, unless,Richard M. Stallman1995-02-021-353/+381
| | | | | | | | | | | | | | | | 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.
* (lpr-headers-switches): Default is nil.Richard M. Stallman1995-02-021-4/+9
|
* (fill-paragraph): Bind fill-paragraph-function to nil before calling it.Richard M. Stallman1995-02-021-1/+3
|
* (kbd_buffer_get_event, swallow_events): Remove selection_request eventRichard M. Stallman1995-02-021-2/+8
| | | | from input queue before processing it.
* (x_unqueue_events): Arg is now a Display *.Richard M. Stallman1995-02-021-8/+8
| | | | | (x_start_queuing_selection_requests): Likewise. (x_stop_queuing_selection_requests): Likewise.
* (wait_for_property_change): Avoid unlikely timing error.Richard M. Stallman1995-02-021-17/+22
| | | | | | | | (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.
* Create a .gdbinit that sources the real one, if using a differentDavid J. MacKenzie1995-02-021-0/+6
| | | | build directory.
* (fill-paragraph-function): New variable.Richard M. Stallman1995-02-021-13/+21
| | | | (fill-paragraph): Use it.
* (c-mode-map): No binding for c-fill-paragraphRichard M. Stallman1995-02-021-2/+4
| | | | | (c-fill-paragraph): Return t. (c-mode): Put c-fill-paragraph in fill-paragraph-function.
* (lisp-fill-paragraph): Return t.Richard M. Stallman1995-02-021-1/+2
|
* (shared-lisp-mode-map): Don't bind M-q.Richard M. Stallman1995-02-021-1/+2
| | | | (lisp-mode-variables): Put it in fill-paragraph-function locally.
* (Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1.Karl Heuer1995-02-011-0/+3
|
* (cmd_error): Clear prefix arg here.Karl Heuer1995-02-011-16/+28
| | | | | | | | | (command_loop_1): Not here. (command_loop_1): Save original perdisplay in case we're already locked to a particular display. Move display-specific cleanup to end of main loop. Use perdisplay to access prefix arg. (Fcommand_execute, Fexecute_extended_command): Use perdisplay.
* Add preliminary PowerPC eABI support.Michael Meissner1995-02-011-1/+1
|