bpt/emacs.git
26 years ago(record_delete): Replace LENGTH arg with STRING.
Richard M. Stallman [Sat, 21 Mar 1998 03:58:00 +0000 (03:58 +0000)]
(record_delete): Replace LENGTH arg with STRING.
(record_change): Call record_delete the new way.

26 years ago(insert_1_both, insert_from_string_1, insert_from_buffer_1):
Richard M. Stallman [Sat, 21 Mar 1998 03:57:35 +0000 (03:57 +0000)]
(insert_1_both, insert_from_string_1, insert_from_buffer_1):
(adjust_before_replace, adjust_after_replace, replace_range):
(del_range_2): Call record_delete the new way.
Use make_buffer_string_both to make the string to pass.

26 years ago(make_buffer_string_both): New function.
Richard M. Stallman [Sat, 21 Mar 1998 02:57:08 +0000 (02:57 +0000)]
(make_buffer_string_both): New function.
(make_buffer_string): Use make_buffer_string_both.

26 years ago(keymap.o): Depend on puresize.h.
Richard M. Stallman [Fri, 20 Mar 1998 22:38:54 +0000 (22:38 +0000)]
(keymap.o): Depend on puresize.h.
(xmenu.o): Don't depend on puresize.h.

26 years ago(vc-next-action-on-file): Properly handle the case when user tries to
André Spiegel [Fri, 20 Mar 1998 15:40:24 +0000 (15:40 +0000)]
(vc-next-action-on-file): Properly handle the case when user tries to
check-in, but file on disk has changed.
(vc-do-command): Consider LAST argument only if FILE is non-nil.
(vc-add-triple, vc-record-rename, vc-lookup-file): Find
vc-name-assoc-file based on vc-name of FILE.
(vc-backend-admin, vc-rename-file): Handle the SCCS PROJECTDIR feature.
(vc-do-command): Rewrote doc string.

26 years ago(vc-sccs-project-dir, vc-search-sccs-project-dir): New functions.
André Spiegel [Fri, 20 Mar 1998 15:38:48 +0000 (15:38 +0000)]
(vc-sccs-project-dir, vc-search-sccs-project-dir): New functions.
(vc-master-templates): Add call to vc-search-sccs-project-dir.

26 years ago(browse-url-of-region): Use its args. From <mit@nines.nec.co.jp>
Dave Love [Fri, 20 Mar 1998 10:22:59 +0000 (10:22 +0000)]
(browse-url-of-region): Use its args.  From <mit@nines.nec.co.jp>

26 years ago(reporter-mail): New function.
Richard M. Stallman [Fri, 20 Mar 1998 06:37:09 +0000 (06:37 +0000)]
(reporter-mail): New function.
(reporter-compose-outgoing): Use fboundp, not functionp.
(reporter-bug-hook): Fix error message.

(reporter-beautify-list): Break infloop when reaching the end of the
buffer without crossing an unbalanced paren.  Use scan-sexps instead
of forward-sexp for the loop break test.

(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.

26 years ago(set-language-environment): Doc fix.
Richard M. Stallman [Fri, 20 Mar 1998 06:29:54 +0000 (06:29 +0000)]
(set-language-environment): Doc fix.
(current-language-environment): Use defcustom.
(default-input-method): Specify :type.

26 years ago(del_range_2): Use adjust_markers_for_record_delete.
Richard M. Stallman [Fri, 20 Mar 1998 06:10:36 +0000 (06:10 +0000)]
(del_range_2): Use adjust_markers_for_record_delete.

(adjust_markers_for_delete): Delete unused local coming_gap_size.
(adjust_markers_for_record_delete): New function.
(insert_1_both, insert_from_string_1, insert_from_buffer_1)
(adjust_after_replace, replace_range):
Use adjust_markers_for_record_delete.

26 years ago(window_display_table): Don't look inside buffer if its nil.
Richard M. Stallman [Fri, 20 Mar 1998 05:11:27 +0000 (05:11 +0000)]
(window_display_table): Don't look inside buffer if its nil.

26 years ago(Fgoto_char): If POSITION is a marker pointing a
Richard M. Stallman [Fri, 20 Mar 1998 05:00:31 +0000 (05:00 +0000)]
(Fgoto_char): If POSITION is a marker pointing a
different buffer, don't rely on the byte position of the marker.

26 years ago(Fformat): Handle padding before or after, for %s etc.
Richard M. Stallman [Fri, 20 Mar 1998 04:59:15 +0000 (04:59 +0000)]
(Fformat): Handle padding before or after, for %s etc.
Treat 0 like a multibyte char in %c.

26 years ago(compilation-error-regexp-alist):
Richard M. Stallman [Fri, 20 Mar 1998 04:41:13 +0000 (04:41 +0000)]
(compilation-error-regexp-alist):
Handle f90 in  DEC AXP OSF/1 cc  pattern.

26 years ago(get_boot_time): Conditionalize on BOOT_TIME.
Richard M. Stallman [Thu, 19 Mar 1998 21:19:07 +0000 (21:19 +0000)]
(get_boot_time): Conditionalize on BOOT_TIME.
(lock_file_1): Add boot-time to lock only if available.

26 years ago(shell-command-on-region): Amend message to report
Dave Love [Thu, 19 Mar 1998 10:30:55 +0000 (10:30 +0000)]
(shell-command-on-region): Amend message to report
success or failure when no process output.

26 years ago("latin-1-prefix"): Fix the translation of
Kenichi Handa [Thu, 19 Mar 1998 07:35:16 +0000 (07:35 +0000)]
("latin-1-prefix"):  Fix the translation of
"/ " to "/" (instead of " ").

26 years ago(read1): Call multibyte_chars_in_text
Kenichi Handa [Thu, 19 Mar 1998 07:34:29 +0000 (07:34 +0000)]
(read1): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.

26 years ago(byte_char_debug_check): Call multibyte_chars_in_text
Kenichi Handa [Thu, 19 Mar 1998 07:34:29 +0000 (07:34 +0000)]
(byte_char_debug_check): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.

26 years ago(Fstring_as_multibyte): Call multibyte_chars_in_text
Kenichi Handa [Thu, 19 Mar 1998 07:34:29 +0000 (07:34 +0000)]
(Fstring_as_multibyte): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.

26 years ago(current_lock_owner): If lock file data doesn't include
Richard M. Stallman [Thu, 19 Mar 1998 06:32:34 +0000 (06:32 +0000)]
(current_lock_owner): If lock file data doesn't include
the uptime, assume the lock is from this system boot.

(get_boot_time): New function.
(lock_file_1): Include boot time in the lock text.
(current_lock_owner): Parse and compare the boot time.

26 years ago(other-frame): Fix previous change.
Richard M. Stallman [Wed, 18 Mar 1998 20:04:56 +0000 (20:04 +0000)]
(other-frame): Fix previous change.

26 years ago(focus-follows-mouse): Make it defcustom.
Richard M. Stallman [Wed, 18 Mar 1998 20:03:48 +0000 (20:03 +0000)]
(focus-follows-mouse): Make it defcustom.

26 years ago(focus-follows-mouse): New variable.
Richard M. Stallman [Wed, 18 Mar 1998 20:02:27 +0000 (20:02 +0000)]
(focus-follows-mouse): New variable.
(other-frame): Obey that variable.

26 years ago(lisp-fill-paragraph): Adjust
Dave Love [Wed, 18 Mar 1998 16:02:37 +0000 (16:02 +0000)]
(lisp-fill-paragraph): Adjust
paragraph-start in default filling case so that filling doc
strings works.

26 years ago(vc-restore-buffer-context): Only try to restore mark if it is active.
André Spiegel [Wed, 18 Mar 1998 13:25:00 +0000 (13:25 +0000)]
(vc-restore-buffer-context): Only try to restore mark if it is active.

26 years ago(read0): Swap args to Fmake_string.
Richard M. Stallman [Wed, 18 Mar 1998 06:11:03 +0000 (06:11 +0000)]
(read0): Swap args to Fmake_string.

26 years ago(view-emacs-news): Handle prefix arg.
Richard M. Stallman [Wed, 18 Mar 1998 01:59:58 +0000 (01:59 +0000)]
(view-emacs-news): Handle prefix arg.

26 years ago(syms_of_callproc): Doc fixes.
Richard M. Stallman [Wed, 18 Mar 1998 01:52:57 +0000 (01:52 +0000)]
(syms_of_callproc): Doc fixes.

26 years agoLoad language/czech and language/slovak.
Richard M. Stallman [Wed, 18 Mar 1998 00:40:24 +0000 (00:40 +0000)]
Load language/czech and language/slovak.

26 years ago(Fbackward_prefix_chars): Set point properly while scanning.
Richard M. Stallman [Wed, 18 Mar 1998 00:11:33 +0000 (00:11 +0000)]
(Fbackward_prefix_chars): Set point properly while scanning.
(scan_sexps_forward): Make INC_FROM do UPDATE_SYNTAX_TABLE_FORWARD.
Delete the explicit calls to UPDATE_SYNTAX_TABLE_FORWARD.
Also set prev_from_syntax (new local var).  Test that in the loop,
instead of fetching syntax of the previous char.

26 years ago(SYNTAX_FLAGS_COMSTART_FIRST): New macro.
Richard M. Stallman [Tue, 17 Mar 1998 23:58:13 +0000 (23:58 +0000)]
(SYNTAX_FLAGS_COMSTART_FIRST): New macro.
(SYNTAX_FLAGS_COMSTART_SECOND): Likewise.
(SYNTAX_FLAGS_COMEND_FIRST, SYNTAX_FLAGS_COMEND_SECOND): Likewise.
(SYNTAX_FLAGS_PREFIX, SYNTAX_FLAGS_COMMENT_STYLE): Likewise.

26 years agoInitial revision
Richard M. Stallman [Tue, 17 Mar 1998 23:49:33 +0000 (23:49 +0000)]
Initial revision

26 years ago(setup-slovak-environment): 3rd arg to setup-8-bit-environment is the
Richard M. Stallman [Tue, 17 Mar 1998 22:53:08 +0000 (22:53 +0000)]
(setup-slovak-environment): 3rd arg to setup-8-bit-environment is the
default input method, not coding system.

26 years ago(setup-czech-environment): 3rd arg to setup-8-bit-environment is the
Richard M. Stallman [Tue, 17 Mar 1998 22:52:37 +0000 (22:52 +0000)]
(setup-czech-environment): 3rd arg to setup-8-bit-environment is the
default input method, not coding system.

26 years ago(Fformat): Properly print floats.
Richard M. Stallman [Tue, 17 Mar 1998 08:16:35 +0000 (08:16 +0000)]
(Fformat): Properly print floats.

26 years ago(setenv): Simplify reading of args by passing old value as the default.
Richard M. Stallman [Tue, 17 Mar 1998 08:14:28 +0000 (08:14 +0000)]
(setenv): Simplify reading of args by passing old value as the default.

26 years ago(Fchar_after, Fchar_before): Properly check arg type
Richard M. Stallman [Tue, 17 Mar 1998 07:25:54 +0000 (07:25 +0000)]
(Fchar_after, Fchar_before): Properly check arg type
and whether in range, for all cases.

(Fsave_excursion): Doc fix.

26 years agoFstore_match_data => Fset_match_data.
Richard M. Stallman [Tue, 17 Mar 1998 06:49:26 +0000 (06:49 +0000)]
Fstore_match_data => Fset_match_data.

26 years ago(Frecenter): Operate on window's buffer even if some other was current.
Richard M. Stallman [Tue, 17 Mar 1998 06:48:12 +0000 (06:48 +0000)]
(Frecenter): Operate on window's buffer even if some other was current.

(Fwindow_end): New arg UPDATE.

(Fset_window_configuration): Don't call do_switch_frame
or run Qwindow_configuration_change_hook if frame is dead.

26 years ago(Info-menu-update): Set Info-menu-last-node
Richard M. Stallman [Tue, 17 Mar 1998 06:29:50 +0000 (06:29 +0000)]
(Info-menu-update): Set Info-menu-last-node
to (FILE NODENAME), and test it that way too.

26 years agoInitial revision
Richard M. Stallman [Tue, 17 Mar 1998 05:49:29 +0000 (05:49 +0000)]
Initial revision

26 years ago(rmail-clear-headers): Make sure an empty line
Richard M. Stallman [Mon, 16 Mar 1998 18:11:20 +0000 (18:11 +0000)]
(rmail-clear-headers): Make sure an empty line
still separates the headers from the body.

26 years ago(mouse-drag-region): Bind deactivate-mark
Richard M. Stallman [Mon, 16 Mar 1998 08:05:58 +0000 (08:05 +0000)]
(mouse-drag-region): Bind deactivate-mark
around call to copy-region-as-kill.
(mouse-set-region): Likewise.
(mouse-secondary-save-then-kill): Likewise.

26 years ago(copy-region-as-kill): Set deactivate-mark
Richard M. Stallman [Mon, 16 Mar 1998 08:01:15 +0000 (08:01 +0000)]
(copy-region-as-kill): Set deactivate-mark
instead of clearing mark-active directly.

26 years ago(rmail-quit): Call quit-window before calling
Kenichi Handa [Mon, 16 Mar 1998 05:58:11 +0000 (05:58 +0000)]
(rmail-quit): Call quit-window before calling
replace-buffer-in-windows to assure that we can switch the rmail
buffer of the selected window.

26 years ago(ADJUST_CHAR_POS): New macro.
Kenichi Handa [Mon, 16 Mar 1998 05:51:07 +0000 (05:51 +0000)]
(ADJUST_CHAR_POS): New macro.
(combine_bytes): Use the macro ADJUST_CHAR_POS.
(adjust_after_replace): New arg REPLACE.  If it is zero, give LEN
as the arg LENGTH to offset_intervals.
(del_range_2): Give correct args to count_combining_before and
combine_bytes.  Adjust the gap position after record_delete if
necessary.  Give character position to adjust_overlays_for_delete.

26 years ago(code_convert_region): The 6th arg name is changed to
Kenichi Handa [Mon, 16 Mar 1998 05:51:07 +0000 (05:51 +0000)]
(code_convert_region): The 6th arg name is changed to
REPLACE.  Even if there's no need of code conversion, call
adjust_after_replace to handle bytes combining.

26 years ago(Finsert_file_contents): Comment modified. Give
Kenichi Handa [Mon, 16 Mar 1998 05:51:07 +0000 (05:51 +0000)]
(Finsert_file_contents): Comment modified.  Give
adjust_after_replace the new arg REPLACE as 0.

26 years ago(help-mode-maybe): Set view-return-to-alist.
Richard M. Stallman [Mon, 16 Mar 1998 04:10:19 +0000 (04:10 +0000)]
(help-mode-maybe): Set view-return-to-alist.
(help-return-method): New variable.
(print-help-return-message): Set help-return-method.

26 years ago(view-return-to-alist): Doc fix.
Richard M. Stallman [Mon, 16 Mar 1998 04:09:04 +0000 (04:09 +0000)]
(view-return-to-alist): Doc fix.
(view-mode-enter): Doc fix.
(view-mode-exit): Handle new alternative `quit-window'
for OLD-BUF-INFO in RETURN-TO-ALIST.

26 years ago(dired-shell-stuff-it): Use shell-quote-argument.
Richard M. Stallman [Mon, 16 Mar 1998 01:35:04 +0000 (01:35 +0000)]
(dired-shell-stuff-it): Use shell-quote-argument.
(dired-shell-quote): Function deleted.

26 years ago(insert_1_both, insert_from_string_1, insert_from_buffer_1)
Richard M. Stallman [Sat, 14 Mar 1998 21:54:42 +0000 (21:54 +0000)]
(insert_1_both, insert_from_string_1, insert_from_buffer_1)
(adjust_after_replace, replace_range):
Account for combining bytes in args to record_insert.
(del_range_2): Make undo records for combining bytes.
Put second call to move_gap_both before setting beg_unchanged.

26 years ago(locate-current-line-number): No longer interactive.
Richard M. Stallman [Sat, 14 Mar 1998 21:45:49 +0000 (21:45 +0000)]
(locate-current-line-number): No longer interactive.

26 years agoCustomized.
Richard M. Stallman [Sat, 14 Mar 1998 21:44:13 +0000 (21:44 +0000)]
Customized.
(dirtrack-forward-slash): Renamed from `forward-slash'.
(dirtrack-backward-slash): Renamed from `backward-slash'.
(dirtrack-replace-slash): Renamed from `replace-slash'.

26 years agoComment changes.
Richard M. Stallman [Sat, 14 Mar 1998 21:42:01 +0000 (21:42 +0000)]
Comment changes.

26 years agoUpdated to 0.4.3:
Eric M. Ludlam [Sat, 14 Mar 1998 12:59:13 +0000 (12:59 +0000)]
Updated to 0.4.3:
Removed string check in basic doc search code.
Made the check for embeded key codes more robust from erronious checks.

26 years ago(texinfo-incorporate-menu-entry-names)
Karl Heuer [Sat, 14 Mar 1998 09:08:26 +0000 (09:08 +0000)]
(texinfo-incorporate-menu-entry-names)
(texinfo-start-menu-description): Call regexp-quote.

26 years ago(message_dolog): Save and restore Vdeactivate_mark.
Richard M. Stallman [Sat, 14 Mar 1998 08:27:01 +0000 (08:27 +0000)]
(message_dolog): Save and restore Vdeactivate_mark.
(prepare_menu_bars): Fstore_match_data => Fset_match_data.
(update_menu_bar): Likewise.

26 years ago(set_frame_menubar): Fstore_match_data => Fset_match_data.
Richard M. Stallman [Sat, 14 Mar 1998 08:23:56 +0000 (08:23 +0000)]
(set_frame_menubar): Fstore_match_data => Fset_match_data.

26 years ago(exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.
Richard M. Stallman [Sat, 14 Mar 1998 08:23:21 +0000 (08:23 +0000)]
(exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.

(Fstart_process): Doc fix.

26 years ago(mouse-scroll-subr): Handle if window-end returns nil.
Richard M. Stallman [Sat, 14 Mar 1998 08:20:37 +0000 (08:20 +0000)]
(mouse-scroll-subr): Handle if window-end returns nil.

26 years agoImplement selective undo (by Paul Flinders).
Richard M. Stallman [Sat, 14 Mar 1998 08:19:27 +0000 (08:19 +0000)]
Implement selective undo (by Paul Flinders).
(undo-copy-list, undo-copy-list-1): New functions.
(undo-make-selective-list, undo-delta): New functions.
(undo-elt-in-region, undo-elt-crosses-region): New functions.
(undo-adjusted-markers): New defvar.
(undo-start): New args BEG and END.
(undo): If arg or active region, pass args to undo-start.

26 years ago(news-inews): Signal error if inews fails.
Richard M. Stallman [Sat, 14 Mar 1998 08:16:52 +0000 (08:16 +0000)]
(news-inews): Signal error if inews fails.

26 years ago(save-match-data): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 08:15:36 +0000 (08:15 +0000)]
(save-match-data): store-match-data => set-match-data.

(store-match-data): This is now the alias,
set-match-data is now the primitive.

(momentary-string-display): Pass t as UPDATE to window-end.

26 years agoChange comment and version numbers.
Richard M. Stallman [Sat, 14 Mar 1998 05:46:01 +0000 (05:46 +0000)]
Change comment and version numbers.

26 years ago(Fset_match_data): Renamed from Fstore_match_data.
Richard M. Stallman [Sat, 14 Mar 1998 04:57:20 +0000 (04:57 +0000)]
(Fset_match_data): Renamed from Fstore_match_data.
(syms_of_search): Corresponding change.

26 years ago(reftex-nearest-match): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:55:19 +0000 (04:55 +0000)]
(reftex-nearest-match): store-match-data => set-match-data.

26 years ago(bibtex-search-reference): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:54:19 +0000 (04:54 +0000)]
(bibtex-search-reference): store-match-data => set-match-data.

26 years ago(simula-match-string-or-comment): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:53:37 +0000 (04:53 +0000)]
(simula-match-string-or-comment): store-match-data => set-match-data.

26 years ago(fortran-match-!-comment): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:53:12 +0000 (04:53 +0000)]
(fortran-match-!-comment): store-match-data => set-match-data.

26 years ago(life-grim-reaper): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:52:44 +0000 (04:52 +0000)]
(life-grim-reaper): store-match-data => set-match-data.

26 years ago(rfc822-looking-at): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:52:14 +0000 (04:52 +0000)]
(rfc822-looking-at): store-match-data => set-match-data.

26 years ago(mh-make-folder-list-filter): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:51:45 +0000 (04:51 +0000)]
(mh-make-folder-list-filter): store-match-data => set-match-data.

26 years ago(ex-expand-filsyms): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:50:54 +0000 (04:50 +0000)]
(ex-expand-filsyms): store-match-data => set-match-data.

26 years ago(edebug-recursive-edit)
Richard M. Stallman [Sat, 14 Mar 1998 04:49:56 +0000 (04:49 +0000)]
(edebug-recursive-edit)
(edebug-outside-excursion): store-match-data => set-match-data.

26 years ago(debug, debugger-env-macro): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:49:03 +0000 (04:49 +0000)]
(debug, debugger-env-macro): store-match-data => set-match-data.

26 years ago(defsetf match-data): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:48:26 +0000 (04:48 +0000)]
(defsetf match-data): store-match-data => set-match-data.

26 years ago(type-break-emacs-variant): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:47:44 +0000 (04:47 +0000)]
(type-break-emacs-variant): store-match-data => set-match-data.

26 years ago(rlogin-parse-words): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:46:55 +0000 (04:46 +0000)]
(rlogin-parse-words): store-match-data => set-match-data.

26 years ago(perform-replace): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:45:46 +0000 (04:45 +0000)]
(perform-replace): store-match-data => set-match-data.

26 years ago(iswitchb-ignore-buffername-p): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:44:58 +0000 (04:44 +0000)]
(iswitchb-ignore-buffername-p): store-match-data => set-match-data.

26 years ago(ffap-file-at-point): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:44:25 +0000 (04:44 +0000)]
(ffap-file-at-point): store-match-data => set-match-data.

26 years ago(ediff-exec-process): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:43:46 +0000 (04:43 +0000)]
(ediff-exec-process): store-match-data => set-match-data.

26 years agoComment change.
Richard M. Stallman [Sat, 14 Mar 1998 04:43:03 +0000 (04:43 +0000)]
Comment change.

26 years ago(comint-word): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:42:18 +0000 (04:42 +0000)]
(comint-word): store-match-data => set-match-data.

26 years ago(outline-end-of-prefix): store-match-data => set-match-data.
Richard M. Stallman [Sat, 14 Mar 1998 04:41:23 +0000 (04:41 +0000)]
(outline-end-of-prefix): store-match-data => set-match-data.

26 years ago(fill-region-as-paragraph, fill-region): Allow t as legit value of JUSTIFY.
Richard M. Stallman [Sat, 14 Mar 1998 03:05:28 +0000 (03:05 +0000)]
(fill-region-as-paragraph, fill-region): Allow t as legit value of JUSTIFY.

26 years ago(internal_self_insert): Call Fforward_buffer to advance
Richard M. Stallman [Fri, 13 Mar 1998 21:22:05 +0000 (21:22 +0000)]
(internal_self_insert): Call Fforward_buffer to advance
over the replacement characters.

26 years ago(mouse-buffer-menu-maxlen): Renamed from mouse-menu-buffer-maxlen.
Richard M. Stallman [Thu, 12 Mar 1998 23:11:57 +0000 (23:11 +0000)]
(mouse-buffer-menu-maxlen): Renamed from mouse-menu-buffer-maxlen.

26 years ago(struct Lisp_Buffer_Local_Value):
Richard M. Stallman [Thu, 12 Mar 1998 22:49:02 +0000 (22:49 +0000)]
(struct Lisp_Buffer_Local_Value):
Field car renamed to realvalue.  New fields check_frame,
found_for_buffer, found_for_frame, buffer, frame.

26 years agoDelete junk accidentally left in buffer on 4 March.
Richard M. Stallman [Thu, 12 Mar 1998 22:44:12 +0000 (22:44 +0000)]
Delete junk accidentally left in buffer on 4 March.

26 years ago(SETUP_SLAVE_PTY): New definition.
Richard M. Stallman [Thu, 12 Mar 1998 06:59:25 +0000 (06:59 +0000)]
(SETUP_SLAVE_PTY): New definition.

26 years ago(store_symval_forwarding, swap_in_symval_forwarding)
Richard M. Stallman [Thu, 12 Mar 1998 05:50:33 +0000 (05:50 +0000)]
(store_symval_forwarding, swap_in_symval_forwarding)
(set_internal, default_value, Fset_default, Fmake_local_variable)
(Fmake_variable_buffer_local, Fkill_local_variable):
Handle new data structure for struct Lisp_Buffer_Local_Value.
(Fmake_variable_frame_local): New function.

26 years ago(gc_sweep, mark_object): Handle new data structure
Richard M. Stallman [Thu, 12 Mar 1998 05:49:15 +0000 (05:49 +0000)]
(gc_sweep, mark_object): Handle new data structure
for struct Lisp_Buffer_Local_Value.

26 years ago(print): Handle new data structure
Richard M. Stallman [Thu, 12 Mar 1998 05:48:33 +0000 (05:48 +0000)]
(print): Handle new data structure
for struct Lisp_Buffer_Local_Value.

26 years ago(init_buffer): Call Fset_buffer_multibyte for *scratch*.
Richard M. Stallman [Thu, 12 Mar 1998 05:47:39 +0000 (05:47 +0000)]
(init_buffer): Call Fset_buffer_multibyte for *scratch*.

(set_buffer_internal_1)
(swap_out_buffer_local_variables): Handle new data structure
for struct Lisp_Buffer_Local_Value.

26 years ago(code_convert_region): Adjusted for the change of
Kenichi Handa [Thu, 12 Mar 1998 00:44:06 +0000 (00:44 +0000)]
(code_convert_region): Adjusted for the change of
adjust_after_replace.

26 years ago(adjust_before_replace): Call
Kenichi Handa [Thu, 12 Mar 1998 00:42:35 +0000 (00:42 +0000)]
(adjust_before_replace): Call
adjust_overlays_for_delete.
(adjust_after_replace): Delete args COMBINED_BEFORE_BYTES and
COMBINED_AFTER_BYTES.  This makes the newly generated text
following GPT_ADDR a buffer contents.

26 years ago(Finsert_file_contents): Don't do position adjustments
Kenichi Handa [Thu, 12 Mar 1998 00:38:28 +0000 (00:38 +0000)]
(Finsert_file_contents): Don't do position adjustments
and handling post-read-conversion here, they are done in
code_convert_region.  Even if a file is read by no-conversion,
call adjust_after_replace to adjust positions.