1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-02 11:50:48 -08:00
Commit graph

37540 commits

Author SHA1 Message Date
Gerd Moellmann
cdd76925df (VERSION): Add and use it where the the version
number was used.  Set it to 2.8.
2001-10-17 10:45:56 +00:00
Gerd Moellmann
c7f125f298 (VERSION): Set to 2.8.
(manual): Use `manual-21'.
2001-10-17 10:45:24 +00:00
Gerd Moellmann
09954f3be1 *** empty log message *** 2001-10-17 09:27:02 +00:00
Miles Bader
945220bdb2 *** empty log message *** 2001-10-17 03:33:11 +00:00
Miles Bader
af52c32d5b Change doc-string comments to new style' [w/doc:' keyword].
Remove old commented-out-DEFUN that was used to fake out make-docfile.
2001-10-17 03:17:18 +00:00
Miles Bader
7ee72033eb Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-17 03:16:12 +00:00
Miles Bader
015a8883e0 (DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case. 2001-10-17 03:11:30 +00:00
Miles Bader
0c82822ca0 (put_char): New function.
(read_c_string_or_comment): Strip trailing spaces and newlines.
2001-10-17 02:53:57 +00:00
John Wiegley
9f89e09863 (eshell/cat): Do a quick test if something is a regular file, before
checking if it is a directory or symlink. This avoids a call to
eshell-file-attributes, which can be expensive in some situations.
2001-10-17 02:00:20 +00:00
John Wiegley
ef94bd99e4 (eshell-ls-dired-initial-args): Added an extra customization variable,
to differentiate ls-in-dired from regular uses of ls.
2001-10-17 02:00:00 +00:00
John Wiegley
af15ae259a *** empty log message *** 2001-10-17 01:58:38 +00:00
Miles Bader
3d58b15e0f (defface): Mention `:inherit' in doc-string. 2001-10-17 01:13:10 +00:00
Eli Zaretskii
ca5b46fc99 Update the Commentary with installation instructions. 2001-10-16 19:07:50 +00:00
Miles Bader
142425283b *** empty log message *** 2001-10-16 13:09:06 +00:00
Miles Bader
e9d8ddc945 Change doc-string comments to new style' [w/doc:' keyword]. 2001-10-16 13:07:29 +00:00
Miles Bader
a5979c0e89 (scan_c_file): Handle new style' doc strings in comments [with doc:'
keyword prefix].
2001-10-16 13:05:28 +00:00
Gerd Moellmann
3ddf952f8b *** empty log message *** 2001-10-16 09:25:44 +00:00
Gerd Moellmann
71a0f2c6e4 (Fset_buffer_major_mode): Use initial-major-mode for
*scratch*.
2001-10-16 09:21:56 +00:00
Ken Raeburn
f3fbd15535 Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
with lisp system changes.
2001-10-16 09:09:51 +00:00
Pavel Janík
018ba359ab Put doc strings in comments. 2001-10-15 20:52:59 +00:00
Pavel Janík
502150e5b8 Include <sys/ioctl.h> also on systems without <soundcard.h>. 2001-10-15 20:45:55 +00:00
Sam Steingold
b56ba8de88 (Vafter_load_alist): Declare extern (w32 build problem). 2001-10-15 16:17:51 +00:00
Pavel Janík
a1f1750116 Put doc strings in comments. 2001-10-15 15:07:49 +00:00
Pavel Janík
e2ba787b86 (process-inherit-coding-system-flag, get-buffer-process): Do not confuse
make-docfile with doc strings in comment.
2001-10-15 14:55:28 +00:00
Pavel Janík
a65da64122 *** empty log message *** 2001-10-15 14:34:08 +00:00
Pavel Janík
e78119260c (Fchar_to_string): Make doc string consistent with arguments. 2001-10-15 14:19:38 +00:00
Pavel Janík
6a0b793abe *** empty log message *** 2001-10-15 13:50:48 +00:00
Pavel Janík
b39fb64b26 Put doc strings in comments. 2001-10-15 13:38:04 +00:00
Gerd Moellmann
aa601ad023 (window_loop): Don't check for Fother_buffer returning nil. 2001-10-15 11:40:46 +00:00
Pavel Janík
dd8d1e71ef (Fmapconcat): Fix typo in a doc string. 2001-10-15 11:13:53 +00:00
Pavel Janík
288148a124 (Fsleep_for): Fix typo in a doc string. 2001-10-15 11:10:13 +00:00
Gerd Moellmann
50e88778af (select_window_1): Unfreeze window start. Remove a
doubled test for WINDOW being live.
2001-10-15 10:44:09 +00:00
Gerd Moellmann
6d194a4596 Comment fix. 2001-10-15 10:28:13 +00:00
Gerd Moellmann
9f5eb4a318 *** empty log message *** 2001-10-15 10:12:29 +00:00
Gerd Moellmann
e6269cbb9e (x_draw_glyph_string): Restore clipping after
drawing box.
2001-10-15 10:12:08 +00:00
Gerd Moellmann
7dfd439c45 (read_c_string_or_comment): Don't drop a '*'
in a C doc comment.
2001-10-15 10:04:31 +00:00
Gerd Moellmann
56378db4a0 *** empty log message *** 2001-10-15 09:14:09 +00:00
Gerd Moellmann
cfe98f5098 (set-auto-coding): Fix regexps for local
variables section not to eat newlines.
2001-10-15 08:47:11 +00:00
Pavel Janík
dbae44c877 (prefix-arg, current-prefix-arg): Fix typo in a doc string. 2001-10-15 08:13:24 +00:00
Stefan Monnier
91c067f477 *** empty log message *** 2001-10-15 02:51:50 +00:00
Miles Bader
31252c009c (display-message-or-buffer): Pass the correct buffer to `display-buffer'. 2001-10-15 01:01:21 +00:00
Stefan Monnier
845e4cf4d4 (access_keymap): Unify handling of `t' and generic-char.
If a parent is reached and noinherit is set, exit immediately.
Use AREF and ASIZE macros.  Call get_keyelt before checking KEYMAPP.
2001-10-14 22:45:14 +00:00
Stefan Monnier
99776d43e2 (TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Remove.
2001-10-14 20:23:38 +00:00
Stefan Monnier
8580a4e3e0 (in_ellipses_for_invisible_text_p, handle_invisible_prop):
Use new retval of TEXT_PROP_MEANS_INVISIBLE.
2001-10-14 20:21:07 +00:00
Stefan Monnier
67964c67c6 (skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE. 2001-10-14 20:19:10 +00:00
Stefan Monnier
0c88c9374c *** empty log message *** 2001-10-14 20:17:49 +00:00
Stefan Monnier
8958788972 (EXEC_SUFFIXES): Remove. 2001-10-14 20:16:52 +00:00
Stefan Monnier
33d5af9917 (syms_of_callproc): Init Vexec_suffixes to Qnil.
(decode_suffixes): Remove.
2001-10-14 20:13:47 +00:00
Stefan Monnier
2d08a2d49a (executable-binary-suffixes): Make varalias.
(executable-find): Use exec-suffixes.
(executable-set-magic): Don't use make-local-hook.
2001-10-14 20:09:46 +00:00
Stefan Monnier
ae95a95a9c (exec-suffixes): Initialize to a system-dependent value. 2001-10-14 20:08:21 +00:00