1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-11 09:20:51 +00:00
Commit Graph

7016 Commits

Author SHA1 Message Date
Karl Heuer
c6e7309356 (Fnext_window, Fprevious_window, Fdisplay_buffer): Test MULTI_FRAME when
handling argument `all_frames'.
1994-04-13 18:04:40 +00:00
Karl Heuer
dfa8922859 (Fy_or_n_p, Fyes_or_no_p): Test HAVE_X_MENU. 1994-04-13 18:00:37 +00:00
Richard M. Stallman
a84cd14029 (CFLAGS): Exclude ${CFLAGS} from singlequotes. 1994-04-13 17:52:13 +00:00
Karl Heuer
5f990f9f55 (CFLAGS): Use shell syntax, not Makefile. 1994-04-13 17:13:42 +00:00
Karl Heuer
f79f58bc29 (comint-dynamic-complete-as-filename): Simplify. 1994-04-13 16:18:35 +00:00
Richard M. Stallman
69eaf10d03 (compute_motion): Do not abort if window shows some other buffer.
(Fcompute_motion): Use whatever buffer is current.
1994-04-13 06:24:06 +00:00
Richard M. Stallman
6e4b48e2a8 (window_system): If no X, set USE_X_TOOLKIT=no.
(printing the choices): State choice of toolkit.

(libsrc_libs): Recalculate after writing config.h;
then update lib-src/Makefile.

Conditionals testing for null $CC were backwards.
1994-04-13 05:37:24 +00:00
Richard M. Stallman
29491e3251 (ispell-message): Turn LIMIT into an integer, around ispell-region. 1994-04-13 05:01:07 +00:00
Richard M. Stallman
b622e49c55 (mouse-menu-bar-buffers): Put Frames pane behind Buffers. 1994-04-13 04:27:50 +00:00
Richard M. Stallman
463d60ff44 (BSD): Give it a number as definition. 1994-04-13 00:24:21 +00:00
Richard M. Stallman
1ad5ab9cb7 (case-flip-character): Make case test more general. 1994-04-13 00:16:31 +00:00
Richard M. Stallman
56d52e7e5e Fix #include file name. 1994-04-12 22:50:09 +00:00
Richard M. Stallman
a870f9170b Bind M-$. 1994-04-12 22:41:42 +00:00
Richard M. Stallman
0342b5458c (read-quoted-char): Convert meta chars into 128+ chars. 1994-04-12 21:27:27 +00:00
Richard M. Stallman
eb814ee189 (quoted-insert): Do nothing special for meta chars. 1994-04-12 21:27:10 +00:00
Richard M. Stallman
1a440e30d9 (next): Fix typo in m68k-next-ns3 alternative. 1994-04-12 20:13:58 +00:00
Richard M. Stallman
cd320f323e (backquote-process): Don't crash if ultimate
expression is just a variable.
1994-04-12 17:45:53 +00:00
Richard M. Stallman
c2a2858aec (Fkey_binding): Declare accept_default. 1994-04-12 16:37:03 +00:00
Richard M. Stallman
79140ef009 *** empty log message *** 1994-04-12 16:33:08 +00:00
Richard M. Stallman
b2d5d0f412 (window_system): If no X, set USE_X_TOOLKIT=no. 1994-04-12 15:25:00 +00:00
Richard M. Stallman
1ddff51c65 #undef static.
(etags_getcwd): Initialize bufsize.
1994-04-12 15:21:25 +00:00
Richard M. Stallman
396df3227d (Fset_process_window_size): New function. 1994-04-12 15:11:58 +00:00
Richard M. Stallman
73d5358fb9 (set_window_size): New function. 1994-04-12 15:08:30 +00:00
Richard M. Stallman
86c57d9f8c (makeinfo-region): Fix name of tex-start/end-of-header. 1994-04-12 14:58:14 +00:00
Richard M. Stallman
c78f294b50 Conditionals testing for null $CC were backwards. 1994-04-12 07:36:44 +00:00
Richard M. Stallman
d0f7cdc847 (specbind): Use find_symbol_value. 1994-04-12 06:26:29 +00:00
Richard M. Stallman
a782f0d57f (Fsetq_default, Fmake_local_variable): Doc syntax fix. 1994-04-12 06:06:21 +00:00
Richard M. Stallman
225feba25f (dired-add-entry): Set opoint at beginning of line.
No need to explicitly discard direcory from file name.
1994-04-12 05:12:33 +00:00
Richard M. Stallman
1cac1fffd2 (send_process): Test pty_flag field for nil, not 0. 1994-04-12 04:39:34 +00:00
Karl Heuer
b8952f887d (ange-ftp-process-filter, ange-ftp-gwp-filter): Call comint-output-filter. 1994-04-12 04:26:57 +00:00
Karl Heuer
78328f3333 (gud-filter): Let comint-output-filter do the hard work. 1994-04-12 04:07:18 +00:00
Richard M. Stallman
cd9e76eae2 (LD_SWITCH_SYSTEM): Alternate definition if __GNUC__. 1994-04-12 03:54:36 +00:00
Richard M. Stallman
92ea836df1 Check for INCLUDED_FCNTL already defined. 1994-04-12 03:25:32 +00:00
Richard M. Stallman
472e83febc If we include fcntl.h, define INCLUDED_FCNTL. 1994-04-12 03:25:18 +00:00
Richard M. Stallman
d90490d8e8 (dired-move-to-filename-regexp): Match the year or time.
(dired-move-to-filename): Simplify the code for that.
1994-04-12 03:15:37 +00:00
Richard M. Stallman
b2c3b7ffed Add sunos4shr as alternative for suns. 1994-04-12 01:55:59 +00:00
Richard M. Stallman
6998c54150 entered into RCS 1994-04-12 01:39:14 +00:00
Richard M. Stallman
a926021943 (main): Fix typo in prev. change. 1994-04-12 01:33:57 +00:00
Karl Heuer
d5216c2003 (main): Use setuid, not seteuid. 1994-04-12 01:28:10 +00:00
Karl Heuer
f2ae6b3f54 (make_lispy_event): Initialize item. 1994-04-12 00:50:00 +00:00
Karl Heuer
cb1068e5c6 (vmotion): Use minibuf_prompt_width despite window-start. 1994-04-11 22:45:18 +00:00
Richard M. Stallman
88f176a4a0 (temacs): Include ${ALL_LDFLAGS} within the call to YMF_PASS_LDFLAGS. 1994-04-11 22:40:54 +00:00
Richard M. Stallman
1c5aa5b292 (menu-bar-emerge-menu): Improve menu title. 1994-04-11 22:25:42 +00:00
Karl Heuer
c217b0481d (printchar, strout): Use FRAME_PTR, not struct frame *. 1994-04-11 21:48:04 +00:00
Richard M. Stallman
c8fcf4f8db Renamed from eval-region.el. Fix the `provide' call.
Doc fixes.
1994-04-11 21:44:58 +00:00
Karl Heuer
77ddeda4bc (Fmouse_position) [!MULTI_FRAME]: Declare col and row. 1994-04-11 21:43:12 +00:00
Richard M. Stallman
6cbff1cb50 (make_lispy_movement): Conditionalize on MULTI_FRAME.
(kbd_buffer_get_event): Call make_lispy_movement only if MULTI_FRAME.
1994-04-11 21:34:38 +00:00
Richard M. Stallman
7ffb284121 (x_decline_selection_request): Call XFlushQueue. 1994-04-11 21:20:28 +00:00
Richard M. Stallman
87d238bafe (Fsetq): Doc fix. 1994-04-11 21:11:22 +00:00
Richard M. Stallman
a8920a1789 (syms_of_print): Doc fix. 1994-04-11 21:10:48 +00:00