1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

3610 Commits

Author SHA1 Message Date
Jim Blandy
c45a630685 * picture.el (move-to-column-force): If column is negative, go
flush left.
1993-06-11 10:11:33 +00:00
Jim Blandy
1f3696d7df * simple.el (hscroll-point-visible): Work as documented in the
docstring for hscroll-step.
1993-06-11 09:45:20 +00:00
Richard M. Stallman
e54f12273a (Fset_text_properties): No special case for props = nil. 1993-06-11 07:29:55 +00:00
Richard M. Stallman
a910736011 (Fx_list_fonts): If names is 0, just return nil. 1993-06-11 07:14:12 +00:00
Jim Blandy
0c94f6ee88 * xterm.c (x_new_font): If font_names is zero, that's all the
indication we get that no matches were found.
1993-06-11 07:02:36 +00:00
Richard M. Stallman
2dab780287 (lisp-indent-function): Look for either
lisp-indent-hook or lisp-indent-function property.
1993-06-11 07:00:05 +00:00
Jim Blandy
34fc388296 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.
	(LIBX11_SYSTEM): Link against the static -lc, not -lc_s.
1993-06-11 06:49:23 +00:00
Jim Blandy
46336f7ad1 * s/isc3-0.h (LIB_X11_LIB): #undef this, to remove the value
inherited from usg5-3.h; ISC doesn't have libX11_s.
1993-06-11 06:43:42 +00:00
Jim Blandy
efe15b83b9 * configure.in: Pass "-Isrc" to the CPP we run to examine the
s/*.h and m/*.h files.  Martin Tomes
	<mt00@controls.eurotherm.co.uk> says ISC Unix 3.0.1 needs it.
1993-06-11 06:36:45 +00:00
Richard M. Stallman
4ea836c185 (make-backup-files): Doc fix. 1993-06-11 05:59:16 +00:00
Richard M. Stallman
2a8386146c Comment change. 1993-06-11 05:56:00 +00:00
Richard M. Stallman
ad4ec84a08 (Fdescribe_vector): Use current buf, not standard-output.
(describe_vector_princ): Add newline at end.

(store_in_keymap, access_keymap): Use CHAR_META
when clearing excess high bits.
1993-06-11 04:16:13 +00:00
Richard M. Stallman
5009d9f0d4 (rmail-primary-inbox-list): Use defvar, not defconst. 1993-06-11 03:56:44 +00:00
Richard M. Stallman
fec33c0b30 (basic-save-buffer): Cal auto-save-mode with t as arg
if and only if auto save was off and default is on.
(set-visited-file-name): Likewise.
1993-06-10 23:35:18 +00:00
Richard M. Stallman
23efee2ce4 (append-to-buffer): Interactively, supply all 3 args.
Allow nonexistent buffers.
1993-06-10 23:06:50 +00:00
Richard M. Stallman
6992e6b7a7 Move i386-prime-sysv* and i386-sequent-bsd*
above the general i386 alternative.
1993-06-10 23:04:01 +00:00
Richard M. Stallman
dc606f020d (calculate-c++-indent): Respect
c-continued-brace-offset (as in c-mode.el).
1993-06-10 22:58:01 +00:00
Richard M. Stallman
7d3221d7e3 (hack-one-local-variable): Treat ...-hook(s) and ..-function(s)
like setting the `eval' variable.
1993-06-10 21:31:56 +00:00
Richard M. Stallman
c2225d0026 (Fload): Forward all 4 args to magic-name handler.
(syms_of_lread): Set up Qload.
(Fload): Handle magic file names.
1993-06-10 21:15:55 +00:00
Richard M. Stallman
e98dda8986 (abbreviate-file-name): Make abbreviated-home-dir
from `~/', not from just `~'.
1993-06-10 20:44:12 +00:00
Richard M. Stallman
a6c5a8dd70 Doc fixes.
(ispell-command, ispell-command-options): New defvars.
(start-ispell): Use them.
1993-06-10 20:35:05 +00:00
Jim Blandy
8760d5df1f *** empty log message *** 1993-06-10 20:28:32 +00:00
Richard M. Stallman
644b477c86 (Fscroll_left): Make argument optional.
(Fscroll_right): Ditto.

(Fprevious_window): When changing frames,
use the new frame's minibuffer if any.
1993-06-10 20:08:25 +00:00
Richard M. Stallman
442c9ab627 (ange-ftp-multi-msgs): Add 331-. 1993-06-10 18:46:48 +00:00
Richard M. Stallman
526504b86f (Man-mode): Run Man-mode-hook. 1993-06-10 17:48:36 +00:00
Richard M. Stallman
a857ed136a (bibtex-mode-map): Use tex-insert-quote, not TeX-... 1993-06-10 17:42:39 +00:00
Jim Blandy
118c9082db Formatting change. 1993-06-10 13:11:27 +00:00
Jim Blandy
5e90137963 * frame.el (frame-initialize): When deleting geometry
specifications from initial-frame-alist, remember that they may
	occur more than once, and do, if the -geometry option was
	specified as well as a .geometry resource.
1993-06-10 13:10:00 +00:00
Jim Blandy
2d52e48f10 * search.c (Flooking_at, Fstring_match, fast_string_match,
search_buffer): Don't block input while calling searching and
	matching functions.  These functions may not call malloc under
	Emacs anyway, and we need to be able to check for C-g.
1993-06-10 12:52:31 +00:00
Jim Blandy
85be31013c *** empty log message *** 1993-06-10 12:50:56 +00:00
Jim Blandy
ada464a7f3 * scroll-bar.el (scroll-bar-mode): Variable deleted.
(scroll-bar-mode): Function changed to consult default-frame-alist
	instead of the variable.
1993-06-10 12:18:36 +00:00
Jim Blandy
1c595d45c4 * gnus.el (gnus-start-news-server): If no server has been
specificed, but gnus-nntp-service is nil, don't ask for a server
	name; use the local host.
1993-06-10 11:46:43 +00:00
Jim Blandy
92b281339a * ange-ftp.el (ange-ftp-make-directory): Take second optional
argument parents, like the original.  Implement it.
1993-06-10 11:39:44 +00:00
Jim Blandy
17df4d9dae * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
matches .newsrc lines for better performance under the new regexp
	routines.
1993-06-10 10:40:16 +00:00
Jim Blandy
407865ffc9 * syntax.c (scan_lists, Fforward_comment): Call scan_sexps_forward
with the proper number of arguments.
1993-06-10 10:28:58 +00:00
Jim Blandy
91d10fa88d Typo. 1993-06-10 09:32:18 +00:00
Jim Blandy
29478cc523 Doc fix. 1993-06-10 07:22:07 +00:00
Jim Blandy
18710add3c * compile.el (compilation-error-list): When we haven't yet
generated a marker for the source position of an error message,
	store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
	LINE-NUMBER).  Doc fix.
	(next-error, compilation-parse-errors): Adjusted appropriately.
1993-06-10 07:17:33 +00:00
Jim Blandy
1cda1ca1a6 * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.
	* m/delta.h: Don't #define SHORT_FILE_NAMES; autoconf does this
	for us.
1993-06-10 06:23:04 +00:00
Jim Blandy
411c533fd2 * sysdep.c: Remove clause for DGUX support of FASYNC; add clause
to #undef FASYNC if BROKEN_FASYNC is #defined.
1993-06-10 06:21:19 +00:00
Jim Blandy
fe5de4788f * configure.in: Use AC_LONG_FILE_NAMES. 1993-06-10 06:20:06 +00:00
Jim Blandy
6c10d0cda5 * filelock.c: Test HAVE_LONG_FILE_NAMES, not SHORT_FILE_NAMES, to
interface nicely with autoconf.
1993-06-10 06:19:30 +00:00
Jim Blandy
dea95cc230 * s/dgux.h (BROKEN_FASYNC): #define this. 1993-06-10 06:11:55 +00:00
Jim Blandy
d1ae7d261b * s/dgux.h: Changes from Paul M Reilly <pmr@rock.concert.net>:
(BSD4_4, SVR4, HAVE_SETSID, HAVE_UNIX_DOMAIN): #define these.
	(FIRST_PTY_LETTER): This is 'r', not 'p'.
	(HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Don't #define these.
	(HAVE_TERMIOS): #define these instead.
	(XREBINDKEYSYM):  Don't #define.
	Test THIS_IS_YMAKEFILE instead of MAKING_MAKEFILE.
	(sigmask, sigpause): #undef these after #including <signal.h>.
	(LD_SWITCH_SYSTEM, START_FILES, LIBS_SYSTEM, LIB_GCC): #define
	these to avoid problems with /lib/crt0.o.
	(C_DEBUG_SWITCH, C_OPTIMIZE_SWITCH): #define these.
1993-06-10 06:05:05 +00:00
Jim Blandy
b86d694ea0 * configure.in: Recognize configuration name for Data General
AViiON machines.
1993-06-10 05:46:10 +00:00
Jim Blandy
a5a44b9105 * fileio.c (Frename_file): Pass all arguments to the file name handler.
* eval.c (call4): New function.
1993-06-10 05:21:01 +00:00
Roland McGrath
5ac622b201 *** empty log message *** 1993-06-09 20:28:35 +00:00
Jim Blandy
9e47973421 * s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this. 1993-06-09 12:53:35 +00:00
Jim Blandy
4e23f2ba8b * emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
	which declare prototypes for this.
	* emacsclient.c (main): Same.
1993-06-09 12:45:26 +00:00
Jim Blandy
2fdfe0796e * emacsserver.c (main): When we're passing a `struct sockaddr_un'
to bind or accept, cast the pointer, to avoid warnings on systems
	which declare prototypes for this.
1993-06-09 12:41:31 +00:00