bpt/emacs.git
23 years ago*** empty log message ***
Eli Zaretskii [Sat, 7 Oct 2000 18:59:12 +0000 (18:59 +0000)]
*** empty log message ***

23 years ago(Fframe_parameter): For non-windowed frames, if
Eli Zaretskii [Sat, 7 Oct 2000 18:57:36 +0000 (18:57 +0000)]
(Fframe_parameter): For non-windowed frames, if
f->param_alist says foreground or background color is unspecified,
call tty_color_name to return the color name computed from the
frame's current colors.

23 years ago(find-backup-file-name) [ms-dos]: If support for long
Eli Zaretskii [Sat, 7 Oct 2000 18:49:14 +0000 (18:49 +0000)]
(find-backup-file-name) [ms-dos]: If support for long
file names is not available, behave as if version-control were set
to never.

23 years agoDon't remove the Unix shell invocations.
Eli Zaretskii [Sat, 7 Oct 2000 18:41:26 +0000 (18:41 +0000)]
Don't remove the Unix shell invocations.

23 years ago(${TIT}, clean): Use {TIT:.elc=.el} instead of shell `command` expansion.
Eli Zaretskii [Sat, 7 Oct 2000 18:40:14 +0000 (18:40 +0000)]
(${TIT}, clean): Use {TIT:.elc=.el} instead of shell `command` expansion.

23 years agoFix last.
Dave Love [Sat, 7 Oct 2000 18:35:40 +0000 (18:35 +0000)]
Fix last.

23 years agoModify licence notice.
Dave Love [Sat, 7 Oct 2000 18:33:47 +0000 (18:33 +0000)]
Modify licence notice.

23 years agoModify licence notice. QP, base64 changes.
Dave Love [Sat, 7 Oct 2000 18:33:10 +0000 (18:33 +0000)]
Modify licence notice.  QP, base64 changes.

23 years ago(browse-url-browser-function): Use it.
Dave Love [Sat, 7 Oct 2000 18:05:28 +0000 (18:05 +0000)]
(browse-url-browser-function): Use it.

23 years ago(browse-url-gnome-moz-arguments): New option.
Dave Love [Sat, 7 Oct 2000 17:58:33 +0000 (17:58 +0000)]
(browse-url-gnome-moz-arguments): New option.
(browse-url-gnome-moz): New function.
Suggested by Colin Walters <walters@cis.ohio-state.edu>.

23 years ago*** empty log message ***
Peter Breton [Sat, 7 Oct 2000 12:00:26 +0000 (12:00 +0000)]
*** empty log message ***

23 years ago(tab-always-indent): New var.
Stefan Monnier [Sat, 7 Oct 2000 04:13:09 +0000 (04:13 +0000)]
(tab-always-indent): New var.
(indent-for-tab-command): Use it.

23 years ago(set-auto-mode): Ignore unknown -*- mode -*- rather than
Stefan Monnier [Sat, 7 Oct 2000 03:05:14 +0000 (03:05 +0000)]
(set-auto-mode): Ignore unknown -*- mode -*- rather than
raise an error.  This way it can still defaults to a sane value.

23 years agoFix merge screwup.
Miles Bader [Sat, 7 Oct 2000 02:38:22 +0000 (02:38 +0000)]
Fix merge screwup.

23 years ago*** empty log message ***
Dave Love [Fri, 6 Oct 2000 22:55:11 +0000 (22:55 +0000)]
*** empty log message ***

23 years ago(ospeed): Don't declare.
Dave Love [Fri, 6 Oct 2000 22:53:30 +0000 (22:53 +0000)]
(ospeed): Don't declare.

23 years agoDon't include string.h.
Dave Love [Fri, 6 Oct 2000 22:51:10 +0000 (22:51 +0000)]
Don't include string.h.
(h_errno): Declare conditional also on TRY_AGAIN.

23 years ago(Ffind_charset_string): Doc fix.
Dave Love [Fri, 6 Oct 2000 22:47:22 +0000 (22:47 +0000)]
(Ffind_charset_string): Doc fix.

23 years ago(Fbase64_encode_region, Fbase64_encode_string)
Dave Love [Fri, 6 Oct 2000 22:42:46 +0000 (22:42 +0000)]
(Fbase64_encode_region, Fbase64_encode_string)
(Fbase64_decode_region, Fbase64_decode_string): More explicit
error messages.

23 years ago(fancy-splash-screens): Use local rather than global map.
Stefan Monnier [Fri, 6 Oct 2000 22:19:23 +0000 (22:19 +0000)]
(fancy-splash-screens): Use local rather than global map.
Don't use `update-menu-bindings' any more.
Get rid of assumptions about keymap representation.

23 years ago(sentence-end-double-space)
Dave Love [Fri, 6 Oct 2000 19:50:40 +0000 (19:50 +0000)]
(sentence-end-double-space)
(sentence-end-without-period):  Doc fix.
(adaptive-fill-regexp): Purecopy.
(unjustify-current-line): Use line-end-position.
(fill-individual-paragraphs-prefix): Use line-beginning-position.

23 years ago(eudc): Add :version, :link.
Dave Love [Fri, 6 Oct 2000 18:56:44 +0000 (18:56 +0000)]
(eudc): Add :version, :link.

23 years agofile-coding-system-alist): Use \',
Dave Love [Fri, 6 Oct 2000 18:45:08 +0000 (18:45 +0000)]
file-coding-system-alist): Use \',
not $.

23 years agoComment.
Dave Love [Fri, 6 Oct 2000 18:37:50 +0000 (18:37 +0000)]
Comment.

23 years ago(find-function-regexp): Remove spurion.
Dave Love [Fri, 6 Oct 2000 18:35:24 +0000 (18:35 +0000)]
(find-function-regexp): Remove spurion.
Fix for define-minor-mode.
(function-at-point): Alias to function-called-at-point.

23 years ago(custom-declare-variable, custom-set-variables): Use mapc.
Dave Love [Fri, 6 Oct 2000 18:30:32 +0000 (18:30 +0000)]
(custom-declare-variable, custom-set-variables): Use mapc.

23 years agoRequire CL. At least, for `incf'.
Stefan Monnier [Fri, 6 Oct 2000 18:16:18 +0000 (18:16 +0000)]
Require CL.  At least, for `incf'.

23 years ago(backward-word): Doc fix.
Dave Love [Fri, 6 Oct 2000 18:13:28 +0000 (18:13 +0000)]
(backward-word): Doc fix.

23 years agoauto-image-file-mode
Dave Love [Fri, 6 Oct 2000 16:33:46 +0000 (16:33 +0000)]
auto-image-file-mode

23 years ago(image-file-name-extensions): Add pbm.
Dave Love [Fri, 6 Oct 2000 16:20:03 +0000 (16:20 +0000)]
(image-file-name-extensions): Add pbm.

23 years ago(image-file-name-regexp): image-file-regexps -> image-file-name-regexps.
Dave Love [Fri, 6 Oct 2000 16:11:44 +0000 (16:11 +0000)]
(image-file-name-regexp): image-file-regexps -> image-file-name-regexps.

23 years ago(smerge-diff): Setup the buffer's default-directory
Stefan Monnier [Fri, 6 Oct 2000 16:07:31 +0000 (16:07 +0000)]
(smerge-diff): Setup the buffer's default-directory
and add filename to the names so that diff-mode can jump to source.

23 years ago(font-lock-defaults-alist): Remove the TeX entries.
Stefan Monnier [Fri, 6 Oct 2000 16:02:27 +0000 (16:02 +0000)]
(font-lock-defaults-alist): Remove the TeX entries.
(tex-font-lock-keywords, tex-font-lock-keywords-2)
(tex-font-lock-keywords-1): Remove.
(font-lock-turn-on-thing-lock): Use jit-lock-register.
(font-lock-turn-off-thing-lock): Use jit-lock-unregister.
(font-lock-default-fontify-region): Expand beg..end correctly
when just following a multiline region.
(font-lock-fontify-anchored-keywords):
Include the anchor text as part of the multiline.

23 years agoDon't require cl.
Dave Love [Fri, 6 Oct 2000 14:35:27 +0000 (14:35 +0000)]
Don't require cl.
(gnus-audio): New custom group.
(gnus-audio-inline-sound): Change to work with Emacs.
(gnus-audio-directory, gnus-audio-directory)
(gnus-audio-au-player):  Customize.
(gnus-audio-play): Try external player if play-sound-file fails.
Use file-name-extension, not string-match.

23 years ago*** empty log message ***
Stefan Monnier [Fri, 6 Oct 2000 13:55:47 +0000 (13:55 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Dave Love [Fri, 6 Oct 2000 13:53:12 +0000 (13:53 +0000)]
*** empty log message ***

23 years ago(mm-decode-coding-region, mm-encode-coding-region):
Dave Love [Fri, 6 Oct 2000 13:35:20 +0000 (13:35 +0000)]
(mm-decode-coding-region, mm-encode-coding-region):
Autoload.
(quoted-printable-decode-region):  Rename arg which confused
charset with coding-system.  Don't use nonascii-insert-offset.
Coding-system encode the region initially.  Don't recognize `=='
as valid QP.  Coding-system decode the region finally.
(quoted-printable-decode-string): Rename arg which confused
charset with coding-system.

23 years ago(article-de-quoted-unreadable)
Dave Love [Fri, 6 Oct 2000 13:33:37 +0000 (13:33 +0000)]
(article-de-quoted-unreadable)
(article-de-base64-unreadable): Fold search case
rather than downcasing string.  Apply mm-charset-to-coding-system
to arg of quoted-printable-decode-region.

23 years agoRequire mm-uu, Don't require qp, uudecode.
Dave Love [Fri, 6 Oct 2000 13:31:27 +0000 (13:31 +0000)]
Require mm-uu, Don't require qp, uudecode.
(mm-encode-body): Apply mm-charset-to-coding-system to arg of
mm-encode-coding-region.
(mm-decode-body, mm-decode-string): Rename variables which
confused charset with coding-system.
(binhex-decode-region): Don't autoload.
(mm-body-encoding): Require message.
(mm-decode-content-transfer-encoding): Require mm-uu in relevant
cond branches.

23 years ago*** empty log message ***
Gerd Moellmann [Fri, 6 Oct 2000 11:49:34 +0000 (11:49 +0000)]
*** empty log message ***

23 years ago(mouse-drag-header-line): Don't allow window resizing
Gerd Moellmann [Fri, 6 Oct 2000 11:43:39 +0000 (11:43 +0000)]
(mouse-drag-header-line): Don't allow window resizing
by dragging a header-line at the top of the frame because that
looks odd.
(mouse-drag-mode-line-1): Use event-* and posn-* functions
instead of treating the event as a list.  Some cleanup.

23 years ago(command-line): For now, activate tool-bar-mode only
Gerd Moellmann [Fri, 6 Oct 2000 11:42:45 +0000 (11:42 +0000)]
(command-line): For now, activate tool-bar-mode only
if XPM images are supported.

23 years ago(toplevel): Load `loaddefs' before `help' because the
Gerd Moellmann [Fri, 6 Oct 2000 11:42:03 +0000 (11:42 +0000)]
(toplevel): Load `loaddefs' before `help' because the
latter needs the autoloaded define-minor-mode macro.

23 years ago(display-message-or-buffer): New function.
Miles Bader [Fri, 6 Oct 2000 11:35:56 +0000 (11:35 +0000)]
(display-message-or-buffer): New function.
(shell-command-on-region): Use `display-message-or-buffer'.

23 years ago(shell-command-on-region): If the output is short enough to display in
Miles Bader [Fri, 6 Oct 2000 08:19:15 +0000 (08:19 +0000)]
(shell-command-on-region): If the output is short enough to display in
an expanded echo area, show it here.

23 years ago(define-derived-mode): Tweak generated docstring parts.
Miles Bader [Fri, 6 Oct 2000 05:32:14 +0000 (05:32 +0000)]
(define-derived-mode): Tweak generated docstring parts.

23 years ago(nslookup-prompt-regexp, ftp-prompt-regexp)
Miles Bader [Fri, 6 Oct 2000 04:58:36 +0000 (04:58 +0000)]
(nslookup-prompt-regexp, ftp-prompt-regexp)
(smbclient-prompt-regexp): Add usage note to doc string.
(ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
(ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
Use add-hook for adding the comint filter function, and only do so
if it's not already in the global hook list.
(ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
to `make-local-variable'.
(nslookup-font-lock-keywords): Remove prompt entry.
(nslookup): Don't set the process-filter.
(finger): Exit the loop correctly when the regexps list runs out.
(ftp, smbclient, smbclient-list-shares):
Set the real major mode immediately, not after execing.
Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.

23 years ago(comint-watch-for-password-prompt): Use STRING as a prompt.
Miles Bader [Fri, 6 Oct 2000 04:54:57 +0000 (04:54 +0000)]
(comint-watch-for-password-prompt): Use STRING as a prompt.

23 years ago(compile-collect-regexps): Use dolist and push.
Stefan Monnier [Thu, 5 Oct 2000 23:47:14 +0000 (23:47 +0000)]
(compile-collect-regexps): Use dolist and push.

23 years ago(nnfolder-ignore-active-file): Typos.
Stefan Monnier [Thu, 5 Oct 2000 23:26:40 +0000 (23:26 +0000)]
(nnfolder-ignore-active-file): Typos.

23 years ago(gnus-summary-save-in-folder): Obey mh-lib-progs.
Stefan Monnier [Thu, 5 Oct 2000 23:23:27 +0000 (23:23 +0000)]
(gnus-summary-save-in-folder): Obey mh-lib-progs.

23 years ago(gnus-kill): Typo.
Stefan Monnier [Thu, 5 Oct 2000 23:23:06 +0000 (23:23 +0000)]
(gnus-kill): Typo.

23 years ago(which-func-format): Remove spurious space.
Stefan Monnier [Thu, 5 Oct 2000 23:13:07 +0000 (23:13 +0000)]
(which-func-format): Remove spurious space.
(which-func-mode): Don't make it permanent-local.
(which-func-ff-hook): Allow which-func-maxout to be nil.
(which-func-update): Simplify a bit.  Only run if which-func-mode is t.
(which-func-mode): Simplify.
Use post-command-idle-hook rather than post-command-hook.
Go through all buffers and update their state.
(which-function): Also try add-log-current-defun-function.

23 years ago(with-vc-properties): Use conses rather than length-2 lists.
Stefan Monnier [Thu, 5 Oct 2000 22:55:17 +0000 (22:55 +0000)]
(with-vc-properties): Use conses rather than length-2 lists.
(vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
Update call to with-vc-properties accordingly.
(vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
(vc-revert-buffer): Be more careful about window selection and deletion.
(vc-switch-backend): Slight reorg to avoid calling `registered' twice.

23 years ago(vc-mode-line): Fix interactive spec.
Stefan Monnier [Thu, 5 Oct 2000 22:47:21 +0000 (22:47 +0000)]
(vc-mode-line): Fix interactive spec.

23 years ago(cvs-ediff-exit-hook): Expect delete-window to fail.
Stefan Monnier [Thu, 5 Oct 2000 22:45:59 +0000 (22:45 +0000)]
(cvs-ediff-exit-hook): Expect delete-window to fail.
(cvs-retrieve-revision): Reuse a pre-existing buffer.
(cvs-dired-action): Change the default to quickdir.

23 years ago(comment-indent):
Stefan Monnier [Thu, 5 Oct 2000 22:43:22 +0000 (22:43 +0000)]
(comment-indent):
Delegate to indent-according-to-mode if comment-indent-function returns nil.
(comment-indent-default): New function.
(comment-indent-function): Use it and document the new semantics.

23 years agoDocstring fixes.
Stefan Monnier [Thu, 5 Oct 2000 22:31:44 +0000 (22:31 +0000)]
Docstring fixes.

23 years agoMissing paren.
Stefan Monnier [Thu, 5 Oct 2000 22:28:23 +0000 (22:28 +0000)]
Missing paren.

23 years ago(help-xref-on-pp): Use match-string.
Stefan Monnier [Thu, 5 Oct 2000 22:27:38 +0000 (22:27 +0000)]
(help-xref-on-pp): Use match-string.
(describe-variable): New arg BUFFER.
Store the current buffer in the help-xref-stack.
(temp-buffer-resize-mode): Use define-minor-mode.

23 years agoirix64, gnus-mule.el
Dave Love [Thu, 5 Oct 2000 22:24:10 +0000 (22:24 +0000)]
irix64, gnus-mule.el

23 years ago(jit-lock-mode): Use jit-lock-defer-contextually
Stefan Monnier [Thu, 5 Oct 2000 21:30:02 +0000 (21:30 +0000)]
(jit-lock-mode): Use jit-lock-defer-contextually
consistently with its docstring.
Set jit-lock-first-unfontify-pos in an idempotent way.
(jit-lock-register): Autoload and add arg CONTEXTUAL.

23 years ago(Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
Dave Love [Thu, 5 Oct 2000 21:18:30 +0000 (21:18 +0000)]
(Fx_popup_menu, Fx_popup_dialog): Check for tool-bar
position like menu-bar.

23 years agoRequire cl when compiling.
Dave Love [Thu, 5 Oct 2000 20:10:23 +0000 (20:10 +0000)]
Require cl when compiling.

23 years ago(merge_face_heights): Use safe_call instead of
Gerd Moellmann [Thu, 5 Oct 2000 19:30:21 +0000 (19:30 +0000)]
(merge_face_heights): Use safe_call instead of
call_function.

23 years ago(handle_single_display_prop): Use safe_call1.
Gerd Moellmann [Thu, 5 Oct 2000 19:29:05 +0000 (19:29 +0000)]
(handle_single_display_prop): Use safe_call1.
(safe_call): Renamed from call_function.
(safe_call1): New function.
(handle_fontified_prop): Use safe_call1 instead of call1.
(safe_eval): Renamed from eval_form.
(safe_eval_handler): Renamed from eval_handler.
(handle_single_display_prop, display_mode_element): Use safe_eval
instead of eval_form.

23 years ago(Frecursive_edit): Make sure redisplay can happen.
Gerd Moellmann [Thu, 5 Oct 2000 19:27:17 +0000 (19:27 +0000)]
(Frecursive_edit): Make sure redisplay can happen.
(show_help_echo): Use safe_call instead of
call_function; use safe_eval instead of eval_form.

23 years ago(safe_call): Renamed from call_function.
Gerd Moellmann [Thu, 5 Oct 2000 19:26:09 +0000 (19:26 +0000)]
(safe_call): Renamed from call_function.
(safe_eval): Renamed from eval_form.
(safe_call1): Add prototype.

23 years ago*** empty log message ***
Dave Love [Thu, 5 Oct 2000 18:20:13 +0000 (18:20 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Stefan Monnier [Thu, 5 Oct 2000 15:56:23 +0000 (15:56 +0000)]
*** empty log message ***

23 years ago(sql-mysql-options): New variable.
Gerd Moellmann [Thu, 5 Oct 2000 15:26:13 +0000 (15:26 +0000)]
(sql-mysql-options): New variable.
(sql-mysql): Use it.

23 years agoRemove private ChangeLog entries.
Miles Bader [Thu, 5 Oct 2000 08:21:02 +0000 (08:21 +0000)]
Remove private ChangeLog entries.

23 years ago(image): New group.
Miles Bader [Thu, 5 Oct 2000 07:46:30 +0000 (07:46 +0000)]
(image): New group.

23 years ago*** empty log message ***
Miles Bader [Thu, 5 Oct 2000 06:07:38 +0000 (06:07 +0000)]
*** empty log message ***

23 years ago(smerge-mine-face, smerge-other-face, smerge-base-face, smerge-markers-face):
Miles Bader [Thu, 5 Oct 2000 06:05:51 +0000 (06:05 +0000)]
(smerge-mine-face, smerge-other-face, smerge-base-face, smerge-markers-face):
  Add dark-background variants.

23 years ago*** empty log message ***
Kenichi Handa [Thu, 5 Oct 2000 06:02:24 +0000 (06:02 +0000)]
*** empty log message ***

23 years agoRevived
Kenichi Handa [Thu, 5 Oct 2000 05:49:45 +0000 (05:49 +0000)]
Revived

23 years agoRemove top empty line.
Miles Bader [Thu, 5 Oct 2000 05:23:01 +0000 (05:23 +0000)]
Remove top empty line.

23 years ago(image_ascent): Rearrange ascent calculation for the has-a-font case.
Miles Bader [Thu, 5 Oct 2000 05:21:13 +0000 (05:21 +0000)]
(image_ascent): Rearrange ascent calculation for the has-a-font case.

23 years ago(nslookup-font-lock-keywords, ftp-font-lock-keywords,
Peter Breton [Thu, 5 Oct 2000 02:48:41 +0000 (02:48 +0000)]
(nslookup-font-lock-keywords, ftp-font-lock-keywords,
smbclient-font-lock-keywords):  Ignore value of window-system;
always define the keywords

23 years ago(jit-lock-register, jit-lock-unregister): Docstring fix.
Stefan Monnier [Thu, 5 Oct 2000 02:17:22 +0000 (02:17 +0000)]
(jit-lock-register, jit-lock-unregister): Docstring fix.

23 years ago(jit-lock-register, jit-lock-unregister): New functions.
Stefan Monnier [Thu, 5 Oct 2000 02:13:25 +0000 (02:13 +0000)]
(jit-lock-register, jit-lock-unregister): New functions.

23 years ago(icon-mode): Don't gratuitously override the default for comment-column.
Stefan Monnier [Thu, 5 Oct 2000 01:58:16 +0000 (01:58 +0000)]
(icon-mode): Don't gratuitously override the default for comment-column.

23 years agorequire 'cl when compiling.
Stefan Monnier [Thu, 5 Oct 2000 01:56:56 +0000 (01:56 +0000)]
require 'cl when compiling.

23 years ago(with-buffer-unmodified): Use unwind-protect.
Stefan Monnier [Thu, 5 Oct 2000 01:27:55 +0000 (01:27 +0000)]
(with-buffer-unmodified): Use unwind-protect.
(jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
(jit-lock-functions): New var.
(jit-lock-function-1): Use it if non-nil.
Don't switch the syntax-table.  Don't set parse-sexp-lookup-properties.
Set the `fontified' property before doing the fontification to avoid
repeatedly going through the same error.
Don't turn errors into messages.

23 years ago(fancy-splash-screens): Remove the code for debugging;
Kenichi Handa [Thu, 5 Oct 2000 00:25:16 +0000 (00:25 +0000)]
(fancy-splash-screens): Remove the code for debugging;
`(trace-to-stderr "EXITTT\n")'.

23 years ago(dired-mark-pop-up): Turn comment into docstring. Use with-current-buffer.
Stefan Monnier [Wed, 4 Oct 2000 23:38:28 +0000 (23:38 +0000)]
(dired-mark-pop-up): Turn comment into docstring.  Use with-current-buffer.

23 years ago(dired-do-create-files, dired-kill-tree): Turn comment into docstring.
Stefan Monnier [Wed, 4 Oct 2000 23:35:52 +0000 (23:35 +0000)]
(dired-do-create-files, dired-kill-tree): Turn comment into docstring.

23 years ago(apropos-mode): Use define-derived-mode.
Stefan Monnier [Wed, 4 Oct 2000 23:30:51 +0000 (23:30 +0000)]
(apropos-mode): Use define-derived-mode.

23 years ago(Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
Stefan Monnier [Wed, 4 Oct 2000 23:16:46 +0000 (23:16 +0000)]
(Fwhere_is_internal): Ignore `menu-bar' and `tool-bar'.
(where_is_internal_1): Don't bother ignoring menu-items any more.

23 years ago(diff-goto-source):
Miles Bader [Wed, 4 Oct 2000 21:31:40 +0000 (21:31 +0000)]
(diff-goto-source):
  Update call to `diff-hunk-status-msg' to reflect new REV variable.

23 years ago*** empty log message ***
Gerd Moellmann [Wed, 4 Oct 2000 19:05:33 +0000 (19:05 +0000)]
*** empty log message ***

23 years ago(fancy-splash-pending-command): New variable.
Gerd Moellmann [Wed, 4 Oct 2000 19:01:37 +0000 (19:01 +0000)]
(fancy-splash-pending-command): New variable.
(fancy-splash-pre-command): New function.
(fancy-splash-screens): Rewritten.
(command-line-1): If fancy-splash-pending-command is set, call it
interactively.

23 years ago(update_menu_bindings): New variable.
Gerd Moellmann [Wed, 4 Oct 2000 19:00:10 +0000 (19:00 +0000)]
(update_menu_bindings): New variable.
(parse_menu_item): Use AREF.  If update_menu_bindings
is 0, don't update menu bindings.
(syms_of_keyboard): New Lisp variable `update-menu-bindings'.

23 years agoDon't turn off compiler warnings in local vars.
Dave Love [Wed, 4 Oct 2000 17:24:25 +0000 (17:24 +0000)]
Don't turn off compiler warnings in local vars.
Require ring when compiling.
(gnus-x-splash): Bind width, height.
(gnus-article-compface-xbm): New variable.
(gnus-article-display-xface): Move graphic test.  Use unibyte.
Obey gnus-article-compface-xbm.  Use pbm, not xbm.

23 years agoFix prev change.
André Spiegel [Wed, 4 Oct 2000 17:16:59 +0000 (17:16 +0000)]
Fix prev change.

23 years ago*** empty log message ***
Dave Love [Wed, 4 Oct 2000 16:45:43 +0000 (16:45 +0000)]
*** empty log message ***

23 years ago*** empty log message ***
Stefan Monnier [Wed, 4 Oct 2000 15:48:15 +0000 (15:48 +0000)]
*** empty log message ***

23 years ago(smiley-regexp-alist, smiley-update-cache): Use
Dave Love [Wed, 4 Oct 2000 15:32:24 +0000 (15:32 +0000)]
(smiley-regexp-alist, smiley-update-cache): Use
pbm images.

23 years ago*** empty log message ***
Dave Love [Wed, 4 Oct 2000 15:30:17 +0000 (15:30 +0000)]
*** empty log message ***