bpt/emacs.git
31 years ago* xterm.h: New section for declarations for xfaces.c.
Jim Blandy [Tue, 25 May 1993 14:02:58 +0000 (14:02 +0000)]
* xterm.h: New section for declarations for xfaces.c.
(init_frame_faces, free_frame_faces, intern_face,
face_name_id_number, same_size_fonts, recompute_basic_faces,
compute_char_face, compute_glyph_face): Declare these here.
* xfaces.c (same_size_fonts): We can now remove this extern
declaration.
* xfns.c (face_name_id_number): Likewise.
* xterm.c (intern_face): Likewise.

* xfaces.c (build_face, unload_font, free_frame_faces): Don't
forget to block input while making X calls.

Treat faces as structures specifying modifications to the frame's
parameters, rather than things which need to specify a complete
set of parameters by themselves.
* xfaces.c (init_frame_faces): Don't set up the two frame display
faces by querying the GC - just leave all their fields blank, and
call recompute_basic_faces, letting build_face do the work of
consulting the frame when necessary.
(recompute_basic_faces): New function.
(compute_base_faces): New function for obtaining the "identity"
for compute_char_face and compute_glyph_face.
(compute_char_face, compute_glyph_face): Call it, instead of copying
FRAME_DEFAULT_FACE.
* xfns.c (x_make_gc): No need to call init_frame_faces here.

* xfaces.c (intern_frame_face): This can be static.

* dispextern.h (struct face): New field - `copy', to help us with
resource allocation.
* xfaces.c (free_frame_faces): Do free the first two faces; don't
free anything from a face that's a copy.
(intern_frame_face): Mark every face we intern as a copy; its
resources are actually a combination of the real faces.
(Fset_face_attribute_internal): No need to check if we're trying
to free one of the frame's GC's; they never enter into the
picture.

* xfns.c (Fx_list_fonts): New function.
(face_name_id_number): Add extern declaration for this.
* xfaces.c (face_name_id_number): Make this externally visible,
and make the FRAME argument a FRAME_PTR, not a Lisp_Object.
(compute_char_face): Call face_name_id_number properly.

31 years ago* dispextern.h (struct face): New field - `copy', to help us with
Jim Blandy [Tue, 25 May 1993 14:01:54 +0000 (14:01 +0000)]
* dispextern.h (struct face): New field - `copy', to help us with
resource allocation.
* xfaces.c (free_frame_faces): Do free the first two faces; don't
free anything from a face that's a copy.
(intern_frame_face): Mark every face we intern as a copy; its
resources are actually a combination of the real faces.
(Fset_face_attribute_internal): No need to check if we're trying
to free one of the frame's GC's; they never enter into the
picture.

31 years ago* startup.el (command-line-1): Don't handle `-i'. We're
Jim Blandy [Tue, 25 May 1993 13:22:21 +0000 (13:22 +0000)]
* startup.el (command-line-1): Don't handle `-i'.  We're
abandoning the `insert file' meaning in favor of the `use a
bitmapped icon' meaning.

31 years ago* faces.el (set-face-font): Call x-resolve-font-name on the font
Jim Blandy [Tue, 25 May 1993 13:19:28 +0000 (13:19 +0000)]
* faces.el (set-face-font): Call x-resolve-font-name on the font
before including it in the face.
(x-resolve-font-name): New function.

31 years ago* x-win.el (command-switch-alist, x-switch-definitions): Treat
Jim Blandy [Tue, 25 May 1993 13:17:52 +0000 (13:17 +0000)]
* x-win.el (command-switch-alist, x-switch-definitions): Treat
`-i' like `-itype', as in Emacs 18.

31 years ago* casetab.c: Fix formatting, so as not to confuse etags.
Jim Blandy [Tue, 25 May 1993 13:03:47 +0000 (13:03 +0000)]
* casetab.c: Fix formatting, so as not to confuse etags.

31 years ago* x-win.el (x-select-text): New arg PUSH.
Jim Blandy [Tue, 25 May 1993 10:23:48 +0000 (10:23 +0000)]
* x-win.el (x-select-text): New arg PUSH.
(x-switch-definitions): Represent -r as `reverse' option.

31 years agoFix the fix.
Jim Blandy [Tue, 25 May 1993 09:26:44 +0000 (09:26 +0000)]
Fix the fix.

31 years ago* xfaces.c (merge_faces): You can't tell if a font is a
Jim Blandy [Tue, 25 May 1993 07:03:38 +0000 (07:03 +0000)]
* xfaces.c (merge_faces): You can't tell if a font is a
character-cell font or not by testing whether or not it has a
per_char table.  They all do.
* xterm.c (x_new_font): Same deal.

31 years ago* xfns.c (Fx_list_fonts): New function.
Jim Blandy [Tue, 25 May 1993 06:59:12 +0000 (06:59 +0000)]
* xfns.c (Fx_list_fonts): New function.
(same_size_fonts): Function moved here from xfaces.c.
(face_name_id_number): Add extern declaration for this.
* xfaces.c (same_size_fonts): Moved to xfns.c.  Left an extern
declaration behind.
(face_name_id_number): Make this externally visible, and make the
FRAME argument a FRAME_PTR, not a Lisp_Object.
(compute_char_face): Call face_name_id_number properly.

* xfaces.c (unload_color): Don't free the pixel for now.

* xfaces.c (merge_faces): You can't tell if a font is a
character-cell font or not by testing whether or not it has a
per_char table.  They all do.

31 years ago* paths.h (PATH_INFO): New path, to edited by the configuration
Jim Blandy [Tue, 25 May 1993 06:38:43 +0000 (06:38 +0000)]
* paths.h (PATH_INFO): New path, to edited by the configuration
process.
* callproc.c (Vconfigure_info_directory): New variable, used
internally by build process.
(syms_of_callproc): DEFVAR it and initialize it.

31 years ago* m/iris4d.h: Dyke out the section which specifies how to get the
Jim Blandy [Tue, 25 May 1993 06:25:07 +0000 (06:25 +0000)]
* m/iris4d.h: Dyke out the section which specifies how to get the
load average.

31 years ago* paths.el (Info-default-directory-list): Add ../../info.
Jim Blandy [Tue, 25 May 1993 06:22:21 +0000 (06:22 +0000)]
* paths.el (Info-default-directory-list): Add ../../info.

31 years ago* disp-table.el (standard-display-european): Doc fix. Make
Jim Blandy [Tue, 25 May 1993 06:21:35 +0000 (06:21 +0000)]
* disp-table.el (standard-display-european): Doc fix.  Make
this autoload.  Make it respond to prefix arg like a minor mode.

31 years ago* Makefile.in (src/paths.h): Edit the `infodir' variable into this
Jim Blandy [Tue, 25 May 1993 06:18:24 +0000 (06:18 +0000)]
* Makefile.in (src/paths.h): Edit the `infodir' variable into this
too, as the value of the PATH_INFO macro.

* Makefile.in (install): Split this into `install' and
`do-install', to give people more control over exactly what gets
done.
(do-install): New target, containing the guts of `install'.  Don't
remove and recreate the directories inside the copying loop - do
it all before the copying loop.  Pass more flags to the lib-src
make.
(mkdir): Create ${infodir}, ${mandir}, and ${sitelispdir} here, to
avoid errors and warnings.

31 years ago* configure.in: Check to see if the source lives in the same
Jim Blandy [Tue, 25 May 1993 04:56:17 +0000 (04:56 +0000)]
* configure.in: Check to see if the source lives in the same
directory as the configure script.

31 years ago* keyboard.c (Fcurrent_input_mode): Use XFASTINT to build the last
Jim Blandy [Tue, 25 May 1993 04:53:07 +0000 (04:53 +0000)]
* keyboard.c (Fcurrent_input_mode): Use XFASTINT to build the last
element of the return value, not XSETINT.

31 years ago* configure.in: Recognize configuration names for i860 boxes
Jim Blandy [Tue, 25 May 1993 04:39:28 +0000 (04:39 +0000)]
* configure.in: Recognize configuration names for i860 boxes
running SYSV.

31 years ago(find-file-read-only-other-window): Use find-file-other-window.
Richard M. Stallman [Tue, 25 May 1993 03:56:02 +0000 (03:56 +0000)]
(find-file-read-only-other-window): Use find-file-other-window.

31 years agoChanges for OSF/1:
Jim Blandy [Tue, 25 May 1993 03:05:38 +0000 (03:05 +0000)]
Changes for OSF/1:
* mem-limits.h [__osf__ && (__mips || mips)]: #include
<sys/time.h> and <sys/resource.h>.
(get_lim_data): OSF wants a definition like BSD4_2's.
* s/osf1.h: #include "bsd4-3.h", not "s-bsd4-3.h".

31 years ago(lispy_function_keys): Add kp-numlock. Fix kp-backspace.
Richard M. Stallman [Tue, 25 May 1993 02:53:28 +0000 (02:53 +0000)]
(lispy_function_keys): Add kp-numlock.  Fix kp-backspace.

31 years agoSome makes can't handle form feed characters in their makefiles.
Jim Blandy [Tue, 25 May 1993 02:42:54 +0000 (02:42 +0000)]
Some makes can't handle form feed characters in their makefiles.
* s/usg5-3.h: Remove form feed.
* s/template.h, m/template.h: Remove form feeds.

31 years agos/
Jim Blandy [Tue, 25 May 1993 02:42:40 +0000 (02:42 +0000)]
s/

31 years ago(Info-default-directory-list): Add ../../info.
Richard M. Stallman [Tue, 25 May 1993 02:33:03 +0000 (02:33 +0000)]
(Info-default-directory-list): Add ../../info.

31 years ago(frame-initialize): Handle `reverse' as parameter.
Richard M. Stallman [Tue, 25 May 1993 02:28:39 +0000 (02:28 +0000)]
(frame-initialize): Handle `reverse' as parameter.

31 years ago(x-create-frame-with-faces): Handle `reverse' as parameter.
Richard M. Stallman [Tue, 25 May 1993 02:28:03 +0000 (02:28 +0000)]
(x-create-frame-with-faces): Handle `reverse' as parameter.

31 years ago* xfns.c (select_visual): Include the screen number in the
Jim Blandy [Tue, 25 May 1993 02:18:33 +0000 (02:18 +0000)]
* xfns.c (select_visual): Include the screen number in the
template of things XGetVisualInfo must match.
* xfns.c (Fx_list_fonts): New function.
(same_size_fonts): Function moved here from xfaces.c.
(face_name_id_number): Add extern declaration for this.

31 years ago(Info-suffix-list): Fix duplicate .z to .info.z.
Richard M. Stallman [Tue, 25 May 1993 02:03:52 +0000 (02:03 +0000)]
(Info-suffix-list): Fix duplicate .z to .info.z.

31 years ago(NO_GET_LOAD_AVG): Test _M88KBCS_TARGET, not __GNUC__.
Richard M. Stallman [Tue, 25 May 1993 01:05:04 +0000 (01:05 +0000)]
(NO_GET_LOAD_AVG): Test _M88KBCS_TARGET, not __GNUC__.

31 years ago(XTread_socket, ConfigureNotify case):
Richard M. Stallman [Tue, 25 May 1993 01:00:21 +0000 (01:00 +0000)]
(XTread_socket, ConfigureNotify case):
Convert from parent window, not Emacs window.
(XTread_socket): Handle ReparentNotify events.

(XTread_socket): For ConfigureNotify event,
translate coordinates if send_event field is false
provided the x-coord value is not large.

31 years ago*** empty log message ***
Richard M. Stallman [Tue, 25 May 1993 00:43:37 +0000 (00:43 +0000)]
*** empty log message ***

31 years ago(dired-flag-backup-files): Speedup:
Richard M. Stallman [Mon, 24 May 1993 23:03:04 +0000 (23:03 +0000)]
(dired-flag-backup-files): Speedup:
check explicitly for ~ at end of line.
(dired-flag-auto-save-files): Similar change.

31 years ago(modify_event_symbol): If a name_table elt is null,
Richard M. Stallman [Mon, 24 May 1993 22:58:54 +0000 (22:58 +0000)]
(modify_event_symbol): If a name_table elt is null,
generate a name to use.  Don't crash.

31 years agoDon't #undef NULL.
Richard M. Stallman [Mon, 24 May 1993 22:35:11 +0000 (22:35 +0000)]
Don't #undef NULL.

31 years ago(C_SWITCH_MACHINE): Definition deleted.
Richard M. Stallman [Mon, 24 May 1993 22:34:52 +0000 (22:34 +0000)]
(C_SWITCH_MACHINE): Definition deleted.

31 years ago(jump-to-register): Don't fail if frame-configuration-p is unbound.
Richard M. Stallman [Mon, 24 May 1993 22:12:29 +0000 (22:12 +0000)]
(jump-to-register): Don't fail if frame-configuration-p is unbound.

31 years ago(cd): Set cd-path to a list.
Richard M. Stallman [Mon, 24 May 1993 21:45:20 +0000 (21:45 +0000)]
(cd): Set cd-path to a list.

31 years ago*** empty log message ***
Roland McGrath [Mon, 24 May 1993 21:41:18 +0000 (21:41 +0000)]
*** empty log message ***

31 years ago(x-select-text): New arg PUSH.
Richard M. Stallman [Mon, 24 May 1993 21:19:42 +0000 (21:19 +0000)]
(x-select-text): New arg PUSH.

31 years ago(x-set-cut-buffer): New arg PUSH.
Richard M. Stallman [Mon, 24 May 1993 21:19:26 +0000 (21:19 +0000)]
(x-set-cut-buffer): New arg PUSH.

31 years ago(kill-new): Pass t as 2nd arg to interprogram-cut-function.
Richard M. Stallman [Mon, 24 May 1993 21:19:08 +0000 (21:19 +0000)]
(kill-new): Pass t as 2nd arg to interprogram-cut-function.

31 years ago* disp-table.el (standard-display-default): New function.
Jim Blandy [Mon, 24 May 1993 21:13:21 +0000 (21:13 +0000)]
* disp-table.el (standard-display-default): New function.
(standard-display-european): New command.

31 years ago(Fread_file_name): If input is empty, do return the default
Richard M. Stallman [Mon, 24 May 1993 21:09:38 +0000 (21:09 +0000)]
(Fread_file_name): If input is empty, do return the default
even if !insert_default_directory.

31 years ago* buffer.c (Fmake_overlay): Put beg and end in the
Jim Blandy [Mon, 24 May 1993 20:57:32 +0000 (20:57 +0000)]
* 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.

31 years ago(XTread_socket): For ConfigureNotify event,
Richard M. Stallman [Mon, 24 May 1993 19:54:15 +0000 (19:54 +0000)]
(XTread_socket): For ConfigureNotify event,
translate coordinates if send_event field is false
provided the x-coord value is not large.

31 years ago(shell-command): Don't activate mark even momentarily.
Richard M. Stallman [Mon, 24 May 1993 18:46:13 +0000 (18:46 +0000)]
(shell-command): Don't activate mark even momentarily.

31 years ago* make-docfile.c: Doc fix.
Jim Blandy [Mon, 24 May 1993 18:05:21 +0000 (18:05 +0000)]
* make-docfile.c: Doc fix.

31 years agoFix typo in last change.
Richard M. Stallman [Mon, 24 May 1993 17:45:04 +0000 (17:45 +0000)]
Fix typo in last change.

31 years ago(NO_MATHERR): Defined.
Richard M. Stallman [Mon, 24 May 1993 17:44:37 +0000 (17:44 +0000)]
(NO_MATHERR): Defined.

31 years ago[NO_MATHERR]: Undef HAVE_MATHERR.
Richard M. Stallman [Mon, 24 May 1993 17:44:10 +0000 (17:44 +0000)]
[NO_MATHERR]: Undef HAVE_MATHERR.

31 years ago* configure.in: For generic IBM PC boxes, insist on "unknown" for
Jim Blandy [Mon, 24 May 1993 17:43:47 +0000 (17:43 +0000)]
* 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.

31 years ago(create_process): Ignore retval from TIOCSTTY.
Richard M. Stallman [Mon, 24 May 1993 17:13:24 +0000 (17:13 +0000)]
(create_process): Ignore retval from TIOCSTTY.
(sys_siglist) [LINUX]: Don't even declare it.

31 years ago* make-dist: When breaking links, remove the link before moving
Jim Blandy [Mon, 24 May 1993 16:18:33 +0000 (16:18 +0000)]
* make-dist: When breaking links, remove the link before moving
the copy onto it, to avoid interactive behavior.

31 years ago* Makefile.in: Doc fix.
Jim Blandy [Mon, 24 May 1993 16:01:41 +0000 (16:01 +0000)]
* Makefile.in: Doc fix.

31 years ago* Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
Jim Blandy [Mon, 24 May 1993 15:59:44 +0000 (15:59 +0000)]
* Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's
appropriate.

31 years ago*** empty log message ***
Jim Blandy [Mon, 24 May 1993 15:57:15 +0000 (15:57 +0000)]
*** empty log message ***

31 years ago* timer.c (xmalloc): Include definition for this, to placate the C
Jim Blandy [Mon, 24 May 1993 15:39:31 +0000 (15:39 +0000)]
* 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.

31 years ago* fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to
Jim Blandy [Mon, 24 May 1993 15:22:47 +0000 (15:22 +0000)]
* fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to
ro_fsys, not XSTRING (foo).

31 years ago* xterm.c (x_new_font): Reject fonts with varying spacing. We
Jim Blandy [Mon, 24 May 1993 15:04:07 +0000 (15:04 +0000)]
* 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.

31 years ago* xterm.c (x_new_font): Reject fonts with varying spacing. We
Jim Blandy [Mon, 24 May 1993 15:03:32 +0000 (15:03 +0000)]
* 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.

31 years ago* s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.
Jim Blandy [Mon, 24 May 1993 15:01:31 +0000 (15:01 +0000)]
* s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.

* s/linux.h (HAVE_SETSID): Defined.
(HAVE_SOCKETS): Defined.

31 years ago* case-table.el, disp-table.el, finder.el, iso-ascii.el,
Jim Blandy [Mon, 24 May 1993 08:01:32 +0000 (08:01 +0000)]
* 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.

31 years agoChange "i14n" keyword to "i18n".
Jim Blandy [Mon, 24 May 1993 07:55:58 +0000 (07:55 +0000)]
Change "i14n" keyword to "i18n".

31 years ago* configure.in: Doc fix.
Jim Blandy [Mon, 24 May 1993 07:02:01 +0000 (07:02 +0000)]
* configure.in: Doc fix.

31 years ago* configure.in: Add support for the `--exec-prefix' option.
Jim Blandy [Mon, 24 May 1993 06:08:13 +0000 (06:08 +0000)]
* 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.

31 years ago* Makefile.in (install): Refer to the variables INSTALLABLES and
Jim Blandy [Mon, 24 May 1993 05:54:23 +0000 (05:54 +0000)]
* Makefile.in (install): Refer to the variables INSTALLABLES and
INSTALLABLE_SCRIPTS, instead of writing them out.

31 years ago* syssignal.h (sys_signal): Declare the second argument to have
Jim Blandy [Mon, 24 May 1993 05:12:22 +0000 (05:12 +0000)]
* syssignal.h (sys_signal): Declare the second argument to have
type signal_handler_t.  We're told this is necessary for Linux.

31 years ago(menu-bar-mode): Doc fix.
Richard M. Stallman [Mon, 24 May 1993 05:06:35 +0000 (05:06 +0000)]
(menu-bar-mode): Doc fix.

31 years ago* configure.in: Distinguish between hp800's and hp700's by calling
Jim Blandy [Mon, 24 May 1993 05:06:15 +0000 (05:06 +0000)]
* 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".

31 years ago(NO_GET_LOAD_AVG): Define, if __GNUC__.
Richard M. Stallman [Mon, 24 May 1993 05:02:24 +0000 (05:02 +0000)]
(NO_GET_LOAD_AVG): Define, if __GNUC__.

31 years ago* s-hpux8.h (NO_SIOCTL_H): Defined.
Jim Blandy [Mon, 24 May 1993 03:39:58 +0000 (03:39 +0000)]
* s-hpux8.h (NO_SIOCTL_H): Defined.

31 years ago* syssignal.h: Don't #include <signal.h>
Jim Blandy [Mon, 24 May 1993 02:32:33 +0000 (02:32 +0000)]
* syssignal.h: Don't #include <signal.h>
* alloc.c: #include <signal.h>, but before "config.h".

31 years ago* lucid.el (switch-to-other-buffer): Build the list of acceptable
Jim Blandy [Mon, 24 May 1993 02:12:13 +0000 (02:12 +0000)]
* lucid.el (switch-to-other-buffer): Build the list of acceptable
buffers properly.

31 years ago* faces.el (make-face): Change interactive spec to 'S'.
Jim Blandy [Mon, 24 May 1993 01:58:58 +0000 (01:58 +0000)]
* faces.el (make-face): Change interactive spec to 'S'.

31 years ago(ange-ftp-raw-send-cmd): Allow quitting during accept-process-output.
Richard M. Stallman [Mon, 24 May 1993 00:12:05 +0000 (00:12 +0000)]
(ange-ftp-raw-send-cmd): Allow quitting during accept-process-output.

31 years ago(check_x): New function.
Richard M. Stallman [Mon, 24 May 1993 00:04:18 +0000 (00:04 +0000)]
(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.

31 years ago(Fset_face_attribute_internal): Don't call unload_font
Richard M. Stallman [Mon, 24 May 1993 00:03:08 +0000 (00:03 +0000)]
(Fset_face_attribute_internal): Don't call unload_font
for the frame's own font.

31 years ago(calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Richard M. Stallman [Mon, 24 May 1993 00:00:19 +0000 (00:00 +0000)]
(calendar-daylight-savings-starts, calendar-daylight-savings-ends):
Default to nil if the locale never has DST.

31 years ago(finder-known-keywords): Use i18n, not i14n.
Richard M. Stallman [Sun, 23 May 1993 23:10:14 +0000 (23:10 +0000)]
(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.

31 years agoCall set-case-..., not standard-case-...
Richard M. Stallman [Sun, 23 May 1993 22:45:18 +0000 (22:45 +0000)]
Call set-case-..., not standard-case-...

31 years ago(Fcurrent_time_zone): Make `am' an int, not long.
Richard M. Stallman [Sun, 23 May 1993 22:41:44 +0000 (22:41 +0000)]
(Fcurrent_time_zone): Make `am' an int, not long.

31 years agoChanges for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
Jim Blandy [Sun, 23 May 1993 22:31:53 +0000 (22:31 +0000)]
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.

31 years agoChanges for SGI from Matthew J Brown <mjb@doc.ic.ac.uk>.
Jim Blandy [Sun, 23 May 1993 22:30:42 +0000 (22:30 +0000)]
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.

31 years ago* m/iris4d.h (NEED_SIOCTL): Move this to...
Jim Blandy [Sun, 23 May 1993 22:09:09 +0000 (22:09 +0000)]
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.

31 years ago* m/iris4d.h (NEED_SIOCTL): Move this to...
Jim Blandy [Sun, 23 May 1993 22:08:57 +0000 (22:08 +0000)]
* m/iris4d.h (NEED_SIOCTL): Move this to...
* s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not
necessary in irix4-0.h.

31 years agoRemove HAVE_RENAME; configure guesses that now.
Jim Blandy [Sun, 23 May 1993 22:03:39 +0000 (22:03 +0000)]
Remove HAVE_RENAME; configure guesses that now.

31 years ago* Makefile.in (C_SWITCH_X_SITE): New variable - get this from
Jim Blandy [Sun, 23 May 1993 21:49:20 +0000 (21:49 +0000)]
* Makefile.in (C_SWITCH_X_SITE): New variable - get this from
configure.in.
(oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this.

31 years ago* config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the
Jim Blandy [Sun, 23 May 1993 21:35:48 +0000 (21:35 +0000)]
* config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the
#defines to #undef's, so ../configure knows it should tweak them.

31 years ago* make-dist: Break intra-tree links.
Jim Blandy [Sun, 23 May 1993 21:16:12 +0000 (21:16 +0000)]
* make-dist: Break intra-tree links.

31 years ago* configure.in: Explain that this is an autoconf script, and give
Jim Blandy [Sun, 23 May 1993 21:04:16 +0000 (21:04 +0000)]
* configure.in: Explain that this is an autoconf script, and give
instructions for rebuilding configure from it.  Arrange to put
comments in configure explaining this too.

31 years ago* configure.in: Explain that this is an autoconf script.
Jim Blandy [Sun, 23 May 1993 20:50:09 +0000 (20:50 +0000)]
* configure.in: Explain that this is an autoconf script.

31 years ago* configure.in: Make the first line of the configure script be
Jim Blandy [Sun, 23 May 1993 20:39:16 +0000 (20:39 +0000)]
* configure.in: Make the first line of the configure script be
"#!/bin/sh".  Leaving the first line blank didn't work.

31 years ago* xterm.c (x_scroll_bar_report_motion): Set *TIME whether or not
Jim Blandy [Sun, 23 May 1993 20:04:26 +0000 (20:04 +0000)]
* xterm.c (x_scroll_bar_report_motion): Set *TIME whether or not
the mouse is over a scroll bar.

31 years ago* xfaces.c (Fset_face_attribute_internal): Don't free the frame's
Jim Blandy [Sun, 23 May 1993 20:01:34 +0000 (20:01 +0000)]
* xfaces.c (Fset_face_attribute_internal): Don't free the frame's
normal_gc or reverse_gc.

31 years ago* keyboard.c (make_lispy_movement): Deal properly with mouse
Jim Blandy [Sun, 23 May 1993 19:52:07 +0000 (19:52 +0000)]
* keyboard.c (make_lispy_movement): Deal properly with mouse
motion outside of all windows.

31 years ago* lisp.h (GLYPH_FACE): Remember that the face portion of a glyph
Jim Blandy [Sun, 23 May 1993 19:23:38 +0000 (19:23 +0000)]
* lisp.h (GLYPH_FACE): Remember that the face portion of a glyph
can be 24 bits, not just eight.

31 years ago(main): Return 0.
Richard M. Stallman [Sun, 23 May 1993 18:52:53 +0000 (18:52 +0000)]
(main): Return 0.

31 years agoMove signal.h and stdio.h before config.h.
Richard M. Stallman [Sun, 23 May 1993 18:09:41 +0000 (18:09 +0000)]
Move signal.h and stdio.h before config.h.

31 years ago(Fcurrent_time_zone): Assign gmt, instead of init.
Richard M. Stallman [Sun, 23 May 1993 18:04:25 +0000 (18:04 +0000)]
(Fcurrent_time_zone): Assign gmt, instead of init.

31 years ago* configure.in (long_usage): Removed; made short_usage describe
Jim Blandy [Sun, 23 May 1993 04:42:38 +0000 (04:42 +0000)]
* configure.in (long_usage): Removed; made short_usage describe
the options.

* configure.in: Implement the --prefix option.
* Makefile.in (prefix): Add support for it here.