summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (nnmail-pathname-coding-system): Defvar whenDave Love2001-01-042-1/+9
| | | | | compiling. (gnus-make-directory): Require nnmail.
* (whitespace-global-mode): Fix typo.Dave Love2001-01-041-1/+1
|
* (mm-inline-media-tests): AddDave Love2001-01-042-3/+15
| | | | | image/x-portable-bitmap. (mm-get-image): Grok pbm.
* *** empty log message ***Gerd Moellmann2001-01-041-0/+3
|
* (fancy-splash-screens): Don't bind show-help-functionGerd Moellmann2001-01-041-2/+1
| | | | to nil.
* Fix last change.Gerd Moellmann2001-01-042-4/+12
|
* (tooltip-frame-parameters): Remove colors.Gerd Moellmann2001-01-041-9/+33
| | | | | | | (tooltip): New face (tooltip-set-param): New function. (tooltip-show): Set up color frame parameters from face `tooltip'. Display the tooltip text in face `tooltip'.
* (help-for-help): Fix a typo in a doc string. From kwzh@gnu.org (Karl Heuer).Eli Zaretskii2001-01-041-1/+1
|
* Doc fixes. Maintainer change.Dave Love2001-01-032-175/+147
| | | | | | | | | | (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type. (dired-guess-shell-alist-default): Don't use xloadimage for PNG. (dired-guess-shell-alist-user): Customize. (dired-x-help-address): Set to bug-gnu-emacs. (dired-x-maintainer, dired-x-file, dired-x-version): Deleted. (dired-default-directory): Renamed from default-directory.
* (hl-line): Doc fix.Dave Love2001-01-031-1/+1
|
* Capitalize as others do.Karl Fogel2001-01-031-1/+1
|
* mail/mail-hist.el (mail-hist-text-too-long-p): doc fix.Karl Fogel2001-01-032-2/+5
|
* *** empty log message ***Dave Love2001-01-031-0/+6
|
* *** empty log message ***Richard M. Stallman2001-01-031-0/+15
|
* (cperl-invalid-face): Don't double-quoteDave Love2001-01-031-2/+3
| | | | | value. (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
* Do highlighting of alternative matches all at once,Richard M. Stallman2001-01-031-86/+76
| | | | | | | | | | | | | | | | | | but only do it in the text that's visible in the selected window. (isearch-lazy-highlight-cleanup): Arg now says to remove all the current alternative-match highlighting. If nil, remove only what's outside the current window. (isearch-lazy-highlight-remove-overlays): Take optional region within which NOT to remove them. (isearch-lazy-highlight-new-loop): Greatly simplified. (isearch-lazy-highlight-update): Find all the other occurrences visible in the window, in just one call. (isearch-lazy-highlight-start): Now holds start of region to scan. (isearch-lazy-highlight-end): Now holds end of region to scan. (isearch-lazy-highlight-wrapped): Variable deleted. (isearch-lazy-highlight-search): Function deleted.
* (ls-lisp) <defgroup>: Add :version.Dave Love2001-01-021-0/+1
|
* *** empty log message ***Dave Love2001-01-021-0/+3
|
* (browse-url-filename-alist): Avoid backquoteDave Love2001-01-021-4/+5
| | | | read syntax.
* *** empty log message ***Andrew Innes2001-01-021-0/+5
|
* (convert-standard-filename): Do length check on nameAndrew Innes2001-01-021-1/+2
| | | | before aref.
* *** empty log message ***Dave Love2001-01-021-0/+8
|
* *** empty log message ***Gerd Moellmann2001-01-021-0/+6
|
* (comint-input-history-ignore): New variable.Gerd Moellmann2001-01-021-5/+11
| | | | | (comint-read-input-ring): Ignore entries matching comint-input-history-ignore.
* (todo): Add :link, :version.Dave Love2001-01-021-10/+10
| | | | | | | (todo-save-top-priorities): Remove autoload cookie. (todo-add-category, todo-add-item-non-interactively) (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
* *** empty log message ***Gerd Moellmann2001-01-021-0/+8
|
* (lm-copyright-prefix): New Variable.Gerd Moellmann2001-01-021-3/+42
| | | | | | | (lm-copyright-mark): New function. (lm-crack-copyright): New function. (lm-verify): Check that the file has a copyright. Check that the file is copyright Free Software Foundation.
* Remove stray line.Eli Zaretskii2000-12-311-1/+0
|
* (print-fontset): Indent font name by 24 columns, not 25.Kenichi Handa2000-12-301-3/+3
|
* *** empty log message ***Kenichi Handa2000-12-301-0/+5
|
* *** empty log message ***Gerd Moellmann2000-12-291-0/+3
|
* (mail-mode-flyspell-verify): Spell-checkGerd Moellmann2000-12-291-6/+14
| | | | in Subject line.
* *** empty log message ***Gerd Moellmann2000-12-291-0/+7
|
* (mail-abbrevs-enable, mail-abbrevs-disable):Gerd Moellmann2000-12-291-4/+4
| | | | | | Use mail-mode-hook instead of mail-setup-hook. Otherwise continuing an interrupted message with C-u C-x m for instence, winds up in Mail mode without abbrevs.
* Handle form feed better when ps-zebra-stripe-follow isGerd Moellmann2000-12-292-37/+95
| | | | | | | | | | | | non-nil. Adding almost all customization variables on ps-setup. Doc Fix. (ps-print-version): New version number (6.3.3). (ps-end-with-control-d): Initialization fix. (ps-lines-printed): New var. (ps-skip-newline): New fun. (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page) (ps-next-line, ps-continue-line, ps-plot-region) (ps-generate-postscript-with-faces, ps-end-job): Code fix.
* (x-complement-fontset-spec): ResolveKenichi Handa2000-12-291-6/+9
| | | | | | | ASCII font name so that the same family name is used for fonts registered in x-font-name-charset-alist. (create-fontset-from-fontset-spec): Adjusted for the above change. The name of fontset alias should be a unresolved ASCII font name.
* *** empty log message ***Kenichi Handa2000-12-291-0/+8
|
* (dired-guess-shell-alist-default): Use xpdf instead of acroread.Richard M. Stallman2000-12-281-1/+1
|
* *** empty log message ***Richard M. Stallman2000-12-281-0/+7
|
* (delete-key-deletes-forward-mode): Bind backspaceGerd Moellmann2000-12-282-2/+9
| | | | and delete in isearch-mode-map.
* *** empty log message ***Kenichi Handa2000-12-281-1/+1
|
* (artist-butlast): Deleted.Kenichi Handa2000-12-281-7/+1
| | | | | (artist-ellipse-mirror-quadrant): Use butlast instead of artist-last.
* *** empty log message ***Kenichi Handa2000-12-281-0/+4
|
* (butlast, nbutlast): Moved to subr.el.Kenichi Handa2000-12-281-14/+0
|
* (butlast, nbutlast): Moved from cl.el to here.Kenichi Handa2000-12-281-0/+14
|
* *** empty log message ***Kenichi Handa2000-12-281-0/+6
|
* *** empty log message ***Eli Zaretskii2000-12-271-0/+23
|
* From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:Eli Zaretskii2000-12-271-216/+443
| | | | | | | | | | | | | | | | | | | | | Better support for the Mac and MS-Windows. (ls-lisp): New defgroup. (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first) (ls-lisp-verbosity, ls-lisp-use-insert-directory-program) (ls-lisp-support-shell-wildcards): New defcustoms. (ls-lisp-parse-symlink): New function. (insert-directory): Code to convert switches to a list and set up the wildcard argument copied from ls-lisp-insert-directory. (ls-lisp-insert-directory): New argument TIME-INDEX. Add support for -C and -R switches. (ls-lisp-column-format): New function. (ls-lisp-delete-matching, ls-lisp-handle-switches) (ls-lisp-format-time): Add doc strings. (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches. Support ls-lisp-dirs-first. (ls-lisp-classify, ls-lisp-extension): New functions. (ls-lisp-format): Optionally support emulation of symlinks. Support -i, -s, and -G switches.
* *** empty log message ***Gerd Moellmann2000-12-271-0/+2
|
* (texinfo-mode): Set fill-column to 70.Gerd Moellmann2000-12-271-1/+1
|