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

2830 Commits

Author SHA1 Message Date
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
Richard M. Stallman
6be72a0b35 (mark-page): Activate the mark. 1993-05-16 15:41:14 +00:00
Richard M. Stallman
fd0f40564f (yank, yank-pop): Don't activate the mark.
(mark-whole-buffer, mark-word): Activate the mark.
(push-mark): Optional arg ACTIVATE.
(set-mark-command): Use that.
1993-05-16 15:39:39 +00:00
Richard M. Stallman
0ba911156b (mark-sexp, mark-defun): Activate the mark. 1993-05-16 15:28:52 +00:00
Richard M. Stallman
a1929ae348 (casify_region): Remove mistaken arg to record_change. 1993-05-16 13:42:36 +00:00
Jim Blandy
584d063432 * xfaces.c (Fset_face_attribute_internal): Jolt redisplay, so it
knows something has changed.
1993-05-16 01:32:11 +00:00
Jim Blandy
9b5283804a * timer.c (notify): Don't call sighold or sigrelse; they're USG
only.  We should really fix this later, but let's just make it
	compile for now.
1993-05-16 00:53:57 +00:00
Jim Blandy
f241976e9b * Makefile.in (oldXMenu/Makefile): Make this depend on
${srcdir}/oldXMenu/Makefile.in, not itself.
1993-05-16 00:44:32 +00:00
Jim Blandy
32dc08666b * xfaces.c (unload_color): Don't try to unload the standard black
or white pixel.
1993-05-16 00:23:33 +00:00
Jim Blandy
3dbc7e3236 More changes from David J. Mackenzie.
* Makefile.in (install.sysv, install.xenix, install.aix): Targets
	removed; autoconf and config.h should specify all these
	differences.
	(buildlisppath): Make this path depend on ${srcdir}.
	(INSTALLFLAGS): Removed.
	(INSTALL): Include the -c flag.
	(install): Change the way we invoke install accordingly.
1993-05-15 23:57:11 +00:00
Jim Blandy
3ce7a076e6 Install David Mackenzie's patches to make ${srcdir} work.
* Makefile.in (srcdir, VPATH): Get this value from the top-level
	Makefile.
	(xmakefile): Use ${srcdir} to find the files from which we produce
	xmakefile.  Edit the values for srcdir and VPATH into xmakefile.
	* ymakefile (srcdir, VPATH): New definitions for the Makefile
	to edit.
	(ALL_CFLAGS): Remove `-Is' and `-Im'; add `-I${srcdir}', and
	`-I.'.
	(emacs): Adjust dumping commands to deal with a separate source
	directory.
	(${etc}DOC): Pass `-d ${srcdir}' to make-docfile, to tell it where
	to find the source files.
	(prefix-args): Find the source code in ${srcdir}.
1993-05-15 23:21:35 +00:00
Jim Blandy
26ec91de25 * process.c (wait_reading_process_input): If we're running
Solaris, it's not necessary to check if we should redeliver SIGIO,
	according to David Mackenzie.
	* s/sol2.h: #include "usg5-4.h", and #define const.
1993-05-15 23:20:33 +00:00
Jim Blandy
d2d92f7a66 Install patches from David J. Mackenzie to make the srcdir option
work.
	* Makefile.in (srcdir, VPATH): Get this value from the top-level
	Makefile.
	(INSTALLABLES): Split this into two lists - INSTALLABLES and
	INSTALLABLE_SCRIPTS.
	(INSTALLABLE_SCRIPTS): New list.
	(EXECUTABLES): Include INSTALLABLE_SCRIPTS.
	(${archlibdir}): The scripts to be installed live in the source
	tree, not in the object tree.
	(test-distrib): Note that the data file lives in the source tree,
	not the object tree.
	(GETOPTDEPS): Note that getopt.h lives in the source tree.
	(all other targets): Change references to source files to use
	${srcdir}, except for config.h, which lives in the object dir.
	(timer.o): Note that this depends on ../src/config.h.
	* make-docfile.c (main): Add a -d option, to tell it where to find
	the source files.
	* test-distrib.c (main): Take the name of the distribution file to
	test from the command line.
1993-05-15 23:06:16 +00:00