1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Commit graph

3921 commits

Author SHA1 Message Date
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
Paul Eggert
4b40fdea8f (vc-update-change-log): Ensure that file names inserted into a ChangeLog
are relative to that ChangeLog.
1993-06-30 21:35:59 +00:00
Jim Blandy
66f55a9d0c * xterm.c (XTread_socket): Initialize event_found to zero, and
pass a zeroed timeout to select, not a null pointer; the latter
	means "wait forever".
1993-06-30 21:35:22 +00:00
Jim Blandy
82d04750c7 * xdisp.c (redisplay): If we're not already showing the region,
then don't disable the single-line optimizations just because the
	mark isn't where we last displayed it.
1993-06-30 21:30:25 +00:00
Richard M. Stallman
0bf0c097bd (mark-even-if-inactive): New variable.
(mark): Test it.
1993-06-30 20:58:28 +00:00
Richard M. Stallman
46b3623d72 (check_memory_limits): Use unsigned long to hold memory size values. 1993-06-30 20:18:30 +00:00
Roland McGrath
c2efa56649 Recognize `gnu' as a valid operating system. Sheesh. 1993-06-30 19:19:42 +00:00
Paul Eggert
1294647644 Add -q option. 1993-06-30 18:54:08 +00:00
Richard M. Stallman
88a64fef30 (PRIO_PROCESS): Definition deleted. 1993-06-30 17:51:16 +00:00
Richard M. Stallman
388348ae1f Doc fixes. 1993-06-30 16:44:35 +00:00
Jim Blandy
f6376199d5 * gud.el: Add history lists to the debugging commands, so we don't
have to retype the filename every invocation.
	(gud-gdb-history, gud-sdb-history, gud-dbx-history,
	gud-xdb-history): New variables.
	(gdb, sdb, dbx, xdb): Use them when reading the argument string.
1993-06-30 06:27:30 +00:00
Jim Blandy
764cb3f9d2 * keyboard.c (kbd_buffer_get_event): Correctly generate
switch-frame events when reading mouse motion events.
1993-06-30 04:56:29 +00:00
Jim Blandy
600c6e3ad0 * mouse.el (mouse-drag-region-1): Commented out.
(mouse-drag-region): Commented out, and replaced with new version,
	which highlights the region as we drag.
	(mouse-scroll-delay, mouse-drag-overlay): New variables.
	(mouse-scroll-subr): New function.
1993-06-30 04:47:37 +00:00
Richard M. Stallman
113d28a8a0 (define-key-after): Delete duplicate bindings that come
after the new one.  Do insert when we reach the end, if haven't before.
1993-06-30 04:36:37 +00:00
Jim Blandy
31beb30ec1 Fix typo in last change. 1993-06-30 04:14:08 +00:00
Jim Blandy
66a5c2c6e4 * faces.el (global-face-data): Doc fix. 1993-06-29 23:33:00 +00:00
Jim Blandy
c34efc6cd8 * xterm.c: Add CPP tangle from process.c to get definitions for
FD_SET, etcetera.
	(XTread_socket): Use those macros when testing for dropped connection.
1993-06-29 23:07:22 +00:00
Jim Blandy
ddf768c3cf * xfns.c (Fx_create_frame): Check for internalBorder resource, as
well as internalBorderWidth.
1993-06-29 23:04:11 +00:00
Jim Blandy
b7e264f680 * gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which
matches .newsrc lines not to match more than one line.
1993-06-29 23:03:21 +00:00
Jim Blandy
918f9ad18d * etags.c: #include "config.h" and the alloca CPP tangle before
#including the system headers and getopt.h.  AIX requires the
	#pragma to come before any actual C code.
1993-06-29 22:58:40 +00:00
Jim Blandy
26c1639eb6 * keyboard.c (read_char): Don't do idle autosaves if we're not
interactive.
1993-06-29 22:46:26 +00:00
Jim Blandy
3a3236d27c *** empty log message *** 1993-06-29 21:27:42 +00:00
Richard M. Stallman
5d7aa25b52 (mark_object): Add aborts in Lisp_Symbol case. 1993-06-29 21:08:31 +00:00
Jim Blandy
d1475aa1ba *** empty log message *** 1993-06-29 18:21:12 +00:00
Richard M. Stallman
a12ff9f32b (insert-directory): Doc fix.
(ls-lisp-format): Provide user name when known.
On ms-dos, provide a name for the group, to be prettier.
1993-06-29 17:08:09 +00:00
Richard M. Stallman
7324d660df (wait_reading_process_input): Use SIGIO only if defined. 1993-06-29 16:53:32 +00:00
Richard M. Stallman
74da87491a Recognize -sysv* after -sysvr4. 1993-06-29 15:31:19 +00:00
Jim Blandy
e788f29183 *** empty log message *** 1993-06-29 04:03:22 +00:00
Jim Blandy
5e28918bbb Initial revision 1993-06-28 23:41:38 +00:00
Richard M. Stallman
f4b9e76b49 (face-initialize): Create `underline' face.
(x-initialize-frame-faces): Set up `underline' face.

(x-initialize-frame-faces): Check x-display-color-p
and x-display-planes to decide whether to try using colors or gray.
1993-06-28 20:38:49 +00:00
Jim Blandy
8220dfd066 Doc fix. 1993-06-28 19:56:00 +00:00
Richard M. Stallman
c3343fcf79 (Man-auto-section-alist): Default value nil.
(Man-getpage-in-background): Call Man-default-man-args.
(Man-filter-list): Don't discard overstrike here.
(Man-set-fonts): New function.
(Man-bgproc-sentinel): Call Man-set-fonts.
(Man-version-number): Var deleted.
(Man-version): Command and binding deleted.
(Man-mode): Use Manual, not Man, as official mode name.
1993-06-28 19:53:30 +00:00
Richard M. Stallman
99a225a911 (describe_map_2): Cleanups.
Check there's no previous definition in same keymap.
1993-06-28 19:20:28 +00:00
Richard M. Stallman
1bd4e7608f Doc fixes. 1993-06-28 05:18:27 +00:00
Richard M. Stallman
3c8aaef219 (c-forward-conditional): New function.
(c-up-conditional): Use c-forward-conditional.
(c-backward-conditional): New function.
(c-mode-map): Make bindings for them.
1993-06-28 04:48:51 +00:00
Richard M. Stallman
41dfb835db (vc-update-change-log): Restore previous default-directory
for running rcs2log.
1993-06-28 00:56:54 +00:00