1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-12 18:01:46 -07:00
Commit graph

26840 commits

Author SHA1 Message Date
Richard M. Stallman
2db5082ff4 (replace_range): New arg NOMARKERS. 1998-03-21 05:48:03 +00:00
Richard M. Stallman
aab28f4722 (internal_self_insert): Pass new arg to replace_range. 1998-03-21 04:45:12 +00:00
Richard M. Stallman
e928d437c2 (record_delete): Replace LENGTH arg with STRING.
(record_change): Call record_delete the new way.
1998-03-21 03:58:00 +00:00
Richard M. Stallman
628cea90f1 (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.
1998-03-21 03:57:35 +00:00
Richard M. Stallman
88441c8eb8 (make_buffer_string_both): New function.
(make_buffer_string): Use make_buffer_string_both.
1998-03-21 02:57:08 +00:00
Richard M. Stallman
a42fefa844 (keymap.o): Depend on puresize.h.
(xmenu.o): Don't depend on puresize.h.
1998-03-20 22:38:54 +00:00
André Spiegel
a0b87bc1f9 (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.
1998-03-20 15:40:24 +00:00
André Spiegel
809c22a297 (vc-sccs-project-dir, vc-search-sccs-project-dir): New functions.
(vc-master-templates): Add call to vc-search-sccs-project-dir.
1998-03-20 15:38:48 +00:00
Dave Love
f64905b5b4 (browse-url-of-region): Use its args. From <mit@nines.nec.co.jp> 1998-03-20 10:22:59 +00:00
Richard M. Stallman
72fe461511 (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.
1998-03-20 06:37:09 +00:00
Richard M. Stallman
8861c59398 (set-language-environment): Doc fix.
(current-language-environment): Use defcustom.
(default-input-method): Specify :type.
1998-03-20 06:29:54 +00:00
Richard M. Stallman
7cc3983fcb (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.
1998-03-20 06:10:36 +00:00
Richard M. Stallman
171d003c94 (window_display_table): Don't look inside buffer if its nil. 1998-03-20 05:11:27 +00:00
Richard M. Stallman
72ef82ec68 (Fgoto_char): If POSITION is a marker pointing a
different buffer, don't rely on the byte position of the marker.
1998-03-20 05:00:31 +00:00
Richard M. Stallman
25c9e7fbd7 (Fformat): Handle padding before or after, for %s etc.
Treat 0 like a multibyte char in %c.
1998-03-20 04:59:15 +00:00
Richard M. Stallman
4d60e093d5 (compilation-error-regexp-alist):
Handle f90 in  DEC AXP OSF/1 cc  pattern.
1998-03-20 04:41:13 +00:00
Richard M. Stallman
bd26d5a361 (get_boot_time): Conditionalize on BOOT_TIME.
(lock_file_1): Add boot-time to lock only if available.
1998-03-19 21:19:07 +00:00
Dave Love
5a8dd30e26 (shell-command-on-region): Amend message to report
success or failure when no process output.
1998-03-19 10:30:55 +00:00
Kenichi Handa
ec9faeb4d8 ("latin-1-prefix"): Fix the translation of
"/ " to "/" (instead of " ").
1998-03-19 07:35:16 +00:00
Kenichi Handa
1d10ac5b4b (read1): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.
1998-03-19 07:34:29 +00:00
Kenichi Handa
bab9ce2f56 (byte_char_debug_check): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.
1998-03-19 07:34:29 +00:00
Kenichi Handa
88ab3cc133 (Fstring_as_multibyte): Call multibyte_chars_in_text
instead of chars_in_text because we must ignore
enable-multibyte-characters here.
1998-03-19 07:34:29 +00:00
Richard M. Stallman
15e88d2198 (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.
1998-03-19 06:32:34 +00:00
Richard M. Stallman
5265a84235 (other-frame): Fix previous change. 1998-03-18 20:04:56 +00:00
Richard M. Stallman
0ac18fb09b (focus-follows-mouse): Make it defcustom. 1998-03-18 20:03:48 +00:00
Richard M. Stallman
26ef026df8 (focus-follows-mouse): New variable.
(other-frame): Obey that variable.
1998-03-18 20:02:27 +00:00
Dave Love
fe3188ecbd (lisp-fill-paragraph): Adjust
paragraph-start in default filling case so that filling doc
strings works.
1998-03-18 16:02:37 +00:00
André Spiegel
01e02ab387 (vc-restore-buffer-context): Only try to restore mark if it is active. 1998-03-18 13:25:00 +00:00
Richard M. Stallman
93d75e4c43 (read0): Swap args to Fmake_string. 1998-03-18 06:11:03 +00:00
Richard M. Stallman
382d018aa5 (view-emacs-news): Handle prefix arg. 1998-03-18 01:59:58 +00:00
Richard M. Stallman
57ca985523 (syms_of_callproc): Doc fixes. 1998-03-18 01:52:57 +00:00
Richard M. Stallman
c90c0be058 Load language/czech and language/slovak. 1998-03-18 00:40:24 +00:00
Richard M. Stallman
1fd3172dd4 (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.
1998-03-18 00:11:33 +00:00
Richard M. Stallman
98bcfee8fe (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.
1998-03-17 23:58:13 +00:00
Richard M. Stallman
ca1e63a5a5 Initial revision 1998-03-17 23:49:33 +00:00
Richard M. Stallman
f2ba5bc57b (setup-slovak-environment): 3rd arg to setup-8-bit-environment is the
default input method, not coding system.
1998-03-17 22:53:08 +00:00
Richard M. Stallman
7642591621 (setup-czech-environment): 3rd arg to setup-8-bit-environment is the
default input method, not coding system.
1998-03-17 22:52:37 +00:00
Richard M. Stallman
d0183d383d (Fformat): Properly print floats. 1998-03-17 08:16:35 +00:00
Richard M. Stallman
80370c1cec (setenv): Simplify reading of args by passing old value as the default. 1998-03-17 08:14:28 +00:00
Richard M. Stallman
85cac557cd (Fchar_after, Fchar_before): Properly check arg type
and whether in range, for all cases.

(Fsave_excursion): Doc fix.
1998-03-17 07:25:54 +00:00
Richard M. Stallman
f405b38dd1 Fstore_match_data => Fset_match_data. 1998-03-17 06:49:26 +00:00
Richard M. Stallman
478292ed62 (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.
1998-03-17 06:48:12 +00:00
Richard M. Stallman
6d2c8e3eb7 (Info-menu-update): Set Info-menu-last-node
to (FILE NODENAME), and test it that way too.
1998-03-17 06:29:50 +00:00
Richard M. Stallman
25d90e68d0 Initial revision 1998-03-17 05:49:29 +00:00
Richard M. Stallman
f92f70bca6 (rmail-clear-headers): Make sure an empty line
still separates the headers from the body.
1998-03-16 18:11:20 +00:00
Richard M. Stallman
1fa01bcdd7 (mouse-drag-region): Bind deactivate-mark
around call to copy-region-as-kill.
(mouse-set-region): Likewise.
(mouse-secondary-save-then-kill): Likewise.
1998-03-16 08:05:58 +00:00
Richard M. Stallman
5c7319b6ce (copy-region-as-kill): Set deactivate-mark
instead of clearing mark-active directly.
1998-03-16 08:01:15 +00:00
Kenichi Handa
1ad59104de (rmail-quit): Call quit-window before calling
replace-buffer-in-windows to assure that we can switch the rmail
buffer of the selected window.
1998-03-16 05:58:11 +00:00
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