- 07 Oct, 2000 5 commits
-
-
Dave Love authored
(browse-url-gnome-moz): New function. Suggested by Colin Walters <walters@cis.ohio-state.edu>.
-
Peter Breton authored
-
Stefan Monnier authored
(indent-for-tab-command): Use it.
-
Stefan Monnier authored
raise an error. This way it can still defaults to a sane value.
-
Miles Bader authored
-
- 06 Oct, 2000 34 commits
-
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
(h_errno): Declare conditional also on TRY_AGAIN.
-
Dave Love authored
-
Dave Love authored
(Fbase64_decode_region, Fbase64_decode_string): More explicit error messages.
-
Stefan Monnier authored
Don't use `update-menu-bindings' any more. Get rid of assumptions about keymap representation.
-
Dave Love authored
(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.
-
Dave Love authored
-
Dave Love authored
not $.
-
Dave Love authored
-
Dave Love authored
Fix for define-minor-mode. (function-at-point): Alias to function-called-at-point.
-
Dave Love authored
-
Stefan Monnier authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Stefan Monnier authored
and add filename to the names so that diff-mode can jump to source.
-
Stefan Monnier authored
(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.
-
Dave Love authored
(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.
-
Stefan Monnier authored
-
Dave Love authored
-
Dave Love authored
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.
-
Dave Love authored
(article-de-base64-unreadable): Fold search case rather than downcasing string. Apply mm-charset-to-coding-system to arg of quoted-printable-decode-region.
-
Dave Love authored
(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.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
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.
-
Gerd Moellmann authored
if XPM images are supported.
-
Gerd Moellmann authored
latter needs the autoloaded define-minor-mode macro.
-
Miles Bader authored
(shell-command-on-region): Use `display-message-or-buffer'.
-
Miles Bader authored
an expanded echo area, show it here.
-
Miles Bader authored
-
Miles Bader authored
(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'.
-
Miles Bader authored
-
- 05 Oct, 2000 1 commit
-
-
Stefan Monnier authored
-