summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (run-hook-with-args): Fix previous code.Karl Heuer1995-07-251-5/+1
|
* (tar-copy): Inhibit use of jka-compr handlerRichard M. Stallman1995-07-251-1/+12
| | | | when both to- and from- files would use it.
* Include buffer.h.Richard M. Stallman1995-07-251-118/+198
| | | | | | | | | | | | | | (x_activate_menubar): New function. (set_frame_menubar): New arg deep_p. Callers changed. Run various hooks here when deep_p is true. (frame_vector): Variable deleted. (syms_of_xmenu): Don't staticpro it. (frame_vector_add_frame): Function deleted. (menubar_id_to_frame): New function. (menubar_selection_callback): Use menubar_id_to_frame. (next_menubar_widget_id): New variable. (set_frame_menubar): Use next_menubar_widget_id. (free_frame_menubar): Get id from f->display.x->id.
* (enum event_kind): Added menu_bar_activate_event.Richard M. Stallman1995-07-251-1/+3
|
* (kbd_buffer_get_event) [USE_X_TOOLKIT]:Richard M. Stallman1995-07-251-0/+7
| | | | Handle menu_bar_activate_event by calling x_activate_menubar.
* (struct x_display): New fields saved_button_event, id.Richard M. Stallman1995-07-251-0/+9
|
* (next_noop_dpyinfo): New variable.Richard M. Stallman1995-07-251-18/+42
| | | | | | | | (XTread_socket): Use that to cycle through all displays for XNoOp. (XTread_socket) [USE_X_TOOLKIT]: For ButtonPress in menu bar, save the event--don't pass to Xt yet. Make a menu_bar_activate_event. (temp_index, temp_buffer): Now static.
* (x_menubar_window_to_frame): New function.Richard M. Stallman1995-07-251-0/+27
|
* (signal_before_change): Use Frun_hook_with_args.Karl Heuer1995-07-251-12/+11
| | | | (signal_after_change): Likewise.
* (Frun_hook_with_args): New C function, formerly in subr.el.Karl Heuer1995-07-251-0/+59
|
* (Frun_hook_with_args): Declare this function.Karl Heuer1995-07-251-0/+1
|
* (run-hook-with-args): Deleted; now in C code.Karl Heuer1995-07-251-29/+0
|
* (make-face-bold, make-face-italic, make-face-bold-italic)Richard M. Stallman1995-07-251-30/+23
| | | | | (make-face-unbold, make-face-unitalic): No error if font is already bold, italic, or whatever.
* (rmail-insert-inbox-text): Always use movemail when renaming a file.Richard M. Stallman1995-07-251-23/+21
|
* (Fprimitive_undo): Don't end inner loopRichard M. Stallman1995-07-251-1/+1
| | | | just because a previous-modtime doesn't match any more.
* (Fstart_process): Don't expand the file name before trying openp.Richard M. Stallman1995-07-251-2/+1
|
* Explain CTRL-META chars and how to use ESC for them.Richard M. Stallman1995-07-241-3/+13
|
* (Info-current-file): Doc fix.Richard M. Stallman1995-07-241-3/+4
| | | | (Info-find-node): Set Info-current-file to file name as specified.
* (tcl-word-no-props): New function.Tom Tromey1995-07-231-7/+17
| | | | | (tcl-figure-type): Use it. (tcl-current-word): Ditto.
* Doc fixes.Tom Tromey1995-07-231-4/+10
|
* (Fprevious_window, Fnext_window): When minibuf = nil,Richard M. Stallman1995-07-231-11/+25
| | | | accept only the minibuffer window that is currently active.
* (do_auto_save_unwind): Set auto_saving to 0.Richard M. Stallman1995-07-221-28/+53
| | | | | | | | | | | (Fdo_auto_save): Don't clear auto_saving here. Set it to 1 only when we make the unwind-protect. (Ffile_modes) [DOS_NT]: Use check_executable. (check_executable): DOS_NT code moved here from Ffile_modes. (check_writable): New code for MSDOS. (Fexpand_file_name): Initial ~ means name is absolute.
* (Fget_char_property): If OBJECT is non-current buffer,Richard M. Stallman1995-07-221-0/+5
| | | | use it properly for overlays_at.
* Add latest changes of old library and some more.Karl Heuer1995-07-221-178/+311
| | | | | | | | | | | | | | | | | | (apropos): Only show unbound symbols when do-all (apropos-documentation-check-elc-file): new copied function. (apropos-command): also use `apropos-do-all' when called as function. (apropos-print-doc): renamed from `apropos-print-documentation', i is numeric index, replaces parameter tem. (apropos-macrop): new function. (apropos-print): use it to differentiate macros. (apropos-symbol-face, apropos-keybinding-face, apropos-label-face) (apropos-property-face, apropos-match-face): new variables replace and extend the effect of `apropos-use-faces'. (apropos-safe-documentation): renames `safe-documentation', also returns a cons. (apropos-regexp, apropos-files-scanned, apropos-accumulator) (apropos-item): new variables to prevent compiler warnings. (apropos-value-internal, apropos-documentation-internal): new fns.
* (read_list): When a file loaded from site-init.el uses #$,Richard M. Stallman1995-07-211-9/+28
| | | | turn it into a relative file name starting with ../lisp.
* (byte-optimize-lapcode): Fix format calls.Richard M. Stallman1995-07-211-2/+2
|
* (AIX4): New definition.Richard M. Stallman1995-07-211-0/+2
|
* (LD_SWITCH_MACHINE) [AIX4]: New alternate definition.Richard M. Stallman1995-07-211-0/+4
|
* (imenu-choose-buffer-index): Avoid trying to select WINDOW if it is nil.Richard M. Stallman1995-07-211-1/+1
|
* (set_frame_menubar): If the Lisp-level menu bar menusRichard M. Stallman1995-07-211-5/+29
| | | | are unchanged, don't recompute the widgets.
* (menu-bar-buffer-menu): Function deleted.Richard M. Stallman1995-07-211-3/+6
| | | | | (global-map): Define [menu-bar buffer] as a keymap with no fcn name. (menu-bar-update-buffers): After defining it, call it.
* (echo_area_window): Declared.Richard M. Stallman1995-07-211-0/+5
|
* (read_minibuf): Call choose_minibuffer_frame.Richard M. Stallman1995-07-211-5/+9
| | | | | First save the previous minibuf_window. (read_minibuf_unwind): Restore old minibuf_window.
* (do_switch_frame): Don't call choose_minibuffer_frame.Richard M. Stallman1995-07-211-6/+5
| | | | (choose_minibuf_frame): Choose frame regardless of minibuffer level.
* (echo_area_display): Use selected frame's minibuf windowRichard M. Stallman1995-07-211-43/+55
| | | | | | | | | | | but don't set the minibuf_window (don't call choose_minibuffer_frame). (message2_nolog, message): Likewise. (echo_area_window): New variable. (echo_area_display): Set echo_area_window. (redisplay_window): Distinguish minibuf_window and echo_area_window. (redisplay): Skip shortcuts if buffer's clip_changed is set. (redisplay_window): If buffer's clip_changed is set, update mode line.
* (command_loop_1): Clear echo area after 2 secRichard M. Stallman1995-07-211-1/+2
| | | | only if the minibuffer is in the same place as the echo area.
* (update_frame): Check that the echo area is in the frame being displayed.Richard M. Stallman1995-07-211-7/+10
|
* (font-lock-make-faces): Redo logic for whetherRichard M. Stallman1995-07-211-6/+6
| | | | to call font-lock-make-face for a given face.
* (syms_of_xmenu): Set up Qdebug_on_next_call.Richard M. Stallman1995-07-211-0/+8
| | | | (set_frame_menubar): Bind it to nil.
* (indent-new-comment-line): fill-prefix overrides comment indentation.Richard M. Stallman1995-07-211-52/+56
|
* (Fformat): Doc fix.Richard M. Stallman1995-07-201-1/+5
|
* (Fsubst_char_in_region): Bind buffer-file-name to nil if NOUNDO is true.Richard M. Stallman1995-07-201-1/+13
|
* (prepare_to_modify_buffer): Don't lock the fileRichard M. Stallman1995-07-201-0/+2
| | | | if current_buffer->filename is nil.
* Update disk requirements.Karl Heuer1995-07-201-15/+19
| | | | | Document `make clean'. Update directory descriptions.
* (local-variables-section): Delete autoload cookie.Richard M. Stallman1995-07-201-68/+66
| | | | | | | (skeleton-pair-insert-maybe): Renamed from pair-insert-maybe. (skeleton-pair, skeleton-pair-filter, skeleton-pair-alist) (skeleton-pair-on-word): Renamed from pair-... (mirror-mode): Commented out.
* (Fsafe_length): Use conservative upper bound.Karl Heuer1995-07-201-4/+1
|
* Comment change.Karl Heuer1995-07-201-1/+1
|
* [USE_MOTIF]: Don't include X11/Xaw/Paned.h, X11/Xaw/Label.h.Richard M. Stallman1995-07-201-0/+2
|
* (init_callproc): Set Vdoc_directory based onRichard M. Stallman1995-07-201-10/+9
| | | | | Vinstallation_directory when that's non-nil, regardless of whether we had to set Vexec_directory.
* (init_environment): Move alloca call out of function arg.Richard M. Stallman1995-07-201-1/+2
|