1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00
Commit Graph

37107 Commits

Author SHA1 Message Date
Gerd Moellmann
4c8c7926fd (Fx_window_property): Handle case that property gets
deleted between the two calls to XGetWindowProperty.
2001-09-13 12:56:36 +00:00
Eli Zaretskii
15233548ee (make-auto-save-file-name): If long file names are not
supported, truncate the file name to DOS 8+3 limits before
generating an auto-save file name from it.
2001-09-13 12:41:41 +00:00
Gerd Moellmann
66a863f059 (ps-print-region, ps-print-region-with-faces)
(ps-nb-pages-region): Signal an error if called interactively
and the mark is not active.
2001-09-13 10:12:45 +00:00
Gerd Moellmann
1fb7f87279 *** empty log message *** 2001-09-13 10:04:14 +00:00
Gerd Moellmann
9b35015281 (minibuffer-prompt-modification)
(minibuffer-prompt-insertion): New functions.
(minibuffer-prompt-properties): Use `modification-hooks' and
`insert-in-front-hooks'.
2001-09-13 10:02:35 +00:00
Gerd Moellmann
68d0efa64e grep-command and grep-find-command user options. 2001-09-13 09:17:05 +00:00
Gerd Moellmann
bcdb34a4a3 (grep-compute-defaults): Don't set
grep-command/grep-find-command when it is already non-nil.
(grep-command): Make it a user option.
(grep-find-command): Likewise.
2001-09-13 09:11:53 +00:00
Richard M. Stallman
108864855a Spelling correction. 2001-09-12 21:04:11 +00:00
Richard M. Stallman
47d7776cc6 Spelling corrections. 2001-09-12 21:03:47 +00:00
Richard M. Stallman
6eb5fac3a2 Write "ASCII" without @sc. 2001-09-12 21:03:06 +00:00
Richard M. Stallman
eb9ee0dbe6 Spelling correction.
Delete obsolete comment.
2001-09-12 21:02:34 +00:00
Richard M. Stallman
33070f74ae Delete obsolete comment. 2001-09-12 21:02:16 +00:00
Richard M. Stallman
d0960fb38f Spelling corrections.
Delete obsolete comment.
2001-09-12 20:59:32 +00:00
Richard M. Stallman
562b32fed4 Spelling correction. 2001-09-12 20:53:14 +00:00
Richard M. Stallman
89889a00ac (outline-regexp): Doc fix.
Initialize it in the defcustom, the usual way.
2001-09-12 20:42:08 +00:00
Richard M. Stallman
1dc13f3a23 *** empty log message *** 2001-09-12 20:41:52 +00:00
Gerd Moellmann
bc2973c0c6 On window-systems, say that arrow bitmaps are used instead of
a backslash to indicate continued lines.
2001-09-12 14:22:43 +00:00
Gerd Moellmann
1b39996d23 (ediff-get-meta-info): Take into account that data
from `ediff-meta-info' properties need not be an overlay.  From
David Ponce <dponce@voila.fr>.
2001-09-12 14:00:41 +00:00
Gerd Moellmann
eaa493dfe6 (isearch-intersects-p): Fix end checks. 2001-09-12 13:10:08 +00:00
Eli Zaretskii
fb2c6a6b37 Fix a typo. 2001-09-12 13:08:29 +00:00
Gerd Moellmann
6206f8ce21 (set_window_cursor_after_update): Fix code
finding glyph row containing cursor when cursor_in_echo_area
is >= 0.
2001-09-12 11:43:47 +00:00
Eli Zaretskii
cfcda0ba4a (dbx) <gud-dbx-use-stopformat-p>: Move this case into the
`t' branch of `cond', since Irix 6.1 and up is a special case of
the standard dbx interface.
2001-09-11 18:29:37 +00:00
Gerd Moellmann
bd819d14fd (read_minibuf_unwind): Bind inhibit-modification-hooks. 2001-09-11 16:11:08 +00:00
Gerd Moellmann
a41edd99c5 (read_minibuf): Bind inhibit-modification-hooks to t,
in addition to read-only.
2001-09-11 13:09:15 +00:00
Gerd Moellmann
0ba7995bfe (verify_interval_modification): Fix last change. 2001-09-11 12:45:24 +00:00
Gerd Moellmann
0b04fa5fc9 (with_echo_area_buffer): Bind inhibit-modification-hooks
to t in addition to read-only.
2001-09-11 12:32:50 +00:00
Gerd Moellmann
b8b319675a (Qinhibit_modification_hooks): Declare. 2001-09-11 12:32:17 +00:00
Gerd Moellmann
27ea0af23c (Qinhibit_modification_hooks): New variable.
(syms_of_insdel): Initialize and staticpro it.
2001-09-11 12:31:56 +00:00
Gerd Moellmann
d4881c6acb (verify_interval_modification): Don't run
modification-hooks if inhibit_modification_hooks.
2001-09-11 12:25:06 +00:00
Miles Bader
4e1513b594 (comint-send-input): When waiting for echoed input, don't save the
expected end position in `echo-end', so that things work properly even
if the buffer is modified elsewhere at the same time [this happens if
`comint-truncate-buffer' is used].
2001-09-11 08:43:02 +00:00
Gerd Moellmann
9a72e4c14b *** empty log message *** 2001-09-11 08:31:16 +00:00
Gerd Moellmann
ac7b494762 (outline-mode): Use `^' and a shy group
when constructing imenu-generic-expression from outline-regexp.
2001-09-11 08:30:54 +00:00
Gerd Moellmann
1e1e5dafd7 (init_from_display_pos): Put some code in #if 0.
(add_to_log): Use bcopy instead of strcpy.
(init_from_display_pos): Use an explicit loop over bytes in
overlay strings instead of calling index.
2001-09-11 08:22:05 +00:00
Eli Zaretskii
1f9581b61c (eshell-shuffle-files): Compare inodes with
`equal' instead of `=', since they can be cons cells.  From Nils
Goesche <cartan@cartan.de>.
2001-09-10 20:40:42 +00:00
André Spiegel
65ee3bf5bf # 2001-09-10 18:08:48 +00:00
André Spiegel
1cec418c1e (vc-annotate): Rewrote doc string. 2001-09-10 17:51:04 +00:00
Eli Zaretskii
87373ae8ba Remove the --- and +++ markers from all entries. 2001-09-10 15:39:03 +00:00
Eli Zaretskii
616383559b Document problems with ange-ftp in the Windows port and the Cygwin FTP client. 2001-09-10 15:26:33 +00:00
Gerd Moellmann
300e57bdf9 *** empty log message *** 2001-09-10 14:34:12 +00:00
Eli Zaretskii
e602e77917 Update Stephen Gildea's email address. 2001-09-10 14:00:55 +00:00
Gerd Moellmann
11d8165033 allocate_buffer): Call VALIDATE_LISP_STORAGE. 2001-09-10 13:41:21 +00:00
Eli Zaretskii
b52758d17b Update the email address of Stephen Gildea. 2001-09-10 13:31:04 +00:00
Gerd Moellmann
ae76d741c2 (direct_output_for_insert): Don't change IT's
stop_charpos to something in front of its current position.
2001-09-10 13:25:34 +00:00
Gerd Moellmann
42d305db92 (mail-send): Obey mail-send-nonascii when
enable-multibyte-characters = nil.  From Hallvard B Furuseth
<h.b.furuseth@usit.uio.no>.
2001-09-10 09:37:02 +00:00
Gerd Moellmann
f4a374a158 (Ftrace_to_stderr) [GLYPH_DEBUG]: Take args like
`format'.
2001-09-10 08:23:27 +00:00
Richard M. Stallman
caae20c741 Clarify recent changes. 2001-09-10 05:34:15 +00:00
Richard M. Stallman
ac7ed6424c Doc fix. 2001-09-10 05:18:29 +00:00
Richard M. Stallman
ae2aaa7e55 Doc fix. 2001-09-10 05:13:27 +00:00
Richard M. Stallman
7e4cbc91bf *** empty log message *** 2001-09-10 05:13:03 +00:00
Richard M. Stallman
f26ccb10da Clarify recent changes. 2001-09-10 05:07:54 +00:00