aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* (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
|
* mail-mailer-swallows-blank-line: Handle full range of legal header names asNoah Friedman1995-02-011-2/+6
| | | | specified by RFC822.
* * etags.c (pfnote): Initialise been_warned in the node.Francesco Potortì1995-02-011-16/+5
| | | | (C_entries): Removed a speed hack for the sake of clarity.
* (describe-variable): If var is local, mention default.Richard M. Stallman1995-02-011-3/+9
|
* (rmail-retry-failure): Handle "Mime-encapsulated messages".Richard M. Stallman1995-02-011-20/+36
| | | | Discard return-path and from headers as well as sender.
* (Fcall_interactively): Use perdisplay.Karl Heuer1995-02-011-6/+6
| | | | | (Vprefix_arg, Vcurrent_prefix_arg): Delete vars; now in perdisplay. (syms_of_callint): Use DEFVAR_DISPLAY for prefix-arg and current-prefix-arg.
* (read_minibuf, read_minibuf_unwind): Use perdisplay.Karl Heuer1995-02-011-3/+3
|
* (Fml_provide_prefix_argument, Fml_prefix_argument_loop): Use perdisplay.Karl Heuer1995-02-011-4/+8
|
* (current_perdisplay): New var.Karl Heuer1995-02-011-5/+10
| | | | | (DEFVAR_DISPLAY): Add missing ampersand. (Vprefix_arg, Vcurrent_prefix_arg): Delete; now in perdisplay.
* [!MULTI_PERDISPLAY] (defvar_display): Use staticpro.Karl Heuer1995-01-311-0/+3
|
* Fix previous change.Richard M. Stallman1995-01-311-6/+9
|
* (main) [REL_ALLOC]: Set __malloc_extra_blocks.Richard M. Stallman1995-01-311-0/+6
|
* Comment changes.Richard M. Stallman1995-01-311-5/+5
|
* Initial revisionRichard M. Stallman1995-01-311-0/+1562
|
* (syms_of_buffer): overwrite-mode doc fix.Richard M. Stallman1995-01-311-1/+3
|
* [MULTI_PERDISPLAY] (get_perdisplay): Define this as a macro, for sources thatKarl Heuer1995-01-311-0/+10
| | | | | include this header. [MULTI_PERDISPLAY] (get_perdisplay_macro): Internal macro version.
* [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function.Karl Heuer1995-01-311-0/+13
|
* [MULTI_PERDISPLAY]: Declare get_perdisplay as a function.Karl Heuer1995-01-311-0/+4
|
* (DEFVAR_DISPLAY): New macro.Karl Heuer1995-01-311-0/+4
|
* (defvar_display): New function.Karl Heuer1995-01-311-1/+17
|
* (do_symval_forwarding): Handle display-local vars.Karl Heuer1995-01-311-13/+29
| | | | | | (store_symval_forwarding, find_symbol_value): Likewise. (Fmake_variable_buffer_local): Disallow display-local vars here. (Fmake_local_variable): Likewise.
* (specbind): Handle display-local vars.Karl Heuer1995-01-311-2/+1
| | | | Move decl of store_symval_forwarding to lisp.h.
* Declare store_symval_forwarding here.Karl Heuer1995-01-311-0/+1
|
* (syms_of_keyboard): Fix missing backslashes.Karl Heuer1995-01-311-2/+2
|