bpt/emacs.git
30 years ago(run_msdos_command): Use assignment instead of initialization.
Karl Heuer [Wed, 23 Mar 1994 22:55:59 +0000 (22:55 +0000)]
(run_msdos_command): Use assignment instead of initialization.

30 years ago(read_minibuf): Use assignment instead of initialization.
Karl Heuer [Wed, 23 Mar 1994 22:55:24 +0000 (22:55 +0000)]
(read_minibuf): Use assignment instead of initialization.

30 years ago(read_filtered_event, intern): Use assignment instead of initialization.
Karl Heuer [Wed, 23 Mar 1994 22:55:01 +0000 (22:55 +0000)]
(read_filtered_event, intern): Use assignment instead of initialization.

30 years ago(access_keymap, store_in_keymap, Fcopy_keymap, Fdefine_key,
Karl Heuer [Wed, 23 Mar 1994 22:50:23 +0000 (22:50 +0000)]
(access_keymap, store_in_keymap, Fcopy_keymap, Fdefine_key,
Faccessible_keymaps, Fwhere_is_internal): Use assignment instead of
initialization.

30 years ago(adjust_intervals_for_insertion, merge_properties_sticky, delete_interval):
Karl Heuer [Wed, 23 Mar 1994 22:30:22 +0000 (22:30 +0000)]
(adjust_intervals_for_insertion, merge_properties_sticky, delete_interval):
Use assignment, not initialization.

30 years ago(next_frame, prev_frame, other_visible_frames, Fdelete_frame): Use assignment,
Karl Heuer [Wed, 23 Mar 1994 22:29:45 +0000 (22:29 +0000)]
(next_frame, prev_frame, other_visible_frames, Fdelete_frame): Use assignment,
not initialization.

30 years ago(lock_file): Use assignment, not initialization.
Karl Heuer [Wed, 23 Mar 1994 22:29:02 +0000 (22:29 +0000)]
(lock_file): Use assignment, not initialization.

30 years ago(Finsert_file_contents): Use assignment, not initialization.
Karl Heuer [Wed, 23 Mar 1994 22:28:22 +0000 (22:28 +0000)]
(Finsert_file_contents): Use assignment, not initialization.

30 years ago(store_symval_forwarding, Fsymbol_value): Use assignment, not initialization.
Karl Heuer [Wed, 23 Mar 1994 22:27:40 +0000 (22:27 +0000)]
(store_symval_forwarding, Fsymbol_value): Use assignment, not initialization.

30 years ago(internal_self_insert): Use assignment, not initialization.
Karl Heuer [Wed, 23 Mar 1994 22:27:12 +0000 (22:27 +0000)]
(internal_self_insert): Use assignment, not initialization.

30 years ago(call_process_cleanup, getenv_internal): Use assignment, not initialization.
Karl Heuer [Wed, 23 Mar 1994 22:26:47 +0000 (22:26 +0000)]
(call_process_cleanup, getenv_internal): Use assignment, not initialization.

30 years ago(check_mark, Fcall_interactively): Use assignment, not initialization.
Karl Heuer [Wed, 23 Mar 1994 22:26:28 +0000 (22:26 +0000)]
(check_mark, Fcall_interactively): Use assignment, not initialization.

30 years ago(sort_overlays, Fmake_overlay): Use assignment, not initialization.
Karl Heuer [Wed, 23 Mar 1994 22:25:50 +0000 (22:25 +0000)]
(sort_overlays, Fmake_overlay): Use assignment, not initialization.

30 years ago(make_event_array): Use assignment, not initialization.
Karl Heuer [Wed, 23 Mar 1994 22:25:25 +0000 (22:25 +0000)]
(make_event_array): Use assignment, not initialization.

30 years agoInitial revision
Daniel LaLiberte [Wed, 23 Mar 1994 22:11:16 +0000 (22:11 +0000)]
Initial revision

30 years ago(rmail-sort-by-subject): Fix `Re:' regexp.
Karl Heuer [Wed, 23 Mar 1994 21:49:16 +0000 (21:49 +0000)]
(rmail-sort-by-subject): Fix `Re:' regexp.

30 years ago(reset_sys_modes): Turn off O_NDELAY.
Karl Heuer [Wed, 23 Mar 1994 21:42:12 +0000 (21:42 +0000)]
(reset_sys_modes): Turn off O_NDELAY.

30 years ago(nroff-mode-abbrev-table): Call define-abbrev-table.
Karl Heuer [Wed, 23 Mar 1994 20:48:55 +0000 (20:48 +0000)]
(nroff-mode-abbrev-table): Call define-abbrev-table.

30 years ago(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.
Karl Heuer [Wed, 23 Mar 1994 20:31:08 +0000 (20:31 +0000)]
(Fscroll_up, Fscroll_down, Fscroll_other_window): Doc fix.

30 years ago(do_switch_frame): Common code for Fselect_frame and handle_switch_frame.
Karl Heuer [Wed, 23 Mar 1994 20:11:17 +0000 (20:11 +0000)]
(do_switch_frame): Common code for Fselect_frame and handle_switch_frame.

30 years ago(x_get_focus_frame): New function.
Karl Heuer [Wed, 23 Mar 1994 20:09:12 +0000 (20:09 +0000)]
(x_get_focus_frame): New function.

30 years ago(rmail-quit): Remove summary buffer from display.
Richard M. Stallman [Wed, 23 Mar 1994 18:38:23 +0000 (18:38 +0000)]
(rmail-quit): Remove summary buffer from display.
Thoroughly remove Rmail buffer from display.

30 years ago(rmail-secondary-file-menu): Display relative file names.
Richard M. Stallman [Wed, 23 Mar 1994 18:29:07 +0000 (18:29 +0000)]
(rmail-secondary-file-menu): Display relative file names.
(rmail-output-menu): Autoload it.
(rmail-mode-map): Add rmail-output-menu and rmail-input-menu.

30 years ago* etags.c (cwd, outfiledir): vars added.
Francesco Potortì [Wed, 23 Mar 1994 18:27:19 +0000 (18:27 +0000)]
* etags.c (cwd, outfiledir): vars added.
(relative_filename, absolute_filename, absolute_dirname):
functions added to compute filenames in tags files.
(process_file): filenames in tags file are relative to the
directory where the tags file is (useful with the -o option).
(main): initialise the outfiledir var.
(TYPEDST): added the `tignore' value.
(C_entries): corrected various small bugs.

30 years ago(update_frame_menubar): Function renamed from update_one_frame_psheets.
Fred Pierresteguy [Wed, 23 Mar 1994 18:23:32 +0000 (18:23 +0000)]
(update_frame_menubar): Function renamed from update_one_frame_psheets.
(initialize_frame_menubar): New function.
(set_frame_menubar): Call menu_bar_items when items is NIL.

30 years ago(Fx_create_frame): Call initialize_frame_menubar.
Fred Pierresteguy [Wed, 23 Mar 1994 18:22:13 +0000 (18:22 +0000)]
(Fx_create_frame): Call initialize_frame_menubar.

30 years ago(tex-delete-last-temp-files): New arg NOT-ALL.
Richard M. Stallman [Wed, 23 Mar 1994 18:19:20 +0000 (18:19 +0000)]
(tex-delete-last-temp-files): New arg NOT-ALL.
(tex-region): Pass new arg.

30 years ago(Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way.
Richard M. Stallman [Wed, 23 Mar 1994 18:18:19 +0000 (18:18 +0000)]
(Fy_or_n_p, Fyes_or_no_p): Call Fx_popup_dialog the new way.
(Fyes_or_no_p): Always display just one dialog box
whether or not USE_X_TOOLKIT.

30 years ago(reset_buffer): Init auto_save_failure_time slot.
Richard M. Stallman [Wed, 23 Mar 1994 05:07:26 +0000 (05:07 +0000)]
(reset_buffer): Init auto_save_failure_time slot.

30 years ago(where-is): New function.
Richard M. Stallman [Wed, 23 Mar 1994 04:54:20 +0000 (04:54 +0000)]
(where-is): New function.

30 years ago(where_is_string, Fwhere_is): Deleted.
Richard M. Stallman [Wed, 23 Mar 1994 04:51:55 +0000 (04:51 +0000)]
(where_is_string, Fwhere_is): Deleted.
(syms_of_keymap): Corresponding changes.

30 years ago(sort-subr): Add autoload.
Richard M. Stallman [Wed, 23 Mar 1994 00:43:06 +0000 (00:43 +0000)]
(sort-subr): Add autoload.

30 years ago(Fdefine_key): Check for non-events in keyvector.
Karl Heuer [Tue, 22 Mar 1994 23:36:28 +0000 (23:36 +0000)]
(Fdefine_key): Check for non-events in keyvector.

30 years ago(read_minibuf): Don't redirect focus unless minibuf is on another frame.
Karl Heuer [Tue, 22 Mar 1994 22:59:01 +0000 (22:59 +0000)]
(read_minibuf): Don't redirect focus unless minibuf is on another frame.

30 years ago(unreadchar): Don't back up the pointer when unreading EOF.
Karl Heuer [Tue, 22 Mar 1994 22:20:38 +0000 (22:20 +0000)]
(unreadchar): Don't back up the pointer when unreading EOF.

30 years ago(read1): Check for invalid modifier bits in a string.
Karl Heuer [Tue, 22 Mar 1994 21:59:02 +0000 (21:59 +0000)]
(read1): Check for invalid modifier bits in a string.

30 years ago(asm-mode): Doc fix.
Richard M. Stallman [Tue, 22 Mar 1994 20:48:30 +0000 (20:48 +0000)]
(asm-mode): Doc fix.

30 years ago(debugger-eval-expression): Use a history list.
Richard M. Stallman [Tue, 22 Mar 1994 20:41:00 +0000 (20:41 +0000)]
(debugger-eval-expression): Use a history list.

30 years ago(__do_global_ctors, __do_global_ctors_aux)
Richard M. Stallman [Tue, 22 Mar 1994 20:18:06 +0000 (20:18 +0000)]
(__do_global_ctors, __do_global_ctors_aux)
(__do_global_dtors): Don't define if GCC_CTORS_IN_LIBC.
(__CTOR_LIST__, __DTOR_LIST__): Likewise.

30 years ago(Fcall_process): Make sure to close descriptors.
Richard M. Stallman [Tue, 22 Mar 1994 20:17:17 +0000 (20:17 +0000)]
(Fcall_process): Make sure to close descriptors.
(call_process_cleanup): Always close descriptor.

30 years agoCall XtSetValues not XtVaSetValues.
Fred Pierresteguy [Tue, 22 Mar 1994 14:59:24 +0000 (14:59 +0000)]
Call XtSetValues not XtVaSetValues.

30 years ago(set_frame_size): Put #if 0 around a lot of useless code.
Fred Pierresteguy [Tue, 22 Mar 1994 14:38:10 +0000 (14:38 +0000)]
(set_frame_size): Put #if 0 around a lot of useless code.
Compute explicitely the geometry of the toplevel widget.

30 years agoentered into RCS
Richard M. Stallman [Tue, 22 Mar 1994 05:43:25 +0000 (05:43 +0000)]
entered into RCS

30 years ago(jump-to-register): Handle dead marker.
Karl Heuer [Tue, 22 Mar 1994 01:41:10 +0000 (01:41 +0000)]
(jump-to-register): Handle dead marker.

30 years ago(add_command_key, command_loop_1, read_char, kbd_buffer_store_event,
Karl Heuer [Tue, 22 Mar 1994 01:24:14 +0000 (01:24 +0000)]
(add_command_key, command_loop_1, read_char, kbd_buffer_store_event,
kbd_buffer_get_event, make_lispy_event, make_lispy_movement,
apply_modifiers_uncached, parse_modifiers, apply_modifiers, reorder_modifiers,
read_key_sequence): Use assignment, not initialization.

30 years ago(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
Roland McGrath [Tue, 22 Mar 1994 00:27:12 +0000 (00:27 +0000)]
(map-y-or-n-p): Don't add any text to the ACTION-ALIST descriptions to make
dialog box buttons.

30 years ago(Qwholenump): New variable.
Richard M. Stallman [Tue, 22 Mar 1994 00:14:47 +0000 (00:14 +0000)]
(Qwholenump): New variable.
(syms_of_data): Set and gcpro Qwholenump.

30 years ago(Qwholenump): Declared.
Richard M. Stallman [Tue, 22 Mar 1994 00:14:10 +0000 (00:14 +0000)]
(Qwholenump): Declared.
(CHECK_NATNUM): Use Qwholenump.

30 years ago(Fkeymapp): Doc fix.
Karl Heuer [Mon, 21 Mar 1994 22:53:17 +0000 (22:53 +0000)]
(Fkeymapp): Doc fix.

30 years ago(Fcopy_keymap): Account for menus and equiv-key cache.
Karl Heuer [Mon, 21 Mar 1994 22:48:13 +0000 (22:48 +0000)]
(Fcopy_keymap): Account for menus and equiv-key cache.

30 years agoInitial revision
Karl Heuer [Mon, 21 Mar 1994 22:27:20 +0000 (22:27 +0000)]
Initial revision

30 years ago(insert-directory): Quote special shell chars,
Richard M. Stallman [Mon, 21 Mar 1994 18:17:27 +0000 (18:17 +0000)]
(insert-directory): Quote special shell chars,
aside from wildcards and quoting characters.

30 years agoInitial revision
Richard M. Stallman [Mon, 21 Mar 1994 17:36:52 +0000 (17:36 +0000)]
Initial revision

30 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Mar 1994 17:04:32 +0000 (17:04 +0000)]
*** empty log message ***

30 years agoInitial revision
Richard M. Stallman [Mon, 21 Mar 1994 07:49:21 +0000 (07:49 +0000)]
Initial revision

30 years agoentered into RCS
Richard M. Stallman [Mon, 21 Mar 1994 07:47:05 +0000 (07:47 +0000)]
entered into RCS

30 years ago*** empty log message ***
Richard M. Stallman [Mon, 21 Mar 1994 07:30:44 +0000 (07:30 +0000)]
*** empty log message ***

30 years ago(Fstring_to_number): Doc fix.
Richard M. Stallman [Mon, 21 Mar 1994 06:56:46 +0000 (06:56 +0000)]
(Fstring_to_number): Doc fix.

30 years agoInitial revision
Richard M. Stallman [Mon, 21 Mar 1994 06:42:21 +0000 (06:42 +0000)]
Initial revision

30 years ago(Fmake_local_variable): Void variables stay void.
Karl Heuer [Mon, 21 Mar 1994 01:39:07 +0000 (01:39 +0000)]
(Fmake_local_variable): Void variables stay void.

30 years ago(make-lucid-menu-keymap): Any row of dashes means blank.
Karl Heuer [Mon, 21 Mar 1994 00:37:56 +0000 (00:37 +0000)]
(make-lucid-menu-keymap): Any row of dashes means blank.

30 years agoInitial revision
Richard M. Stallman [Sun, 20 Mar 1994 23:52:27 +0000 (23:52 +0000)]
Initial revision

30 years ago(mail-mode): Doc mod.
Karl Heuer [Sun, 20 Mar 1994 23:23:43 +0000 (23:23 +0000)]
(mail-mode): Doc mod.

30 years ago(x-valid-simple-selection-p): Accept an overlay.
Richard M. Stallman [Sun, 20 Mar 1994 21:12:45 +0000 (21:12 +0000)]
(x-valid-simple-selection-p): Accept an overlay.
(xselect-convert-to-string, xselect-convert-to-length):
(xselect-convert-to-filename xselect-convert-to-charpos):
(xselect-convert-to-lineno, xselect-convert-to-colno): Likewise.

30 years ago(one-window-p): New argument all-frames.
Richard M. Stallman [Sun, 20 Mar 1994 18:59:22 +0000 (18:59 +0000)]
(one-window-p): New argument all-frames.

30 years agoInitial revision
Richard M. Stallman [Sun, 20 Mar 1994 18:24:30 +0000 (18:24 +0000)]
Initial revision

30 years ago(xdialog_show): Delete args x, y.
Richard M. Stallman [Sun, 20 Mar 1994 07:05:38 +0000 (07:05 +0000)]
(xdialog_show): Delete args x, y.
(Fx_popup_dialog): Don't pass those args; don't compute them.
Second arg is now just one pane.  Lots of simplification.
Always start by decoding POSITION arg to get a frame.
[! USE_X_TOOLKIT]: Put the menu in middle of that frame.

30 years ago(map-y-or-n-p): Call x-popup-dialog the new way.
Richard M. Stallman [Sun, 20 Mar 1994 07:05:14 +0000 (07:05 +0000)]
(map-y-or-n-p): Call x-popup-dialog the new way.

30 years agoInitial revision
Richard M. Stallman [Sun, 20 Mar 1994 06:30:14 +0000 (06:30 +0000)]
Initial revision

30 years ago(mh-progs, mh-lib): Deleted.
Richard M. Stallman [Sun, 20 Mar 1994 04:21:12 +0000 (04:21 +0000)]
(mh-progs, mh-lib): Deleted.

30 years agoProvide lmenu, not menubar.
Richard M. Stallman [Sun, 20 Mar 1994 04:05:48 +0000 (04:05 +0000)]
Provide lmenu, not menubar.

30 years ago(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman [Sun, 20 Mar 1994 02:43:06 +0000 (02:43 +0000)]
(HAVE_TERMIOS, NO_TERMIO): Defined.

30 years ago(help-with-tutorial): Change previous change;
Richard M. Stallman [Sun, 20 Mar 1994 02:37:51 +0000 (02:37 +0000)]
(help-with-tutorial): Change previous change;
reduce threshold to 12 lines.

30 years ago(tagsfiles): Accept capital letters.
Richard M. Stallman [Sun, 20 Mar 1994 02:13:32 +0000 (02:13 +0000)]
(tagsfiles): Accept capital letters.

30 years ago(UTILITIES): `env' deleted.
Richard M. Stallman [Sun, 20 Mar 1994 02:05:29 +0000 (02:05 +0000)]
(UTILITIES): `env' deleted.
(env): Target deleted.

30 years ago(emacs): rm emacs before the ln.
Richard M. Stallman [Sun, 20 Mar 1994 01:22:59 +0000 (01:22 +0000)]
(emacs): rm emacs before the ln.

30 years ago(wait_reading_process_input, both versions): Don't call
Richard M. Stallman [Sun, 20 Mar 1994 01:16:55 +0000 (01:16 +0000)]
(wait_reading_process_input, both versions): Don't call
redisplay_preserve_echo_area unless do_display.

30 years ago(syms_of_emacs): Don't initialize Vinstallation_name
Richard M. Stallman [Sun, 20 Mar 1994 01:13:53 +0000 (01:13 +0000)]
(syms_of_emacs): Don't initialize Vinstallation_name
and Vinstallation_directory.

30 years ago(Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.
Richard M. Stallman [Sat, 19 Mar 1994 16:20:31 +0000 (16:20 +0000)]
(Fyes_or_no_p) [USE_X_TOOLKIT]: Display just one menu.

30 years ago(Fx_popup_dialog): Don't fail to set X, Y from POSITION.
Richard M. Stallman [Sat, 19 Mar 1994 10:31:57 +0000 (10:31 +0000)]
(Fx_popup_dialog): Don't fail to set X, Y from POSITION.
(xdialog_show): Call lw_modify_all_widgets properly.
Generate dialog's name at run time to specify number of buttons.
Report error if too many buttons to handle or if multiple panes.

30 years ago*** empty log message ***
Richard M. Stallman [Sat, 19 Mar 1994 07:16:54 +0000 (07:16 +0000)]
*** empty log message ***

30 years ago(Fx_popup_dialog, Fx_popup_menu): Require 2 args.
Richard M. Stallman [Sat, 19 Mar 1994 05:34:45 +0000 (05:34 +0000)]
(Fx_popup_dialog, Fx_popup_menu): Require 2 args.

30 years agoDelete obsolete comment.
Karl Heuer [Sat, 19 Mar 1994 05:34:11 +0000 (05:34 +0000)]
Delete obsolete comment.

30 years ago(rmail-summary-goto-msg): Highlight message number of current message.
Richard M. Stallman [Sat, 19 Mar 1994 05:32:26 +0000 (05:32 +0000)]
(rmail-summary-goto-msg): Highlight message number of current message.

30 years ago(iso-accents-list): Add entries for unadorned accents.
Karl Heuer [Sat, 19 Mar 1994 04:32:52 +0000 (04:32 +0000)]
(iso-accents-list): Add entries for unadorned accents.

30 years ago(beginning-of-defun-raw): Don't err when called at end of buffer.
Karl Heuer [Sat, 19 Mar 1994 04:07:37 +0000 (04:07 +0000)]
(beginning-of-defun-raw): Don't err when called at end of buffer.

30 years ago(help-with-tutorial): Avoid unexplained large blank area.
Karl Heuer [Sat, 19 Mar 1994 04:03:24 +0000 (04:03 +0000)]
(help-with-tutorial): Avoid unexplained large blank area.

30 years ago(standard-display-ascii): Error if using a windowing system.
Karl Heuer [Sat, 19 Mar 1994 03:48:55 +0000 (03:48 +0000)]
(standard-display-ascii): Error if using a windowing system.
(standard-display-g1, standard-display-graphic): Ditto.
(standard-display-underline): If window system, use underline font.

30 years ago(create-glyph): Don't use slots that look like ASCII.
Karl Heuer [Sat, 19 Mar 1994 03:00:25 +0000 (03:00 +0000)]
(create-glyph): Don't use slots that look like ASCII.

30 years ago(MAKE_GLYPH, GLYPH_CHAR, GLYPH_FACE): Handle termcap frames as well as X.
Karl Heuer [Sat, 19 Mar 1994 02:54:00 +0000 (02:54 +0000)]
(MAKE_GLYPH, GLYPH_CHAR, GLYPH_FACE): Handle termcap frames as well as X.
(FAST_MAKE_GLYPH, FAST_GLYPH_CHAR, FAST_GLYPH_FACE): New macros.

30 years ago(fix_glyph, display_text_line, copy_part_of_rope, display_mode_line): Handle
Karl Heuer [Sat, 19 Mar 1994 02:53:33 +0000 (02:53 +0000)]
(fix_glyph, display_text_line, copy_part_of_rope, display_mode_line): Handle
termcap frames as well as X.

30 years ago(direct_output_for_insert): Handle termcap frames as well as X.
Karl Heuer [Sat, 19 Mar 1994 02:52:39 +0000 (02:52 +0000)]
(direct_output_for_insert): Handle termcap frames as well as X.

30 years ago(dumpglyphs): Use the fast macros.
Karl Heuer [Sat, 19 Mar 1994 02:51:37 +0000 (02:51 +0000)]
(dumpglyphs): Use the fast macros.

30 years ago(compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match
Roland McGrath [Sat, 19 Mar 1994 01:05:27 +0000 (01:05 +0000)]
(compilation-error-regexp-alist): Generalize ultrix 3 f77 regexp to match
Absoft FORTRAN 77 errors.

30 years agoInitial revision
Richard M. Stallman [Sat, 19 Mar 1994 00:46:41 +0000 (00:46 +0000)]
Initial revision

30 years ago(perform-replace): Set match-data markers to nil before discarding them.
Roland McGrath [Fri, 18 Mar 1994 12:16:08 +0000 (12:16 +0000)]
(perform-replace): Set match-data markers to nil before discarding them.

30 years ago(map-y-or-n-p): Use a dialog box when triggered by a mouse event.
Roland McGrath [Fri, 18 Mar 1994 11:54:24 +0000 (11:54 +0000)]
(map-y-or-n-p): Use a dialog box when triggered by a mouse event.

30 years ago(rmail-summary-window-size): New variable.
Richard M. Stallman [Fri, 18 Mar 1994 07:09:57 +0000 (07:09 +0000)]
(rmail-summary-window-size): New variable.
(rmail-maybe-display-summary): Use it.
(rmail-secondary-file-directory): New var.
(rmail-secondary-file-regexp): New var.
(rmail-secondary-file-menu): New function.
(rmail-input-menu): New command.

30 years ago(rmail-output-menu): New command.
Richard M. Stallman [Fri, 18 Mar 1994 07:08:37 +0000 (07:08 +0000)]
(rmail-output-menu): New command.

30 years ago(list_of_items): Arg to push_menu_item was missing.
Richard M. Stallman [Fri, 18 Mar 1994 06:57:36 +0000 (06:57 +0000)]
(list_of_items): Arg to push_menu_item was missing.