summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (imenu-add-to-menubar): Fix last change.Dave Love2000-10-081-5/+3
|
* (quail-cxterm-package-ext-info): Fix typos in doc strings.Eli Zaretskii2000-10-082-23/+27
|
* *** empty log message ***Eli Zaretskii2000-10-081-0/+3
|
* (font-lock-mode, global-font-lock-mode): Mention inEli Zaretskii2000-10-081-1/+9
| | | | the doc strings how to customize Font Lock faces.
* (mouse-drag-mode-line-1): Fix an off-by-one error inEli Zaretskii2000-10-082-4/+10
| | | | computing growth when dragging the header line.
* (kill-line): Doc fix.Eli Zaretskii2000-10-082-0/+5
|
* (secondary-selection): Make foreground visible on tty.Miles Bader2000-10-082-1/+3
|
* (auto-compression-mode): Move to the end of the file, becauseMiles Bader2000-10-082-28/+38
| | | | | | | `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.
* Doc fix.Miles Bader2000-10-081-0/+3
|
* *** empty log message ***Eli Zaretskii2000-10-071-1/+7
|
* (find-backup-file-name) [ms-dos]: If support for longEli Zaretskii2000-10-071-1/+5
| | | | | file names is not available, behave as if version-control were set to never.
* (browse-url-browser-function): Use it.Dave Love2000-10-072-6/+17
|
* (browse-url-gnome-moz-arguments): New option.Dave Love2000-10-071-2/+31
| | | | | (browse-url-gnome-moz): New function. Suggested by Colin Walters <walters@cis.ohio-state.edu>.
* *** empty log message ***Peter Breton2000-10-071-0/+9
|
* (tab-always-indent): New var.Stefan Monnier2000-10-072-4/+18
| | | | (indent-for-tab-command): Use it.
* (set-auto-mode): Ignore unknown -*- mode -*- rather thanStefan Monnier2000-10-072-17/+26
| | | | raise an error. This way it can still defaults to a sane value.
* Fix merge screwup.Miles Bader2000-10-071-5/+0
|
* *** empty log message ***Dave Love2000-10-061-0/+2
|
* (fancy-splash-screens): Use local rather than global map.Stefan Monnier2000-10-062-16/+28
| | | | | Don't use `update-menu-bindings' any more. Get rid of assumptions about keymap representation.
* (sentence-end-double-space)Dave Love2000-10-062-32/+66
| | | | | | | (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.
* (eudc): Add :version, :link.Dave Love2000-10-061-31/+33
|
* file-coding-system-alist): Use \',Dave Love2000-10-061-3/+3
| | | | not $.
* Comment.Dave Love2000-10-061-0/+2
|
* (find-function-regexp): Remove spurion.Dave Love2000-10-061-27/+3
| | | | | Fix for define-minor-mode. (function-at-point): Alias to function-called-at-point.
* (custom-declare-variable, custom-set-variables): Use mapc.Dave Love2000-10-061-3/+3
|
* Require CL. At least, for `incf'.Stefan Monnier2000-10-062-0/+5
|
* (backward-word): Doc fix.Dave Love2000-10-061-2/+1
|
* (image-file-name-extensions): Add pbm.Dave Love2000-10-061-4/+4
|
* (image-file-name-regexp): image-file-regexps -> image-file-name-regexps.Dave Love2000-10-062-2/+12
|
* (smerge-diff): Setup the buffer's default-directoryStefan Monnier2000-10-061-3/+12
| | | | and add filename to the names so that diff-mode can jump to source.
* (font-lock-defaults-alist): Remove the TeX entries.Stefan Monnier2000-10-061-157/+23
| | | | | | | | | | | (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.
* Don't require cl.Dave Love2000-10-062-35/+63
| | | | | | | | | (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.
* *** empty log message ***Stefan Monnier2000-10-061-1/+42
|
* *** empty log message ***Dave Love2000-10-061-0/+28
|
* (mm-decode-coding-region, mm-encode-coding-region):Dave Love2000-10-061-23/+25
| | | | | | | | | | 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.
* (article-de-quoted-unreadable)Dave Love2000-10-061-5/+8
| | | | | | (article-de-base64-unreadable): Fold search case rather than downcasing string. Apply mm-charset-to-coding-system to arg of quoted-printable-decode-region.
* Require mm-uu, Don't require qp, uudecode.Dave Love2000-10-061-21/+28
| | | | | | | | | | | (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.
* *** empty log message ***Gerd Moellmann2000-10-061-0/+15
|
* (mouse-drag-header-line): Don't allow window resizingGerd Moellmann2000-10-061-27/+45
| | | | | | | 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.
* (command-line): For now, activate tool-bar-mode onlyGerd Moellmann2000-10-061-0/+1
| | | | if XPM images are supported.
* (toplevel): Load `loaddefs' before `help' because theGerd Moellmann2000-10-061-6/+7
| | | | latter needs the autoloaded define-minor-mode macro.
* (display-message-or-buffer): New function.Miles Bader2000-10-062-39/+71
| | | | (shell-command-on-region): Use `display-message-or-buffer'.
* (shell-command-on-region): If the output is short enough to display inMiles Bader2000-10-062-17/+29
| | | | an expanded echo area, show it here.
* (define-derived-mode): Tweak generated docstring parts.Miles Bader2000-10-062-5/+10
|
* (nslookup-prompt-regexp, ftp-prompt-regexp)Miles Bader2000-10-062-80/+63
| | | | | | | | | | | | | | | | (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'.
* (comint-watch-for-password-prompt): Use STRING as a prompt.Miles Bader2000-10-061-2/+3
|
* (compile-collect-regexps): Use dolist and push.Stefan Monnier2000-10-051-5/+2
|
* (nnfolder-ignore-active-file): Typos.Stefan Monnier2000-10-052-2/+10
|
* (gnus-summary-save-in-folder): Obey mh-lib-progs.Stefan Monnier2000-10-051-1/+5
|
* (gnus-kill): Typo.Stefan Monnier2000-10-051-1/+1
|