1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-21 15:40:59 -08:00
Commit graph

8356 commits

Author SHA1 Message Date
Richard M. Stallman
2eec3b4e0c (init_buffer_once, reset_buffer):
Delete last vestige of fieldlist slot.
(Fregion_fields): Finally deleted.

(overlays_at, recenter_overlay_lists): New functions.
(Fmake_overlay, Fdelete_overlay, Foverlay_get, Foverlay_put): Likewise.
(Fmove_overlay, Foverlays_at, Fnext_overlay_change): Likewise.
(Foverlay_lists, Foverlay_recenter): Likewise.
1993-03-27 18:03:10 +00:00
Richard M. Stallman
e15765f5e2 (try-face-font, find-face, get-face): New aliases. 1993-03-27 18:01:28 +00:00
Noah Friedman
0b899bd204 moby rlogin-filter fixes 1993-03-27 08:21:02 +00:00
Richard M. Stallman
8db3f421f4 (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
Do not set the standard case table.
Reintroduce arg (now named TABLE) which gives a downcase string to set.
1993-03-27 06:29:16 +00:00
Richard M. Stallman
3f5ed7e437 Add autoloads.
(set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
Delete arg STRING--always set the standard case table.
Be more thorough about doing that, and arrange to recompute the
equivalence and canonicalize parts of the table.
1993-03-27 06:19:51 +00:00
Richard M. Stallman
c34beca954 (Fchar_equal): Don't ignore high bits of character. 1993-03-27 04:20:05 +00:00
Eric S. Raymond
08159178ca (add-hook) Added optional arg to cause hook to be appended rather than
prepended to the hook list.  This obviates the 23 different hook-bashing
packages in LCD.

(get-word) Added.  Lots of help and default-generator functions in LCD use
it, and it's remarkably difficult to get right, especially given the new
syntax primitives.
1993-03-27 01:58:44 +00:00
Eric S. Raymond
1c2df06340 (printify-buffer) Added, debugged from Roland McGrath's printify-buffer code
in LCD.
1993-03-27 01:58:38 +00:00
Eric S. Raymond
45b44a5a65 (cookie) Enhanced it to handle both LINS files and UNIX fortune files. 1993-03-27 01:58:33 +00:00
Eric S. Raymond
131ca136d1 (fill-rectangle) Added. Inspired by Lynn Slater's insert-box package in LCD,
but the interface and implementation are different.
1993-03-27 01:58:26 +00:00
Eric S. Raymond
b0912e2d9b (enable-and-notify) Added. Inspired by Roland McGrath's LCD package
enable-me.
1993-03-27 01:58:24 +00:00
Eric S. Raymond
d91e2b1a2d (Buffer-menu-toggle-read-only) Added, per Rob Austein's suggestion
in the LCD package bm-toggle.el.
1993-03-27 01:58:22 +00:00
Eric S. Raymond
43713c76d3 (undo-with-space) Added. C-x C-u now bound to this rather than undo.
This change was inspired by the LCD package undo-with-space by Thomas
Narten, but my code is simpler and uses the 19 event features.
1993-03-27 01:58:20 +00:00
Eric S. Raymond
008d65cfd9 (fill-paragraph, justify-current-line) Now uses the skip-syntax-
forward and backward characters and char-syntax to be smart about
filling syntaxes other than text.

This change was inspired by Richard Caley's fill-para package from LCD,
but the implementation is original.
1993-03-27 01:58:16 +00:00
Richard M. Stallman
c9dca4e092 (local-write-file-hooks): New variable.
(set-visited-file-name): Kill local-write-file-hooks as local var.
(basic-save-buffer): Use local-write-file-hooks.
1993-03-26 07:28:20 +00:00
Eric S. Raymond
8b2120f4ff (psychoanalyze-pinhead) Needed a prefrontal lobotomy. I gave it one. 1993-03-26 04:17:45 +00:00
Eric S. Raymond
d163cf2e76 Added Commentary. 1993-03-26 04:15:05 +00:00
Jim Blandy
c3498e6438 * xselect.c (SELECTION_QUANTUM): Don't use XMaxRequestSize on R3;
access the display structure directly.
1993-03-25 23:27:42 +00:00
Richard M. Stallman
c7e466e10b (searchbuf): Declare here. 1993-03-25 17:56:41 +00:00
Richard M. Stallman
48dfbc2f80 (mark_object): Mark face_alist of a frame. 1993-03-25 17:44:56 +00:00
Richard M. Stallman
a63f658b55 (Fy_or_n_p): Ensure cursor_in_echo_area = 0 when quit. 1993-03-25 06:32:43 +00:00
Jim Blandy
33d0938464 * make-dist: Distribute lisp/term/ChangeLog. 1993-03-25 04:58:09 +00:00
Jim Blandy
847f5dab01 * x-win.el (x-defined-colors): Use x-color-defined-p instead of
x-defined-color.
	(x-handle-geometry): Use x-parse-geometry instead of x-geometry.
1993-03-25 04:39:49 +00:00
Jim Blandy
c8c72d6b4b * x-win.el: Update copyright to 1993.
* x-win.el: Bind [M-next] to advertised-scroll-other-window instead of
	scroll-other-window, and then make advertised-scroll-other-window
	an alias for scroll-other-window.

	* term/x-win.el: Require select.el.
	(x-select-text): Update call to x-set-cut-buffer.
	Put `PRIMARY' and `CLIPBOARD' in upper case.
	(x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case.
1993-03-25 04:37:38 +00:00
Jim Blandy
b2e521948e * dispnew.c (getenv): Add extern declaration. 1993-03-25 04:17:01 +00:00
Jim Blandy
f040093a19 Fix typo. 1993-03-25 04:08:11 +00:00
Jim Blandy
f071c05ae2 Fix typo in source for `configure.tmp.$$.c'. 1993-03-25 03:57:51 +00:00
Jim Blandy
c6b81ef2ee * Makefile.in (C_SWITCH_SYSTEM): New variable.
(CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the
	compiler.
1993-03-25 03:51:38 +00:00
Jim Blandy
80afd15ee0 Arrange for C compilation throughout the tree to get
C_SWITCH_SYSTEM from the configuration files.
	* configure: Extract C_SWITCH_SYSTEM from the machine and
	system-dependent files, and save it in the top-level Makefile.
	* Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit.
	(lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile.
1993-03-25 03:51:20 +00:00
Richard M. Stallman
cdd672cc5a (describe-function): Add blank line above doc string. 1993-03-25 03:40:35 +00:00
Jim Blandy
d460af17a8 * dispnew.c (init_display): Get display name from environment
properly on VMS as well as Unix.
1993-03-25 02:54:23 +00:00
Jim Blandy
35014b9f53 * keymap.c (Fkeymapp): Doc fix. 1993-03-25 02:45:35 +00:00
Jim Blandy
c6c6865d43 * process.c [VMS] (DCL_PROMPT): Remove hack.
(WIFSTOPPED, WIFSIGNALED, WIFEXITED, XRETCODE, WSTOPSIG,
	WCOREDUMP, WTERMSIG): New dummy definitions.
	(deactivate_process): Add missing semicolon.
1993-03-25 02:27:16 +00:00
Richard M. Stallman
2b0739e560 Add provide call. 1993-03-25 02:21:51 +00:00
Jim Blandy
0a93081cd2 * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm. 1993-03-25 02:16:10 +00:00
Jim Blandy
f802f8e0a0 * xterm.h (x_focus_frame): Add extern keyword to declaration. 1993-03-25 02:12:14 +00:00
Jim Blandy
febf25d56f * xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>. 1993-03-25 02:11:11 +00:00
Eric S. Raymond
68756f1f77 (lm-last-modified-date) Fixed return bug.
(lm-uthor, lm-maintainer) These now return cons pairs, not strings.
1993-03-25 01:57:43 +00:00
Eric S. Raymond
fa8f1b2563 Brent Benson's patch to support `cd -'. 1993-03-25 01:55:24 +00:00
Jim Blandy
d352289ceb * make-dist: Include the VMS support files in oldXMenu in the
distribution.
1993-03-25 01:49:59 +00:00
Eric S. Raymond
8fbea12c08 (mh-unshar) Added. 1993-03-25 01:49:59 +00:00
Eric S. Raymond
8e0ff8c8d4 Added a (provide 'emacsbug); lisp-mnt.el needs this. 1993-03-25 01:47:39 +00:00
Jim Blandy
cb0d33b2a1 * calendar.el (calendar-standard-time-zone-name,
calendar-daylight-time-zone-name): Initialize these at load-time,
	as well as calendar-time-zone.

	* calendar.el (calendar-time-zone): Fix code which initializes
	this.
1993-03-25 01:28:21 +00:00
Jim Blandy
723d4d15ae * config.h.in (HAVE_XFREE386): New flag, set by configure script.
If it's set, #define LIBX11_SYSTEM and HAVE_RANDOM as appropriate
	for XFree386.
	* sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is
	#defined.
1993-03-25 01:15:34 +00:00
Jim Blandy
b0209e1861 * configure: Doc fix.
* configure: Fix corrupted config_h_opts.

	* configure: Properly report option names in error messages.

	* configure: Properly recognize --x-includes and --x-libraries
	options.

	* configure: Fix syntax errors in code handling XFree386.
1993-03-25 01:14:34 +00:00
Richard M. Stallman
de025efdf1 Default to clipper-intergraph if system is clix. 1993-03-24 22:44:55 +00:00
Richard M. Stallman
71ac885b6f (push_key_description): Ignore bits above meta_modifier. 1993-03-24 10:05:49 +00:00
Jim Blandy
7b7739b106 *** empty log message *** 1993-03-24 02:48:44 +00:00
Jim Blandy
6afb1d07c2 * xfns.c (x_make_gc): Don't forget to block X input around the
X calls in this function.

	* xfns.c [not HAVE_X11R4] (select_visual): It's v->visualid, not
	x->visualid.  x isn't defined.
1993-03-24 01:54:20 +00:00
Jim Blandy
e6b01c14b7 * keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): If
we're polling for input, abort; input polling should always be
	suppressed while we're waiting for input.

	* keyboard.c (interrupt_signal): Remove extern declaration of
	Vwindow_system; this is no longer used.
1993-03-24 01:53:00 +00:00