1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00
Commit graph

3008 commits

Author SHA1 Message Date
Richard M. Stallman
6291710025 Don't #undef NULL. 1993-05-24 22:35:11 +00:00
Richard M. Stallman
01d0071958 (C_SWITCH_MACHINE): Definition deleted. 1993-05-24 22:34:52 +00:00
Richard M. Stallman
bf77ce530a (jump-to-register): Don't fail if frame-configuration-p is unbound. 1993-05-24 22:12:29 +00:00
Richard M. Stallman
9daefb36fa (cd): Set cd-path to a list. 1993-05-24 21:45:20 +00:00
Roland McGrath
7ee260fe39 *** empty log message *** 1993-05-24 21:41:18 +00:00
Richard M. Stallman
0e2f4e59a5 (x-select-text): New arg PUSH. 1993-05-24 21:19:42 +00:00
Richard M. Stallman
39479f7efa (x-set-cut-buffer): New arg PUSH. 1993-05-24 21:19:26 +00:00
Richard M. Stallman
9f112a3d4c (kill-new): Pass t as 2nd arg to interprogram-cut-function. 1993-05-24 21:19:08 +00:00
Jim Blandy
798aa8d0a7 * disp-table.el (standard-display-default): New function.
(standard-display-european): New command.
1993-05-24 21:13:21 +00:00
Richard M. Stallman
b320926ac6 (Fread_file_name): If input is empty, do return the default
even if !insert_default_directory.
1993-05-24 21:09:38 +00:00
Jim Blandy
883047b99c * buffer.c (Fmake_overlay): Put beg and end in the
right order.
	(Fmove_overlay): If beg and end are markers, make sure they're in
	the right buffer.
1993-05-24 20:57:32 +00:00
Richard M. Stallman
af395ec10e (XTread_socket): For ConfigureNotify event,
translate coordinates if send_event field is false
provided the x-coord value is not large.
1993-05-24 19:54:15 +00:00
Richard M. Stallman
c3e46f0c63 (shell-command): Don't activate mark even momentarily. 1993-05-24 18:46:13 +00:00
Jim Blandy
a706b8084a * make-docfile.c: Doc fix. 1993-05-24 18:05:21 +00:00
Richard M. Stallman
c0f0a4a2c3 Fix typo in last change. 1993-05-24 17:45:04 +00:00
Richard M. Stallman
04f4386e0d (NO_MATHERR): Defined. 1993-05-24 17:44:37 +00:00
Richard M. Stallman
f89182a25c [NO_MATHERR]: Undef HAVE_MATHERR. 1993-05-24 17:44:10 +00:00
Jim Blandy
6a5e824322 * configure.in: For generic IBM PC boxes, insist on "unknown" for
the manufacturer - the more general case was blocking other i386
	configuration names below, and that's how the names are written in
	MACHINES anyway.
1993-05-24 17:43:47 +00:00
Richard M. Stallman
084fd64ac9 (create_process): Ignore retval from TIOCSTTY.
(sys_siglist) [LINUX]: Don't even declare it.
1993-05-24 17:13:24 +00:00
Jim Blandy
e94817d7cd * make-dist: When breaking links, remove the link before moving
the copy onto it, to avoid interactive behavior.
1993-05-24 16:18:33 +00:00
Jim Blandy
fe7cd06e97 * Makefile.in: Doc fix. 1993-05-24 16:01:41 +00:00
Jim Blandy
1e3255d849 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
appropriate.
1993-05-24 15:59:44 +00:00
Jim Blandy
6a7a4c074e *** empty log message *** 1993-05-24 15:57:15 +00:00
Jim Blandy
9ff5de0791 * timer.c (xmalloc): Include definition for this, to placate the C
version of alloca.
	* Makefile.in (timer.o): Link with alloca.o, if it's appropriate.
1993-05-24 15:39:31 +00:00
Jim Blandy
e7c7295c91 * fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to
ro_fsys, not XSTRING (foo).
1993-05-24 15:22:47 +00:00
Jim Blandy
9696f58be7 * xterm.c (x_new_font): Reject fonts with varying spacing. We
don't support them yet.
	* xfns.c (x_set_font): Report the error message properly.
1993-05-24 15:04:07 +00:00
Jim Blandy
c7e1d890ae * xterm.c (x_new_font): Reject fonts with varying spacing. We
don't support them yet.
	* xfns.c (x_set_font): Report the error message properly.

	* xfns.c (Fx_parse_geometry): No need to call check_x here; it
	doesn't interact with the server at all, and we need it in order
	to create our first frame.
1993-05-24 15:03:32 +00:00
Jim Blandy
dad297617d * s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.
* s/linux.h (HAVE_SETSID): Defined.
	(HAVE_SOCKETS): Defined.
1993-05-24 15:01:31 +00:00
Jim Blandy
71e683dd74 * case-table.el, disp-table.el, finder.el, iso-ascii.el,
iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el,
	swedish.el: Change "i14n" keyword to "i18n".
	* finder.el (finder-compile-keywords): Replacement unnecessary.
1993-05-24 08:01:32 +00:00
Jim Blandy
a1d15b3e90 Change "i14n" keyword to "i18n". 1993-05-24 07:55:58 +00:00
Jim Blandy
44ee550f56 * configure.in: Doc fix. 1993-05-24 07:02:01 +00:00
Jim Blandy
86ddcc58d5 * configure.in: Add support for the `--exec-prefix' option.
* Makefile.in: Accept that support.

	* configure.in: Use the AC_PROG_INSTALL macro.
	* Makefile.in (INSTALL): Variable removed.
	(INSTALL_PROGRAM, INSTALL_DATA): Accept these values from configure.
1993-05-24 06:08:13 +00:00
Jim Blandy
261518d9ce * Makefile.in (install): Refer to the variables INSTALLABLES and
INSTALLABLE_SCRIPTS, instead of writing them out.
1993-05-24 05:54:23 +00:00
Jim Blandy
2e903afbc7 * syssignal.h (sys_signal): Declare the second argument to have
type signal_handler_t.  We're told this is necessary for Linux.
1993-05-24 05:12:22 +00:00
Richard M. Stallman
dfd29450bf (menu-bar-mode): Doc fix. 1993-05-24 05:06:35 +00:00
Jim Blandy
c55f453be0 * configure.in: Distinguish between hp800's and hp700's by calling
"uname -m".

	* configure.in: Distinguish between hp800's and hp700's by calling
	"uname -m".
1993-05-24 05:06:15 +00:00
Richard M. Stallman
6cb37d9791 (NO_GET_LOAD_AVG): Define, if __GNUC__. 1993-05-24 05:02:24 +00:00
Jim Blandy
2cb20a51b5 * s-hpux8.h (NO_SIOCTL_H): Defined. 1993-05-24 03:39:58 +00:00
Jim Blandy
cf026b25cc * syssignal.h: Don't #include <signal.h>
* alloc.c: #include <signal.h>, but before "config.h".
1993-05-24 02:32:33 +00:00
Jim Blandy
0b9be2e709 * lucid.el (switch-to-other-buffer): Build the list of acceptable
buffers properly.
1993-05-24 02:12:13 +00:00
Jim Blandy
19fac29988 * faces.el (make-face): Change interactive spec to 'S'. 1993-05-24 01:58:58 +00:00
Richard M. Stallman
c7a464d03d (ange-ftp-raw-send-cmd): Allow quitting during accept-process-output. 1993-05-24 00:12:05 +00:00
Richard M. Stallman
11ae94fe1a (check_x): New function.
Call it in almost every Lisp function in this file.
(x_set_menu_bar_lines_1): Pass both args in recursive call.
1993-05-24 00:04:18 +00:00
Richard M. Stallman
ebc64af3a0 (Fset_face_attribute_internal): Don't call unload_font
for the frame's own font.
1993-05-24 00:03:08 +00:00
Richard M. Stallman
6515fde491 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Default to nil if the locale never has DST.
1993-05-24 00:00:19 +00:00
Richard M. Stallman
149319735c (finder-known-keywords): Use i18n, not i14n.
(finder-compile-keywords): Substitute i18n for i14n.
Turn off undo in *finder-scratch*.  Ignore file names starting with =.
(finder-mode, finder-current-item): Rename headmark to finder-headmark.
(finder-list-matches, finder-list-keywords): Likewise.
1993-05-23 23:10:14 +00:00
Richard M. Stallman
f62d1f9ff1 Call set-case-..., not standard-case-... 1993-05-23 22:45:18 +00:00
Richard M. Stallman
00fc94d02f (Fcurrent_time_zone): Make `am' an int, not long. 1993-05-23 22:41:44 +00:00
Jim Blandy
94823a5eee Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
	using GCC.
	(NEED_SIOCTL): Move this to...
	* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
	necessary in irix4-0.h.
	* s/irix4-0.h: Remove declaration of getpty; apparently Irix 4.0
	already declares this elsewhere.
	(PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it.
	* m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h,
	s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.

	* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
	using GCC.
1993-05-23 22:31:53 +00:00
Jim Blandy
00c582c721 Changes for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
* m/iris4d.h, m/iris5d.h: Don't use the --cckr CC switch if we're
	using GCC.
	(NEED_SIOCTL): Move this to...
	* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
	necessary in irix4-0.h.
	* s/irix4-0.h: Remove declaration of getpty; apparently Irix 4.0
	already declares this elsewhere.
	(PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it.
	* m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h,
	s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.
1993-05-23 22:30:42 +00:00