Richard M. Stallman
75c0b14392
(command_loop_1): Clear force_start of selected_window
...
after reading each key sequence.
1993-03-28 08:27:34 +00:00
Noah Friedman
6fc81d6b8e
*** empty log message ***
1993-03-28 07:32:08 +00:00
Noah Friedman
8d30fe1783
*** empty log message ***
1993-03-28 07:25:36 +00:00
Noah Friedman
1bbda2d6e0
renamed to env.el; changed setenv to putenv.
1993-03-28 07:13:09 +00:00
Eric S. Raymond
1a2f456b73
(vc-comment-to-changelog): A useful vc-checkin hook, added.
...
(vc-checkout): Now rejects attempts to check out files via FTP.
The `derived buffers' in the mode (the VC log buffer, status buffers,
and most buffer output commands) now know which file buffer was their
parent, and most commands will try to find such a parent buffer when
executed from within a special buffer.
1993-03-28 06:40:46 +00:00
Eric S. Raymond
d87f0d7f53
Fixed typo introduced by last patch.
1993-03-28 06:36:19 +00:00
Eric S. Raymond
909c95d0df
: Added autoload cookie for entry point.
1993-03-28 06:24:54 +00:00
Eric S. Raymond
c80d2575c0
(auto-mode-alist): added pairs for .ms, .man, .mk, [Mm]akefile, .lex.
1993-03-28 06:24:44 +00:00
Eric S. Raymond
a04adb2a9c
(shrink-window-if-larger-than-buffer) Added doc string. Made argument
...
optional, because window-buffer does the right thing with nil.
1993-03-28 06:24:42 +00:00
Eric S. Raymond
f536481dfa
(electric-buffer-menu-mode-map): fillarray isn't a valid operation on maps
...
any more.
1993-03-28 06:24:33 +00:00
Richard M. Stallman
fb63ba7de5
(struct frame): New field face_alist.
1993-03-28 05:24:23 +00:00
Richard M. Stallman
4208730106
(struct face): New fields pixmap_h, pixmap_w.
...
Field `font' is now a pointer.
1993-03-28 05:23:45 +00:00
Richard M. Stallman
13bd51a568
(FRAME_FACES, FRAME_N_FACES, FRAME_DEFAULT_FACE)
...
(FRAME_MODE_LINE_FACE): New macros.
(struct x_display): New fields faces, n_faces.
1993-03-28 05:22:46 +00:00
Richard M. Stallman
97832bd0c8
(Freplace_match): Clean up criterion about converting case.
...
If old text has any capitalized words, capitalize new text.
1993-03-28 05:21:24 +00:00
Richard M. Stallman
9c3f23b7e7
(main): Call syms_of_xfaces.
1993-03-28 05:20:42 +00:00
Jim Blandy
f211082d1e
*** empty log message ***
1993-03-27 18:32:23 +00:00
Richard M. Stallman
440d350c2f
(struct buffer): Field `fieldlist' deleted.
...
(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.
1993-03-27 18:04:02 +00:00
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