1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 17:30:54 -08:00
Commit graph

2842 commits

Author SHA1 Message Date
Jim Blandy
a785758151 * xfaces.c (free_frame_faces): Don't free the resources from the
first two faces.
1993-05-18 22:46:17 +00:00
Jim Blandy
3505ea7012 * xdisp.c (redisplay_window): Make the scrollbar reflect the
extent of the visible region, not the whole buffer.
1993-05-18 22:45:53 +00:00
Jim Blandy
1334b321d6 * sysdep.c (reset_sys_modes): Test the return value of
EMACS_SET_TTY properly.
	* systty.h (EMACS_GET_TTY, EMACS_SET_TTY): Document the return
	values.
1993-05-18 22:45:29 +00:00
Jim Blandy
339747e438 * lisp.h (malloc, realloc): Declare these to return void *, to
avoid conflicts with ANSI header files.
1993-05-18 22:44:27 +00:00
Jim Blandy
d685741312 * config.h.in (STDC_HEADERS, TIME_WITH_SYS_TIME,
CRAY_STACKSEG_END, STACK_DIRECTION): Add #undef clauses for these,
	since otherwise the autoconf tests in configure.in won't do us
	much good.
1993-05-18 22:44:08 +00:00
Jim Blandy
d202f1f230 * frame.el (frame-notice-user-settings): Don't make
frame-initial-frame unbound; just set it to nil.
	* startup.el (command-line-1): Call frame-notice-user-settings
	before displaying the startup message.
1993-05-18 22:40:43 +00:00
Jim Blandy
4e1b1e7288 * startup.el (normal-top-level, command-line, command-line-1):
Don't call the frame and face initialization functions unless
	they're bound.

	* frame.el (frame-notice-user-settings): Don't make
	frame-initial-frame unbound; just set it to nil.
	* startup.el (command-line-1): Call frame-notice-user-settings
	before displaying the startup message.
1993-05-18 22:39:51 +00:00
Jim Blandy
db9e92962d * keyboard.c (read_key_sequence): Don't lay down an unwind_protect
to restore the original buffer until we actually get a mouse click.
1993-05-18 22:30:21 +00:00
Jim Blandy
5a1c6df8cd * xterm.c (XTread_socket): Turn off ControlMask for XLookupString.
* keyboard.c (make_lispy_event): Controlify here.
1993-05-18 22:24:14 +00:00
Jim Blandy
1b7899a524 * server.el (server-switch-hook): New hook.
(server-process-filter): Call it.
1993-05-18 22:15:14 +00:00
Jim Blandy
1f18c48f3a * window.c (window-dedicated-p): Doc fix. 1993-05-18 22:07:14 +00:00
Jim Blandy
6f680efba5 * bibtex.el (bibtex-string): Use \" instead of "" to get a double
quote inside a string.
	* vms-patch.el (print-region-function): Same.
1993-05-18 21:33:52 +00:00
Richard M. Stallman
b0874bbd13 Describe scroll bars. 1993-05-18 21:04:11 +00:00
Jim Blandy
ee5fb85ff1 * subr.el (overlay-start, overlay-end, overlay-buffer): Removed. 1993-05-18 20:36:11 +00:00
Jim Blandy
51facdef2e * Makefile.in (.c.o): Make the rule start with a tab, not spaces. 1993-05-18 20:35:35 +00:00
Jim Blandy
d1e8f154fb * PROBLEMS: Some updates from David J. Mackenzie. 1993-05-18 20:33:05 +00:00
Jim Blandy
8b8d8332a0 * Makefile.in (oldXMenu/Makefile): Take oldXMenu/Makefile.in as
the source for the sed command, not oldXMenu/Makefile.
1993-05-18 20:32:36 +00:00
Richard M. Stallman
3c280f4819 (mail-yank-original): In Transient Mark mode,
don't get error and don't activate the mark.
1993-05-18 19:21:13 +00:00
Richard M. Stallman
fcf8ba1584 (isearch-mode-map): Extend the dense keymap to 256 chars. 1993-05-18 15:46:30 +00:00
Richard M. Stallman
096855a66a (struct window): New slot region_showing. 1993-05-18 04:49:52 +00:00
Richard M. Stallman
189db15290 (byte-compile-file): Don't write output if error. 1993-05-18 03:32:00 +00:00
Richard M. Stallman
31c0dbab92 entered into RCS 1993-05-18 03:19:14 +00:00
Richard M. Stallman
c76f206519 (byte-compile-file): Don't write output if error. 1993-05-18 02:30:21 +00:00
Richard M. Stallman
874bdb5a86 (mail-setup): Leave point before signature, not after. 1993-05-17 23:18:47 +00:00
Richard M. Stallman
1254728338 (rmail-sortable-date-string): Handle date in format
produced by current-time-string.
1993-05-17 22:18:34 +00:00
Richard M. Stallman
66050f1032 (keyboard-quit): Run deactivate-mark-hook.
(kill-ring-save): If quit happens while cursor is bounced,
1993-05-17 21:52:21 +00:00
Richard M. Stallman
7492a21ec2 (isearch-mode): Set deactivate-mark. 1993-05-17 18:22:37 +00:00
Richard M. Stallman
bd66d1baeb (mark_window_display_accurate): Set region_showing fields.
(redisplay_window): Update region_showing field.
(display_text_line): Set region_showing to t if will show one.

(mark_window_display_accurate): Set region_showing fields.
(redisplay_window): Update region_showing field.
(display_text_line): Set region_showing to t if will show one.

(redisplay, redisplay_window): Don't use the cursor-motion
special-case code if the region is or was highlighted.

(display_text_line): Pass those args,
describing the region if the mark is transient and active.

(display_menu_bar): Update FRAME_MENU_BAR_ITEMS here.
1993-05-17 04:47:53 +00:00
Richard M. Stallman
057d49d1a8 (fill-region, kill-region, delete-region)
(kill-ring-save): Use mark-active as enable condition.
(undo): Add an enable condition.

Fix up the edit commands.  Add fill-region.
1993-05-17 04:45:03 +00:00
Richard M. Stallman
7e85c6b5d7 (toggle-scroll-bar): Renamed from toggle-vertical-scroll... 1993-05-17 04:37:22 +00:00
Roland McGrath
655793e50b (gnus-info-directory): Variable removed.
(gnus-info-find-node): Don't use it.
1993-05-17 02:42:16 +00:00
Richard M. Stallman
8cdc660f67 (push-mark): Always activate the mark if not in Transient Mark mode. 1993-05-16 23:09:57 +00:00
Richard M. Stallman
b027f415cd Version 3.15 from Umeda. 1993-05-16 22:58:52 +00:00
Richard M. Stallman
c49cbce2eb (x_set_cursor_color): Set cursor_foreground_pixel. 1993-05-16 22:35:23 +00:00
Richard M. Stallman
67710a6327 (x_display): New field cursor_fore_pixel. 1993-05-16 22:34:42 +00:00
Richard M. Stallman
b73b6aaf28 (dumpglyphs): Create a temporary merged gc
when cursor falls on char with non-default face.
1993-05-16 22:32:36 +00:00
Richard M. Stallman
61d54cd540 (overlays_at): New arg EXTEND.
(Foverlays_at, Fnext_overlay_change): Pass 1.
1993-05-16 22:31:48 +00:00
Richard M. Stallman
9516fe943a (compute_char_face): Pass 0 as EXTEND arg to overlays_at.
Try first with small overlay_vec, then use a big enough one.
1993-05-16 22:31:04 +00:00
Richard M. Stallman
a48fc39019 (ispell): Deactivate mark before the Ispell run.
(ispell-point): Delete the sit-for; it was confusing.
(ispell): Don't use save-excursion; just restore current buffer.
(ispell-next): Don't save-excursion or save-window-excursion.
(ispell-point): Don't save-excursion.
(ispell-window-configuration): New variable.
(ispell-show-choices): Set it if not nil.
(ispell-next): Initialize to nil.  Restore at end.
1993-05-16 21:31:39 +00:00
Richard M. Stallman
08348502ae (tex-insert-quote): Doc fix. 1993-05-16 21:15:09 +00:00
Richard M. Stallman
c678a34381 (texinfo-tex-region): Update name of tex-set-buffer-directory. 1993-05-16 21:14:05 +00:00
Richard M. Stallman
e67adf4686 Don't require tex-mode or texnfo-upd.
(texinfo-mode-map): Binding for " deleted.
(texinfo-tex-print): Require tex-mode here.
(texinfo-tex-region): Likewise.
1993-05-16 21:11:54 +00:00
Jim Blandy
df1ec56694 Don't distribute oldXMenu/Makefile. 1993-05-16 20:36:30 +00:00
Jim Blandy
8bdbf9ed9c * make-dist: Include any *.in files in oldXMenu in the distribution. 1993-05-16 19:32:53 +00:00
Richard M. Stallman
fb8b7b6bba Don't require sendmail, compile, or dired. 1993-05-16 18:57:37 +00:00
Jim Blandy
e01091534d Document sun change. 1993-05-16 18:12:57 +00:00
Richard M. Stallman
069b6ce323 (mark-c-function): Activate the mark. 1993-05-16 17:43:36 +00:00
Richard M. Stallman
a524dc5bcd (mark-end-of-sentence): Activate the mark. 1993-05-16 15:50:13 +00:00
Richard M. Stallman
0b108c0173 (mark-paragraph): Activate the mark. 1993-05-16 15:48:45 +00:00
Richard M. Stallman
ebea97d856 (face-initialize): Do make the modeline face.
(x-initialize-frame-faces): Explicitly invert `modeline' face.
(x-create-frame-with-faces): Simplify; do nothing special
with `default' or `modeline' face.
1993-05-16 15:41:50 +00:00