bpt/emacs.git
22 years ago(current_minor_maps): `override' only shadows its
Stefan Monnier [Thu, 18 Oct 2001 22:14:45 +0000 (22:14 +0000)]
(current_minor_maps): `override' only shadows its
correspondent in minor-mode-map-alist, not the whole tail.

22 years ago*** empty log message ***
Stefan Monnier [Thu, 18 Oct 2001 22:13:21 +0000 (22:13 +0000)]
*** empty log message ***

22 years agoPut the *Compile-Log* buffer in `compilation-mode'.
Sam Steingold [Thu, 18 Oct 2001 21:05:16 +0000 (21:05 +0000)]
Put the *Compile-Log* buffer in `compilation-mode'.

22 years ago(smtpmail-via-smtp): Use mail-envelope-from if set.
Stefan Monnier [Thu, 18 Oct 2001 20:48:23 +0000 (20:48 +0000)]
(smtpmail-via-smtp): Use mail-envelope-from if set.

22 years ago(xml-parse-tag): Use eq on char-after's return value.
Stefan Monnier [Thu, 18 Oct 2001 20:24:09 +0000 (20:24 +0000)]
(xml-parse-tag): Use eq on char-after's return value.

22 years ago(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
Andrew Innes [Thu, 18 Oct 2001 16:23:14 +0000 (16:23 +0000)]
(fs_load_font) [WINDOWSNT && _MSC_VER]: Disable
optimization.  The fontp->encoding array was not being initialized
correctly when compiled with optimizations by MSVC.

22 years ago(isearch-mode-map): Bind `mouse-movement' to nil.
Gerd Moellmann [Thu, 18 Oct 2001 10:06:01 +0000 (10:06 +0000)]
(isearch-mode-map): Bind `mouse-movement' to nil.

22 years ago(hilit-lookup-face-create): Call
Gerd Moellmann [Thu, 18 Oct 2001 09:55:37 +0000 (09:55 +0000)]
(hilit-lookup-face-create): Call
set-face-font only if display-graphic-p.
(toplevel): Remove references to window-system.

22 years ago(Finternal_set_lisp_face_attribute): Follow coding conventions.
Gerd Moellmann [Thu, 18 Oct 2001 09:50:37 +0000 (09:50 +0000)]
(Finternal_set_lisp_face_attribute): Follow coding conventions.

22 years ago(display_line): Indicate empty lines in active
Gerd Moellmann [Thu, 18 Oct 2001 08:47:12 +0000 (08:47 +0000)]
(display_line): Indicate empty lines in active
mini-window.

22 years agoFix last change.
Eli Zaretskii [Thu, 18 Oct 2001 08:04:48 +0000 (08:04 +0000)]
Fix last change.

22 years ago(what-line): Avoid problems with field properties.
Miles Bader [Thu, 18 Oct 2001 01:05:28 +0000 (01:05 +0000)]
(what-line): Avoid problems with field properties.

22 years ago(widget-field-face, widget-single-line-field-face):
Eli Zaretskii [Wed, 17 Oct 2001 18:49:38 +0000 (18:49 +0000)]
(widget-field-face, widget-single-line-field-face):
Define special colors for a tty.

22 years ago(Glossary): Add an index entry leading to "cut and paste".
Eli Zaretskii [Wed, 17 Oct 2001 18:26:54 +0000 (18:26 +0000)]
(Glossary): Add an index entry leading to "cut and paste".

22 years ago(Getting a printed manual): Add an index entry for HTML version
Eli Zaretskii [Wed, 17 Oct 2001 18:10:10 +0000 (18:10 +0000)]
(Getting a printed manual): Add an index entry for HTML version
of the manual.

22 years agoDocument alloc-colors.c.
Eli Zaretskii [Wed, 17 Oct 2001 17:50:31 +0000 (17:50 +0000)]
Document alloc-colors.c.

22 years agoAdd an entry for MacPPC, and mention special problems on the Yellow Dog.
Eli Zaretskii [Wed, 17 Oct 2001 17:50:01 +0000 (17:50 +0000)]
Add an entry for MacPPC, and mention special problems on the Yellow Dog.

22 years ago(w32_encode_char): Get cached codepage from font_info,
Andrew Innes [Wed, 17 Oct 2001 17:48:44 +0000 (17:48 +0000)]
(w32_encode_char): Get cached codepage from font_info,
rather than working it out by calling w32_codepage_for_font for
every glyph.

22 years ago(w32_load_system_font): Cache codepage for font, in
Andrew Innes [Wed, 17 Oct 2001 17:47:56 +0000 (17:47 +0000)]
(w32_load_system_font): Cache codepage for font, in
font_info.charset field.

22 years agoMention the crashes on Yellow Dog GNU/Linux on MacPPC, and provide
Eli Zaretskii [Wed, 17 Oct 2001 17:47:54 +0000 (17:47 +0000)]
Mention the crashes on Yellow Dog GNU/Linux on MacPPC, and provide
a work-around.

22 years ago(struct font_info) [WINDOWSNT]: Add codepage field.
Andrew Innes [Wed, 17 Oct 2001 17:47:28 +0000 (17:47 +0000)]
(struct font_info) [WINDOWSNT]: Add codepage field.

22 years ago(w32_read_socket): Determine clipping rectangle for
Andrew Innes [Wed, 17 Oct 2001 17:19:27 +0000 (17:19 +0000)]
(w32_read_socket): Determine clipping rectangle for
the entire frame, including areas covered by scrollbars and the
menubar.  This avoids internal arguments about whether a frame is
fully obscured or not.

22 years ago(comint-password-prompt-regexp): Make it less restrictive, letting
Francesco Potortì [Wed, 17 Oct 2001 15:38:45 +0000 (15:38 +0000)]
(comint-password-prompt-regexp): Make it less restrictive, letting
comint recognise OpenSSH2 passphrase prompts.

22 years ago(try_window_id): Undo last change. Give up if
Gerd Moellmann [Wed, 17 Oct 2001 15:29:12 +0000 (15:29 +0000)]
(try_window_id): Undo last change.  Give up if
window ends in strings.

22 years ago(try_window_id): Don't display lines after the window
Gerd Moellmann [Wed, 17 Oct 2001 14:05:34 +0000 (14:05 +0000)]
(try_window_id): Don't display lines after the window
end if the rest of the window after the window end was already
blank.

22 years ago(try_window_id): Remove code that was only there
Gerd Moellmann [Wed, 17 Oct 2001 13:34:31 +0000 (13:34 +0000)]
(try_window_id): Remove code that was only there
for the release of 21.1.

22 years ago(display_line): Don't indicate empty lines in
Gerd Moellmann [Wed, 17 Oct 2001 11:51:24 +0000 (11:51 +0000)]
(display_line): Don't indicate empty lines in
mini-windows.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Oct 2001 11:50:56 +0000 (11:50 +0000)]
*** empty log message ***

22 years ago(VERSION): Add and use it where the the version
Gerd Moellmann [Wed, 17 Oct 2001 10:46:31 +0000 (10:46 +0000)]
(VERSION): Add and use it where the the version

22 years ago(VERSION): Add and use it where the the version
Gerd Moellmann [Wed, 17 Oct 2001 10:45:56 +0000 (10:45 +0000)]
(VERSION): Add and use it where the the version
number was used.  Set it to 2.8.

22 years ago(VERSION): Set to 2.8.
Gerd Moellmann [Wed, 17 Oct 2001 10:45:24 +0000 (10:45 +0000)]
(VERSION): Set to 2.8.
(manual): Use `manual-21'.

22 years ago*** empty log message ***
Gerd Moellmann [Wed, 17 Oct 2001 09:27:02 +0000 (09:27 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Miles Bader [Wed, 17 Oct 2001 03:33:11 +0000 (03:33 +0000)]
*** empty log message ***

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Miles Bader [Wed, 17 Oct 2001 03:17:18 +0000 (03:17 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].
Remove old commented-out-DEFUN that was used to fake out make-docfile.

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Miles Bader [Wed, 17 Oct 2001 03:16:12 +0000 (03:16 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.
Miles Bader [Wed, 17 Oct 2001 03:11:30 +0000 (03:11 +0000)]
(DEFUN): Remove `DOC_STRINGS_IN_COMMENTS' case.

22 years ago(put_char): New function.
Miles Bader [Wed, 17 Oct 2001 02:53:57 +0000 (02:53 +0000)]
(put_char): New function.
(read_c_string_or_comment): Strip trailing spaces and newlines.

22 years ago(eshell/cat): Do a quick test if something is a regular file, before
John Wiegley [Wed, 17 Oct 2001 02:00:20 +0000 (02:00 +0000)]
(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.

22 years ago(eshell-ls-dired-initial-args): Added an extra customization variable,
John Wiegley [Wed, 17 Oct 2001 02:00:00 +0000 (02:00 +0000)]
(eshell-ls-dired-initial-args): Added an extra customization variable,
to differentiate ls-in-dired from regular uses of ls.

22 years ago*** empty log message ***
John Wiegley [Wed, 17 Oct 2001 01:58:38 +0000 (01:58 +0000)]
*** empty log message ***

22 years ago(defface): Mention `:inherit' in doc-string.
Miles Bader [Wed, 17 Oct 2001 01:13:10 +0000 (01:13 +0000)]
(defface): Mention `:inherit' in doc-string.

22 years agoUpdate the Commentary with installation instructions.
Eli Zaretskii [Tue, 16 Oct 2001 19:07:50 +0000 (19:07 +0000)]
Update the Commentary with installation instructions.

22 years ago*** empty log message ***
Miles Bader [Tue, 16 Oct 2001 13:09:06 +0000 (13:09 +0000)]
*** empty log message ***

22 years agoChange doc-string comments to `new style' [w/`doc:' keyword].
Miles Bader [Tue, 16 Oct 2001 13:07:29 +0000 (13:07 +0000)]
Change doc-string comments to `new style' [w/`doc:' keyword].

22 years ago(scan_c_file): Handle `new style' doc strings in comments [with `doc:'
Miles Bader [Tue, 16 Oct 2001 13:05:28 +0000 (13:05 +0000)]
(scan_c_file): Handle `new style' doc strings in comments [with `doc:'
keyword prefix].

22 years ago*** empty log message ***
Gerd Moellmann [Tue, 16 Oct 2001 09:25:44 +0000 (09:25 +0000)]
*** empty log message ***

22 years ago(Fset_buffer_major_mode): Use initial-major-mode for
Gerd Moellmann [Tue, 16 Oct 2001 09:21:56 +0000 (09:21 +0000)]
(Fset_buffer_major_mode): Use initial-major-mode for
*scratch*.

22 years agoAvoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
Ken Raeburn [Tue, 16 Oct 2001 09:09:51 +0000 (09:09 +0000)]
Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
with lisp system changes.

22 years agoPut doc strings in comments.
Pavel Janík [Mon, 15 Oct 2001 20:52:59 +0000 (20:52 +0000)]
Put doc strings in comments.

22 years agoInclude <sys/ioctl.h> also on systems without <soundcard.h>.
Pavel Janík [Mon, 15 Oct 2001 20:45:55 +0000 (20:45 +0000)]
Include <sys/ioctl.h> also on systems without <soundcard.h>.

22 years ago(Vafter_load_alist): Declare extern (w32 build problem).
Sam Steingold [Mon, 15 Oct 2001 16:17:51 +0000 (16:17 +0000)]
(Vafter_load_alist): Declare extern (w32 build problem).

22 years agoPut doc strings in comments.
Pavel Janík [Mon, 15 Oct 2001 15:07:49 +0000 (15:07 +0000)]
Put doc strings in comments.

22 years ago(process-inherit-coding-system-flag, get-buffer-process): Do not confuse
Pavel Janík [Mon, 15 Oct 2001 14:55:28 +0000 (14:55 +0000)]
(process-inherit-coding-system-flag, get-buffer-process): Do not confuse
make-docfile with doc strings in comment.

22 years ago*** empty log message ***
Pavel Janík [Mon, 15 Oct 2001 14:34:08 +0000 (14:34 +0000)]
*** empty log message ***

22 years ago(Fchar_to_string): Make doc string consistent with arguments.
Pavel Janík [Mon, 15 Oct 2001 14:19:38 +0000 (14:19 +0000)]
(Fchar_to_string): Make doc string consistent with arguments.

22 years ago*** empty log message ***
Pavel Janík [Mon, 15 Oct 2001 13:50:48 +0000 (13:50 +0000)]
*** empty log message ***

22 years agoPut doc strings in comments.
Pavel Janík [Mon, 15 Oct 2001 13:38:04 +0000 (13:38 +0000)]
Put doc strings in comments.

22 years ago(window_loop): Don't check for Fother_buffer returning nil.
Gerd Moellmann [Mon, 15 Oct 2001 11:40:46 +0000 (11:40 +0000)]
(window_loop): Don't check for Fother_buffer returning nil.

22 years ago(Fmapconcat): Fix typo in a doc string.
Pavel Janík [Mon, 15 Oct 2001 11:13:53 +0000 (11:13 +0000)]
(Fmapconcat): Fix typo in a doc string.

22 years ago(Fsleep_for): Fix typo in a doc string.
Pavel Janík [Mon, 15 Oct 2001 11:10:13 +0000 (11:10 +0000)]
(Fsleep_for): Fix typo in a doc string.

22 years ago(select_window_1): Unfreeze window start. Remove a
Gerd Moellmann [Mon, 15 Oct 2001 10:44:09 +0000 (10:44 +0000)]
(select_window_1): Unfreeze window start.  Remove a
doubled test for WINDOW being live.

22 years agoComment fix.
Gerd Moellmann [Mon, 15 Oct 2001 10:28:13 +0000 (10:28 +0000)]
Comment fix.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 15 Oct 2001 10:12:29 +0000 (10:12 +0000)]
*** empty log message ***

22 years ago(x_draw_glyph_string): Restore clipping after
Gerd Moellmann [Mon, 15 Oct 2001 10:12:08 +0000 (10:12 +0000)]
(x_draw_glyph_string): Restore clipping after
drawing box.

22 years ago(read_c_string_or_comment): Don't drop a '*'
Gerd Moellmann [Mon, 15 Oct 2001 10:04:31 +0000 (10:04 +0000)]
(read_c_string_or_comment): Don't drop a '*'
in a C doc comment.

22 years ago*** empty log message ***
Gerd Moellmann [Mon, 15 Oct 2001 09:14:09 +0000 (09:14 +0000)]
*** empty log message ***

22 years ago(set-auto-coding): Fix regexps for local
Gerd Moellmann [Mon, 15 Oct 2001 08:47:11 +0000 (08:47 +0000)]
(set-auto-coding): Fix regexps for local
variables section not to eat newlines.

22 years ago(prefix-arg, current-prefix-arg): Fix typo in a doc string.
Pavel Janík [Mon, 15 Oct 2001 08:13:24 +0000 (08:13 +0000)]
(prefix-arg, current-prefix-arg): Fix typo in a doc string.

22 years ago*** empty log message ***
Stefan Monnier [Mon, 15 Oct 2001 02:51:50 +0000 (02:51 +0000)]
*** empty log message ***

22 years ago(display-message-or-buffer): Pass the correct buffer to `display-buffer'.
Miles Bader [Mon, 15 Oct 2001 01:01:21 +0000 (01:01 +0000)]
(display-message-or-buffer): Pass the correct buffer to `display-buffer'.

22 years ago(access_keymap): Unify handling of `t' and generic-char.
Stefan Monnier [Sun, 14 Oct 2001 22:45:14 +0000 (22:45 +0000)]
(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.

22 years ago(TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
Stefan Monnier [Sun, 14 Oct 2001 20:23:38 +0000 (20:23 +0000)]
(TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Remove.

22 years ago(in_ellipses_for_invisible_text_p, handle_invisible_prop):
Stefan Monnier [Sun, 14 Oct 2001 20:21:07 +0000 (20:21 +0000)]
(in_ellipses_for_invisible_text_p, handle_invisible_prop):
Use new retval of TEXT_PROP_MEANS_INVISIBLE.

22 years ago(skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.
Stefan Monnier [Sun, 14 Oct 2001 20:19:10 +0000 (20:19 +0000)]
(skip_invisible): Use new retval of TEXT_PROP_MEANS_INVISIBLE.

22 years ago*** empty log message ***
Stefan Monnier [Sun, 14 Oct 2001 20:17:49 +0000 (20:17 +0000)]
*** empty log message ***

22 years ago(EXEC_SUFFIXES): Remove.
Stefan Monnier [Sun, 14 Oct 2001 20:16:52 +0000 (20:16 +0000)]
(EXEC_SUFFIXES): Remove.

22 years ago(syms_of_callproc): Init Vexec_suffixes to Qnil.
Stefan Monnier [Sun, 14 Oct 2001 20:13:47 +0000 (20:13 +0000)]
(syms_of_callproc): Init Vexec_suffixes to Qnil.
(decode_suffixes): Remove.

22 years ago(executable-binary-suffixes): Make varalias.
Stefan Monnier [Sun, 14 Oct 2001 20:09:46 +0000 (20:09 +0000)]
(executable-binary-suffixes): Make varalias.
(executable-find): Use exec-suffixes.
(executable-set-magic): Don't use make-local-hook.

22 years ago(exec-suffixes): Initialize to a system-dependent value.
Stefan Monnier [Sun, 14 Oct 2001 20:08:21 +0000 (20:08 +0000)]
(exec-suffixes): Initialize to a system-dependent value.

22 years ago(completion-ignored-extensions) [ms-dos, windows-nt]:
Eli Zaretskii [Sun, 14 Oct 2001 20:00:28 +0000 (20:00 +0000)]
(completion-ignored-extensions) [ms-dos, windows-nt]:
Add .ico, .pif, .lnk, .dll, .drv, .vxd, and .386.
Add .so to the Unix and GNU branch.

22 years agoAdd no-byte-compile.
Eli Zaretskii [Sun, 14 Oct 2001 19:40:02 +0000 (19:40 +0000)]
Add no-byte-compile.

22 years ago(DOLIST, LOOP_PROPVAL): Remove.
Stefan Monnier [Sun, 14 Oct 2001 19:19:57 +0000 (19:19 +0000)]
(DOLIST, LOOP_PROPVAL): Remove.
(invisible_p): Return 1 or 2 depending on whether an ellipsis is used.
(invisible_ellipsis_p, invisible_noellipsis_p): Remove.

22 years ago(TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
Stefan Monnier [Sun, 14 Oct 2001 19:19:03 +0000 (19:19 +0000)]
(TEXT_PROP_MEANS_INVISIBLE_WITH_ELLIPSIS)
(TEXT_PROP_MEANS_INVISIBLE_NOELLIPSIS): Use invisible_p's new return vals.
(invisible_ellipsis_p, invisible_noellipsis_p): Removed.

22 years ago(Ftop_level): Add prototype.
Pavel Janík [Sun, 14 Oct 2001 16:14:53 +0000 (16:14 +0000)]
(Ftop_level): Add prototype.

22 years ago(xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
Pavel Janík [Sun, 14 Oct 2001 16:10:40 +0000 (16:10 +0000)]
(xlwmenu_window_p, xlwmenu_redisplay): Add prototypes.
(XTread_socket): Improve style of comments to follow other comments.

22 years ago(Fcommand_execute): Remove unnecessary prototype (it is already prototyped
Pavel Janík [Sun, 14 Oct 2001 16:03:03 +0000 (16:03 +0000)]
(Fcommand_execute): Remove unnecessary prototype (it is already prototyped
in included lisp.h).

22 years ago(Fset_mouse_position): Improve style of comment to follow other comments.
Pavel Janík [Sun, 14 Oct 2001 15:59:20 +0000 (15:59 +0000)]
(Fset_mouse_position): Improve style of comment to follow other comments.
(Fset_mouse_pixel_position): Improve style of comment to follow other
comments.
(Fmake_frame_visible): Doc fix and typo in comment.
(Fmake_frame_invisible): Doc fix and typo in comment.
(Ficonify_frame): Fix typo in comment.

22 years agoDoc fixes.
Miles Bader [Sun, 14 Oct 2001 15:16:57 +0000 (15:16 +0000)]
Doc fixes.

22 years ago*** empty log message ***
Miles Bader [Sun, 14 Oct 2001 14:34:44 +0000 (14:34 +0000)]
*** empty log message ***

22 years agoPut doc strings in comments.
Gerd Moellmann [Sun, 14 Oct 2001 10:36:32 +0000 (10:36 +0000)]
Put doc strings in comments.

22 years ago*** empty log message ***
Gerd Moellmann [Sun, 14 Oct 2001 10:28:45 +0000 (10:28 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Gerd Moellmann [Sun, 14 Oct 2001 10:10:01 +0000 (10:10 +0000)]
*** empty log message ***

22 years agoFix multi-line string.
Gerd Moellmann [Sun, 14 Oct 2001 09:56:44 +0000 (09:56 +0000)]
Fix multi-line string.

22 years agoPut doc strings in comments.
Gerd Moellmann [Sun, 14 Oct 2001 09:40:40 +0000 (09:40 +0000)]
Put doc strings in comments.

22 years agoFix a typo in a comment.
Eli Zaretskii [Sun, 14 Oct 2001 08:42:52 +0000 (08:42 +0000)]
Fix a typo in a comment.

22 years ago(esc-map): Revert `j' and `C-j' bindings to
Stefan Monnier [Sun, 14 Oct 2001 03:18:58 +0000 (03:18 +0000)]
(esc-map): Revert `j' and `C-j' bindings to
indent-new-comment-line from comment-indent-new-line.

22 years ago*** empty log message ***
Stefan Monnier [Sun, 14 Oct 2001 02:56:26 +0000 (02:56 +0000)]
*** empty log message ***

22 years ago2001-10-13 Michael Kifer <kifer@cs.sunysb.edu>
Michael Kifer [Sat, 13 Oct 2001 21:38:19 +0000 (21:38 +0000)]
2001-10-13  Michael Kifer  <kifer@cs.sunysb.edu>

* viper-ex.el (ex-edit): make checks for modified buffer/file.
(viper-get-ex-address-subr): more precise addr for the $ marker

* viper-cmd.el: Fixed indentation.

* viper.texi: Clarified that viper won't expand special symbols in
search patterns.

22 years ago*** empty log message ***
Gerd Moellmann [Sat, 13 Oct 2001 20:45:55 +0000 (20:45 +0000)]
*** empty log message ***

22 years agoPut doc strings in comments.
Gerd Moellmann [Sat, 13 Oct 2001 20:44:17 +0000 (20:44 +0000)]
Put doc strings in comments.