1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 16:30:46 -08:00
Commit graph

8356 commits

Author SHA1 Message Date
Paul Eggert
a03140c851 (vc-name): Moved from vc.el; vc-rcs-status now uses it.
(vc-name, vc-backend-deduce): Set both vc-name and vc-backend
properties, to avoid calling vc-registered unnecessarily when
the other property is needed.
(vc-rcs-status): Yield only status of locks; do not try to yield " REV"
if there are no locks, since this cannot be done easily if there are
branches.  Use vc-name instead of duplicating its function incorrectly.
Fix off-by-one bug when inserting master header pieces.  Read headers
8192 bytes at a time instead of 100.  Don't bother to expand-file-name.
(vc-rcs-glean-field): Removed.
1993-07-05 03:20:12 +00:00
Paul Eggert
2bd5041b8e (vc-name): Move to vc-hooks.el. 1993-07-05 03:20:12 +00:00
Richard M. Stallman
ee1a4f843b (outline-mode-map): Add menu bar items.
(outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
1993-07-04 21:44:25 +00:00
Richard M. Stallman
fca4b77513 (describe-key-briefly): Don't set `foo'. 1993-07-04 21:30:15 +00:00
Jim Blandy
41752cf1c4 * comint.el (comint-prompt-regexp): Double the backslashes in the
sample prompt regexps, so that they print properly when unquoted.
1993-07-04 21:02:21 +00:00
Jim Blandy
54a60e143a Doc fix. 1993-07-04 20:03:20 +00:00
Jim Blandy
8b7c3e3a5a * s/sunos4-1.h (LIBS_SYSTEM): Don't link against -lresolv; that's
only needed for some broken systems.
1993-07-04 20:01:21 +00:00
Richard M. Stallman
c7cba9cb35 (describe-prefix-bindings): Doc fix. 1993-07-04 18:55:54 +00:00
Paul Eggert
d64ca902f7 (vc-backend-diff): Undo "-q" change. This was fixed instead by adding
-q support to vcdiff.
1993-07-04 18:54:59 +00:00
Richard M. Stallman
61c6b658a9 (describe-prefix-bindings): New command.
(prefix-help-command): Set it.
1993-07-04 18:53:24 +00:00
Richard M. Stallman
e9b2008b9b (forms-new-record-filter): Correct default value.
(forms-modified-record-filter): Correct default value.
1993-07-04 17:56:40 +00:00
Richard M. Stallman
a836eeaf02 Added a keyword. 1993-07-04 17:56:02 +00:00
Jim Blandy
e4c37df716 *** empty log message *** 1993-07-04 17:52:52 +00:00
Jim Blandy
5e2325c935 *** empty log message *** 1993-07-04 17:41:56 +00:00
Richard M. Stallman
9f315aebf6 (Vmark_even_if_inactive): New var, with Lisp variable.
(check_mark): Use it.
1993-07-04 04:55:03 +00:00
Richard M. Stallman
b45d89b0ef (vc-mode-line): Put RCS' or SCCS' before version num. 1993-07-04 04:53:58 +00:00
Richard M. Stallman
d3e6f8be7b (Fsignal): Clarify error message. 1993-07-04 04:51:13 +00:00
Richard M. Stallman
7e85b93579 (read_char): After Fgarbage_collect, call redisplay.
(read_key_sequence): When inserting `menu-bar' prefix,
modify the position field to prevent doing so twice.
Do all these forms of event expansion after replayed events also.
Set last_real_key_start before each key.
Use last_real_key_start in criterion for being the first event.

(syms_of_keyboard): Doc fix.
(Vhelp_char): Renamed from help_char.
(Vprefix_help_command): New Lisp variable.
(read_key_sequence): Use that, for help char after prefix key.

(kbd_buffer_get_event): Clear f before calling mouse_position_hook.
1993-07-04 02:21:02 +00:00
Jim Blandy
58bf604216 * frame.el (frame-remove-geometry-params): New function.
(frame-initialize): Call it, instead of writing it out.
1993-07-04 02:20:59 +00:00
Jim Blandy
1314409546 * frame.c (Fredirect_frame_focus): Allow redirection of focus of
dead frames.
1993-07-04 01:53:24 +00:00
Jim Blandy
eacaa9905a * faces.el (make-face-bold, make-face-italic,
make-face-bold-italic, make-face-unbold, make-face-unitalic):
	Properly pass noerror argument to recursive calls.
1993-07-04 01:46:30 +00:00
Jim Blandy
939acc46c7 * s/sunos4-1.h (LIBS_SYSTEM): Make this be -lresolv, so we get the
versions of gethostbyname and such that use the DNS.
1993-07-03 21:11:51 +00:00
Richard M. Stallman
12bcd3b6da (kill-region): Cope with change hooks that change props. 1993-07-03 19:12:35 +00:00
Jim Blandy
88046be2ad * term/x-win.el: Check the reverseVideo/ReverseVideo resource,
correctly distinguish between "on" and "off" values, and put a
	parameter in default-frame-alist.
	* frame.el (frame-initialize): Don't call x-get-resource here.
1993-07-03 10:17:56 +00:00
Roland McGrath
d4f70b769d (update-file-autoloads): Do nothing when there are no cookies. 1993-07-03 07:22:04 +00:00
Jim Blandy
164aeafee8 * s/hpux8.h (random, srandom): No need to define these to be
foo_random and foo_srandom; autoconf should autodetect when the
	real random functions are available.
1993-07-03 07:19:24 +00:00
Roland McGrath
d093c3ac08 (Frename_file): After prompting for ok-if-already-exists, pass only nil or
t to copy-file, never an integer.
1993-07-03 06:58:05 +00:00
Richard M. Stallman
f66ef18523 (Faccessible_keymaps): Doc fix. 1993-07-03 03:58:10 +00:00
Jim Blandy
b846d0394a * mouse.el (mouse-drag-region): Correctly handle drags which enter
other frames.
1993-07-02 23:05:25 +00:00
Jim Blandy
d7b4e137ca * textprop.c (set_properties): Add undo records to remove entirely
new properties.  Only record old property values for those
	properties whose values have changed.

	* textprop.c (set_properties): Don't try to make undo records if
	OBJECT is a string.
1993-07-02 22:50:40 +00:00
Richard M. Stallman
282aa6a2d2 (vc-path): New variable.
(vc-do-command): Use vc-path.
1993-07-02 21:46:42 +00:00
Richard M. Stallman
b289b04e20 (menu-bar-edit-menu): Rename menu item to
Choose Next Paste.  Create this item along with all the others.
1993-07-02 21:37:09 +00:00
Richard M. Stallman
285eb5ef12 (isearch-other-meta-char): Handle sequences
containing mouse clicks in scroll-bar that used another buffer's map.
1993-07-02 21:34:15 +00:00
Jim Blandy
21526a531d * vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
rcsdiff.
1993-07-02 20:07:55 +00:00
Roland McGrath
e2bfb60a53 Put mouse-menu-choose-yank binding after paste=>yank binding in menu. 1993-07-02 18:31:59 +00:00
Richard M. Stallman
b4ff4a23cb (byte-compile-keep-pending): Handle fset like defalias.
(byte-compile-file-form-defmumble): Fix backward if in prev change.
1993-07-02 17:46:43 +00:00
Richard M. Stallman
de6fd4b97c (wait_reading_process_input): Do include the keyboard
in the select, if read_kbd was a cons cell.
1993-07-02 05:43:43 +00:00
Richard M. Stallman
53c8f9fa14 (describe_map_tree): Insert key_heading here.
New arg TITLE.
(describe_buffer_bindings): Corresponding changes.

(shadow_lookup): New function.
(describe_map_2): Call it.  SHADOW is now a list of maps.
(describe_vector): Likewise.
(describe_map): SHADOW is now a list of maps.
(describe_map_tree): Likewise.
(describe_buffer_bindings): Build suitable list to pass as SHADOW.
(Faccessible_keymaps): New arg PREFIX.  Callers changed.
(describe_map_tree): New arg PREFIX.
(Fdescribe_bindings): New arg PREFIX.
Pass to describe_buffer_bindings along with buffer.
(describe_buffer_bindings): Extract PREFIX and pass along.
1993-07-02 05:21:05 +00:00
Jim Blandy
6cc35d868b * xterm.c (XTread_socket): When handing non-synthetic
ConfigureNotify events, don't refer to the parent window
	descriptor.
1993-07-02 04:00:38 +00:00
Jim Blandy
0d370700b2 * dired-aux.el (dired-diff): Work even when the mark is inactive. 1993-07-02 00:15:07 +00:00
Richard M. Stallman
e11094e681 (mail-send): Don't test buffer-modified-p if buffer is visiting a file. 1993-07-01 23:35:51 +00:00
Richard M. Stallman
f4e90b7615 (byte-compile-file-form-defmumble):
If byte-compile-compatibility, use fset, not defalias.
1993-07-01 22:13:28 +00:00
Jim Blandy
a3d1480b7d * simple.el: Add bindings to function-key-map so that the keypad
keys act like ordinary self-insertion keys, unless explicitly bound.
1993-07-01 20:34:13 +00:00
Richard M. Stallman
e6f0e76cd0 (set-visited-file-name): Rename auto-save file only if it exists. 1993-07-01 20:33:56 +00:00
Richard M. Stallman
94142e7881 (build-mail-abbrevs): Do substitute-in-file-name on the abbrev, for `source'. 1993-07-01 20:25:42 +00:00
Richard M. Stallman
c77a81cf65 (set-visited-file-name): Rename the old auto save file. 1993-07-01 18:39:58 +00:00
Jim Blandy
b3e1e05cfe * xterm.c (frame_highlight, frame_unhighlight): Don't test
Vx_no_window_manager.  BLOCK_INPUT around the border manipulation
	calls.
1993-07-01 04:04:32 +00:00
Roland McGrath
dfabc98f78 (mouse-menu-choose-yank): Just return when x-popup-menu returns nil.
Add menu-enable property to this function.
1993-07-01 03:31:58 +00:00
Richard M. Stallman
ac2a7a9197 Add e-mail address and version info.
Adjust commentary and doc strings.
(forms-mode): Add ###autoload.
(forms-find-file): Add ###autoload.
(forms-find-file-other-window):	Add ###autoload.
1993-06-30 22:37:30 +00:00
Richard M. Stallman
51501e543e (compile-abbreviate-directory): New function.
(compilation-parse-errors): Use that, to visit files with a dirname
more like the one the user specified.
1993-06-30 22:03:15 +00:00