1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 12:40:49 -08:00
Commit graph

21142 commits

Author SHA1 Message Date
Kenichi Handa
e3a87305b8 (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.
1998-03-16 05:51:07 +00:00
Kenichi Handa
6e44253b80 (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.
1998-03-16 05:51:07 +00:00
Kenichi Handa
f4ac86afc5 (Finsert_file_contents): Comment modified. Give
adjust_after_replace the new arg REPLACE as 0.
1998-03-16 05:51:07 +00:00
Richard M. Stallman
01364a75fb (help-mode-maybe): Set view-return-to-alist.
(help-return-method): New variable.
(print-help-return-message): Set help-return-method.
1998-03-16 04:10:19 +00:00
Richard M. Stallman
d98558102b (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.
1998-03-16 04:09:04 +00:00
Richard M. Stallman
9a79e9aebe (dired-shell-stuff-it): Use shell-quote-argument.
(dired-shell-quote): Function deleted.
1998-03-16 01:35:04 +00:00
Richard M. Stallman
e0c0ed58af (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.
1998-03-14 21:54:42 +00:00
Richard M. Stallman
dc268724ec (locate-current-line-number): No longer interactive. 1998-03-14 21:45:49 +00:00
Richard M. Stallman
d121264824 Customized.
(dirtrack-forward-slash): Renamed from `forward-slash'.
(dirtrack-backward-slash): Renamed from `backward-slash'.
(dirtrack-replace-slash): Renamed from `replace-slash'.
1998-03-14 21:44:13 +00:00
Richard M. Stallman
6fe8a37af3 Comment changes. 1998-03-14 21:42:01 +00:00
Eric M. Ludlam
04f3f5a2e3 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.
1998-03-14 12:59:13 +00:00
Karl Heuer
ca722adbaa (texinfo-incorporate-menu-entry-names)
(texinfo-start-menu-description): Call regexp-quote.
1998-03-14 09:08:26 +00:00
Richard M. Stallman
84dd0ae555 (message_dolog): Save and restore Vdeactivate_mark.
(prepare_menu_bars): Fstore_match_data => Fset_match_data.
(update_menu_bar): Likewise.
1998-03-14 08:27:01 +00:00
Richard M. Stallman
58226364be (set_frame_menubar): Fstore_match_data => Fset_match_data. 1998-03-14 08:23:56 +00:00
Richard M. Stallman
8f1ecd05a8 (exec_sentinel, read_process_output): Fstore_match_data => Fset_match_data.
(Fstart_process): Doc fix.
1998-03-14 08:23:21 +00:00
Richard M. Stallman
0320e66f47 (mouse-scroll-subr): Handle if window-end returns nil. 1998-03-14 08:20:37 +00:00
Richard M. Stallman
65627aad68 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.
1998-03-14 08:19:27 +00:00
Richard M. Stallman
5cfee3ac9a (news-inews): Signal error if inews fails. 1998-03-14 08:16:52 +00:00
Richard M. Stallman
024ae2c6d6 (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.
1998-03-14 08:15:36 +00:00
Richard M. Stallman
a55340a857 Change comment and version numbers. 1998-03-14 05:46:01 +00:00
Richard M. Stallman
3f1c005b56 (Fset_match_data): Renamed from Fstore_match_data.
(syms_of_search): Corresponding change.
1998-03-14 04:57:20 +00:00
Richard M. Stallman
37b884685d (reftex-nearest-match): store-match-data => set-match-data. 1998-03-14 04:55:19 +00:00
Richard M. Stallman
d6f6135ea1 (bibtex-search-reference): store-match-data => set-match-data. 1998-03-14 04:54:19 +00:00
Richard M. Stallman
aded9c1ea2 (simula-match-string-or-comment): store-match-data => set-match-data. 1998-03-14 04:53:37 +00:00
Richard M. Stallman
eef4375a10 (fortran-match-!-comment): store-match-data => set-match-data. 1998-03-14 04:53:12 +00:00
Richard M. Stallman
ac092f2276 (life-grim-reaper): store-match-data => set-match-data. 1998-03-14 04:52:44 +00:00
Richard M. Stallman
f6b4e0f445 (rfc822-looking-at): store-match-data => set-match-data. 1998-03-14 04:52:14 +00:00
Richard M. Stallman
f539933537 (mh-make-folder-list-filter): store-match-data => set-match-data. 1998-03-14 04:51:45 +00:00
Richard M. Stallman
a8c5f069fa (ex-expand-filsyms): store-match-data => set-match-data. 1998-03-14 04:50:54 +00:00
Richard M. Stallman
ccb61a97b2 (edebug-recursive-edit)
(edebug-outside-excursion): store-match-data => set-match-data.
1998-03-14 04:49:56 +00:00
Richard M. Stallman
17b3e87b83 (debug, debugger-env-macro): store-match-data => set-match-data. 1998-03-14 04:49:03 +00:00
Richard M. Stallman
cdef332313 (defsetf match-data): store-match-data => set-match-data. 1998-03-14 04:48:26 +00:00
Richard M. Stallman
bc3cb41d8e (type-break-emacs-variant): store-match-data => set-match-data. 1998-03-14 04:47:44 +00:00
Richard M. Stallman
f91a1ff18b (rlogin-parse-words): store-match-data => set-match-data. 1998-03-14 04:46:55 +00:00
Richard M. Stallman
ef4aaf5f1c (perform-replace): store-match-data => set-match-data. 1998-03-14 04:45:46 +00:00
Richard M. Stallman
25c80f5c14 (iswitchb-ignore-buffername-p): store-match-data => set-match-data. 1998-03-14 04:44:58 +00:00
Richard M. Stallman
3c2c6be2b0 (ffap-file-at-point): store-match-data => set-match-data. 1998-03-14 04:44:25 +00:00
Richard M. Stallman
e3f1bc6b8c (ediff-exec-process): store-match-data => set-match-data. 1998-03-14 04:43:46 +00:00
Richard M. Stallman
9b7c13e0bd Comment change. 1998-03-14 04:43:03 +00:00
Richard M. Stallman
e4947876fb (comint-word): store-match-data => set-match-data. 1998-03-14 04:42:18 +00:00
Richard M. Stallman
5b9dfc5963 (outline-end-of-prefix): store-match-data => set-match-data. 1998-03-14 04:41:23 +00:00
Richard M. Stallman
d09af6a54b (fill-region-as-paragraph, fill-region): Allow t as legit value of JUSTIFY. 1998-03-14 03:05:28 +00:00
Richard M. Stallman
1bf95511a4 (internal_self_insert): Call Fforward_buffer to advance
over the replacement characters.
1998-03-13 21:22:05 +00:00
Richard M. Stallman
0d9be91c37 (mouse-buffer-menu-maxlen): Renamed from mouse-menu-buffer-maxlen. 1998-03-12 23:11:57 +00:00
Richard M. Stallman
4bfba59e50 (struct Lisp_Buffer_Local_Value):
Field car renamed to realvalue.  New fields check_frame,
found_for_buffer, found_for_frame, buffer, frame.
1998-03-12 22:49:02 +00:00
Richard M. Stallman
b0d2a9e796 Delete junk accidentally left in buffer on 4 March. 1998-03-12 22:44:12 +00:00
Richard M. Stallman
8828ae9b5e (SETUP_SLAVE_PTY): New definition. 1998-03-12 06:59:25 +00:00
Richard M. Stallman
b0c2d1c671 (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.
1998-03-12 05:50:33 +00:00
Richard M. Stallman
a9faeabee0 (gc_sweep, mark_object): Handle new data structure
for struct Lisp_Buffer_Local_Value.
1998-03-12 05:49:15 +00:00
Richard M. Stallman
0315377157 (print): Handle new data structure
for struct Lisp_Buffer_Local_Value.
1998-03-12 05:48:33 +00:00