bpt/emacs.git
30 years ago(help): New alias.
Richard M. Stallman [Wed, 30 Mar 1994 01:43:37 +0000 (01:43 +0000)]
(help): New alias.
(help-for-help): Mention help character.
(help-quit): New command.
(help-map): Bind `q'.

30 years ago(calculate-c-indent): Don't loop forever at bobp.
Karl Heuer [Wed, 30 Mar 1994 01:43:08 +0000 (01:43 +0000)]
(calculate-c-indent): Don't loop forever at bobp.
(calculate-c-indent, indent-c-exp): Test char against 0, not nil.

30 years agoCheck for existence of windowing system.
Karl Heuer [Wed, 30 Mar 1994 01:02:01 +0000 (01:02 +0000)]
Check for existence of windowing system.

30 years ago(EMACS_TIME_NEG_P): Cast to signed.
Karl Heuer [Wed, 30 Mar 1994 00:50:02 +0000 (00:50 +0000)]
(EMACS_TIME_NEG_P): Cast to signed.

30 years ago(Fwindow_width): Delete unnecessary variable declarations.
Karl Heuer [Tue, 29 Mar 1994 07:20:26 +0000 (07:20 +0000)]
(Fwindow_width): Delete unnecessary variable declarations.

30 years ago(hack-local-variables-prop-line): Search two lines if "#!".
Karl Heuer [Tue, 29 Mar 1994 07:08:23 +0000 (07:08 +0000)]
(hack-local-variables-prop-line): Search two lines if "#!".
Ignore keyword `mode', since it's already been handled.

30 years ago(basic-save-buffer-1): New subroutine, broken out of basic-save-buffer.
Richard M. Stallman [Tue, 29 Mar 1994 06:59:50 +0000 (06:59 +0000)]
(basic-save-buffer-1): New subroutine, broken out of basic-save-buffer.
(basic-save-buffer): Use basic-save-buffer-1.

30 years agoFix glitches in previous change.
Karl Heuer [Tue, 29 Mar 1994 06:37:09 +0000 (06:37 +0000)]
Fix glitches in previous change.

30 years ago(Fcompute_motion): Typecheck all arguments.
Karl Heuer [Tue, 29 Mar 1994 05:58:40 +0000 (05:58 +0000)]
(Fcompute_motion): Typecheck all arguments.

30 years agoFix typo in comment.
Karl Heuer [Tue, 29 Mar 1994 05:54:39 +0000 (05:54 +0000)]
Fix typo in comment.

30 years ago(struct frame_glyphs): New fields charstarts and total_charstarts.
Richard M. Stallman [Tue, 29 Mar 1994 05:22:29 +0000 (05:22 +0000)]
(struct frame_glyphs): New fields charstarts and total_charstarts.

30 years agoFix typos in comments.
Karl Heuer [Tue, 29 Mar 1994 04:57:16 +0000 (04:57 +0000)]
Fix typos in comments.

30 years ago(display_text_line): Handle selective display at window edge.
Karl Heuer [Tue, 29 Mar 1994 04:08:07 +0000 (04:08 +0000)]
(display_text_line): Handle selective display at window edge.

30 years ago(debug): Behave sensibly if pop-up-frames is set.
Karl Heuer [Tue, 29 Mar 1994 02:20:04 +0000 (02:20 +0000)]
(debug): Behave sensibly if pop-up-frames is set.

30 years ago(Info-suffix-list): Put empty string last.
Karl Heuer [Tue, 29 Mar 1994 01:39:51 +0000 (01:39 +0000)]
(Info-suffix-list): Put empty string last.
(info-insert-file-contents): Allow filename to already be suffixed.

30 years ago(file_name_completion): Don't step on dirname.
Karl Heuer [Tue, 29 Mar 1994 00:57:07 +0000 (00:57 +0000)]
(file_name_completion): Don't step on dirname.

30 years agoInitial revision
Richard M. Stallman [Tue, 29 Mar 1994 00:10:31 +0000 (00:10 +0000)]
Initial revision

30 years ago(vc-checkin): Insert name of current defun in comment buffer.
Roland McGrath [Tue, 29 Mar 1994 00:03:10 +0000 (00:03 +0000)]
(vc-checkin): Insert name of current defun in comment buffer.

30 years ago(add-log-current-defun): Autoload this.
Roland McGrath [Mon, 28 Mar 1994 23:57:28 +0000 (23:57 +0000)]
(add-log-current-defun): Autoload this.

30 years ago(forms-mode): Set major mode before finding forms-file. (This gives
Karl Heuer [Mon, 28 Mar 1994 23:13:07 +0000 (23:13 +0000)]
(forms-mode): Set major mode before finding forms-file.  (This gives
the find-file-hook a way to detect that it's a forms-datafile.)

30 years ago(x_find_modifier_meanings): Skip zero entries.
Karl Heuer [Mon, 28 Mar 1994 23:03:07 +0000 (23:03 +0000)]
(x_find_modifier_meanings): Skip zero entries.

30 years ago(file_name_completion): Protect things from GC.
Richard M. Stallman [Mon, 28 Mar 1994 20:55:18 +0000 (20:55 +0000)]
(file_name_completion): Protect things from GC.

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

30 years ago*** empty log message ***
Richard M. Stallman [Mon, 28 Mar 1994 20:02:03 +0000 (20:02 +0000)]
*** empty log message ***

30 years ago(emerge-goto-line): New function.
Richard M. Stallman [Mon, 28 Mar 1994 18:48:16 +0000 (18:48 +0000)]
(emerge-goto-line): New function.
(emerge-convert-diffs-to-markers): Use it.

30 years agoInitial revision
Richard M. Stallman [Mon, 28 Mar 1994 18:36:14 +0000 (18:36 +0000)]
Initial revision

30 years ago(byte-compile-file): Use whole file name for errors.
Richard M. Stallman [Mon, 28 Mar 1994 07:05:55 +0000 (07:05 +0000)]
(byte-compile-file): Use whole file name for errors.

30 years ago(momentary-string-display): Avoid modifying the undo list.
Richard M. Stallman [Mon, 28 Mar 1994 06:08:35 +0000 (06:08 +0000)]
(momentary-string-display): Avoid modifying the undo list.

30 years agoInitial revision
Richard M. Stallman [Mon, 28 Mar 1994 05:41:05 +0000 (05:41 +0000)]
Initial revision

30 years ago(set-match-data): New alias.
Richard M. Stallman [Mon, 28 Mar 1994 02:21:28 +0000 (02:21 +0000)]
(set-match-data): New alias.

30 years agoInitial revision
Richard M. Stallman [Mon, 28 Mar 1994 01:39:26 +0000 (01:39 +0000)]
Initial revision

30 years ago(choose-completion-delete-max-match): Renamed from
Richard M. Stallman [Sun, 27 Mar 1994 22:21:04 +0000 (22:21 +0000)]
(choose-completion-delete-max-match): Renamed from
mouse-completion-delete-max-match and moved here.
(choose-completion-string): New function.
(choose-completion): New command.
(completion-list-mode-map): Add binding for choose-completion.
(completion-setup-function): Mention RET.

30 years ago(mouse-choose-completion): Use choose-completion-string.
Richard M. Stallman [Sun, 27 Mar 1994 22:18:55 +0000 (22:18 +0000)]
(mouse-choose-completion): Use choose-completion-string.
(mouse-completion-delete-max-match): Moved to simple.el and renamed.

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

30 years ago(set-visited-file-name): Kill local var vc-mode.
Richard M. Stallman [Sun, 27 Mar 1994 19:49:47 +0000 (19:49 +0000)]
(set-visited-file-name): Kill local var vc-mode.
Make buffer writable if was read-only due to vc.

30 years ago(vc-find-file-hook): Set backup-inhibited.
Richard M. Stallman [Sun, 27 Mar 1994 19:46:27 +0000 (19:46 +0000)]
(vc-find-file-hook): Set backup-inhibited.

30 years ago(read_minibuf): Return val via unbind_to.
Richard M. Stallman [Sun, 27 Mar 1994 07:55:46 +0000 (07:55 +0000)]
(read_minibuf): Return val via unbind_to.

(Fminibuffer_complete): Scroll the completion window in some cases.

30 years ago(Freplace_match): Doc fix.
Richard M. Stallman [Sun, 27 Mar 1994 07:51:45 +0000 (07:51 +0000)]
(Freplace_match): Doc fix.

30 years ago*** empty log message ***
Richard M. Stallman [Sun, 27 Mar 1994 07:36:35 +0000 (07:36 +0000)]
*** empty log message ***

30 years ago(verify_interval_modification): For insertion in
Richard M. Stallman [Sat, 26 Mar 1994 21:02:24 +0000 (21:02 +0000)]
(verify_interval_modification): For insertion in
middle of an interval, use the same criterion as between intervals
for whether read-only forbids it.

30 years agoDon't test for presence of dump-emacs.
Richard M. Stallman [Sat, 26 Mar 1994 20:57:49 +0000 (20:57 +0000)]
Don't test for presence of dump-emacs.
Use `dump' argument as criterion for copying DOC, for running
top-level, and for extending the version number.
Delete the sleep-for.

30 years ago(blink-matching-open): Now three strategies for choosing
Richard M. Stallman [Sat, 26 Mar 1994 05:53:18 +0000 (05:53 +0000)]
(blink-matching-open): Now three strategies for choosing
the text to display when the matching open is off screen.

30 years ago*** empty log message ***
Richard M. Stallman [Sat, 26 Mar 1994 05:37:00 +0000 (05:37 +0000)]
*** empty log message ***

30 years ago(Info-insert-dir): Add a save-excursion.
Richard M. Stallman [Sat, 26 Mar 1994 05:24:17 +0000 (05:24 +0000)]
(Info-insert-dir): Add a save-excursion.
Require menu items for subnodes to end in ::.

30 years ago(this_command, last_command): Declared.
Richard M. Stallman [Fri, 25 Mar 1994 23:49:50 +0000 (23:49 +0000)]
(this_command, last_command): Declared.

30 years ago(gud-comint-buffer): Move defvar up.
Richard M. Stallman [Fri, 25 Mar 1994 22:59:12 +0000 (22:59 +0000)]
(gud-comint-buffer): Move defvar up.

30 years ago(pr): Use debug_print.
Richard M. Stallman [Fri, 25 Mar 1994 19:19:41 +0000 (19:19 +0000)]
(pr): Use debug_print.

30 years ago(debug_print): New function.
Richard M. Stallman [Fri, 25 Mar 1994 19:19:05 +0000 (19:19 +0000)]
(debug_print): New function.

30 years ago(etags, ctags): Pass -D for VERSION.
Richard M. Stallman [Fri, 25 Mar 1994 18:34:05 +0000 (18:34 +0000)]
(etags, ctags): Pass -D for VERSION.

30 years ago(gud-gdb-complete-command): New defun to support true
Richard M. Stallman [Fri, 25 Mar 1994 18:31:42 +0000 (18:31 +0000)]
(gud-gdb-complete-command): New defun to support true
GDB completion in the GUD buffer.  Requires assistance from
GDB in the form of the `complete' command.
(gud-gdb-complete-in-progress, gud-gdb-complete-string,
gud-gdb-complete-break, gud-gdb-complete-list,
gud-gdb-complete-filter): New.
(gdb): Bind TAB to gud-gdb-complete-command.

30 years ago* etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.
Francesco Potortì [Fri, 25 Mar 1994 14:31:24 +0000 (14:31 +0000)]
* etags.c (emacs_tags_format, ETAGS): removed.  Use CTAGS instead.
(main): don't allow the use of -t and -T in etags mode.
(print_help): don't show options enabled by default.
(print_version): show the emacs version number if VERSION is #defined.
(find_entries): add "ss" as suffix for Chez Scheme.

30 years agoInitial revision
Richard M. Stallman [Fri, 25 Mar 1994 07:38:29 +0000 (07:38 +0000)]
Initial revision

30 years ago(Fformat): Validate number and type of arguments.
Karl Heuer [Fri, 25 Mar 1994 07:20:08 +0000 (07:20 +0000)]
(Fformat): Validate number and type of arguments.

30 years ago(Fframe_first_window): New function.
Karl Heuer [Fri, 25 Mar 1994 06:12:40 +0000 (06:12 +0000)]
(Fframe_first_window): New function.

30 years ago(xmenu_show): Enable asynchronous events.
Karl Heuer [Fri, 25 Mar 1994 03:34:45 +0000 (03:34 +0000)]
(xmenu_show): Enable asynchronous events.

30 years ago(apropos-match-keys): Skip duplicate keybindings.
Karl Heuer [Fri, 25 Mar 1994 03:03:24 +0000 (03:03 +0000)]
(apropos-match-keys): Skip duplicate keybindings.

30 years ago(Fwhere_is_internal): Skip duplicates.
Karl Heuer [Fri, 25 Mar 1994 03:02:27 +0000 (03:02 +0000)]
(Fwhere_is_internal): Skip duplicates.

30 years ago(x_get_arg): Use downcased string in compare.
Karl Heuer [Fri, 25 Mar 1994 01:34:24 +0000 (01:34 +0000)]
(x_get_arg): Use downcased string in compare.

30 years ago(x_report_frame_params): Sample visibility.
Karl Heuer [Fri, 25 Mar 1994 01:18:47 +0000 (01:18 +0000)]
(x_report_frame_params): Sample visibility.

30 years ago(x_window_to_scroll_bar, x_new_font): Use assignment, not initialization.
Karl Heuer [Fri, 25 Mar 1994 00:42:47 +0000 (00:42 +0000)]
(x_window_to_scroll_bar, x_new_font): Use assignment, not initialization.

30 years ago(x_get_local_selection, x_handle_selection_request): Use assignment, not
Karl Heuer [Fri, 25 Mar 1994 00:42:33 +0000 (00:42 +0000)]
(x_get_local_selection, x_handle_selection_request): Use assignment, not
initialization.

30 years ago(x_set_frame_parameters, x_get_arg, x_window, Fx_create_frame,
Karl Heuer [Fri, 25 Mar 1994 00:41:56 +0000 (00:41 +0000)]
(x_set_frame_parameters, x_get_arg, x_window, Fx_create_frame,
Fx_create_frame): Use assignment, not initialization.

30 years ago(x_consider_frame_title, decode_mode_spec): Use assignment, not initialization.
Karl Heuer [Fri, 25 Mar 1994 00:41:29 +0000 (00:41 +0000)]
(x_consider_frame_title, decode_mode_spec): Use assignment, not initialization.

30 years ago(unshow_buffer, window_loop, Fdisplay_buffer): Use assignment, not
Karl Heuer [Fri, 25 Mar 1994 00:41:05 +0000 (00:41 +0000)]
(unshow_buffer, window_loop, Fdisplay_buffer): Use assignment, not
initialization.

30 years ago(add_properties, remove_properties): Use assignment, not initialization.
Karl Heuer [Fri, 25 Mar 1994 00:40:44 +0000 (00:40 +0000)]
(add_properties, remove_properties): Use assignment, not initialization.

30 years ago(status_notify): Use assignment, not initialization.
Karl Heuer [Fri, 25 Mar 1994 00:40:16 +0000 (00:40 +0000)]
(status_notify): Use assignment, not initialization.

30 years ago(thisdir): Nonsensical variable removed.
Roland McGrath [Thu, 24 Mar 1994 23:41:29 +0000 (23:41 +0000)]
(thisdir): Nonsensical variable removed.
(install-arch-indep): Set shell var thisdir=`pwd` before cd and cd back to
$thisdir, rather than the directory `this_dir', which seems exceptionally
unlikely to just happen to be a symlink to the Emacs build directory, which
must have been the intent of the author.

30 years ago(mouse-menu-bar-buffers): Fix position structure.
Karl Heuer [Thu, 24 Mar 1994 20:46:49 +0000 (20:46 +0000)]
(mouse-menu-bar-buffers): Fix position structure.

30 years agoNew version from author.
Daniel LaLiberte [Thu, 24 Mar 1994 20:38:34 +0000 (20:38 +0000)]
New version from author.

30 years agoChange "internal" to "original" throughout.
Daniel LaLiberte [Thu, 24 Mar 1994 20:26:05 +0000 (20:26 +0000)]
Change "internal" to "original" throughout.
        (add-custom-printer, delete-custom-printer) replace old customizers.
        (with-custom-print) new
        (custom-prin1-to-string) Made it more robust.

30 years agoInitial revision
Richard M. Stallman [Thu, 24 Mar 1994 17:24:15 +0000 (17:24 +0000)]
Initial revision

30 years agoAdd case for Bull dpx20.
Richard Kenner [Thu, 24 Mar 1994 10:58:02 +0000 (10:58 +0000)]
Add case for Bull dpx20.

30 years ago(shell-strip-ctrl-m): New command.
Richard M. Stallman [Thu, 24 Mar 1994 07:51:27 +0000 (07:51 +0000)]
(shell-strip-ctrl-m): New command.
(shell-mode): Doc fix.
(shell-dynamic-complete-as-command): Use comint-dynamic-simple-complete.

30 years ago(comint-run): New command.
Richard M. Stallman [Thu, 24 Mar 1994 07:50:47 +0000 (07:50 +0000)]
(comint-run): New command.
(comint-watch-for-password-prompt): New function.
(comint-mode, comint-show-output): Doc fix.

(comint-replace-by-expanded-history): Add enable property.

30 years ago(Fx_create_frame): Add USE_X_TOOLKIT conditional around the call to
Fred Pierresteguy [Thu, 24 Mar 1994 07:36:56 +0000 (07:36 +0000)]
(Fx_create_frame): Add USE_X_TOOLKIT conditional around the call to
initialize_frame_menubar.

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.