Commit graph

  • 2eae72268f * disp-table.el (standard-display-european): Doc fix. Make this autoload. Make it respond to prefix arg like a minor mode. Jim Blandy 1993-05-25 06:21:35 +00:00
  • 8b14d29674 * Makefile.in (src/paths.h): Edit the `infodir' variable into this too, as the value of the PATH_INFO macro. Jim Blandy 1993-05-25 06:18:24 +00:00
  • 2e694846eb * configure.in: Check to see if the source lives in the same directory as the configure script. Jim Blandy 1993-05-25 04:56:17 +00:00
  • 3fa657a268 * keyboard.c (Fcurrent_input_mode): Use XFASTINT to build the last element of the return value, not XSETINT. Jim Blandy 1993-05-25 04:53:07 +00:00
  • df4da582ba * configure.in: Recognize configuration names for i860 boxes running SYSV. Jim Blandy 1993-05-25 04:39:28 +00:00
  • 9466a1f687 (find-file-read-only-other-window): Use find-file-other-window. Richard M. Stallman 1993-05-25 03:56:02 +00:00
  • c027d070eb 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". Jim Blandy 1993-05-25 03:05:38 +00:00
  • 36ae397ead (lispy_function_keys): Add kp-numlock. Fix kp-backspace. Richard M. Stallman 1993-05-25 02:53:28 +00:00
  • f507095065 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. Jim Blandy 1993-05-25 02:42:54 +00:00
  • a753b63755 s/ Jim Blandy 1993-05-25 02:42:40 +00:00
  • 79363a54ad (Info-default-directory-list): Add ../../info. Richard M. Stallman 1993-05-25 02:33:03 +00:00
  • 36fc9c9f18 (frame-initialize): Handle `reverse' as parameter. Richard M. Stallman 1993-05-25 02:28:39 +00:00
  • 1dd6d2a2dd (x-create-frame-with-faces): Handle `reverse' as parameter. Richard M. Stallman 1993-05-25 02:28:03 +00:00
  • f0614854a5 * 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. Jim Blandy 1993-05-25 02:18:33 +00:00
  • 316aafd641 (Info-suffix-list): Fix duplicate .z to .info.z. Richard M. Stallman 1993-05-25 02:03:52 +00:00
  • 1f9ecc7b66 (NO_GET_LOAD_AVG): Test _M88KBCS_TARGET, not __GNUC__. Richard M. Stallman 1993-05-25 01:05:04 +00:00
  • 3bd330d47a (XTread_socket, ConfigureNotify case): Convert from parent window, not Emacs window. (XTread_socket): Handle ReparentNotify events. Richard M. Stallman 1993-05-25 01:00:21 +00:00
  • 5b3bb7c63d *** empty log message *** Richard M. Stallman 1993-05-25 00:43:37 +00:00
  • a91526b927 (dired-flag-backup-files): Speedup: check explicitly for ~ at end of line. (dired-flag-auto-save-files): Similar change. Richard M. Stallman 1993-05-24 23:03:04 +00:00
  • d1f504609f (modify_event_symbol): If a name_table elt is null, generate a name to use. Don't crash. Richard M. Stallman 1993-05-24 22:58:54 +00:00
  • 6291710025 Don't #undef NULL. Richard M. Stallman 1993-05-24 22:35:11 +00:00
  • 01d0071958 (C_SWITCH_MACHINE): Definition deleted. Richard M. Stallman 1993-05-24 22:34:52 +00:00
  • bf77ce530a (jump-to-register): Don't fail if frame-configuration-p is unbound. Richard M. Stallman 1993-05-24 22:12:29 +00:00
  • 9daefb36fa (cd): Set cd-path to a list. Richard M. Stallman 1993-05-24 21:45:20 +00:00
  • 7ee260fe39 *** empty log message *** Roland McGrath 1993-05-24 21:41:18 +00:00
  • 0e2f4e59a5 (x-select-text): New arg PUSH. Richard M. Stallman 1993-05-24 21:19:42 +00:00
  • 39479f7efa (x-set-cut-buffer): New arg PUSH. Richard M. Stallman 1993-05-24 21:19:26 +00:00
  • 9f112a3d4c (kill-new): Pass t as 2nd arg to interprogram-cut-function. Richard M. Stallman 1993-05-24 21:19:08 +00:00
  • 798aa8d0a7 * disp-table.el (standard-display-default): New function. (standard-display-european): New command. Jim Blandy 1993-05-24 21:13:21 +00:00
  • b320926ac6 (Fread_file_name): If input is empty, do return the default even if !insert_default_directory. Richard M. Stallman 1993-05-24 21:09:38 +00:00
  • 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. Jim Blandy 1993-05-24 20:57:32 +00:00
  • af395ec10e (XTread_socket): For ConfigureNotify event, translate coordinates if send_event field is false provided the x-coord value is not large. Richard M. Stallman 1993-05-24 19:54:15 +00:00
  • c3e46f0c63 (shell-command): Don't activate mark even momentarily. Richard M. Stallman 1993-05-24 18:46:13 +00:00
  • a706b8084a * make-docfile.c: Doc fix. Jim Blandy 1993-05-24 18:05:21 +00:00
  • c0f0a4a2c3 Fix typo in last change. Richard M. Stallman 1993-05-24 17:45:04 +00:00
  • 04f4386e0d (NO_MATHERR): Defined. Richard M. Stallman 1993-05-24 17:44:37 +00:00
  • f89182a25c [NO_MATHERR]: Undef HAVE_MATHERR. Richard M. Stallman 1993-05-24 17:44:10 +00:00
  • 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. Jim Blandy 1993-05-24 17:43:47 +00:00
  • 084fd64ac9 (create_process): Ignore retval from TIOCSTTY. (sys_siglist) [LINUX]: Don't even declare it. Richard M. Stallman 1993-05-24 17:13:24 +00:00
  • e94817d7cd * make-dist: When breaking links, remove the link before moving the copy onto it, to avoid interactive behavior. Jim Blandy 1993-05-24 16:18:33 +00:00
  • fe7cd06e97 * Makefile.in: Doc fix. Jim Blandy 1993-05-24 16:01:41 +00:00
  • 1e3255d849 * Makefile.in (timer.o, sorted-doc.c): Link with alloca.o, if it's appropriate. Jim Blandy 1993-05-24 15:59:44 +00:00
  • 6a7a4c074e *** empty log message *** Jim Blandy 1993-05-24 15:57:15 +00:00
  • 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. Jim Blandy 1993-05-24 15:39:31 +00:00
  • e7c7295c91 * fileio.c (Ffile_writable_p): Pass XSTRING (foo)->data to ro_fsys, not XSTRING (foo). Jim Blandy 1993-05-24 15:22:47 +00:00
  • 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. Jim Blandy 1993-05-24 15:04:07 +00:00
  • 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. Jim Blandy 1993-05-24 15:03:32 +00:00
  • dad297617d * s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted. Jim Blandy 1993-05-24 15:01:31 +00:00
  • 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. Jim Blandy 1993-05-24 08:01:32 +00:00
  • a1d15b3e90 Change "i14n" keyword to "i18n". Jim Blandy 1993-05-24 07:55:58 +00:00
  • 44ee550f56 * configure.in: Doc fix. Jim Blandy 1993-05-24 07:02:01 +00:00
  • 86ddcc58d5 * configure.in: Add support for the `--exec-prefix' option. * Makefile.in: Accept that support. Jim Blandy 1993-05-24 06:08:13 +00:00
  • 261518d9ce * Makefile.in (install): Refer to the variables INSTALLABLES and INSTALLABLE_SCRIPTS, instead of writing them out. Jim Blandy 1993-05-24 05:54:23 +00:00
  • 2e903afbc7 * syssignal.h (sys_signal): Declare the second argument to have type signal_handler_t. We're told this is necessary for Linux. Jim Blandy 1993-05-24 05:12:22 +00:00
  • dfd29450bf (menu-bar-mode): Doc fix. Richard M. Stallman 1993-05-24 05:06:35 +00:00
  • c55f453be0 * configure.in: Distinguish between hp800's and hp700's by calling "uname -m". Jim Blandy 1993-05-24 05:06:15 +00:00
  • 6cb37d9791 (NO_GET_LOAD_AVG): Define, if __GNUC__. Richard M. Stallman 1993-05-24 05:02:24 +00:00
  • 2cb20a51b5 * s-hpux8.h (NO_SIOCTL_H): Defined. Jim Blandy 1993-05-24 03:39:58 +00:00
  • cf026b25cc * syssignal.h: Don't #include <signal.h> * alloc.c: #include <signal.h>, but before "config.h". Jim Blandy 1993-05-24 02:32:33 +00:00
  • 0b9be2e709 * lucid.el (switch-to-other-buffer): Build the list of acceptable buffers properly. Jim Blandy 1993-05-24 02:12:13 +00:00
  • 19fac29988 * faces.el (make-face): Change interactive spec to 'S'. Jim Blandy 1993-05-24 01:58:58 +00:00
  • c7a464d03d (ange-ftp-raw-send-cmd): Allow quitting during accept-process-output. Richard M. Stallman 1993-05-24 00:12:05 +00:00
  • 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. Richard M. Stallman 1993-05-24 00:04:18 +00:00
  • ebc64af3a0 (Fset_face_attribute_internal): Don't call unload_font for the frame's own font. Richard M. Stallman 1993-05-24 00:03:08 +00:00
  • 6515fde491 (calendar-daylight-savings-starts, calendar-daylight-savings-ends): Default to nil if the locale never has DST. Richard M. Stallman 1993-05-24 00:00:19 +00:00
  • 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. Richard M. Stallman 1993-05-23 23:10:14 +00:00
  • f62d1f9ff1 Call set-case-..., not standard-case-... Richard M. Stallman 1993-05-23 22:45:18 +00:00
  • 00fc94d02f (Fcurrent_time_zone): Make `am' an int, not long. Richard M. Stallman 1993-05-23 22:41:44 +00:00
  • 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. Jim Blandy 1993-05-23 22:31:53 +00:00
  • 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. Jim Blandy 1993-05-23 22:30:42 +00:00
  • fd826cfdce * m/iris4d.h (NEED_SIOCTL): Move this to... * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h. Jim Blandy 1993-05-23 22:09:09 +00:00
  • bf2dbc3448 * m/iris4d.h (NEED_SIOCTL): Move this to... * s/irix3-3.h (NEED_SIOCTL): ... here; apparently it's not necessary in irix4-0.h. Jim Blandy 1993-05-23 22:08:57 +00:00
  • 493744e5ae Remove HAVE_RENAME; configure guesses that now. Jim Blandy 1993-05-23 22:03:39 +00:00
  • 46af2ed8ec * Makefile.in (C_SWITCH_X_SITE): New variable - get this from configure.in. (oldXMenu/Makefile): Edit C_SWITCH_X_SITE into this. Jim Blandy 1993-05-23 21:49:20 +00:00
  • a27cbddea1 * config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the #defines to #undef's, so ../configure knows it should tweak them. Jim Blandy 1993-05-23 21:35:48 +00:00
  • 5b8def65fb * make-dist: Break intra-tree links. Jim Blandy 1993-05-23 21:16:12 +00:00
  • 8fc40e801f * 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. Jim Blandy 1993-05-23 21:04:16 +00:00
  • fa97f75654 * configure.in: Explain that this is an autoconf script. Jim Blandy 1993-05-23 20:50:09 +00:00
  • de5d70c1e2 * configure.in: Make the first line of the configure script be "#!/bin/sh". Leaving the first line blank didn't work. Jim Blandy 1993-05-23 20:39:16 +00:00
  • 559cb2fbad * xterm.c (x_scroll_bar_report_motion): Set *TIME whether or not the mouse is over a scroll bar. Jim Blandy 1993-05-23 20:04:26 +00:00
  • 173004a3a4 * xfaces.c (Fset_face_attribute_internal): Don't free the frame's normal_gc or reverse_gc. Jim Blandy 1993-05-23 20:01:34 +00:00
  • f76b81d67b * keyboard.c (make_lispy_movement): Deal properly with mouse motion outside of all windows. Jim Blandy 1993-05-23 19:52:07 +00:00
  • 52b1821d1a * lisp.h (GLYPH_FACE): Remember that the face portion of a glyph can be 24 bits, not just eight. Jim Blandy 1993-05-23 19:23:38 +00:00
  • ef7054f542 (main): Return 0. Richard M. Stallman 1993-05-23 18:52:53 +00:00
  • 039440c43e Move signal.h and stdio.h before config.h. Richard M. Stallman 1993-05-23 18:09:41 +00:00
  • 2d88f74700 (Fcurrent_time_zone): Assign gmt, instead of init. Richard M. Stallman 1993-05-23 18:04:25 +00:00
  • ae6756a26e * configure.in (long_usage): Removed; made short_usage describe the options. Jim Blandy 1993-05-23 04:42:38 +00:00
  • 8d467c70c0 * configure.in: Implement the --prefix option. * Makefile.in (prefix): Add support for it here. Jim Blandy 1993-05-23 04:42:11 +00:00
  • 4970bc095b * configure.in: Add case for version 5 of Esix. Jim Blandy 1993-05-23 02:53:53 +00:00
  • 415782673f Remove duplicate cp command from `man' section. Jim Blandy 1993-05-23 00:15:29 +00:00
  • fa37779128 * make-dist: There aren't any *.com files in lib-src anymore. Jim Blandy 1993-05-23 00:08:34 +00:00
  • 85ed348516 * puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k, not 196k. We're actually using ~180k. Jim Blandy 1993-05-22 23:44:10 +00:00
  • 9711debac5 * Makefile.in (SUBMAKEFLAGS): Add CFLAGS to the list. Jim Blandy 1993-05-22 23:43:29 +00:00
  • 69268c787f (vc-comment-to-change-log): Don't take FILE argument, since vc-update-change-log doesn't support it anyway. Don't bind default-directory. Instead pass second arg to file-relative-name. (vc-update-change-log): Use find-change-log instead of hardcoding. Roland McGrath 1993-05-22 22:33:19 +00:00
  • 758c80c0f3 * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed from floor, ceiling, truncate, and round; the old names conflict with built-in functions. Jim Blandy 1993-05-22 22:09:25 +00:00
  • 2d6e26196e (scan_lisp_file): Recognize defalias like fset. Richard M. Stallman 1993-05-22 22:07:57 +00:00
  • 1613b7573b (display_text_line): Highlight in any frame's sel window. Richard M. Stallman 1993-05-22 22:06:48 +00:00
  • bcb2db92ba (x_window_to_frame): Use XGCTYPE. Richard M. Stallman 1993-05-22 22:04:07 +00:00
  • 1ce4cf3878 (event-modifiers): Doc fix. Richard M. Stallman 1993-05-22 22:02:35 +00:00
  • 738429d120 * editfns.c: #include <sys/types.h>, to get time_t for Eggert's changes. Jim Blandy 1993-05-22 21:45:31 +00:00