Commit graph

  • 29c0047b07 Added unlock and relock productions. Eric S. Raymond 1993-03-19 07:37:19 +00:00
  • b66a6eb41f Initial revision Eric S. Raymond 1993-03-19 07:20:22 +00:00
  • 5d1dd3c0ce Added keyword. Eric S. Raymond 1993-03-19 06:46:00 +00:00
  • 9d9c912e6c Oops... Eric S. Raymond 1993-03-19 06:41:41 +00:00
  • f5d5eccf37 (Fvisited_file_modtime): New function. (Fset_visited_file_modtime): Accept an argument specifying time value. If arg is nil, really use the filename handler. Richard M. Stallman 1993-03-19 05:30:19 +00:00
  • a6af869636 Added unlock and relock. Eric S. Raymond 1993-03-19 05:27:03 +00:00
  • 8a89415ece (cons_to_long, long_to_cons): No longer static. Richard M. Stallman 1993-03-19 05:19:23 +00:00
  • 922ac4c59c Add a --compress option to force make-dist to use compress. Jim Blandy 1993-03-18 23:12:47 +00:00
  • e257316560 * make-dist: Use gzip, if we can find it. Jim Blandy 1993-03-18 23:06:04 +00:00
  • 35f56f9681 * frame.h (FOR_EACH_FRAME): Change the definition so that FRAME_VAR is a lisp object. * dispnew.c (WINDOW_CHANGE_SIGNAL, do_pending_window_change): Adjusted appropriately. * xdisp.c (redisplay): Adjusted appropriately. Jim Blandy 1993-03-18 22:50:00 +00:00
  • 9789a4beb3 Initial revision Eric S. Raymond 1993-03-18 22:31:30 +00:00
  • b129bbdc60 Corrected Keywords header. Eric S. Raymond 1993-03-18 21:49:55 +00:00
  • 68e6022543 Corrected Keywords header Eric S. Raymond 1993-03-18 21:44:24 +00:00
  • 0267e275bc * solar.el (solar-time-string): Round the time properly. Jim Blandy 1993-03-18 21:39:28 +00:00
  • e9571d2a21 Add or correct keywords Eric S. Raymond 1993-03-18 21:29:42 +00:00
  • 92e443b155 (make-frame): Renamed from new-frame. (new-frame): Alias for make-frame. Richard M. Stallman 1993-03-18 19:22:48 +00:00
  • 05c53e7cf5 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-18 16:11:17 +00:00
  • 17a624d19a * configure: Recognize rs6000-ibm-aix32 and rs6000-ibm-aix, and make rs6000-ibm-aix default to -aix32. Jim Blandy 1993-03-18 16:10:40 +00:00
  • 27b6178555 Fix spacing conventions. Richard M. Stallman 1993-03-18 10:18:30 +00:00
  • 76eb14ff7f (function-key-map) Nuke code no longer bound to keys. Eric S. Raymond 1993-03-18 03:38:31 +00:00
  • 420cdb1886 As many key cookies as possible renamed to fit the new conventions documented is lisp/term/README. Eric S. Raymond 1993-03-18 03:37:14 +00:00
  • c2f5843638 Fix things so that bindings are added to the keymap already created by terminal initialization. Eric S. Raymond 1993-03-18 03:35:08 +00:00
  • 11838c0e24 Less klugey version of fix. Eric S. Raymond 1993-03-17 23:50:29 +00:00
  • c3d80a4737 Add production to nuke binaries and doc files. Eric S. Raymond 1993-03-17 22:31:58 +00:00
  • 41b8542b36 Teach this to use help-screen.el. Eric S. Raymond 1993-03-17 22:20:57 +00:00
  • 8b235fde6d Doc fix. Richard M. Stallman 1993-03-17 21:40:14 +00:00
  • 49d838ea4a * xterm.c (x_display_box_cursor, x_display_bar_cursor): Don't display the cursor on garbaged frames. Jim Blandy 1993-03-17 20:11:00 +00:00
  • 3109d63f84 Initial revision Eric S. Raymond 1993-03-17 17:19:16 +00:00
  • 76550a57f9 Add standard library headers. Eric S. Raymond 1993-03-17 17:17:05 +00:00
  • aae56ea7ca Add standard library headers. Eric S. Raymond 1993-03-17 16:56:02 +00:00
  • c7986c1876 Initial revision Eric S. Raymond 1993-03-17 16:26:48 +00:00
  • 3b1e4dd1eb Add standard library headers. Eric S. Raymond 1993-03-17 15:58:09 +00:00
  • c84729481b Added standard library headers. Eric S. Raymond 1993-03-17 15:20:58 +00:00
  • c5d87135f5 (finder-compile-keywords) Treat nil in a path argument as $PWD. Eric S. Raymond 1993-03-17 14:26:35 +00:00
  • d629242872 Increment version number to match vc.el's. Eric S. Raymond 1993-03-17 14:01:56 +00:00
  • 7b4f934d8f (vc-header-strings) Name changed to vc-header-alist, to match the docs. Eric S. Raymond 1993-03-17 13:58:48 +00:00
  • a34902abb8 Added `Developer's configuration' section. Eric S. Raymond 1993-03-17 13:23:14 +00:00
  • 1dd40212a5 Supply second arg for tgetstr() calls. Eric S. Raymond 1993-03-17 13:11:50 +00:00
  • 856c3dcba8 (_getpty): Declare this, not _get_pty. Richard M. Stallman 1993-03-17 09:22:15 +00:00
  • dcf970e66f Fix typo in previous change. Richard M. Stallman 1993-03-17 09:19:47 +00:00
  • 577d03d57f (Fprocess_send_eof): Make sure proc is running. Richard M. Stallman 1993-03-17 07:59:09 +00:00
  • f9155ea03e Some awks don't understand "\r". Code around this. Unfortunately this requires putting a carriage return in the source code. Don't assume that rlog will tolerate times like `10:10:60'; RCS 5.7 won't allow this. Paul Eggert 1993-03-16 22:49:00 +00:00
  • a9a5976656 (vc-version-diff): Use (message ...), not (message (format ...)). (vc-backend-checkout, vc-backend-assign-name): Correct bogus messages. Paul Eggert 1993-03-16 21:09:56 +00:00
  • 18c8a18eff Merge today's change by eric with everybody else's change (from 1992/08/04 through 1993/02/24). Paul Eggert 1993-03-16 20:21:05 +00:00
  • 2e94b81346 Doc fix. Jim Blandy 1993-03-16 18:36:27 +00:00
  • 1db01b1ab5 * bytecomp.el (byte-compile-from-buffer): Put buffer containing compiled code in binary overwrite mode. Jim Blandy 1993-03-16 18:35:04 +00:00
  • b6a22db058 src/ * simple.el (quoted-insert): In overwrite mode, don't read digits as an octal character code. In binary overwrite mode, overwrite the characters instead of inserting them. (overwrite-mode-textual, overwrite-mode-binary): New symbols, for use in the mode line. (overwrite-mode): Doc fix. Use force-mode-line-update. (binary-overwrite-mode): New function. * loaddefs.el (minor-mode-alist): Make the mode line element for overwrite-mode be the symbol `overwrite-mode'. Jim Blandy 1993-03-16 18:18:47 +00:00
  • 6bbb0d4aaa * cmds.c (overwrite_binary_mode): Deleted; this implements the wrong feature. (Qoverwrite_mode_binary): New variable. (internal_self_insert): If current_buffer->overwrite_mode is `overwrite-mode-binary', do as overwrite_binary_mode used to. (syms_of_cmds): Remove defvar of overwrite_binary_mode; initialize Qoverwrite_mode_binary. * buffer.c (syms_of_buffer): Doc fix for overwrite_mode. * buffer.h (struct buffer): Doc fix. Jim Blandy 1993-03-16 18:18:05 +00:00
  • 80169ab539 vc-error-occurred: moved to vc-hooks.el in order for ^X^F of a nonexistent file to work. Eric S. Raymond 1993-03-16 15:47:45 +00:00
  • 2dd8d31b2f vc-error-occurred needs to be in vc-hooks. Eric S. Raymond 1993-03-16 15:44:52 +00:00
  • aecd648672 * calendar.el (calendar-time-zone): Initialize this when calendar.el loads, not in the defvar. Jim Blandy 1993-03-16 09:13:53 +00:00
  • 806b4d9b90 Rename live-window-p' to window-live-p', for consistency with `frame-live-p'. * window.c (Fwindow_live_p): Renamed from Flive_window_p. * lisp.h (CHECK_LIVE_WINDOW): Change to use Qwindow_live_p. (Qwindow_live_p): Extern declaration renamed fom Qlive_window_p. Jim Blandy 1993-03-16 05:55:57 +00:00
  • 10c48c955d (xmenu_show): Do BLOCK_INPUT; unblock just before returning. Richard M. Stallman 1993-03-16 05:55:12 +00:00
  • 63e1efd4b3 [SIGIO] (UNBLOCK_INPUT): Resignal if x_pending_input. Richard M. Stallman 1993-03-16 05:54:56 +00:00
  • 48c9d487f8 * frame.c (Fframe_height, Fframe_width): Fix doc strings to match those of the multi-frame versions in frame.el. Accept an optional argument FRAME, also for consistency. Jim Blandy 1993-03-15 21:41:36 +00:00
  • 7d18d35c95 *** empty log message *** Jim Blandy 1993-03-15 20:40:34 +00:00
  • c26406fef2 * floatfns.c (logb): Add extern declaration for this. Jim Blandy 1993-03-15 20:17:07 +00:00
  • 6758394b09 (sparclite, sparclite-*): New configuration. Jim Wilson 1993-03-15 19:36:54 +00:00
  • ed83b19287 * register.el (view-register): Neglect not to avoid failing to properly display all the possible sorts of things one might find in a buffer. Jim Blandy 1993-03-15 09:02:00 +00:00
  • 376a7584de Make frame configurations start with a distinctive symbol. * frame.el (current-frame-configuration): Return a list as before, but starting with frame-configuration'. (set-frame-configuration): Check that CONFIGURATION is a list starting with frame-configuration', strip it off, and do as before. (frame-configuration-p): New function. * register.el (jump-to-register): Use frame-configuration-p, instead of catching an error in set-frame-configuration. Really now. Jim Blandy 1993-03-15 08:51:02 +00:00
  • 797d8537f2 * indent.el (indent-region, indent-region-function): Doc fix. Jim Blandy 1993-03-15 06:37:33 +00:00
  • 84aa3ace66 (wait_reading_process_input): New option to wait till a given cons cell has a non-nil car. Delete vipc conditionals. Richard M. Stallman 1993-03-15 06:09:04 +00:00
  • ed5af96f60 (FRAMEP): Macro deleted. Richard M. Stallman 1993-03-15 06:07:40 +00:00
  • 3be08bead7 Include termhooks.h. Richard M. Stallman 1993-03-15 06:06:56 +00:00
  • 99e720680a (Xatom_wm_change_state): Just declare. (Xatom_emacs_selection, Xatom_clipboard, Xatom_clipboard_selection): (Xatom_wm_change_state, Xatom_incremental, Xatom_multiple): (Xatom_targets, Xatom_timestamp, Xatom_delete, Xatom_insert_selection): (Xatom_pair, Xatom_insert_property, Xatom_text): Decls deleted. (x_begin_selection_own): Decls deleted. (Fx_open_connection): Set up only the wm atoms here. Call Xatoms_of_xselect. Richard M. Stallman 1993-03-15 06:06:07 +00:00
  • c352056c41 (SELECTION_EVENT_DISPLAY): New macro. (SELECTION_EVENT_REQUESTOR, SELECTION_EVENT_SELECTION) (SELECTION_EVENT_TARGET, SELECTION_EVENT_PROPERTY) (SELECTION_EVENT_TIME): New macros. (struct selection_input_event): New structure. Richard M. Stallman 1993-03-15 06:05:17 +00:00
  • d56a553a20 (Xatom_wm_change_state): Define here. Richard M. Stallman 1993-03-15 06:04:31 +00:00
  • bdbe6f2856 (record_property_change, record_delete, record_insert): Don't make boundary or touch last_undo_buffer if cur buf has no undo. Richard M. Stallman 1993-03-15 06:03:33 +00:00
  • cdaa87fd06 (PRINTPREPARE): Handle marker that points nowhere. Richard M. Stallman 1993-03-15 06:02:29 +00:00
  • 7cf2444d4f * indent.el (indent-line-function): Doc fix. Jim Blandy 1993-03-15 06:01:50 +00:00
  • 24af387fb2 (list_of_items): Allow strings among the alist items; they make nonselectable lines. Richard M. Stallman 1993-03-15 06:00:04 +00:00
  • 70728a80cb (Fdelete_other_windows): Handle FRAME_MENU_BAR_LINES. Richard M. Stallman 1993-03-15 05:50:55 +00:00
  • 2d66ad19c5 (display_menu_bar): Assume FRAME_MENU_BAR_ITEMS already set. Fill out line with spaces. Put explicit spaces between items. Richard M. Stallman 1993-03-15 05:50:02 +00:00
  • 48e416d4fd (command_loop_1): Set FRAME_MENU_BAR_ITEMS here. Richard M. Stallman 1993-03-15 05:46:58 +00:00
  • edfa9106ca (INTEGERP, SYMBOLP, MARKERP, STRINGP, VECTORP): New macros. (COMPILEDP, BUFFERP, SUBRP, PROCESSP, FRAMEP, WINDOWP): New macros. (WINDOW_CONFIGURATIONP, FLOATP): New macros. Richard M. Stallman 1993-03-15 05:44:21 +00:00
  • 351c638e66 (selection_request_event, selection_clear_event): New event kinds. Richard M. Stallman 1993-03-15 05:43:15 +00:00
  • a4b13e104e * sort.el (sort-float-fields, sort-numeric-fields): Use string-to-number, not string-to-float or string-to-int. Jim Blandy 1993-03-15 04:46:45 +00:00
  • 6da3b16b35 * sort.el (sort-float-fields): Use string-to-number, not string-to-float. Jim Blandy 1993-03-15 04:43:47 +00:00
  • 3254eb1e37 Fix the fix. Jim Blandy 1993-03-15 04:17:09 +00:00
  • 6155fae1c8 * dired.c (Fdirectory_files): Compile the MATCH regexp after calling everything else which might compile a regexp. Jim Blandy 1993-03-15 03:04:52 +00:00
  • 4095411173 *** empty log message *** Richard M. Stallman 1993-03-15 02:00:20 +00:00
  • 690eca32af * make-dist: Distribute `src/bitmaps' too. Jim Blandy 1993-03-15 01:16:36 +00:00
  • a790fee232 Add extern declaration for do_line_insertion_deletion_costs. Jim Blandy 1993-03-15 01:09:20 +00:00
  • 2f1139a47f *** empty log message *** Richard M. Stallman 1993-03-15 01:05:11 +00:00
  • ca9b40a152 *** empty log message *** Richard M. Stallman 1993-03-15 00:46:58 +00:00
  • ef5f15e392 Add GNU copyright notice. Jim Blandy 1993-03-15 00:16:34 +00:00
  • db774a168d Initial revision Richard M. Stallman 1993-03-14 23:39:34 +00:00
  • d415c51747 Initial revision Jim Blandy 1993-03-14 22:49:14 +00:00
  • 05fa755b6f Recognize AIX 3.2 and make it the default for -aix. Charles Hannum 1993-03-14 22:24:26 +00:00
  • 9e6314a476 * keyboard.h (internal_last_event_frame): This should be extern, dummy. Jim Blandy 1993-03-14 21:43:17 +00:00
  • 6a8a9750e8 * fns.c (Fy_or_n_p): Display the answer. Jim Blandy 1993-03-14 20:56:05 +00:00
  • da33ff575d Wed Mar 10 23:00:51 1993 Jim Blandy (jimb@totoro.cs.oberlin.edu) Jim Blandy 1993-03-14 20:34:26 +00:00
  • a87ed99c5b entered into RCS Richard M. Stallman 1993-03-14 20:19:28 +00:00
  • 3e6580d01d *** empty log message *** Jim Blandy 1993-03-14 05:50:49 +00:00
  • 0b74cf8cd8 (NO_X_DESTROY_DATABASE): Defined. Richard M. Stallman 1993-03-14 05:40:29 +00:00
  • 730ebc50d6 * diary-insert.el (insert-anniversary-diary-entry, insert-block-diary-entry): Fix calendar-date-display-form used. Jim Blandy 1993-03-14 00:43:19 +00:00
  • 8c64cf1653 * s/usg5-4.h: Remove extraneous text after #undef LIB_X11_LIB. Jim Blandy 1993-03-13 23:31:35 +00:00
  • bb69479208 (rmail-summary-next-msg): Call display-buffer. (rmail-summary-previous-all, rmail-summary-next-all): Likewise. (rmail-summary-rmail-update): Do nothing if rmail buffer not visible. (rmail-summary-mode-map): Don't bind C-n, C-p. Use ordinary move cmds. Richard M. Stallman 1993-03-13 21:52:43 +00:00
  • 7da64e5c76 *** empty log message *** Richard M. Stallman 1993-03-13 21:25:55 +00:00
  • 7f692070e2 Doc fix. Jim Blandy 1993-03-13 21:14:27 +00:00