bpt/emacs.git
23 years ago(Ffind_charset_string): Doc fix.
Eli Zaretskii [Wed, 11 Oct 2000 14:10:56 +0000 (14:10 +0000)]
(Ffind_charset_string): Doc fix.
(Ffind_charset_region): Doc fix.

23 years ago*** empty log message ***
Miles Bader [Wed, 11 Oct 2000 10:56:30 +0000 (10:56 +0000)]
*** empty log message ***

23 years ago(region): Make dark-background `region' face less in-your-face.
Miles Bader [Wed, 11 Oct 2000 10:39:08 +0000 (10:39 +0000)]
(region): Make dark-background `region' face less in-your-face.

23 years ago(frame-set-background-mode):
Miles Bader [Wed, 11 Oct 2000 10:02:10 +0000 (10:02 +0000)]
(frame-set-background-mode):
  Only do anything if the bg-mode or display-type has actually changed.
  Use `dolist'.

23 years ago(scheme-mode-variables, dsssl-mode): Avoid
Dave Love [Wed, 11 Oct 2000 09:46:28 +0000 (09:46 +0000)]
(scheme-mode-variables, dsssl-mode): Avoid
compiler warnings.
(scheme-mode): Doc fix.
(scheme-font-lock-keywords-1): Match `define-syntax'.

23 years ago(frame-set-background-mode):
Miles Bader [Wed, 11 Oct 2000 07:43:17 +0000 (07:43 +0000)]
(frame-set-background-mode):
  Pay attention to saved face specs as well as default ones.

23 years ago(read_process_output): Fix previous change. Adjust multibyteness of
Kenichi Handa [Wed, 11 Oct 2000 01:23:36 +0000 (01:23 +0000)]
(read_process_output): Fix previous change.  Adjust multibyteness of
text to insert in a buffer by make_string_unibyte/multibyte instead of
Fstring_as_unibyte/multibyte.

23 years ago*** empty log message ***
Kenichi Handa [Wed, 11 Oct 2000 01:20:36 +0000 (01:20 +0000)]
*** empty log message ***

23 years agoUpdate copyright and fix typo.
Stefan Monnier [Tue, 10 Oct 2000 19:35:00 +0000 (19:35 +0000)]
Update copyright and fix typo.

23 years agouse lisp-mode-shared-map instead of shared-lisp-mode-map
Sam Steingold [Tue, 10 Oct 2000 17:27:38 +0000 (17:27 +0000)]
use lisp-mode-shared-map instead of shared-lisp-mode-map

23 years ago(desktop-modes-not-to-save): New var.
Stefan Monnier [Tue, 10 Oct 2000 16:42:37 +0000 (16:42 +0000)]
(desktop-modes-not-to-save): New var.
(desktop-save-buffer-p): Use it.
Also, obey desktop-buffers-not-to-save even for non-file buffers.
(desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.

23 years ago*** empty log message ***
Dave Love [Tue, 10 Oct 2000 13:04:09 +0000 (13:04 +0000)]
*** empty log message ***

23 years agoFix transparent index.
Dave Love [Tue, 10 Oct 2000 13:03:22 +0000 (13:03 +0000)]
Fix transparent index.

23 years agoFix wording.
Eli Zaretskii [Tue, 10 Oct 2000 12:47:56 +0000 (12:47 +0000)]
Fix wording.

23 years agoFix last change for docs search procedure (suggested by Dave Love).
Eli Zaretskii [Tue, 10 Oct 2000 12:46:32 +0000 (12:46 +0000)]
Fix last change for docs search procedure (suggested by Dave Love).

23 years ago.
Andreas Schwab [Tue, 10 Oct 2000 11:11:10 +0000 (11:11 +0000)]
.

23 years ago(mark_object): Remove all workarounds installed on
Andreas Schwab [Tue, 10 Oct 2000 11:10:58 +0000 (11:10 +0000)]
(mark_object): Remove all workarounds installed on
1993-08-08.

23 years ago*** empty log message ***
Dave Love [Tue, 10 Oct 2000 09:31:50 +0000 (09:31 +0000)]
*** empty log message ***

23 years ago(tool-bar-add-item)
Dave Love [Tue, 10 Oct 2000 09:31:04 +0000 (09:31 +0000)]
(tool-bar-add-item)
(tool-bar-add-item-from-menu): Don't favour XPM icons on mono
display.

23 years ago(display-battery): Use `add-to-list'.
Miles Bader [Tue, 10 Oct 2000 02:48:40 +0000 (02:48 +0000)]
(display-battery): Use `add-to-list'.

23 years ago(add-to-list): Add optional argument APPEND.
Miles Bader [Tue, 10 Oct 2000 02:47:30 +0000 (02:47 +0000)]
(add-to-list): Add optional argument APPEND.

23 years agoRemove CVS merge cookie left in.
Miles Bader [Tue, 10 Oct 2000 02:32:57 +0000 (02:32 +0000)]
Remove CVS merge cookie left in.

23 years ago(CHAR_STRING): Optimized for single byte characters.
Kenichi Handa [Tue, 10 Oct 2000 02:00:52 +0000 (02:00 +0000)]
(CHAR_STRING): Optimized for single byte characters.

23 years ago(READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
Kenichi Handa [Tue, 10 Oct 2000 02:00:33 +0000 (02:00 +0000)]
(READ_QUADRUPLET_BYTE): Set *NCHARS_RETURN before
returning.
(base64_encode_1): Make it work for a text of multibyte form.
(Fbase64_decode_region): Allocate sufficient memory for multibyte
case.  Don't call str_to_multibyte because base64_decode_1
produces correct multibyte form for eight-bit codes.
(Fbase64_decode_string): Adjusted for the change of
base64_decode_1.
(base64_decode_1): New args MULTIBYTE and NCHARS_RETURN.  If
MULTIBYTE is nonzero, produce correct multibyte form for eight-bit
codes.

23 years ago(zone-timer, zone-wc-tbl): Rework
Thien-Thi Nguyen [Tue, 10 Oct 2000 01:59:17 +0000 (01:59 +0000)]
(zone-timer, zone-wc-tbl): Rework
these vars as symbol properties.
(zone, zone-when-idle, zone-leave-me-alone,
zone-pgm-whack-chars): Use new symbol properties.

23 years ago(display-battery): Doc spelling fix.
Thien-Thi Nguyen [Tue, 10 Oct 2000 01:36:36 +0000 (01:36 +0000)]
(display-battery): Doc spelling fix.

23 years ago(with-vc-file, edit-vc-file): Specify `indent-function' property.
Thien-Thi Nguyen [Tue, 10 Oct 2000 01:28:06 +0000 (01:28 +0000)]
(with-vc-file, edit-vc-file): Specify `indent-function' property.

23 years agoMake b/g transparent.
Dave Love [Mon, 9 Oct 2000 20:19:11 +0000 (20:19 +0000)]
Make b/g transparent.

23 years ago.
Andreas Schwab [Mon, 9 Oct 2000 20:01:56 +0000 (20:01 +0000)]
.

23 years ago(Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
Andreas Schwab [Mon, 9 Oct 2000 20:01:10 +0000 (20:01 +0000)]
(Fopen_network_stream) [HAVE_GETADDRINFO]: Reset S to
-1 after socket is closed, to fall through to error processing.

23 years ago(tool-bar-add-item-from-menu): Add autoload cookie.
Dave Love [Mon, 9 Oct 2000 17:56:11 +0000 (17:56 +0000)]
(tool-bar-add-item-from-menu): Add autoload cookie.

23 years agoMention MS-Windows together with X11.
Eli Zaretskii [Mon, 9 Oct 2000 16:34:21 +0000 (16:34 +0000)]
Mention MS-Windows together with X11.

23 years agoMention that `u' might or might not restore point.
Eli Zaretskii [Mon, 9 Oct 2000 16:26:43 +0000 (16:26 +0000)]
Mention that `u' might or might not restore point.

23 years agoFix last change.
Eli Zaretskii [Mon, 9 Oct 2000 16:16:54 +0000 (16:16 +0000)]
Fix last change.

23 years ago(IT_set_frame_parameters): Don't initialize Lisp_Object
Eli Zaretskii [Mon, 9 Oct 2000 16:05:35 +0000 (16:05 +0000)]
(IT_set_frame_parameters): Don't initialize Lisp_Object
variables.  If ALIST includes foreground-color or
background-color, change also the colors of the default face for
this frame.

23 years ago(mail-source-fetch-imap): Bind
Dave Love [Mon, 9 Oct 2000 13:35:39 +0000 (13:35 +0000)]
(mail-source-fetch-imap): Bind
default-enable-multibyte-characters rather than using
mm-disable-multibyte.

23 years ago(tool-bar-mode): Check whether tool-bar-map
Dave Love [Mon, 9 Oct 2000 11:12:06 +0000 (11:12 +0000)]
(tool-bar-mode): Check whether tool-bar-map
has been initialized before calling tool-bar-setup.

23 years ago(send-mail-item-name): New function.
Eli Zaretskii [Mon, 9 Oct 2000 10:28:16 +0000 (10:28 +0000)]
(send-mail-item-name): New function.
(menu-bar-tools-menu) <compose-mail>: Use it to display the value
of mail-user-agent in the menu.  Don't display the "Send Mail"
item if mail-user-agent is nil or its value is ignore.
(menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
if read-mail-command is nil or its value is ignore.

23 years ago([header-line mouse-1]): Bind to mouse-select-window.
Eli Zaretskii [Mon, 9 Oct 2000 10:23:49 +0000 (10:23 +0000)]
([header-line mouse-1]): Bind to mouse-select-window.

23 years agoCleanup whitespace.
Miles Bader [Mon, 9 Oct 2000 02:29:48 +0000 (02:29 +0000)]
Cleanup whitespace.

23 years agoMaintainer line updated.
Stefan Monnier [Mon, 9 Oct 2000 01:59:03 +0000 (01:59 +0000)]
Maintainer line updated.
(tags-table-format-functions): Renamed from tags-table-format-hooks.

23 years agoFlip to put highlight in correct place.
Miles Bader [Mon, 9 Oct 2000 01:03:32 +0000 (01:03 +0000)]
Flip to put highlight in correct place.
Correct image size.

23 years agoCorrect image size.
Miles Bader [Mon, 9 Oct 2000 01:01:02 +0000 (01:01 +0000)]
Correct image size.

23 years ago(popup-menu): Balance parens.
Miles Bader [Mon, 9 Oct 2000 00:27:48 +0000 (00:27 +0000)]
(popup-menu): Balance parens.

23 years agoDon't call `jka-compr-install' when loading (it will be done by the
Miles Bader [Sun, 8 Oct 2000 23:35:47 +0000 (23:35 +0000)]
Don't call `jka-compr-install' when loading (it will be done by the
definition of `auto-compression-mode' if necessary).

Move code to uninstall existing file-name handler before definition of
`auto-compression-mode'.

23 years ago(auto-image-file-mode): Move to the end of the file, because
Miles Bader [Sun, 8 Oct 2000 23:23:55 +0000 (23:23 +0000)]
(auto-image-file-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.

23 years agoConvert to GFDL.
Dave Love [Sun, 8 Oct 2000 21:48:42 +0000 (21:48 +0000)]
Convert to GFDL.

23 years ago*** empty log message ***
Dave Love [Sun, 8 Oct 2000 21:27:56 +0000 (21:27 +0000)]
*** empty log message ***

23 years agognus-user-agent
Dave Love [Sun, 8 Oct 2000 21:06:44 +0000 (21:06 +0000)]
gnus-user-agent

23 years ago(popup-menu): Move the command call outside the loop
Stefan Monnier [Sun, 8 Oct 2000 20:16:56 +0000 (20:16 +0000)]
(popup-menu): Move the command call outside the loop
so that popup-menu returns whatever the command returns.

23 years agoDocstring fixes.
Stefan Monnier [Sun, 8 Oct 2000 19:25:30 +0000 (19:25 +0000)]
Docstring fixes.
(initialize-new-tags-table): Use run-hook-with-args-until-success.
(find-tag): Use pop-to-buffer if switch-to-buffer failed.

23 years ago(vc-version-diff): diff-switches can be a list.
Stefan Monnier [Sun, 8 Oct 2000 19:12:52 +0000 (19:12 +0000)]
(vc-version-diff): diff-switches can be a list.

23 years ago(cvs-append-to-ignore, cvs-vc-command-advice)
Stefan Monnier [Sun, 8 Oct 2000 19:11:34 +0000 (19:11 +0000)]
(cvs-append-to-ignore, cvs-vc-command-advice)
(vc-post-command-functions): Remove old-VC compatibility code.

23 years agoMark `keep-lines', `flush-lines' and `how-many' as documented in the manual.
Eli Zaretskii [Sun, 8 Oct 2000 19:10:44 +0000 (19:10 +0000)]
Mark `keep-lines', `flush-lines' and `how-many' as documented in the manual.
Mark C-down-mouse-3 as documented.

23 years ago(comment-indent-default): Autoload.
Stefan Monnier [Sun, 8 Oct 2000 19:07:41 +0000 (19:07 +0000)]
(comment-indent-default): Autoload.

23 years ago(font-lock-defaults): Make buffer-local.
Stefan Monnier [Sun, 8 Oct 2000 19:07:14 +0000 (19:07 +0000)]
(font-lock-defaults): Make buffer-local.
(font-lock-turn-on-thing-lock): Use jit-lock-refontify.
(font-lock-choose-keywords):
Ignore LEVEL unless KEYWORDS is a list of syms.
(c-keywords, c++-keywords, objc-keywords, java-keywords):
Don't wrap regexp-opt things in \(...\) unnecessarily.

23 years agoDon't require font-lock any more.
Stefan Monnier [Sun, 8 Oct 2000 19:01:17 +0000 (19:01 +0000)]
Don't require font-lock any more.
(jit-lock-functions): Make buffer-local.
(jit-lock-saved-fontify-buffer-function): Remove.
(jit-lock-mode): Remove autoload cookie.
Remove font-lock specific code.
(jit-lock-unregister): Don't bother handling complex hooks any more.
(jit-lock-refontify): New function.
(jit-lock-fontify-buffer): Use it.
(jit-lock-function-1): Replaced by jit-lock-fontify-now.
(jit-lock-fontify-now): Renamed from jit-lock-function-1.
Add optional args START and END.
Never call font-lock-fontify-region directly.
(jit-lock-function, jit-lock-stealth-fontify): Use it.

23 years ago(regexp-opt): Add \< and \> if PAREN=`words'.
Stefan Monnier [Sun, 8 Oct 2000 18:50:43 +0000 (18:50 +0000)]
(regexp-opt): Add \< and \> if PAREN=`words'.

23 years agobrowse-url-gnome-moz
Dave Love [Sun, 8 Oct 2000 18:30:12 +0000 (18:30 +0000)]
browse-url-gnome-moz

23 years ago*** empty log message ***
Dave Love [Sun, 8 Oct 2000 17:53:13 +0000 (17:53 +0000)]
*** empty log message ***

23 years agoFix header line, copyright notice.
Dave Love [Sun, 8 Oct 2000 17:47:56 +0000 (17:47 +0000)]
Fix header line, copyright notice.

23 years ago(ada-mode-menu): Add name to menu map.
Dave Love [Sun, 8 Oct 2000 17:47:03 +0000 (17:47 +0000)]
(ada-mode-menu): Add name to menu map.

23 years ago(icon-mode-map): Add name to menu-bar keymap.
Dave Love [Sun, 8 Oct 2000 17:39:40 +0000 (17:39 +0000)]
(icon-mode-map): Add name to menu-bar keymap.

23 years ago(morse-region, unmorse-region): Add autoload
Dave Love [Sun, 8 Oct 2000 17:37:14 +0000 (17:37 +0000)]
(morse-region, unmorse-region): Add autoload
cookie.

23 years ago(studlify-region, studlify-word): Add autoload
Dave Love [Sun, 8 Oct 2000 17:36:39 +0000 (17:36 +0000)]
(studlify-region, studlify-word): Add autoload
cookie.

23 years ago(spook-phrases-file): Use expand-file-name, not
Dave Love [Sun, 8 Oct 2000 17:32:00 +0000 (17:32 +0000)]
(spook-phrases-file): Use expand-file-name, not
concat.

23 years agoByte-compile-dynamic since it gets loaded by
Dave Love [Sun, 8 Oct 2000 17:30:59 +0000 (17:30 +0000)]
Byte-compile-dynamic since it gets loaded by
Gnus with little use.
(mail-setup-hook): Add mail-abbrevs-setup to options.

23 years ago(lisp-imenu-generic-expression): Don't
Dave Love [Sun, 8 Oct 2000 17:23:50 +0000 (17:23 +0000)]
(lisp-imenu-generic-expression): Don't
insist on symbols starting with word syntax.
(lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
(eval-defun-1): Doc fix.
(indent-sexp): Use nconc to build up indent-stack.

23 years ago*** empty log message ***
Dave Love [Sun, 8 Oct 2000 16:53:40 +0000 (16:53 +0000)]
*** empty log message ***

23 years agoDoc fixes.
Dave Love [Sun, 8 Oct 2000 16:34:14 +0000 (16:34 +0000)]
Doc fixes.

23 years ago(vcursor-cs-binding): Remove compatibility code.
Dave Love [Sun, 8 Oct 2000 16:31:12 +0000 (16:31 +0000)]
(vcursor-cs-binding): Remove compatibility code.
Clean up remainder.

23 years ago(timezone-parse-date): Doc fix. Fix regexps for (5)
Dave Love [Sun, 8 Oct 2000 16:26:04 +0000 (16:26 +0000)]
(timezone-parse-date): Doc fix.  Fix regexps for (5)
without timezone and (8) with timezone to enforce some whitespace.
Simplify code somewhat.

23 years ago(list-options): Doc that you should use customize.
Dave Love [Sun, 8 Oct 2000 16:20:55 +0000 (16:20 +0000)]
(list-options): Doc that you should use customize.

23 years ago(iswitchb-mode): Add :require.
Dave Love [Sun, 8 Oct 2000 16:19:28 +0000 (16:19 +0000)]
(iswitchb-mode): Add :require.

23 years ago*** empty log message ***
Dave Love [Sun, 8 Oct 2000 15:52:38 +0000 (15:52 +0000)]
*** empty log message ***

23 years ago(Info-goto-node, Info-menu): Doc fix.
Dave Love [Sun, 8 Oct 2000 15:44:36 +0000 (15:44 +0000)]
(Info-goto-node, Info-menu): Doc fix.
(Info-mode-menu): Bind beginning-of-buffer, Info-edit
(info-tool-bar-map): New variable.
(Info-mode): Use it.
(Info-edit-map): Define all in defvar.
(speedbar-attached-frame): Avoid compiler warning.

23 years ago(tool-bar-map): Define it empty.
Dave Love [Sun, 8 Oct 2000 15:29:52 +0000 (15:29 +0000)]
(tool-bar-map): Define it empty.
(global-map): Bind [tool-bar] to a filtered map.
(tool-bar-add-item): Remove MAP arg.  Allow PBM icons.
(tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
Allow PBM icons.
(tool-bar-setup): Adjust calls of tool-bar-add-item.

23 years ago(imenu-add-to-menubar): Fix again.
Dave Love [Sun, 8 Oct 2000 15:13:43 +0000 (15:13 +0000)]
(imenu-add-to-menubar): Fix again.

23 years agoRemoved eval-when-compile statements from rul-generic-mode
Peter Breton [Sun, 8 Oct 2000 12:24:23 +0000 (12:24 +0000)]
Removed eval-when-compile statements from rul-generic-mode

23 years agoFix previous change.
Eli Zaretskii [Sun, 8 Oct 2000 11:30:37 +0000 (11:30 +0000)]
Fix previous change.

23 years agoFix a typo.
Eli Zaretskii [Sun, 8 Oct 2000 10:56:01 +0000 (10:56 +0000)]
Fix a typo.

23 years ago(imenu-add-to-menubar): Fix last change.
Dave Love [Sun, 8 Oct 2000 09:37:01 +0000 (09:37 +0000)]
(imenu-add-to-menubar): Fix last change.

23 years ago(quail-cxterm-package-ext-info): Fix typos in doc strings.
Eli Zaretskii [Sun, 8 Oct 2000 09:27:58 +0000 (09:27 +0000)]
(quail-cxterm-package-ext-info): Fix typos in doc strings.

23 years ago(Help): Describe an orderly procedure to find features in the docs.
Eli Zaretskii [Sun, 8 Oct 2000 09:14:38 +0000 (09:14 +0000)]
(Help): Describe an orderly procedure to find features in the docs.

23 years ago(Language Environments): Mention the requirement to have a suitable font
Eli Zaretskii [Sun, 8 Oct 2000 08:53:46 +0000 (08:53 +0000)]
(Language Environments): Mention the requirement to have a suitable font
installed, for displaying a given language.

23 years ago(Font Lock): Explain how to customize Font Lock faces.
Eli Zaretskii [Sun, 8 Oct 2000 08:43:31 +0000 (08:43 +0000)]
(Font Lock): Explain how to customize Font Lock faces.
(Faces): Document set-face-foreground and set-face-background.

23 years ago*** empty log message ***
Eli Zaretskii [Sun, 8 Oct 2000 06:51:37 +0000 (06:51 +0000)]
*** empty log message ***

23 years ago(font-lock-mode, global-font-lock-mode): Mention in
Eli Zaretskii [Sun, 8 Oct 2000 06:50:22 +0000 (06:50 +0000)]
(font-lock-mode, global-font-lock-mode): Mention in
the doc strings how to customize Font Lock faces.

23 years ago(top-level) <Qbackground_color, Qforeground_color>: Make
Eli Zaretskii [Sun, 8 Oct 2000 06:24:44 +0000 (06:24 +0000)]
(top-level) <Qbackground_color, Qforeground_color>: Make
them extern (they are defined on xfaces.c).
(syms_of_msdos): Don't intern and don't staticpro
Qbackground_color and Qforeground_color.

23 years ago(mouse-drag-mode-line-1): Fix an off-by-one error in
Eli Zaretskii [Sun, 8 Oct 2000 06:16:42 +0000 (06:16 +0000)]
(mouse-drag-mode-line-1): Fix an off-by-one error in
computing growth when dragging the header line.

23 years ago(kill-line): Doc fix.
Eli Zaretskii [Sun, 8 Oct 2000 06:10:40 +0000 (06:10 +0000)]
(kill-line): Doc fix.

23 years agoMark auto-image-file-name as documented in the manual.
Eli Zaretskii [Sun, 8 Oct 2000 06:01:19 +0000 (06:01 +0000)]
Mark auto-image-file-name as documented in the manual.

23 years ago(secondary-selection): Make foreground visible on tty.
Miles Bader [Sun, 8 Oct 2000 04:28:35 +0000 (04:28 +0000)]
(secondary-selection): Make foreground visible on tty.

23 years ago(auto-compression-mode): Move to the end of the file, because
Miles Bader [Sun, 8 Oct 2000 02:58:24 +0000 (02:58 +0000)]
(auto-compression-mode): Move to the end of the file, because
`define-minor-mode' actually calls the mode-function if the associated
variable is non-nil, which requires that all needed functions be already
defined.
(with-auto-compression-mode): Add autoload cookie.

23 years agoDocument `display-message-or-buffer'.
Miles Bader [Sun, 8 Oct 2000 01:41:04 +0000 (01:41 +0000)]
Document `display-message-or-buffer'.

23 years agoDoc fix.
Miles Bader [Sun, 8 Oct 2000 01:37:42 +0000 (01:37 +0000)]
Doc fix.

23 years agoAdd entry for `display-message-or-buffer'.
Miles Bader [Sun, 8 Oct 2000 01:36:35 +0000 (01:36 +0000)]
Add entry for `display-message-or-buffer'.

23 years agoFix missing @ends.
Dave Love [Sat, 7 Oct 2000 21:32:58 +0000 (21:32 +0000)]
Fix missing @ends.

23 years agoMark auto-image-mode as not yet documented.
Eli Zaretskii [Sat, 7 Oct 2000 19:31:08 +0000 (19:31 +0000)]
Mark auto-image-mode as not yet documented.

23 years agoFixed a typo.
Eli Zaretskii [Sat, 7 Oct 2000 19:15:54 +0000 (19:15 +0000)]
Fixed a typo.