Commit graph

  • 1844ea6b76 *** empty log message *** Roland McGrath 1992-09-18 07:30:25 +00:00
  • 1a8c3f100a (get_keyelt): Skip menu help string after menu item name. Richard M. Stallman 1992-09-18 07:29:36 +00:00
  • 5852d14562 *** empty log message *** Jim Blandy 1992-09-17 21:54:44 +00:00
  • 8feebd073e *** empty log message *** Richard M. Stallman 1992-09-17 19:50:27 +00:00
  • a50699fdb4 Initial revision Joseph Arceneaux 1992-09-17 02:26:53 +00:00
  • 614517afd8 entered into RCS Roland McGrath 1992-09-17 01:12:50 +00:00
  • bc78d34823 Initial revision Karl Berry 1992-09-16 14:52:41 +00:00
  • b1fe2cfc2b Initial revision Karl Berry 1992-09-16 12:19:41 +00:00
  • cbbfbaef44 *** empty log message *** Jim Blandy 1992-09-16 00:08:26 +00:00
  • 974f8dd6da *** empty log message *** Roland McGrath 1992-09-15 22:52:46 +00:00
  • a32a25f400 *** empty log message *** Roland McGrath 1992-09-15 21:35:53 +00:00
  • 9ce179fcdd entered into RCS Roland McGrath 1992-09-15 21:11:58 +00:00
  • 47f3c45980 *** empty log message *** Roland McGrath 1992-09-15 21:04:44 +00:00
  • 275da78791 *** empty log message *** Roland McGrath 1992-09-15 19:38:02 +00:00
  • 8e0e25bb90 *** empty log message *** Joseph Arceneaux 1992-09-15 19:28:41 +00:00
  • a5dcf63f3a *** empty log message *** Richard M. Stallman 1992-09-15 10:00:34 +00:00
  • 3ee3a07613 entered into RCS Richard M. Stallman 1992-09-15 08:15:41 +00:00
  • 01987a6bb7 entered into RCS Roland McGrath 1992-09-15 02:36:36 +00:00
  • fdf5afa45d *** empty log message *** Richard M. Stallman 1992-09-14 22:50:18 +00:00
  • 082005103a *** empty log message *** Richard M. Stallman 1992-09-14 22:31:47 +00:00
  • 3005da00b9 (main): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU. Richard M. Stallman 1992-09-14 22:11:23 +00:00
  • 72cea080f2 (read_char_menu_prompt): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU. Richard M. Stallman 1992-09-14 22:10:55 +00:00
  • 2c44309ae2 entered into RCS Richard M. Stallman 1992-09-14 22:08:02 +00:00
  • 9806213d68 *** empty log message *** Roland McGrath 1992-09-14 20:19:24 +00:00
  • ce90c14948 *** empty log message *** Richard M. Stallman 1992-09-14 19:00:13 +00:00
  • 9508896e1d *** empty log message *** Jim Blandy 1992-09-14 18:41:47 +00:00
  • 854c16c5e2 *** empty log message *** Richard M. Stallman 1992-09-14 06:53:22 +00:00
  • 5d68c2c227 *** empty log message *** Richard M. Stallman 1992-09-14 01:39:31 +00:00
  • 6c43f2f9e9 entered into RCS Richard M. Stallman 1992-09-14 01:33:12 +00:00
  • d0bc419e4b *** empty log message *** Richard M. Stallman 1992-09-13 23:36:10 +00:00
  • c9706a52b3 entered into RCS Richard M. Stallman 1992-09-13 21:51:49 +00:00
  • 715984d3a4 *** empty log message *** Richard M. Stallman 1992-09-13 20:40:20 +00:00
  • ab94e6e795 entered into RCS Richard M. Stallman 1992-09-13 19:05:13 +00:00
  • 7b89707ca3 entered into RCS Jim Blandy 1992-09-13 13:08:15 +00:00
  • b0342f1711 * xterm.c (x_wm_set_size_hint): Set the base_width and base_height members of size_hints, if they're available (X11R4 and after); otherwise, approximate the right thing, by using min_width and min_height as the base size. Jim Blandy 1992-09-13 12:54:09 +00:00
  • dfc35f5fca * xrdb.c: Don't include <X11/Xos.h>. Under R4, it stupidly insists on defining SIGCHLD, even if it already has a definition. (file_p): Use the constant 4 instead of R_OK; empirically, the number is more portable than the symbol if you count the #include hair you have to go through to get R_OK defined. Ffile_readable_p does this too. Jim Blandy 1992-09-13 12:48:38 +00:00
  • 252500313b Declare x_implicitly_set_name to be void. Jim Blandy 1992-09-13 12:46:45 +00:00
  • 0956dd969c * xdisp.c (display_mode_line): If the only other frames are minibuffer frames, don't name the frame after the in the selected window. We can use Fnext_frame to do this test easily. Jim Blandy 1992-09-13 12:45:33 +00:00
  • 83762ba49a * window.c (minibuffer_window): Accept an optional FRAME argument; if specified, return the minibuffer used by that frame. Jim Blandy 1992-09-13 12:38:21 +00:00
  • 4fbc0284b1 * unexmips.c (mark_x): Declare this as static void at the top of the file and at the function definition. Jim Blandy 1992-09-13 12:37:43 +00:00
  • 0abf54e322 Fix typo. Jim Blandy 1992-09-13 12:35:06 +00:00
  • 4726a9f1c0 * keymap.c (describe_buffer_bindings): Adjust key_heading to match the format used by describe_map_tree. Also, don't reprint the "key binding" header above the global bindings if we've already printed it for the local bindings; it's clear enough that the columns mean the same thing as above. Jim Blandy 1992-09-13 12:33:23 +00:00
  • 2ce30ea2e6 * keyboard.c (kbd_buffer_get_event): When performing the FRAME_FOCUS_FRAME redirection, don't modify the frame field of the event; that fatally corrupts mouse click events. Instead, just perform the redirection on the value assigned to Vlast_event_frame. Jim Blandy 1992-09-13 12:31:15 +00:00
  • d06a8a56c2 * frame.c (choose_minibuf_frame): abort if the selected frame has nil in its minibuffer_window slot; this shouldn't happen any more. Jim Blandy 1992-09-13 12:29:01 +00:00
  • 4b93635c3e * editfns.c (Fcurrent_time_string): Change docstring to indicate that we will probably add the timezone to the end, now that we have it available on many systems. Jim Blandy 1992-09-13 12:21:15 +00:00
  • 2bda628c55 * doc.c (Fsnarf_documentation): Signal an error if this is called in a dumped Emacs. Jim Blandy 1992-09-13 12:20:40 +00:00
  • afa4c0f3cd * callint.c (Fcall_interactively): Remove the 'K' interactive code, in favor of 'e'; that's a better name. Jim Blandy 1992-09-13 12:19:42 +00:00
  • 8aaa7c8a2e * alloc.c (mark_object): mark a symbol's name after marking its value, function, and property list rather than before; this way, symbols' names are readable, giving us a chance to detect some kinds of heap corruption. Jim Blandy 1992-09-13 12:14:54 +00:00
  • ec558adcce entered into RCS Jim Blandy 1992-09-13 11:44:06 +00:00
  • b7cceaf12a *** empty log message *** Jim Blandy 1992-09-13 10:54:38 +00:00
  • e4801b31ff entered into RCS Jim Blandy 1992-09-13 10:43:05 +00:00
  • bfe81e789a *** empty log message *** Richard M. Stallman 1992-09-13 06:01:19 +00:00
  • c3554e9565 *** empty log message *** Richard M. Stallman 1992-09-13 04:35:22 +00:00
  • 078a88f4d6 entered into RCS Richard M. Stallman 1992-09-12 22:48:30 +00:00
  • 26aaadf383 *** empty log message *** Richard M. Stallman 1992-09-12 22:27:16 +00:00
  • 2f7ea15592 Initial revision Richard M. Stallman 1992-09-12 22:14:24 +00:00
  • 0bf2eed2fe (Ffile_name_directory, Ffile_name_nondirectory): (Ffile_name_as_directory, Fdirectory_file_name, Fexpand_file_name): Call find_file_handler. (syms_of_fileio): Set up Qfile_name_directory, etc. (Fcopy_file): Call find_file_handler for newname as well as for filename. Richard M. Stallman 1992-09-12 08:53:08 +00:00
  • 51172b6d06 (num_nonmacro_input_chars): New variable. (read_char): Use num_nonmacro_input_chars to decide on auto-save & gc. Increment it when appropriate. (record_auto_save): Use num_nonmacro_input_chars. Richard M. Stallman 1992-09-12 08:52:51 +00:00
  • 65864ae07e *** empty log message *** Richard M. Stallman 1992-09-12 08:44:18 +00:00
  • e2b40c238e (init_sys_modes): Handle VDSUSP like V_DSUSP. Use CDISABLE, not CDEL. Turn off IEXTEN if it exists. Richard M. Stallman 1992-09-12 07:46:41 +00:00
  • 2102829e7d entered into RCS Richard M. Stallman 1992-09-12 07:45:15 +00:00
  • 07a784100e *** empty log message *** Richard M. Stallman 1992-09-12 01:37:46 +00:00
  • a1becb932d *** empty log message *** Jim Blandy 1992-09-12 01:20:58 +00:00
  • ee8caabbad (internal_self_insert): Assume Fexpand_abbrev expanded something if it incremented MODIFF. Richard M. Stallman 1992-09-11 23:34:08 +00:00
  • f1bed6d8b8 (command_loop_1): Bind inhibit-quit to t when in Fsit_for. Richard M. Stallman 1992-09-11 23:33:17 +00:00
  • 95be70edc1 (Fx_track_pointer): Pass new args to read_char. (Fx_select_region, Fx_horizontal_line): Likewise. Richard M. Stallman 1992-09-11 23:31:02 +00:00
  • ce6e5d0b57 (Fmake_sparse_keymap, Fmake_keymap): New optional arg. Callers changed. (keymap_table): No longer static. Richard M. Stallman 1992-09-11 23:30:25 +00:00
  • 248a26a710 (unexec): Allow sections in any order. Adjust addresses of rdata section as well as data section. Richard M. Stallman 1992-09-11 23:29:02 +00:00
  • ac9a31be41 (Fy_or_n_p): Pass new args to read_char. Richard M. Stallman 1992-09-11 23:28:03 +00:00
  • 974e187b41 (Fread_char): Pass new args to read_char. Richard M. Stallman 1992-09-11 23:27:12 +00:00
  • c9d59fc21a *** empty log message *** Richard M. Stallman 1992-09-11 09:04:24 +00:00
  • 7adc58e517 *** empty log message *** Richard M. Stallman 1992-09-11 07:05:14 +00:00
  • 7931124643 entered into RCS Roland McGrath 1992-09-10 22:59:11 +00:00
  • 34e62ca7f6 entered into RCS Richard M. Stallman 1992-09-10 07:49:02 +00:00
  • 16a5c72935 * ralloc.c (r_re_alloc): Instead of allocating a new bloc at the end of the heap, copying the data to it, and then freeing the original bloc, just expand the original block. This saves a copy and a call to sbrk, and also removes the large spike in memory allocation that would occur when resizing large buffers. And it's less code. Jim Blandy 1992-09-09 00:05:42 +00:00
  • 6cf420725b *** empty log message *** Richard M. Stallman 1992-09-05 23:19:22 +00:00
  • e5d4f4dc54 (scan_lists): Improve smarts for backwards scan of comments. Don't modify comstyle inside that loop. If string quotes don't match up, don't take value from OFROM; instead, parse forward using scan_sexps_forward. (scan_sexps_forward): Return value via a pointer passed in. New element in state contains char addr of last comment-starter seen. (Fparse_partial_sexp): Change call to scan_sexps_forward. Richard M. Stallman 1992-09-05 05:34:24 +00:00
  • a4d4c8197b (Fcall_interactively): For K', use last_nonmenu_event. Make e' alias for `K'. Richard M. Stallman 1992-09-05 00:10:28 +00:00
  • 7d6de00206 (last_nonmenu_event): New var. (syms_of_keyboard): New Lisp var. (read_key_sequence): Use that instead of prev_event. Richard M. Stallman 1992-09-05 00:09:33 +00:00
  • 088831f649 (xmenu_show): If no panes, just return. Richard M. Stallman 1992-09-05 00:08:07 +00:00
  • c9c5649217 *** empty log message *** Richard M. Stallman 1992-09-04 23:38:45 +00:00
  • 07f4ea75c3 entered into RCS Richard M. Stallman 1992-09-04 21:51:42 +00:00
  • 16c15321db entered into RCS Roland McGrath 1992-09-04 21:49:15 +00:00
  • 2c91c85ce0 *** empty log message *** Richard M. Stallman 1992-09-04 21:28:29 +00:00
  • d872b7483c * xterm.c (x_catch_errors): Don't forget to initialize x_caught_error_message to the null string, so x_check_errors can tell when an error has occurred. Jim Blandy 1992-09-04 11:17:33 +00:00
  • fbc270e73a entered into RCS Richard M. Stallman 1992-09-04 07:35:10 +00:00
  • 847f73fdb8 entered into RCS Richard M. Stallman 1992-09-04 05:21:09 +00:00
  • 33143604ea (__do_global_dtors): New dummy function. Richard M. Stallman 1992-09-03 00:23:47 +00:00
  • a306d6f16f entered into RCS Richard M. Stallman 1992-09-02 23:42:24 +00:00
  • 15d1a8dab6 *** empty log message *** Roland McGrath 1992-09-02 23:15:36 +00:00
  • a5f8804e5d Doc fix for file-name-handler-alist. Roland McGrath 1992-09-02 21:41:14 +00:00
  • c83a706456 (__main): New dummy function. (__do_global_ctors, __do_global_ctors_aux): New dummy fns. (__CTOR_LIST__, __DTOR_LIST__): New dummy variables. Richard M. Stallman 1992-09-02 04:05:47 +00:00
  • cac293708c *** empty log message *** Jim Blandy 1992-09-02 02:46:03 +00:00
  • 910476efc9 entered into RCS Richard M. Stallman 1992-09-01 20:07:45 +00:00
  • c382a89aa5 entered into RCS Richard M. Stallman 1992-09-01 19:05:09 +00:00
  • 2bba782ce5 *** empty log message *** Richard M. Stallman 1992-09-01 00:26:58 +00:00
  • 450a90e2ea *** empty log message *** Roland McGrath 1992-08-31 23:22:15 +00:00
  • 6ec3899e16 *** empty log message *** Richard M. Stallman 1992-08-31 21:42:28 +00:00
  • 616ed245e9 *** empty log message *** Richard M. Stallman 1992-08-31 20:22:03 +00:00
  • e4790daa39 *** empty log message *** Richard M. Stallman 1992-08-31 18:25:44 +00:00