- 27 Mar, 1993 16 commits
-
-
Jim Blandy authored
-
Richard M. Stallman authored
(OVERLAY_START, OVERLAY_END, OVERLAY_VALID): New macros. (OVERLAY_POSITION): Likewise. (searchbuf): Decl deleted--doesn't belong here. Delete include of regex.h for VMS.
-
Richard M. Stallman authored
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.
-
Richard M. Stallman authored
-
Noah Friedman authored
-
Richard M. Stallman authored
Do not set the standard case table. Reintroduce arg (now named TABLE) which gives a downcase string to set.
-
Richard M. Stallman authored
(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.
-
Richard M. Stallman authored
-
Eric S. Raymond authored
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.
-
Eric S. Raymond authored
in LCD.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
but the interface and implementation are different.
-
Eric S. Raymond authored
enable-me.
-
Eric S. Raymond authored
in the LCD package bm-toggle.el.
-
Eric S. Raymond authored
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.
-
Eric S. Raymond authored
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.
-
- 26 Mar, 1993 3 commits
-
-
Richard M. Stallman authored
(set-visited-file-name): Kill local-write-file-hooks as local var. (basic-save-buffer): Use local-write-file-hooks.
-
Eric S. Raymond authored
-
Eric S. Raymond authored
-
- 25 Mar, 1993 21 commits
-
-
Jim Blandy authored
access the display structure directly.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Jim Blandy authored
-
Jim Blandy authored
x-defined-color. (x-handle-geometry): Use x-parse-geometry instead of x-geometry.
-
Jim Blandy authored
* 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.
-
Jim Blandy authored
-
Jim Blandy authored
-
Jim Blandy authored
-
Jim Blandy authored
(CFLAGS): Include C_SWITCH_SYSTEM in the flags to pass to the compiler.
-
Jim Blandy authored
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.
-
Richard M. Stallman authored
-
Jim Blandy authored
properly on VMS as well as Unix.
-
Jim Blandy authored
-
Jim Blandy authored
(WIFSTOPPED, WIFSIGNALED, WIFEXITED, XRETCODE, WSTOPSIG, WCOREDUMP, WTERMSIG): New dummy definitions. (deactivate_process): Add missing semicolon.
-
Richard M. Stallman authored
-
Jim Blandy authored
-
Jim Blandy authored
-
Jim Blandy authored
-
Eric S. Raymond authored
(lm-uthor, lm-maintainer) These now return cons pairs, not strings.
-