1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-24 17:00:44 -08:00
Commit graph

8356 commits

Author SHA1 Message Date
Jim Blandy
cc2f3b6482 * ls-lisp.el (insert-directory): If no handler, convert SWITCHES
from a string to a list of characters.
1993-06-17 02:53:14 +00:00
Jim Blandy
7eb9ba4137 * xdisp.c (redisplay_window): No need to subtract one from start
before passing it to the set_vertical_scroll_bar_hook.
1993-06-17 02:41:40 +00:00
Jim Blandy
7fded6909e * fileio.c (Finsert_file_contents): Two new args, BEG and END. 1993-06-17 02:28:19 +00:00
Jim Blandy
44257b1a3d * Makefile.in (uninstall): Don't remove the lisp and etc
directories if they're in the source tree.
1993-06-17 00:50:19 +00:00
Jim Blandy
75d8f6686c Don't let the 'B' interactive spec default to buffers viewed in
any visible frame.
	* buffer.c (Fother_buffer): Pass Qvisible as the second argument
	to Fget_buffer_window.
	* window.c (Qvisible): New symbol.
	(window_loop): In GET_BUFFER_WINDOW case, if frames is Qvisible,
	ignore non-visible frames.
	(Fget_buffer_window): Expand doc string to mention that Qvisible
	is an interesting value for FRAME argument.
	(syms_of_window): Init and staticpro Qvisible.
	* lisp.h (Qvisible): New declaration.
1993-06-17 00:39:37 +00:00
Jim Blandy
2b0f4ba538 * subr.el (event-basic-type): Deal with listy events properly. 1993-06-17 00:16:29 +00:00
Jim Blandy
a84281e724 * Makefile.in (CPP): New variable, set by the top-level Makefile. 1993-06-16 23:50:05 +00:00
Jim Blandy
e1c9dcf883 Changes for correct pgrp behavior from Bob Glickstein
<bobg@zindigo.z-code.com>:
	* m/iris4d.h (LIB_STANDARD): Do include -lbsd here.
	* s/irix4-0.h (USE_IRIX_BSDPGRP): #define this.
	(GETPGRP_NO_ARG): Don't #define this.
	* callproc.c [USE_IRIX_BSDPGRP] (Fcall_process): Call BSDsetpgrp
	instead of plain setpgrp.
	[USE_IRIX_BSDPGRP] (child_setup): Same.
	* emacs.c [GETPGRP_NO_ARG] (main, shut_down_emacs): CPP clauses
	deleted; this flag isn't needed anymore.
	[USE_IRIX_BSDPGRP] (main, shut_down_emacs): Call BSDsetpgrp and
	BSDgetpgrp instead of plain setpgrp and getpgrp.
	* process.c [USE_IRIX_BSDPGRP] (create_process): Don't call
	setpgrp before opening the tty.  Call BSDsetpgrp instead of
	setpgrp, after opening the tty.
	* sysdep.c [USE_IRIX_BSDPGRP] (sys_suspend,
	narrow_foreground_group, widen_foreground_group): Call BSDgetpgrp
	and BSDsetpgrp instead of getpgrp and setpgrp.
1993-06-16 23:49:54 +00:00
Jim Blandy
39b649dd44 Bring mumbleclean targets into conformance with GNU coding standards.
* Makefile.in (distclean): Call clean to do most of the work.
	Delete aixcc.c and TAGS.
	(realclean): Just call distclean.
1993-06-16 23:49:07 +00:00
Jim Blandy
d4acf74f7e * Makefile.in (CPP): New variable.
(src/Makefile): Edit CPP into src/Makefile.

        Bring mumbleclean targets into conformance with GNU coding standards.
	* Makefile.in (mostlyclean, clean): Separate these two; just have
	them pass the request to the subdirectory makefiles.
	(distclean): Pass the request down, and then get rid of the
	files configure built, and get rid of the Makefiles.
	(realclean): Pass the request down, and then do the same things
	distclean does.
	(uninstall, info, dvi): New targets.
1993-06-16 23:46:17 +00:00
Jim Blandy
e2fe2f5238 *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
Universal Time (UT) to Coordinated Universal Time (UTC).
        (solar-time-string): Use calendar-daylight-time-offset instead of
        1 hr, and use calendar-daylight-savings-switchover-time instead of
        midnight.  Add an optional parameter to allow forcing the use of
        standard or daylight savings time.  Fix code so it works in
        southern hemisphere (start of dst precedes end of dst in a
        calendar year) and when dst either starts or ends in a calendar
        year, but not both.
1993-06-16 23:12:21 +00:00
Jim Blandy
23195d9408 * calendar.el (calendar-current-time-zone): Change variable names
to make them more readable.
        (calendar-time-zone, calendar-standard-time-zone-name,
        calendar-daylight-time-zone-name, calendar-daylight-savings-ends,
        calendar-daylight-savings-starts): Don't autload them.

        * calendar.el (calendar-holidays): Quote it to delay evaluation
        until it's needed.
1993-06-16 23:10:55 +00:00
Roland McGrath
327ab40d47 (make-autoload): Use memq once instead eq twice.
(generate-file-autoloads): For non-autoloads, copy the defn textually
rather than printing it after reading.
1993-06-16 23:06:58 +00:00
Roland McGrath
83ea6fc2b1 (Finsert_buffer_substring): Doc fix. 1993-06-16 22:37:24 +00:00
Jim Blandy
bbe6a8e991 (LIBS_SYSTEM): Don't attempt to #define this if we already have a
definition of LIB_SYSTEM from s/usg5-4.h.
1993-06-16 22:09:24 +00:00
Roland McGrath
d08589bfd1 (generate-autoload-cookie, update-autoloads-here): Doc fixes. 1993-06-16 22:08:23 +00:00
Jim Blandy
73d615812f * m/delta88k.h (HAVE_GETTIMEOFDAY): Don't #define this; autoconf
takes care of that.
1993-06-16 22:07:28 +00:00
Jim Blandy
ac0e6f3bc0 * configure.in: Add case for m88k-motorola-sysv4. 1993-06-16 22:02:28 +00:00
Jim Blandy
d69d8d1edc * configure.in: Move clause for PC-compatible i386 box to the end
of the case statement, to avoid masking configurations below.

	* configure.in: Add support for HP/UX versions 7, 8, and 9 on
	the HP 68000 machines.
1993-06-16 21:53:54 +00:00
Jim Blandy
83cb209c0d * unexec.c [HPUX] (sbrk): This returns a void *. 1993-06-16 21:42:25 +00:00
Richard M. Stallman
716e9939be Comment changes. 1993-06-16 21:40:36 +00:00
Richard M. Stallman
2af4b8908b entered into RCS 1993-06-16 21:39:03 +00:00
Richard M. Stallman
a33cb02164 (disassemble-internal): If function is autoload, load it. 1993-06-16 21:33:18 +00:00
Jim Blandy
74da500751 *** empty log message *** 1993-06-16 21:28:28 +00:00
Jim Blandy
79f92720d1 * window.c (check_frame_size): Allow minibuffer-only frames to be
one line high.
1993-06-16 21:26:47 +00:00
Jim Blandy
98e9d14baa * frame.el (set-frame-configuration): Don't try to set a frame's
minibuffer.  This parameter can't be changed, so that would signal
	an error.
1993-06-16 21:24:11 +00:00
Jim Blandy
1fb2d074d6 * frame.c (store_frame_param): Fix error message punctuation. 1993-06-16 21:19:06 +00:00
Jim Blandy
b1e920c900 * s/isc3-0.h (memmove): #define this to call safe_bcopy. 1993-06-16 20:52:40 +00:00
Jim Blandy
b3fb7fc34e * configure.in: Move clause for PC-compatible i386 box to the end
of the case statement, to avoid masking configurations below.
1993-06-16 20:49:26 +00:00
Jim Blandy
1b929d2579 * sysdep.c (closedir): Don't free directory buffer if it looks
like it and the DIR were malloced together.
1993-06-16 20:31:01 +00:00
Jim Blandy
37fd7901b2 * sysdep.c [ultrix] (init_sys_modes): Don't set LLITOUT; it
disables the meta key.
1993-06-16 20:02:58 +00:00
Richard M. Stallman
78e367e9ae (parens-require-spaces): Var renamed and sense changed.
(insert-parentheses): Corresponding changes.
1993-06-16 19:34:11 +00:00
Richard M. Stallman
5bd65b3b64 (rmail-output): Use insert-file-contents to look at
beginning of output file.
1993-06-16 19:24:34 +00:00
Richard M. Stallman
76d8cb227a (x-switch-definitions): Fix -iconic. 1993-06-16 17:51:16 +00:00
Richard M. Stallman
b44b7ab002 (byte-compile-file-form-defmumble): Typo in prev change. 1993-06-16 17:42:48 +00:00
Jim Blandy
bfb7b57017 Bring mumbleclean targets into conformance with GNU coding standards.
* Makefile.in (mostlyclean): New target.
	(clean): Just call mostlyclean.  Get rid of ../etc/DOC too.
	(distclean): Use clean to do most of the work.
	Get rid of ../etc/DOC-* too.
	(realclean): New target.
1993-06-16 16:32:32 +00:00
Jim Blandy
e87f38ef9d * buffer.c (list_buffers_1): Return the desired point.
(Flist_buffers): Put point there in the buffer summary.
1993-06-16 16:29:40 +00:00
Jim Blandy
1c7e6fbca7 entered into RCS 1993-06-16 15:45:33 +00:00
Jim Blandy
30945baf85 * configure.in (version): Check the X libraries for XrmSetDatabase
and random, and see if we have -lXbsd.
1993-06-16 15:09:42 +00:00
Jim Blandy
eebae3dd5c * xdisp.c (redisplay_window): No need to subtract BEGV to compute
the scroll bar handle's end.
1993-06-16 14:13:15 +00:00
Richard M. Stallman
86f46642b7 (TAGS): cd to src to run etags. 1993-06-16 06:47:09 +00:00
Richard M. Stallman
e74fbc701a Calls to access_keymap updated. 1993-06-16 06:46:27 +00:00
Richard M. Stallman
07a675b77b (xmenu_show): Store 0 in *ERROR at the beginning.
(Fx_popup_menu): Call keymap_panes right in one-keymap case.
1993-06-15 23:17:10 +00:00
Richard M. Stallman
01906bcac9 (server-process-filter): Use server-switch-buffer. 1993-06-15 23:11:38 +00:00
Richard M. Stallman
fce222c7f0 (gud-xdb-directories): Renamed from gud-xdb-paths.
Defvar moved earlier.  All uses changed.
(gud-xdb-debugger-startup): Rename local var `paths'.
(gud-xdb-file-name): Likewise.
1993-06-15 21:04:48 +00:00
Richard M. Stallman
cbd1f89c79 (inferior-lisp-buffer): Move defvar earlier. 1993-06-15 21:00:33 +00:00
Richard M. Stallman
3af1a1f3c2 (define-mail-alias): Remove excess whitespace better. 1993-06-15 20:51:15 +00:00
Richard M. Stallman
51e4ece8a5 (define-mail-abbrev): Renamed from define-mail-alias.
(build-mail-abbrevs): Use new name.
1993-06-15 20:50:11 +00:00
Richard M. Stallman
b2b01bfa21 (build-mail-abbrevs): Pass just two args to define-mail-alias. 1993-06-15 20:36:10 +00:00
Richard M. Stallman
e13b624a0f (byte-compile-file-form-defmumble): Use defalias
for named function, even if no doc string.
1993-06-15 19:29:59 +00:00