]> git.eshelyaron.com Git - emacs.git/log
emacs.git
24 years ago*** empty log message ***
Gerd Moellmann [Fri, 6 Oct 2000 11:49:34 +0000 (11:49 +0000)]
*** empty log message ***

24 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.

24 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.

24 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.

24 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'.

24 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.

24 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.

24 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'.

24 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.

24 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.

24 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.

24 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.

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

24 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.

24 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.

24 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.

24 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.

24 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.

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

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

24 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.

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

24 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.

24 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.

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

24 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.

24 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.

24 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.

24 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.

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

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

24 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.

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

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

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

24 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.

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

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

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

24 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.

24 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

24 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.

24 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.

24 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.

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

24 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.

24 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")'.

24 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.

24 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.

24 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.

24 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.

24 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.

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

24 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.

24 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'.

24 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.

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

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

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

24 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.

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

24 years ago*** empty log message ***
Dave Love [Wed, 4 Oct 2000 11:48:26 +0000 (11:48 +0000)]
*** empty log message ***

24 years ago(substitute-key-definition): Doc fix.
Dave Love [Wed, 4 Oct 2000 11:24:51 +0000 (11:24 +0000)]
(substitute-key-definition): Doc fix.
(play-sound-file): new command.

24 years ago#
André Spiegel [Wed, 4 Oct 2000 09:59:43 +0000 (09:59 +0000)]
#

24 years ago(basic-save-buffer): Call vc-before-save before saving.
André Spiegel [Wed, 4 Oct 2000 09:55:21 +0000 (09:55 +0000)]
(basic-save-buffer): Call vc-before-save before saving.

24 years ago(vc-cvs-make-version-backups): Return t if vc-cvs-stay-local-p.
André Spiegel [Wed, 4 Oct 2000 09:51:15 +0000 (09:51 +0000)]
(vc-cvs-make-version-backups): Return t if vc-cvs-stay-local-p.

24 years ago(vc-before-save, vc-default-make-version-backups,
André Spiegel [Wed, 4 Oct 2000 09:50:21 +0000 (09:50 +0000)]
(vc-before-save, vc-default-make-version-backups,
vc-version-backup-file-name): New functions.

24 years ago(vc-revert-buffer): Handle empty diff properly.
André Spiegel [Wed, 4 Oct 2000 09:48:37 +0000 (09:48 +0000)]
(vc-revert-buffer): Handle empty diff properly.
(vc-version-backup-file): New function.
(vc-checkout): Create a version backup if necessary.
(vc-checkin): If a version backup file exists, delete it.
(vc-version-diff): Diff locally using version backups, if available.
(vc-revert-file): If there's a version backup, revert locally.
(vc-transfer-file): Use version backup for base version, if
available.  If not, ask for confirmation whether to get it from the
server.  Update mode line before check-in.

24 years ago(tool-bar-setup): New function.
Dave Love [Wed, 4 Oct 2000 09:36:30 +0000 (09:36 +0000)]
(tool-bar-setup): New function.
(tool-bar-mode): Use it.

24 years ago* net/net-utils.el (nslookup-font-lock-keywords,
Peter Breton [Wed, 4 Oct 2000 05:43:37 +0000 (05:43 +0000)]
* net/net-utils.el (nslookup-font-lock-keywords,
ftp-font-lock-keywords, smbclient-font-lock-keywords):
Only set if window-system is non-nil
(net-utils-run-program): Returns buffer.
(network-connection-reconnect): Added this function.

24 years ago*** empty log message ***
Peter Breton [Wed, 4 Oct 2000 05:40:27 +0000 (05:40 +0000)]
*** empty log message ***

24 years ago* generic.el:
Peter Breton [Wed, 4 Oct 2000 05:17:12 +0000 (05:17 +0000)]
* generic.el:
Incorporates extensive cleanup and docfixes by
Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
Uses cl compile-time macros.
(generic-mode-name, generic-comment-list,
generic-keywords-list, generic-font-lock-expressions,
generic-mode-function-list, generic-mode-syntax-table):
Removed variables.
(generic-mode-alist): Renamed to generic-mode-list.
(generic-find-file-regexp): Default changed to "^#".
(generic-read-type): Uses completing read on generic-mode-list.
(generic-mode-sanity-check): removed this function.
(generic-add-to-auto-mode): Removed this function
(generic-mode-internal): Binds mode-specific definitions
into function instead of putting them in alist.
(generic-mode-set-comments): Reworked extensively.
(generic-mode-find-file-hook): Simplified regexp searching
(generic-make-keywords-list):  Omit extra pair of parens

24 years ago*** empty log message ***
Peter Breton [Wed, 4 Oct 2000 05:02:12 +0000 (05:02 +0000)]
*** empty log message ***

24 years ago(rul-generic-mode): Removed one eval-when-compile
Peter Breton [Wed, 4 Oct 2000 04:55:12 +0000 (04:55 +0000)]
(rul-generic-mode): Removed one eval-when-compile
which caused a max-specpdl-size exceeded error.

24 years ago* generic-x.el (apache-conf-generic-mode):
Peter Breton [Wed, 4 Oct 2000 04:45:55 +0000 (04:45 +0000)]
* generic-x.el (apache-conf-generic-mode):
Regexp now allows leading whitespace.
(rc-generic-mode): Added eval-when-compile
around generic-make-keywords-list.
Deleted duplicate regexp
(rul-generic-mode): Added eval-when-compile
around generic-make-keywords-list.
(etc-fstab-generic-mode): New generic mode.

24 years ago* find-lisp.el (find-lisp-find-files-internal):
Peter Breton [Wed, 4 Oct 2000 04:19:10 +0000 (04:19 +0000)]
* find-lisp.el (find-lisp-find-files-internal):
Make sure directory name ends with "/".

24 years agoUpdate.
Miles Bader [Wed, 4 Oct 2000 02:37:41 +0000 (02:37 +0000)]
Update.

24 years ago(Top): Update version in `Antinews' menu entry.
Miles Bader [Wed, 4 Oct 2000 01:07:58 +0000 (01:07 +0000)]
(Top): Update version in `Antinews' menu entry.
(Copying): Change example year to `20yy'.

24 years ago(Copying): Change example year to `20yy'.
Miles Bader [Wed, 4 Oct 2000 01:04:41 +0000 (01:04 +0000)]
(Copying): Change example year to `20yy'.

24 years ago(diff-font-lock-keywords): Minor regex fix.
Stefan Monnier [Tue, 3 Oct 2000 18:36:36 +0000 (18:36 +0000)]
(diff-font-lock-keywords): Minor regex fix.
(diff-goto-source): Be smarter when choosing REVERSE or not.

24 years ago(texinfo-mode-menu): Add an explicit shortcut for update all.
Stefan Monnier [Tue, 3 Oct 2000 18:33:10 +0000 (18:33 +0000)]
(texinfo-mode-menu): Add an explicit shortcut for update all.

24 years ago(texinfo-heading-face): Forgot the var def.
Stefan Monnier [Tue, 3 Oct 2000 18:29:54 +0000 (18:29 +0000)]
(texinfo-heading-face): Forgot the var def.

24 years ago*** empty log message ***
Miles Bader [Tue, 3 Oct 2000 17:42:51 +0000 (17:42 +0000)]
*** empty log message ***

24 years ago(quoted-printable-encode-region): Don't use mm-find-charset-region.
Dave Love [Tue, 3 Oct 2000 17:38:06 +0000 (17:38 +0000)]
(quoted-printable-encode-region): Don't use mm-find-charset-region.

24 years ago(dired-mark-read-file-name): Add optional arg DEFAULT.
Miles Bader [Tue, 3 Oct 2000 17:35:47 +0000 (17:35 +0000)]
(dired-mark-read-file-name): Add optional arg DEFAULT.
(dired-do-create-files): If there's only one file, pass it in as
  the DEFAULT arg to dired-mark-read-file-name.

24 years ago(minibuffer-temporary-goal-position):
Miles Bader [Tue, 3 Oct 2000 17:32:34 +0000 (17:32 +0000)]
(minibuffer-temporary-goal-position):
  New variable.
(next-history-element):
  Try to keep the position of point in the input string constant.

24 years agoDon't require mm-util.
Dave Love [Tue, 3 Oct 2000 16:13:36 +0000 (16:13 +0000)]
Don't require mm-util.
(quoted-printable-decode-region): Rewritten.
(quoted-printable-decode-string, quoted-printable-encode-region):
Doc fix.
(quoted-printable-encode-region): Barf on multibyte characters.
Maybe make the class multibyte.  Upcase chars, not formatted
strings.  Allow mm-use-ultra-safe-encoding to be unbound.
(quoted-printable-encode-string): Don't use
mm-with-unibyte-buffer.

24 years ago2000-10-03 Dave Love <fx@gnu.org>
Dave Love [Tue, 3 Oct 2000 16:12:25 +0000 (16:12 +0000)]
2000-10-03  Dave Love  <fx@gnu.org>

* mail-source.el (mail-sources): Revert to nil.

2000-10-03  ShengHuo ZHU  <zsh@cs.rochester.edu>

* mail-source.el (mail-source-report-new-mail): Use
nnheader-cancel-timer.

2000-10-03  Simon Josefsson  <simon@josefsson.org>

* mail-source.el (mail-source-imap-file-coding-system): New variable.
(mail-source-fetch-imap): Use it.

24 years ago(nnmail-spool-file): Revert to `((file))'.
Dave Love [Tue, 3 Oct 2000 16:11:12 +0000 (16:11 +0000)]
(nnmail-spool-file): Revert to `((file))'.

24 years ago(Fgarbage_collect): Prevent compiler warning for a call
Eli Zaretskii [Tue, 3 Oct 2000 12:47:31 +0000 (12:47 +0000)]
(Fgarbage_collect): Prevent compiler warning for a call
to `mark_object'.

24 years ago#
André Spiegel [Tue, 3 Oct 2000 12:34:56 +0000 (12:34 +0000)]
#

24 years ago(vc-transfer-file, vc-default-receive-file): Rewritten to factorize
André Spiegel [Tue, 3 Oct 2000 12:24:15 +0000 (12:24 +0000)]
(vc-transfer-file, vc-default-receive-file): Rewritten to factorize
backend-specific code cleanly.
(vc-unregister): Function removed.

24 years ago(vc-rcs-receive-file): Rewritten to contain only backend-specific
André Spiegel [Tue, 3 Oct 2000 12:08:40 +0000 (12:08 +0000)]
(vc-rcs-receive-file): Rewritten to contain only backend-specific
code.

24 years ago#
André Spiegel [Tue, 3 Oct 2000 11:41:28 +0000 (11:41 +0000)]
#

24 years ago(vc-rcs-fetch-master-state): Parse and remember default branch
André Spiegel [Tue, 3 Oct 2000 11:33:59 +0000 (11:33 +0000)]
(vc-rcs-fetch-master-state): Parse and remember default branch
unconditionally.
(vc-rcs-set-default-branch): New function.
(vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
(vc-rcs-checkin): If an appropriate default branch has been set,
force creation of that branch.

24 years ago(vc-revert-file): New function.
André Spiegel [Tue, 3 Oct 2000 11:22:13 +0000 (11:22 +0000)]
(vc-revert-file): New function.
(vc-revert-buffer): Delegate some of the work to it.

24 years ago(yow): Don't display multi-line quotations in a *Help* buffer, since the
Miles Bader [Tue, 3 Oct 2000 07:06:41 +0000 (07:06 +0000)]
(yow): Don't display multi-line quotations in a *Help* buffer, since the
  echo area will now grow to accommodate them.
  [Note -- I thought I already checked this change, but it seems to have
   mysteriously disappeared]

24 years ago(Fields):
Miles Bader [Tue, 3 Oct 2000 01:56:53 +0000 (01:56 +0000)]
(Fields):
  Document new features in constrain-to-field.
  Fix up some other entries.
  Remove entries for nonexistant functions.

24 years ago(Narrowing): Get rid of warning about now-fixed save-restriction bug.
Miles Bader [Tue, 3 Oct 2000 01:56:15 +0000 (01:56 +0000)]
(Narrowing): Get rid of warning about now-fixed save-restriction bug.

24 years ago(Face Attributes): Add description of new :inherit face attribute, and
Miles Bader [Tue, 3 Oct 2000 01:55:27 +0000 (01:55 +0000)]
(Face Attributes): Add description of new :inherit face attribute, and
  additional legal values for the :height attribute.