Commit graph

  • 80afd15ee0 Arrange for C compilation throughout the tree to get C_SWITCH_SYSTEM from the configuration files. * configure: Extract C_SWITCH_SYSTEM from the machine and system-dependent files, and save it in the top-level Makefile. * Makefile.in (C_SWITCH_SYSTEM): New flag for configure to edit. (lib-src/Makefile): Edit C_SWITCH_SYSTEM into lib-src/Makefile. Jim Blandy 1993-03-25 03:51:20 +00:00
  • cdd672cc5a (describe-function): Add blank line above doc string. Richard M. Stallman 1993-03-25 03:40:35 +00:00
  • d460af17a8 * dispnew.c (init_display): Get display name from environment properly on VMS as well as Unix. Jim Blandy 1993-03-25 02:54:23 +00:00
  • 35014b9f53 * keymap.c (Fkeymapp): Doc fix. Jim Blandy 1993-03-25 02:45:35 +00:00
  • c6c6865d43 * process.c [VMS] (DCL_PROMPT): Remove hack. (WIFSTOPPED, WIFSIGNALED, WIFEXITED, XRETCODE, WSTOPSIG, WCOREDUMP, WTERMSIG): New dummy definitions. (deactivate_process): Add missing semicolon. Jim Blandy 1993-03-25 02:27:16 +00:00
  • 2b0739e560 Add provide call. Richard M. Stallman 1993-03-25 02:21:51 +00:00
  • 0a93081cd2 * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm. Jim Blandy 1993-03-25 02:16:10 +00:00
  • f802f8e0a0 * xterm.h (x_focus_frame): Add extern keyword to declaration. Jim Blandy 1993-03-25 02:12:14 +00:00
  • febf25d56f * xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>. Jim Blandy 1993-03-25 02:11:11 +00:00
  • 68756f1f77 (lm-last-modified-date) Fixed return bug. (lm-uthor, lm-maintainer) These now return cons pairs, not strings. Eric S. Raymond 1993-03-25 01:57:43 +00:00
  • fa8f1b2563 Brent Benson's patch to support `cd -'. Eric S. Raymond 1993-03-25 01:55:24 +00:00
  • d352289ceb * make-dist: Include the VMS support files in oldXMenu in the distribution. Jim Blandy 1993-03-25 01:49:59 +00:00
  • 8fbea12c08 (mh-unshar) Added. Eric S. Raymond 1993-03-25 01:49:59 +00:00
  • 8e0ff8c8d4 Added a (provide 'emacsbug); lisp-mnt.el needs this. Eric S. Raymond 1993-03-25 01:47:39 +00:00
  • cb0d33b2a1 * calendar.el (calendar-standard-time-zone-name, calendar-daylight-time-zone-name): Initialize these at load-time, as well as calendar-time-zone. Jim Blandy 1993-03-25 01:28:21 +00:00
  • 723d4d15ae * config.h.in (HAVE_XFREE386): New flag, set by configure script. If it's set, #define LIBX11_SYSTEM and HAVE_RANDOM as appropriate for XFree386. * sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is #defined. Jim Blandy 1993-03-25 01:15:34 +00:00
  • b0209e1861 * configure: Doc fix. Jim Blandy 1993-03-25 01:14:34 +00:00
  • de025efdf1 Default to clipper-intergraph if system is clix. Richard M. Stallman 1993-03-24 22:44:55 +00:00
  • 71ac885b6f (push_key_description): Ignore bits above meta_modifier. Richard M. Stallman 1993-03-24 10:05:49 +00:00
  • 7b7739b106 *** empty log message *** Jim Blandy 1993-03-24 02:48:44 +00:00
  • 6afb1d07c2 * xfns.c (x_make_gc): Don't forget to block X input around the X calls in this function. Jim Blandy 1993-03-24 01:54:20 +00:00
  • e6b01c14b7 * keyboard.c [POLL_FOR_INPUT] (quit_throw_to_read_char): If we're polling for input, abort; input polling should always be suppressed while we're waiting for input. Jim Blandy 1993-03-24 01:53:00 +00:00
  • 1315c181f5 * dispnew.c (init_display): Initialize Vwindow_system. Jim Blandy 1993-03-24 01:51:35 +00:00
  • 1e95ed28db * keyboard.c (Fsuspend_emacs): Change suspend-hooks back to suspend-hook and make it a normal hook. Jim Blandy 1993-03-24 01:46:10 +00:00
  • 5cc5784116 Fix library headers. Eric S. Raymond 1993-03-23 18:27:03 +00:00
  • c115973b6d Initial revision Jim Blandy 1993-03-23 08:06:31 +00:00
  • 632c2579f7 * files.el (insert-directory): Do chase symlinks before passing the directory name to ls. Jim Blandy 1993-03-23 07:41:49 +00:00
  • 86dbbfc211 Incorporated changes from Bob Weiner's enhanced buff-menu from the LCD archive. Eric S. Raymond 1993-03-23 07:26:34 +00:00
  • 5d9aefc728 * configure: Add special code to detect XFree386, and tell config.h about it. Jim Blandy 1993-03-23 06:54:37 +00:00
  • 9927a7b1aa * sysdep.c (random, srandom): Don't define these if HAVE_RANDOM is #defined. Jim Blandy 1993-03-23 06:26:18 +00:00
  • 90e80f3c34 * config.h.in (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): New flags. * ymakefile (C_SWITCH_X_SITE, LD_SWITCH_X_SITE): Provide default values. Include C_SWITCH_X_SITE in CFLAGS, include LD_SWITCH_X_SITE in LIBX, and pass C_SWITCH_X_SITE to the make which builds the X Menu library. Jim Blandy 1993-03-23 05:57:11 +00:00
  • 033791beb4 * configure: Add --x-includes' and --x-libraries' options. I think these are dopey, but no less than three alpha testers, at large sites, have said they have their X files installed in odd places. Implement them by setting C_SWITCH_X_SITE and LD_SWITCH_X_SITE in src/config.h. Jim Blandy 1993-03-23 05:53:36 +00:00
  • 9c7a7556b5 * configure: Add --x-includes' and --x-libraries' options. I think these are dopey, but no less than three alpha testers, at large sites, have said they have their X files installed in odd places. Jim Blandy 1993-03-23 05:31:35 +00:00
  • 8af1d7ca2b * xfns.c (Fx_parse_geometry): Renamed from Fx_geometry. (Fx_color_defined_p): Renamed from Fx_defined_color. (syms_of_xfns): Adjusted. Jim Blandy 1993-03-23 04:58:07 +00:00
  • 9275e5e3e9 (query-replace-map): Define backspace like delete. Richard M. Stallman 1993-03-23 02:26:42 +00:00
  • 558b2117a0 * diary-insert.el: Change the name to diary-ins.el. * calendar.el: Change all autoload references to diary-ins. Jim Blandy 1993-03-23 02:16:18 +00:00
  • ccdcf1f540 (current_column, Findent_to, position_indentation): (Fmove_to_column, compute_motion): Allow tab_width up to 1000. Richard M. Stallman 1993-03-23 00:54:49 +00:00
  • 54ff581a6f (display_string, display_text_line): Allow tab_width up to 1000. Richard M. Stallman 1993-03-23 00:54:20 +00:00
  • 13fde0cd78 (YACC): flag added to c_ext. (c_ext): no more a synonim for c_ext&C_PLPL because of YACC. (find_entries): consistently use streq when reasonable. (find_entries): a .y file is a yacc file. (get_C_stab): c_ext becomes c_ext&C_PLPL. (C_entries): logical cplpl means c_ext&C_PLPL. (C_entries): logical yacc_rules means we are after the first %%. (C_entries): added logic for yacc files. Richard M. Stallman 1993-03-22 23:13:10 +00:00
  • cf597dc8ab Add TO-DO list. Eric S. Raymond 1993-03-22 23:00:48 +00:00
  • d5edbd116f Initial revision Eric S. Raymond 1993-03-22 22:58:27 +00:00
  • ed73b2568d Modified to use cookie.el Eric S. Raymond 1993-03-22 22:44:49 +00:00
  • c91c4e6d7f Added or corrected Commentary section Eric S. Raymond 1993-03-22 22:44:33 +00:00
  • a100548014 Decide automatically whether to use COFF or ELF. Richard M. Stallman 1993-03-22 19:50:35 +00:00
  • 0d5761c437 Fix a nasty bug --- the cleanup production was nuking the generated tar file! Eric S. Raymond 1993-03-22 19:23:41 +00:00
  • eb708e87ad Initial revision Eric S. Raymond 1993-03-22 16:57:31 +00:00
  • d9ecc911ff Added or corrected Commentary headers Eric S. Raymond 1993-03-22 16:53:22 +00:00
  • 709f7988d2 Don't distribute etc/Old files. Eric S. Raymond 1993-03-22 14:57:04 +00:00
  • cb421be80a (init_cmdargs): Fix simple bug in previous change. Richard M. Stallman 1993-03-22 07:00:47 +00:00
  • 8aa3a18783 Don't load help-screen at run time if compiled. Richard M. Stallman 1993-03-22 06:59:54 +00:00
  • 29944b73c7 (Fy_or_n_p): Handle `recenter' response type. Richard M. Stallman 1993-03-22 06:54:36 +00:00
  • 0820c2c236 Alpha-sorted this, and added some new hot buttons for the 1990s. Eric S. Raymond 1993-03-22 05:51:55 +00:00
  • a4b0d4d49f Initial revision Eric S. Raymond 1993-03-22 05:46:50 +00:00
  • edbd2f74bc Added or corrected Commentary sections Eric S. Raymond 1993-03-22 05:42:35 +00:00
  • e41b2db1da Added or corrected Commentary sections Eric S. Raymond 1993-03-22 03:27:18 +00:00
  • 33d92c1f9d Merged in CHARACTERS Eric S. Raymond 1993-03-22 03:00:23 +00:00
  • 462e90c9f9 Formerly GETTING.GNU.SOFTWARE.~4~ gnulists 1993-03-21 23:50:52 +00:00
  • e024395e6d (struct window): New fields base_line_number and base_line_pos. Richard M. Stallman 1993-03-21 23:06:23 +00:00
  • aa6d10fafd (decode_mode_spec): Handle `%l'. (display_count_lines): New function. (redisplay_window): Update base_line_number and base_line_pos fields. Always update mode line if it's an integer. Richard M. Stallman 1993-03-21 23:04:18 +00:00
  • 427aa35a10 (HAVE_TERMIO, SIGNALS_VIA_CHARACTERS): Defined. Richard M. Stallman 1993-03-21 22:58:10 +00:00
  • a61099dd2f (line-number-mode): New function and variable. Richard M. Stallman 1993-03-21 08:22:37 +00:00
  • 6bde6341fe * xfns.c (Fx_open_connection): If we have X11R5, use XrmSetDatabase to set the display's database. In older versions, just store the value into x_current_display->db. * xterm.h (HAVE_X11R5): Define this where appropriate. Jim Blandy 1993-03-21 07:24:32 +00:00
  • ec9a76e3d1 * simple.el (comment-indent-function): New variable, intended to replace comment-indent-hook. (comment-indent-hook): Make this default to nil now. (indent-for-comment): If comment-indent-hook is non-nil, call it for backward compatibility; otherwise, call comment-indent-function. * bytecomp.el: Declare comment-indent-hook an obsolete variable. Jim Blandy 1993-03-21 07:04:44 +00:00
  • 0f85737cab * frame.c (Fhandle_switch_frame): Renamed from Fselect_frame. Doc changed in anticipation of new purpose. (Fselect_frame): Just call Fhandle_switch_frame for now. Jim Blandy 1993-03-21 06:53:04 +00:00
  • d5b2799ef6 (Fselect_window): Use Fhandle_switch_frame. (Fset_window_configuration): Likewise. Richard M. Stallman 1993-03-21 06:50:50 +00:00
  • dba1ec5561 * isearch.el (isearch-switch-frame-handler): Call handle-switch-frame instead of select-frame; it has been renamed. Jim Blandy 1993-03-21 05:50:17 +00:00
  • 8bc59570d7 Fix typo. Jim Blandy 1993-03-21 05:14:35 +00:00
  • 49795535f1 Use the visiblity' parameter to determine the initial state of the frame, instead of the iconic-startup' and `suppress-initial-map'. * xfns.c (x_icon): Test the Qvisibility parameter against Qicon, instead of the Qiconic_startup against Qt. (x_create_frame): Test Qvisibility against Qnil and Qicon, instead of testing Qsuppress_initial_map and Qvisibility. (Qicon): New symbol. (Qiconic_startup, Qsuppress_icon, Qsuppress_initial_map): Removed. (syms_of_xfns): Adjusted appropriately. Jim Blandy 1993-03-21 05:11:23 +00:00
  • 7bbbf29af0 * time.el (display-time): Doc fix. Jim Blandy 1993-03-21 03:23:29 +00:00
  • c5c6addffa Doc fix. Jim Blandy 1993-03-20 23:06:44 +00:00
  • 767229f87c * dispnew.c (Fsleep_for): Make this take two arguments SECONDS and MILLISECONDS, which add, rather than a second argument which says "treat the first argument as milliseconds." (Fsit_for): Same thing. (Fsleep_for_milliseconds): Deleted; this can be done with Fsleep_for. Jim Blandy 1993-03-20 23:03:35 +00:00
  • 6e4f3667d9 * process.c (wait_reading_process_input): Doc fix. Jim Blandy 1993-03-20 22:58:54 +00:00
  • 722687f5c7 * systime.h (EMACS_HAS_USECS): #define this if HAVE_TIMEVAL is #defined. Jim Blandy 1993-03-20 22:58:21 +00:00
  • 500ab754f5 Do * dispnew.c (sit_for): Doc fix. Jim Blandy 1993-03-20 22:26:53 +00:00
  • 97741d057d * sysdep.c (reset_sys_modes): Fix usage of EMACS_SET_TTY. Jim Blandy 1993-03-20 22:21:12 +00:00
  • 426b37aecf * callproc.c (child_setup): Make sure that in, out, and err are not less than three. (relocate_fd): New function. Jim Blandy 1993-03-20 21:53:57 +00:00
  • a4fc736006 * xterm.c (x_term_init): If the X connection is already in file descriptor zero, don't dup it and close the old one. Jim Blandy 1993-03-20 21:07:59 +00:00
  • 055e9517dc * s/hpux8.h, s/sunos4-1.h (OLDXMENU_OPTIONS): Define this, as in Emacs 18. Jim Blandy 1993-03-20 20:56:55 +00:00
  • eb5d618c18 * xfns.c (Fx_open_connection): If we have X11R5, use XrmSetDatabase to set the display's database. In older versions, just store the value into x_current_display->db. Jim Blandy 1993-03-20 20:48:34 +00:00
  • b49f55787d * frame.c (Fraise_frame, Flower_frame): Renamed from Fframe_to_front and Fframe_to_back. (syms_of_frame): Adjusted appropriately. Jim Blandy 1993-03-20 20:18:44 +00:00
  • 221c5fd8ff *** empty log message *** Jim Blandy 1993-03-20 20:14:00 +00:00
  • 6e23c83e03 * fileio.c (HAVE_FSYNC): Define, if appropriate. (Fwrite_region): Use HAVE_FSYNC. * s-aix3-2.h (HAVE_FSYNC): Define. Jim Blandy 1993-03-20 19:45:17 +00:00
  • 59653951e7 * emacs.c (Finvocation_name): New function. (Vinvocation_name): New variable. (init_cmdargs): Set it. (syms_of_emacs): defsubr Finvocation_name, staticpro and initialize Vinvocation_name. * lisp.h (Vinvocation_name): New extern declaration. * xterm.c (invocation_name): Variable deleted; use Vinvocation_name now. (x_text_icon, x_term_init): Use Vinvocation_name now instead of invocation_name. (x_term_init): Don't initialize invocation_name. (syms_of_xterm): Don't initialize or staticpro invocation_name. * xfns.c (invocation_name): Remove extern declaration for this. [HAVE_X11] (Fx_get_resource): Use Vinvocation_name now instead of invocation_name. [not HAVE_X11] (Fx_get_default): Same. Jim Blandy 1993-03-20 19:30:58 +00:00
  • 17d68aa05a * make-dist: Fix typo. Jim Blandy 1993-03-20 18:12:07 +00:00
  • bcc426b452 (Fx_display_color_p): Renamed from Fx_color_display_p. (syms_of_xfns): Use new name in defsubr. Richard M. Stallman 1993-03-20 09:21:13 +00:00
  • 41beb8fc13 (x_screen): Make this var file scope. (Fx_server_version): Use Fcons, not list3. Richard M. Stallman 1993-03-20 06:25:55 +00:00
  • 5e15f62581 Added documentation, made the change comment for old versions more useful. Eric S. Raymond 1993-03-19 23:40:27 +00:00
  • 8554321b66 Teach it about the new user-runnable command rcs-checkin. Eric S. Raymond 1993-03-19 23:04:44 +00:00
  • 17457b8df3 Initial revision Eric S. Raymond 1993-03-19 23:01:33 +00:00
  • eed3d5af45 Deleted some VMS caveats. If the src and lisp ChangeLogs are correct, dired and mail and process control are now fully supported. Eric S. Raymond 1993-03-19 22:56:22 +00:00
  • 3688bf227c Make sure that when new keywords are compiled, we see them immediately. Eric S. Raymond 1993-03-19 21:48:09 +00:00
  • dea2447909 Typo fix. Eric S. Raymond 1993-03-19 21:32:09 +00:00
  • 01d7b9370f Info on the terminal-package-finding algorithm. Eric S. Raymond 1993-03-19 21:21:39 +00:00
  • 52f8dbf890 All references to 18 changed to past tense; APOLLO and SUNBUG merged in. Eric S. Raymond 1993-03-19 21:03:48 +00:00
  • e0e305ad59 Added 900-line support Eric S. Raymond 1993-03-19 19:16:04 +00:00
  • b018e5118f Initial revision Eric S. Raymond 1993-03-19 19:11:04 +00:00
  • 4f45adda36 * tex-mode.el (tex-send-command): Fix the command sent so that no blank is inserted when replacing the asterisk with the file name. Jim Blandy 1993-03-19 17:38:48 +00:00
  • 210b2b4f05 Some VMS changes from Richard Levitte <levitte@e.kth.se>: * [VMS] systime.h: Include vmstime.h. VMS has the timezone variable and the tzname array. * s/vms.h: VMS does have select. mth$dmod is the same as Unix's drem. Use the time functions in vmstime.c. No need to rename the malloc routines if we're using GNU malloc. PURESIZE needs to be 330000. * vmstime.c, vmstime.h: New files. * systty.h: Don't try to initialize extern declarations under VAX C. * vmspaths.h (PATH_LOADSEARCH): Include EMACS_LIBRARY:[LOCAL-LISP] in PATH_LOADSEARCH. (PATH_EXEC): Use EMACS_LIBRARY:[LIB-SRC] instead of [ETC]. * sysdep.c [VMS] (init_sys_modes): Don't allocate process_ef. [VMS] (queue_kbd_input): Build events structure correctly. [VMS] (gethostname): New function. [VMS] (getwd): Don't get the PATH environment variable; that's dumb. Call getcwd. Jim Blandy 1993-03-19 17:28:14 +00:00
  • 7b9cd64c8b Corrected typo, fixed it to discard = and TAGS files in some cases where it should but didn't seen to. Eric S. Raymond 1993-03-19 08:08:04 +00:00
  • 41f86d5a05 Added unlock and relock. Eric S. Raymond 1993-03-19 07:49:20 +00:00