aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***Gerd Moellmann2001-04-181-0/+3
|
* (toplevel): Comment out the specGerd Moellmann2001-04-181-2/+4
| | | | for defmethod.
* *** empty log message ***Gerd Moellmann2001-04-181-0/+5
|
* (comint-cr-magic): New function.Gerd Moellmann2001-04-181-0/+24
| | | | (toplevel): Add it to comint-preoutput-filter-functions.
* *** empty log message ***Andrew Innes2001-04-181-0/+10
|
* (EMACSLOADPATH): Define.Andrew Innes2001-04-181-11/+9
| | | | | | | | | (custom-deps): (autoloads): (.el.elc): (compile-files-CMD): (compile-files-SH): (recompile): Remove stuff to set EMACSLOADPATH.
* ("Slovak"): Add tutorial entry.Gerd Moellmann2001-04-182-0/+3
|
* (browse-url-new-window-flag): Renamed fromGerd Moellmann2001-04-181-30/+31
| | | | browse-url-new-window-p.
* browse-url-new-window-p -> browse-url-new-window-flag.Gerd Moellmann2001-04-181-0/+5
|
* (Info-menu-update): When there are no menus and/or noEli Zaretskii2001-04-172-2/+8
| | | | | cross references in the node, make the respective items of the Info menu-bar menu inactive.
* *** empty log message ***Gerd Moellmann2001-04-171-0/+3
|
* (indent-for-tab-command): Call indent-line-functionGerd Moellmann2001-04-171-4/+2
| | | | with no argument if PREFIX-ARG is non-nil.
* Remove a stray carriage return character.Gerd Moellmann2001-04-171-2/+3
|
* *** empty log message ***Gerd Moellmann2001-04-171-0/+4
|
* (delete-other-frames): Handle minibuffer-only frames.Gerd Moellmann2001-04-171-2/+14
|
* (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS asEli Zaretskii2001-04-172-4/+15
| | | | | an async subprocess if start-process is unavailable. Suggested by Tim Van Holder <[email protected]>.
* (Info-additional-directory-list): Doc fix. Suggested byEli Zaretskii2001-04-152-1/+7
| | | | Kai Grossjohann <[email protected]>.
* *** empty log message ***Eli Zaretskii2001-04-141-2/+7
|
* (Info-file-list-for-emacs): Add an entry for the "info" manual.Eli Zaretskii2001-04-141-1/+1
|
* (cvs-mode-map): Bind C-o like in dired.Stefan Monnier2001-04-132-20/+39
| | | | (cvs-menu): Add a few entries.
* (cvs-addto-collection): Don't merge MESSAGE fileinfos.Stefan Monnier2001-04-131-26/+64
| | | | | | | | | (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the lock file appears to be reachable from Emacs. (cvs-mode-mark-on-state, cvs-mode-display-file): New functions. (cvs-mode-find-file): Look for cvs-header-face rather than cvs-dirname-face (which doesn't exist). (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
* Add comments.Stefan Monnier2001-04-131-1/+3
|
* (cvs-parse-run-table): Remove misleading text.Stefan Monnier2001-04-131-5/+6
|
* Fix dates in latest entries.Eli Zaretskii2001-04-131-3/+3
|
* (pc-selection-mode): Don't turn onEli Zaretskii2001-04-132-3/+23
| | | | | | normal-erase-is-backspace on a tty. Instead, bind some keys such as [delete] directly, like pc-select.el did before normal-erase-is-backspace was invented.
* (ls-lisp-format): Leave a blank before "root".Eli Zaretskii2001-04-122-1/+5
|
* (eshell-ls-insert-directory): Set font-lock-defaults to nil, toJohn Wiegley2001-04-112-0/+7
| | | | prevent fontification in dired buffers, if Eshell's ls is being used.
* (timeclock-completing-read): new function.John Wiegley2001-04-112-8/+32
| | | | | (timeclock-ask-for-project, timeclock-ask-for-reason): Call `timeclock-completing-read', which works under XEmacs as well.
* (eshell-previous-matching-input): Don't display "History item" if theJohn Wiegley2001-04-111-1/+2
| | | | the minibuffer is active.
* (eshell-command-aliased-p): `assoc' was required where `member' wasJohn Wiegley2001-04-111-1/+1
| | | | being used.
* *** empty log message ***Gerd Moellmann2001-04-111-0/+5
|
* (command-line): Output a newline after printingGerd Moellmann2001-04-111-0/+1
| | | | an error from loading the window system's init file.
* (texinfo-font-lock-keywords): AddEli Zaretskii2001-04-112-3/+18
| | | | | | fontification for @value, @dfn, @dmn, @acronym, @anchor, and @inforef. Add an OVERRIDE of `keep' to highlight specs of keywords whose arguments routinely include @@.
* *** empty log message ***Gerd Moellmann2001-04-101-0/+3
|
* (ad-make-advised-definition): ConstructGerd Moellmann2001-04-101-9/+9
| | | | advice for subrs differently.
* (forward-sentence): Put the sentence-endGerd Moellmann2001-04-102-2/+7
| | | | | regexp in parentheses when building the regexp for searching backwards.
* (completion-list-mode-finish): New function.Gerd Moellmann2001-04-102-0/+12
| | | | | (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
* ("Polish"): Change sample text.Gerd Moellmann2001-04-102-1/+4
| | | | From: [email protected] (Janusz S. Bie,Bq(B).
* (sh-indent-line): Add optional PREFIX-ARGGerd Moellmann2001-04-102-2/+6
| | | | parameter.
* (menu): Doc fix.Gerd Moellmann2001-04-102-1/+5
|
* *** empty log message ***Gerd Moellmann2001-04-101-1/+1
|
* Footers implementation. Doc Fix.Gerd Moellmann2001-04-102-666/+1042
| | | | | | | | | | | | | | | | | | | | | | (ps-print-version): New version number (6.5.1). (ps-header-frame-alist): New customization var for header frame properties. (ps-line-number-color): New customization var for line number color. (ps-footer-offset, ps-footer-line-pad, ps-print-footer) (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines) (ps-footer-font-family, ps-footer-font-size, ps-left-footer) (ps-right-footer): New customization vars for footers. (ps-footer-pad, ps-footer-font-size-internal): New internal vars for footers. (ps-setup, ps-get-page-dimensions, ps-generate-header-line) (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page): Code fix. (ps-prologue-file): Indentation fix. (ps-print-quote): Fun eliminated. (ps-value, ps-get, ps-put, ps-del): New funs for alist handling. (ps-output-frame-properties): New fun. (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page) (ps-skip-newline): Replace defun by defsubst.
* *** empty log message ***Stefan Monnier2001-04-101-4/+9
|
* *** empty log message ***John Wiegley2001-04-091-0/+10
|
* (timeclock-generate-report): Added a missing insert of the projectJohn Wiegley2001-04-091-1/+1
| | | | name.
* (eshell-command): Needed a "%s" format specifier, in case the bufferJohn Wiegley2001-04-091-1/+1
| | | | contains percent characters.
* *** empty log message ***Gerd Moellmann2001-04-091-0/+2
|
* Moved here from lisp/emacs-lisp/.Gerd Moellmann2001-04-091-0/+292
|
* Moved to lisp/obsolete/.Gerd Moellmann2001-04-091-292/+0
|
* (nonobsolete_setwins): New macro.Gerd Moellmann2001-04-092-1/+11
| | | | | (finder-data): Use it instead of `setwins'. From: Dave Love <[email protected]>.