1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00
Commit graph

6843 commits

Author SHA1 Message Date
Richard M. Stallman
9658bdd075 (Fuser_real_login_name): Doc syntax fix. 1994-04-14 12:05:41 +00:00
Richard M. Stallman
4d2c9a1076 (save-place-kill-emacs-hook): Fix typo. 1994-04-14 12:04:19 +00:00
Richard M. Stallman
c01fd07719 (gettimeofday): If system doesn't have this, define it to give a fatal error. 1994-04-14 12:01:31 +00:00
Richard M. Stallman
587880630d (make_lispy_event): Put mouse event code
into MULTI_FRAME conditional.

(read_avail_input): Separate local var n_to_read
so that reading doesn't clobber that info when it sets nread.
1994-04-14 11:59:28 +00:00
Richard M. Stallman
853ccbd574 (command-line): Call face-initialize before frame-initialize. 1994-04-14 09:31:42 +00:00
Richard M. Stallman
586ab698cf (make-face-x-resource-internal): Don't mess with terminal frames. 1994-04-14 09:31:18 +00:00
Richard M. Stallman
ecf7de9beb (update_menu_bar): Take frame as arg.
(update_menu_bars): Function deleted.
(prepare_menu_bars): Call update_menu_bar; do it for all frames.
Simplify computation of all_windows; ignore irrelevant criteria.
1994-04-14 09:06:25 +00:00
Richard M. Stallman
e69e8fad9b (x-create-frame-with-faces): Create frame invisible,
set up the faces, then make it visible.
1994-04-14 07:38:15 +00:00
Richard M. Stallman
673fea7abd (HAVE_X11R4): If we define HAVE_X11R5, define this too. 1994-04-14 04:46:12 +00:00
Richard M. Stallman
78a0e19954 (CFLAGS): Exclude ${CFLAGS} from singlequotes.
(printing the choices): Make the toolkit message unconditional.
(USE_X_TOOLKIT): Use `none', not `no', if none.
(include libsrc_libs): Include config.h, and specify -I for srcdir.
Get rid of temp file foofoo1.
1994-04-14 03:44:05 +00:00
Richard M. Stallman
2dc44cb56a (MAKE): Don't just assign it--use @SET_MAKE@. 1994-04-14 03:42:48 +00:00
Richard M. Stallman
1900a92b1d (x-fixed-font-alist): Give multiple names for try for certain fonts.
(mouse-set-font): Handle these.
1994-04-14 02:55:13 +00:00
Richard M. Stallman
d49ab5a0e7 (find-buffer-visiting): Don't check buffer-file-number
unless buffer-file-name is non-nil.
1994-04-14 02:27:36 +00:00
Richard M. Stallman
cda2316f6b [HAVE_UNISTD_H]: Include unistd.h. 1994-04-13 23:25:17 +00:00
Richard M. Stallman
cdf156a925 (dired-subdir-regexp): Allow a space in dir name. 1994-04-13 23:22:34 +00:00
Richard M. Stallman
647cec74ec (inherited_pgroup): Conditionalize on BSD_PGRPS. 1994-04-13 22:24:38 +00:00
Richard M. Stallman
29beb080a9 [HAVE_UNISTD_H]: Include unistd.h. 1994-04-13 22:23:24 +00:00
Richard M. Stallman
00c1bef4ea (TABDLY): Defined. 1994-04-13 22:23:00 +00:00
Richard M. Stallman
ed2ef6c9e0 (Ffile_attributes): Cast st_size to int. 1994-04-13 22:20:10 +00:00
Richard M. Stallman
982344072c (describe_map_tree): Fix call to Flookup_key. 1994-04-13 21:54:08 +00:00
Richard M. Stallman
783d76282f (rmail-default-file, rmail-default-rmail-file): New defvars. 1994-04-13 21:14:54 +00:00
Karl Heuer
6666f05acb (Vglyph_table): Doc fix. 1994-04-13 20:44:38 +00:00
Richard M. Stallman
c919c21a69 (mh-progs, mh-lib): Move from mh-e.el
to mh-utils.el for Emacs 19.23, which doesn't define them in paths.el

(mh-find-progs): Add paths for BSDI.  Put local
paths first so they override vendor paths.

(with-mh-folder-updating): Optimize to keep
buffer-file-name nil even while restoring modified-p status at end.
1994-04-13 20:42:42 +00:00
Richard M. Stallman
86a32538d0 (mh-progs, mh-lib): Move from mh-e.el
to mh-utils.el for Emacs 19.23, which doesn't define them in paths.el

(mh-store-buffer): autoload.  Better doc strings.
1994-04-13 20:42:10 +00:00
Karl Heuer
76db7eb4ce (Fmouse_position) [MULTI_FRAME]: Use pixel_to_glyph, not glyph_to_pixel. Skip
the conversion if args are nil.
[!MULTI_FRAME]: All results are nil.  Remove extra docstring.
1994-04-13 19:01:22 +00:00
Richard M. Stallman
27d684a195 (super-apropos-check-doc-file): Force Fundamental mode. 1994-04-13 19:00:07 +00:00
Karl Heuer
217f28719e (Fset_window_configuration): Only call X fns if HAVE_X_WINDOWS. 1994-04-13 18:14:44 +00:00
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