1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00
Commit Graph

12649 Commits

Author SHA1 Message Date
Michael Kifer
27571f905d (vip-info-file-name): variable removed.
(vip-envelop-ESC-key,vip-start-replace,vip-finish-R-mode,vip-start-R-mode,
vip-insert-state-pre-command-sentinel,vip-R-state-post-command-sentinel,
vip-replace-char): functions modified.
1995-07-27 19:37:42 +00:00
Karl Heuer
c8787b81ef (x-font-regexp): Add \\(\\) for substring extraction. 1995-07-27 19:10:36 +00:00
Richard M. Stallman
69b354ebc8 (pascal-mode): Added imenu support.
(pascal-imenu-generic-expression): New variable.
1995-07-27 18:50:02 +00:00
Richard M. Stallman
68621a8f13 (texinfo-environment-regexp): Allow whitespace at BOL. 1995-07-27 07:40:22 +00:00
Richard M. Stallman
8429908361 (tpu-backward-line): Only move to BOL if not already there. 1995-07-27 07:37:53 +00:00
Richard M. Stallman
1a4cec8510 (tpu-version): New version.
(tpu-help-keypad-map): New help text.
(tpu-backward-line): Only move to BOL if not already there.
1995-07-27 07:37:12 +00:00
Richard M. Stallman
b019da5306 Comment changes. 1995-07-27 07:35:25 +00:00
Richard M. Stallman
4c2eb2429b (update_menu_bar): Pass new arg to set_frame_menubar.
(syms_of_xdisp): Doc fix.
1995-07-26 22:50:32 +00:00
Richard M. Stallman
3704e77e4a (indent-region-function): Doc fix. 1995-07-26 22:23:11 +00:00
Richard M. Stallman
3bdffa9edb (shared-lisp-mode-map): Don't bind TAB, just set indent-line-function. 1995-07-26 22:21:02 +00:00
Richard M. Stallman
3a7b95fb58 (prefix-args): Pass ALL_LDFLAGS. 1995-07-26 21:48:05 +00:00
David J. MacKenzie
5c4a14df47 Account for termcap file renaming. 1995-07-26 21:04:51 +00:00
David J. MacKenzie
aa63d44050 TERMCAP_NAME -> TERMCAP_FILE. 1995-07-26 19:46:59 +00:00
David J. MacKenzie
9e3295f914 (tparam): Remove arg array and the #ifdef. 1995-07-26 18:20:46 +00:00
Richard M. Stallman
f42484a2cd (perl-imenu-generic-expression) New variable.
(perl-mode): Set imenu-generic-expression.
1995-07-26 18:01:10 +00:00
Richard M. Stallman
a3431be8a6 multiple-frames is not terminal-local.
Add frame argument to x-color-define-p and x-color-values.
1995-07-26 18:00:24 +00:00
David J. MacKenzie
aa42ddbe49 Move #define of bcopy to after #include <string.h>. 1995-07-26 17:54:50 +00:00
Richard M. Stallman
f4b728482e Delete duplicate definitions for format-find-file and format-insert-file. 1995-07-26 06:28:15 +00:00
Richard M. Stallman
864bd34b67 Use defopt for same-window-buffer-names and same-window-regexps. 1995-07-26 00:13:01 +00:00
Karl Heuer
54e9e9537a Do renamings:
frame->display => frame->output, struct x_display -> struct x_output.
1995-07-26 00:04:12 +00:00
Richard M. Stallman
9c25094f32 (LIBS_SYSTEM): Defined. 1995-07-25 23:20:36 +00:00
Richard M. Stallman
d492fe7016 (LIBS_MACHINE): Delete -lsun. 1995-07-25 23:18:12 +00:00
Karl Heuer
021ca12920 (x-font-regexp-weight-subnum, x-font-regexp-slant-subnum)
(x-font-regexp-swidth-subnum, x-font-regexp-adstyle-subnum): Defconst.
1995-07-25 22:06:08 +00:00
Richard M. Stallman
7556890b58 Renamings: frame->display => frame->output, struct x_display -> sruct x_output. 1995-07-25 21:55:50 +00:00
Richard M. Stallman
f39d16924d (struct x_output): Renamed from struct x_display. 1995-07-25 21:20:18 +00:00
Richard M. Stallman
785ee691c3 (struct frame): Rename display' member to output_data'.
Use new data type name for output_data.x.
1995-07-25 21:14:46 +00:00
Richard M. Stallman
6c1bf12bb7 (imenu--history-list): Don't make this buffer-local.
(imenu): Call imenu-choose-buffer-index from interactive spec.

(imenu-generic-expression): Call make-variable-buffer-local.
(imenu-create-index-pattern): Variable deleted.

Many doc fixes.
1995-07-25 21:13:10 +00:00
Karl Heuer
aa681b5110 (run-hook-with-args): Fix previous code. 1995-07-25 20:27:48 +00:00
Richard M. Stallman
d4ec020080 (tar-copy): Inhibit use of jka-compr handler
when both to- and from- files would use it.
1995-07-25 20:27:07 +00:00
Richard M. Stallman
88766961a3 Include buffer.h.
(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.
1995-07-25 20:26:10 +00:00
Richard M. Stallman
c8b5ebed34 (enum event_kind): Added menu_bar_activate_event. 1995-07-25 20:24:46 +00:00
Richard M. Stallman
099787c1f1 (kbd_buffer_get_event) [USE_X_TOOLKIT]:
Handle menu_bar_activate_event by calling x_activate_menubar.
1995-07-25 20:23:50 +00:00
Richard M. Stallman
51057b1fa4 (struct x_display): New fields saved_button_event, id. 1995-07-25 20:21:15 +00:00
Richard M. Stallman
2224b90547 (next_noop_dpyinfo): New variable.
(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.
1995-07-25 20:13:23 +00:00
Richard M. Stallman
fd3a302261 (x_menubar_window_to_frame): New function. 1995-07-25 20:10:03 +00:00
Karl Heuer
8449a569e1 (signal_before_change): Use Frun_hook_with_args.
(signal_after_change): Likewise.
1995-07-25 19:57:02 +00:00
Karl Heuer
b0b667cb90 (Frun_hook_with_args): New C function, formerly in subr.el. 1995-07-25 19:36:42 +00:00
Karl Heuer
7baf1f090b (Frun_hook_with_args): Declare this function. 1995-07-25 19:36:20 +00:00
Karl Heuer
a732d12971 (run-hook-with-args): Deleted; now in C code. 1995-07-25 19:35:38 +00:00
Richard M. Stallman
488bedffb5 (make-face-bold, make-face-italic, make-face-bold-italic)
(make-face-unbold, make-face-unitalic):
No error if font is already bold, italic, or whatever.
1995-07-25 04:50:43 +00:00
Richard M. Stallman
ec3bba39c6 (rmail-insert-inbox-text): Always use movemail when renaming a file. 1995-07-25 04:43:05 +00:00
Richard M. Stallman
103dcb3822 (Fprimitive_undo): Don't end inner loop
just because a previous-modtime doesn't match any more.
1995-07-25 02:18:58 +00:00
Richard M. Stallman
f8a8749802 (Fstart_process): Don't expand the file name before trying openp. 1995-07-25 01:42:05 +00:00
Richard M. Stallman
8a4aff68a1 Explain CTRL-META chars and how to use ESC for them. 1995-07-24 05:21:31 +00:00
Richard M. Stallman
d6be34f360 (Info-current-file): Doc fix.
(Info-find-node): Set Info-current-file to file name as specified.
1995-07-24 01:26:23 +00:00
Tom Tromey
6654e1b15e (tcl-word-no-props): New function.
(tcl-figure-type): Use it.
(tcl-current-word): Ditto.
1995-07-23 23:51:25 +00:00
Tom Tromey
a37875b4b5 Doc fixes. 1995-07-23 20:26:47 +00:00
Richard M. Stallman
fbdc1545c3 (Fprevious_window, Fnext_window): When minibuf = nil,
accept only the minibuffer window that is currently active.
1995-07-23 07:11:26 +00:00
Richard M. Stallman
3be3c08ef8 (do_auto_save_unwind): Set auto_saving to 0.
(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.
1995-07-22 16:13:31 +00:00
Richard M. Stallman
cbc55f5569 (Fget_char_property): If OBJECT is non-current buffer,
use it properly for overlays_at.
1995-07-22 16:11:48 +00:00