1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-23 08:20:41 -08:00
Commit graph

155589 commits

Author SHA1 Message Date
Richard M. Stallman
7e0dd87e24 (pascal-sub-block-re): Recognize for and with. 1994-03-01 22:28:47 +00:00
Doug Evans
f87105427f Move comment to proper place. 1994-03-01 15:59:45 +00:00
Karl Heuer
d96504df58 (Info-restore-point): Don't wipe out hl before using it. 1994-03-01 09:02:19 +00:00
Karl Heuer
ad8fb8aec7 (picture-forward-column, picture-backward-column): Allow backward motion
across multi-column characters.
1994-03-01 06:19:22 +00:00
Karl Heuer
54a003f758 (inhibit-startup-echo-area-message): Doc fix. 1994-03-01 04:54:43 +00:00
Karl Heuer
a2fa350a88 Fix typo in comment. 1994-03-01 04:42:37 +00:00
Karl Heuer
3027438bd0 (tc-mode-map): Fix binding of tc-dissociate. 1994-03-01 04:39:45 +00:00
Karl Heuer
bcb61d60fc (memory_full): Use new variable memory_signal_data with precomputed value
instead of trying to build it after memory is already exhausted.
1994-02-28 20:20:22 +00:00
Fred Pierresteguy
0f7159e3b0 (xmenu_show): Test XtWindowToWidget before inserting into the event_queue. 1994-02-28 13:03:13 +00:00
Fred Pierresteguy
82aebaf480 (XTread_socket): For case ClientMessage and Xatom_wm_delete_window, use
x_any_window_to_frame.
1994-02-28 12:57:12 +00:00
David J. MacKenzie
aceb65a6b9 Use GPL. 1994-02-27 03:53:03 +00:00
David J. MacKenzie
3b48c1f4b7 *** empty log message *** 1994-02-27 03:51:02 +00:00
David J. MacKenzie
91264a4aa5 Use GPL. 1994-02-27 03:49:57 +00:00
David J. MacKenzie
2b24132f97 Initial revision 1994-02-27 03:45:52 +00:00
David J. MacKenzie
530715fea1 Update GPL. 1994-02-27 03:39:25 +00:00
David J. MacKenzie
566c662e1c * make-path.c (main): Return 1 on error, not -1. Update GPL. 1994-02-27 03:38:56 +00:00
David J. MacKenzie
0034580904 * cvtmail.c: Declare malloc, realloc, xmalloc, xrealloc.
(xmalloc, xrealloc): Return char *, not int.
	(error): Write to stderr, not stdout.
1994-02-27 03:35:26 +00:00
David J. MacKenzie
978625b7e0 Fix comment typos. 1994-02-27 03:25:08 +00:00
Richard M. Stallman
0de5246d1d (with_x_toolkit): Don't allow motif or open-look. 1994-02-26 22:05:19 +00:00
Richard M. Stallman
b1d07009bf (LD_SWITCH_SYSTEM): New definitions, with #undef. 1994-02-26 20:49:21 +00:00
Richard M. Stallman
7ea5afd257 Comment change. 1994-02-26 20:47:37 +00:00
Karl Heuer
a0932daa92 (sys_subshell): New function, split from sys_suspend. 1994-02-26 05:55:03 +00:00
Karl Heuer
8026024c1b (Fsuspend_emacs): New variable cannot-suspend forces a subshell even if the
system seems to support job control.
1994-02-26 05:54:26 +00:00
Karl Heuer
e48f95c966 (menu-bar-mode): Make menu-bar-mode without an argument toggle display of a
menu bar.
1994-02-26 04:32:57 +00:00
Karl Heuer
8f6ea2e9b7 (Fset_window_configuration): Allow for menu-bar-lines to have changed since
the configuration was created.
1994-02-26 04:24:37 +00:00
Karl Heuer
d00c875cf6 (OVERLAY_POSITION): Don't check which buffer it points to. 1994-02-26 04:05:17 +00:00
Richard M. Stallman
52f04d46fe (system-key-alist): Renamed from vendor-key-syms. 1994-02-26 03:43:32 +00:00
Richard M. Stallman
270a208f61 (Vsystem_key_alist): Renamed from Vvendor_key_alist.
(syms_of_keyboard): Rename Lisp var to system-key-alist.
1994-02-26 03:42:28 +00:00
Karl Heuer
e009771e2e (comint-exec-1): Force a local copy of the environment. 1994-02-26 02:24:51 +00:00
Karl Heuer
681410a1fb Delete extra backslash on last line of macro. 1994-02-26 02:20:31 +00:00
Karl Heuer
f60f18ae0c Clean up c-font-lock-keywords; now slightly more consistent about highlighting
declarations.
1994-02-26 00:14:42 +00:00
Karl Heuer
7ea9c0209a (compute_motion): Allow for invisible overlays in next_invisible lookahead. 1994-02-25 21:22:25 +00:00
Karl Heuer
fe3d692136 (display_text_line): Allow for invisible overlays in next_invisible lookahead. 1994-02-25 21:21:53 +00:00
Richard M. Stallman
3c2dd2c035 (help-menu-map): Variable deleted, and its binding.
(mouse-select-window): New command, now on mode-line mouse-1.
(mouse-delete-other-windows): Now on mode-line mouse-2.
(mouse-split-window-horizontally): Now on mode-line C-mouse-2.
1994-02-25 19:35:58 +00:00
Fred Pierresteguy
47d5317538 (EmacsFrameSetCharSize): Set coordinates values to the toplevel widget. 1994-02-25 17:45:51 +00:00
Fred Pierresteguy
13ce2d73e4 (XTread_socket): For case ConfigureNotify, call x_any_window_to_frame.
[USE_X_TOOLKIT]: Call XTranslateCoordinates for case ConfigureNotify
when send_event is 0 and when the event is relative to toplevel widget.
1994-02-25 09:29:20 +00:00
Fred Pierresteguy
982a94d930 (EmacsFrameSetCharSize): Call check_frame_size and update
vertical_scroll_bar_extra.
Call SET_FRAME_GARBAGED.
1994-02-25 09:10:22 +00:00
Richard M. Stallman
1dc5112cb7 (c-macro-display-buffer): Delete special view-mode hack.
(c-macro-expansion): Parse from 1 to START just once.
Avoid counting lines.  Use ???!!!???!!! to mark start of
the region we want to look at.
1994-02-25 06:27:24 +00:00
Karl Heuer
6a8f71e7eb (set-visited-file-name): Unlock the file if setting the visited file name to
nil.
1994-02-25 03:24:15 +00:00
Karl Heuer
f450965c2e (Buffer-menu-toggle-read-only): Change toggle-read-only to
vc-toggle-read-only.
1994-02-25 01:42:03 +00:00
Karl Heuer
f765858ec5 *** empty log message *** 1994-02-25 01:30:59 +00:00
Richard M. Stallman
f643a89157 (byte-compile-from-buffer, byte-compile-top-level):
Removed advice. Byte-compilation problem is now taken care of
directly by the compiler.
(ad-advised-byte-compilers): Removed.
(ad-enable-definition-hooks, ad-disable-definition-hooks): Removed
activation of the advised byte-compiler entry points.
(ad-lemacs-p): Removed variable.
(ad-lemacs-p): New macro for compile-time conditionalization.
1994-02-25 00:57:37 +00:00
Richard M. Stallman
d9e42bcf36 (byte-compile-protect-from-advice): New macro that
temporarily deactivates advice of `defun/defmacro' while BODY is run.
(byte-compile-from-buffer, byte-compile-top-level): Use
`byte-compile-protect-from-advice' to protect compilation.
1994-02-25 00:54:15 +00:00
Richard M. Stallman
71d7800099 (hide-sublevels): Doc fix. Rename arg. 1994-02-24 23:43:30 +00:00
Karl Heuer
a9d3e9172f (help-for-help): Use help-map in the docstring. 1994-02-24 23:20:12 +00:00
Karl Heuer
0d4720b0db (make-help-screen): Initialize help-screen before changing the keymap. 1994-02-24 23:19:59 +00:00
Richard M. Stallman
9e9afbf866 (outline-minor-mode-prefix): Change to C-c C-o.
(hide-sublevels, hide-other): New functions.
(outline-mode-map): New key bindings.  New menu bindings.
1994-02-24 22:37:49 +00:00
Richard M. Stallman
5847f86195 (lisp-mode-variables): Set outline-regexp. 1994-02-24 22:36:24 +00:00
Richard M. Stallman
a62342463a (nroff-mode): Set outline-regexp and outline-level.
(nroff-outline-level): New function.
1994-02-24 22:34:52 +00:00
Richard M. Stallman
bd13332096 (c-mode): Set outline-regexp and outline-level.
(c-outline-level): New function.
1994-02-24 22:34:24 +00:00