summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* (help-xref-stack): Doc fix.Dave Love2000-05-141-15/+21
| | | | | | | | (help-xref-following): New variable. (help-make-xrefs): Use it. (help-xref-go-back): Use position information from stack element. (help-follow): Make position in stack element a pair. Use help-xref-following.
* *** empty log message ***Dave Love2000-05-142-0/+123
|
* Declare more functions obsolete.Dave Love2000-05-141-12/+12
|
* Remove all the setup-...-environment functions.Dave Love2000-05-1418-169/+0
|
* *** empty log message ***Stefan Monnier2000-05-141-0/+4
|
* (comment-start, comment-start-skip, comment-end): Made `defvar'.Stefan Monnier2000-05-141-161/+226
| | | | | | | | | | | | | | | | (comment-style): Extract the choice out of comment-styles. (comment-continue): Just a simple string now. (comment-normalize-vars): Update for the new comment-continue. (until, comment-end-quote-re): Removed. (comment-quote-re, comment-quote-nested): New functions for quoting. These quote both the end and the start and also work for single-chars. (comment-padright): Added lots of comments. (comment-padleft): Added more comments. Check comment-end rather than STR to determine whether N can be applied or not. (uncomment-region): Rename BLOCK to BOX. Use the new comment-quote-nested. Use only one marker and properly set it back to nil. Be more picky when eliminating continuation markers.
* *** empty log message ***Eric M. Ludlam2000-05-131-0/+77
|
* Updated the commentary section.Eric M. Ludlam2000-05-131-321/+685
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | xemacs20p now uses >= when detecting. require `defimage' safely. (speedbar-easymenu-definition-base): Add toggle for images. (speedbar-easymenu-definition-special): Add flush cache & expand. (speedbar-visiting-tag-hook): Set new defaults. Added options. (speedbar-reconfigure-keymaps-hook): New variable. (speedbar-frame-parameters): Updated documentation. (speedbar-use-imenu-flag): Updated custom tag (speedbar-dynamic-tags-function-list): New variable. (speedbar-tag-hierarchy-method): Updated doc & custom. (speedbar-indentation-width, speedbar-indentation-width) new variables. (speedbar-hide-button-brackets-flag): customizable. (speedbar-vc-indicator): Doc update. (speedbar-ignored-path-expressions): Updated default value. (speedbar-supported-extension-expressions): Updated default value. (speedbar-syntax-table): Remove {} paren status. (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act as "+". Added overlay aliases. (speedbar-mode): Use `speedbar-mode-line-update' instead of `force-mode-line-update'. (speedbar-mode, speedbar-quick-mouse, speedbar-click, speedbar-double-click): Use `speedbar-mouse-set-point' instead of `mouse-set-point' (speedbar-reconfigure-keymaps): Run configure keymap hooks. (speedbar-item-info-tag-helper): Revamped to handle a wider range of arbitrary text, and new helper functions. (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in filename finder. (speedbar-make-button): Call `speedbar-insert-image-button-maybe'. (speedbar-directory-buttons): Update path search/expansion. (speedbar-make-tag-line): Pay attention to `speedbar-indentation-width'. Use more care w/ invisible properties. (speedbar-change-expand-button-char): Call `speedbar-insert-image-button-maybe'. (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced). (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy, speedbar-trim-words-tag-hierarchy, speedbar-simple-group-tag-hierarchy): New functions (speedbar-create-tag-hierarchy): Update doc, use new tag hooks. (speedbar-insert-imenu-list, speedbar-insert-etags-list): New functions. (speedbar-mouse-set-point): New function (speedbar-power-click): Updated documentation. (speedbar-line-token, speedbar-goto-this-file): Handle more types of tag prefix text. (speedbar-expand-line, speedbar-contract-line): Make more robust to strange text. (speedbar-expand-line): Takes universal argument to flush the cache. (speedbar-flush-expand-line): New function. (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn. Use new generator insertion method. (speedbar-fetch-dynamic-tags): New function. (speedbar-fetch-dynamic-imenu): Removed code now handled in `speedbar-fetch-dynamic-imenu'. (speedbar-fetch-dynamic-etags): Fix current buffer problem. (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and "Revert Buffer" menu items. (speedbar-buffer-buttons-engine): Be smarter when creating a filename tag (for expansion purposes.). (speedbar-highlight-one-tag-line, speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top, speedbar-recenter): New functions. (defimage-speedbar): Image loading abstraction. (speedbar-directory-+, speedbar-directory--, speedbar-file-+, speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+, speedbar-tag--, speedbar-tag-gt, speedbar-tag-v, speedbar-tag-type, speedbar-tag-mail): New images. (speedbar-expand-image-button-alist): New variable. (speedbar-insert-image-button-maybe): Insert an image over some buttons.
* (comment-use-syntax): Change `maybe' to `undecided'.Stefan Monnier2000-05-131-68/+96
| | | | | | | | | | | | | | | | | | | | | | (comment-quote-nested): New. Replaces comment-nested. (comment-add): Turn into a mere defvar or a integer. (comment-style): Change default to `plain'. (comment-styles): Rename `plain' to `indent' and create a new plainer `plain'. (comment-string-reverse): Use nreverse. (comment-normalize-vars): Change `maybe' to `undecided', add comments. Don't infer the setting of comment-nested anymore (the default for comment-quote-nested is safe). Use comment-quote-nested. (comment-end-quote-re): Use comment-quote-nested. (comment-search-forward): Obey LIMIT. (comment-indent): Don't skip forward further past comment-search-forward. (comment-padleft): Use comment-quote-nested. (comment-make-extra-lines): Use `cons' rather than `values'. (comment-region-internal): New arg INDENT. Use line-end-position. Avoid multiple-value-setq. (comment-region): Follow the new comment-add semantics. Don't do box comments any more. (comment-box): New function. (comment-dwim): Only do the region stuff is transient-mark-active.
* (syntax-description-table): New variable.Kenichi Handa2000-05-131-82/+174
| | | | | | | | | (describe-char-after): New function. (describe-font-internal): Adjusted for the change of font-info. (describe-font): Likewise. (print-fontset): Rewritten for the new fontset implementation. (describe-fontset): Include fontset alias names in completion. (list-fontsets): Adjusted for the change of print-fontset.
* Add more information in descriptions of character sets.Kenichi Handa2000-05-131-45/+57
|
* (encode-coding-char): An ASCII character is always encodable.Kenichi Handa2000-05-131-2/+4
|
* (what-cursor-position): If DETAIL is non-nil, callKenichi Handa2000-05-131-45/+36
| | | | | describe-char-after instead of displaying the detail in the echo area.
* *** empty log message ***Kenichi Handa2000-05-131-0/+21
|
* (ange-ftp-skip-msgs): Include 500 code.forGerd Moellmann2000-05-122-0/+9
| | | | handling FTP security extensions.
* (lisp-font-lock-keywords-1): Add define-minor-mode.Stefan Monnier2000-05-121-2/+2
|
* Remove some compatibility stuff and CLDave Love2000-05-122-354/+75
| | | | | | | dependence. Use line-{beginning,end}-position, not point-at{b,e}ol. Some doc fixes. (todo-position): New function. Fix callers of position to use it. (todo-save-top-priorities, todo-print): Use with-temp-buffer.
* *** empty log message ***Dave Love2000-05-121-1/+1
|
* (display-time-mail-icon): Use `:ascent center'.Gerd Moellmann2000-05-122-1/+5
|
* *** empty log message ***Dave Love2000-05-111-0/+4
|
* (comint-read-input-ring): Move reference toGerd Moellmann2000-05-112-5/+10
| | | | | comint-input-ring-size outside of the save-excursion. It was causing the default value to be the only one ever seen.
* Update copyright. Remove Simon Marshall's emailGerd Moellmann2000-05-112-2/+5
| | | | address on request from him.
* *** empty log message ***Gerd Moellmann2000-05-111-0/+5
|
* (substitute-key-definition): Add comment describingGerd Moellmann2000-05-111-0/+7
| | | | the meaning of PREFIX.
* (regexp-opt-depth): Fix regexp.Stefan Monnier2000-05-102-1/+41
|
* (add-hook, remove-hook): Make hook buffer-local if needed..Stefan Monnier2000-05-101-56/+41
| | | | | (add-minor-mode): Don't make the variable buffer-local and add a reference to define-minor-mode in the docstring.
* (cvs-cleanup-collection): Remove obsolete code forStefan Monnier2000-05-101-12/+21
| | | | | | | HEADER/FOOTER and fix bug with trailing empty directory. (cvs-append-to-ignore): Use vc-editable-p if available. (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER. (vc-do-command): Tweak advice to handle the new VC.
* (log-view-goto-rev): New function for the new VC.Stefan Monnier2000-05-101-4/+18
| | | | (log-view-minor-wrap): Use mark-active.
* (cvs-changelog-full-paragraphs): Mark obsolete.Stefan Monnier2000-05-101-27/+35
| | | | | | | | | | (log-edit-changelog-full-paragraphs): New var. (log-edit-insert-changelog): Remove a lonely leading `* file'. (log-edit-narrow-changelog, log-edit-changelog-paragraph) (log-edit-changelog-subparagraph, log-edit-changelog-entry) (log-edit-changelog-ours-p, log-edit-changelog-entries) (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries): Replace the `cvs' prefix with `log-edit'.
* (iswitchb-completion-help): Unquote lambda.Stefan Monnier2000-05-101-2/+2
|
* (diff-font-lock-keywords): Recognize comments.Stefan Monnier2000-05-101-27/+44
| | | | | | | | (diff-font-lock-defaults): Explicitly turn off multiline. (diff-end-of-hunk): Handle comments and fix end-of-buffer bug. (diff-ediff-patch): Fix call to ediff-patch-file. (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs): Handle comments.
* (cvs-status-minor-wrap): Use mark-active.Stefan Monnier2000-05-101-3/+5
|
* (automatic-hscrolling): Typo.Stefan Monnier2000-05-101-1/+1
|
* Fix make-obsolete for internal-get-face.Dave Love2000-05-101-2/+2
|
* *** empty log message ***Dave Love2000-05-101-1/+1
|
* *** empty log message ***Dave Love2000-05-091-0/+5
|
* (apropos-print): use `describe-face' instead ofDave Love2000-05-091-2/+3
| | | | `customize-face-other-window'.
* (describe-variable): Have customize button pop theDave Love2000-05-092-15/+47
| | | | | | | | | help-xref stack when invoked. (help-xref-symbol-regexp): Add `face'. (help-make-xrefs): Check for quoted face names and adapt regexp submatch numbers to cope. (help-xref-interned): Maybe insert face doc too. Separate sections with a line of hyphens.
* Some doc fixes.Dave Love2000-05-091-19/+34
| | | | | (describe-face): Add customize button. Return the help text. Fix prompt.
* *** empty log message ***Eli Zaretskii2000-05-091-0/+4
|
* Fix last change.Eli Zaretskii2000-05-091-10/+10
|
* Import changes from current Gnus.Dave Love2000-05-082-36/+24
| | | | | | | (pop3-open-server): Bind coding systems before creating buffer and fix creating its name. (pop3-string-to-list): Function deleted. Change callers to use split-string.
* *** empty log message ***Eli Zaretskii2000-05-081-0/+5
|
* New file.Eli Zaretskii2000-05-081-0/+4314
|
* *** empty log message ***Eli Zaretskii2000-05-081-0/+4
|
* (IT-character-translations): Update ASCIIEli Zaretskii2000-05-081-9/+33
| | | | | simulations for greek-iso8859-7, add latin-iso8859-14 and latin-iso8859-15.
* (set-language-info-alist): Call define-prefix-command with 3 arguments,Eli Zaretskii2000-05-082-3/+12
| | | | to make the map suitable for a menu.
* Small doc fixes from Pavel Janic.Dave Love2000-05-072-4/+8
|
* Doc fixes; mainly avoid duplicating argDave Love2000-05-054-82/+87
| | | | list in doc string. Don't quote keyword symbols.
* *** empty log message ***Gerd Moellmann2000-05-051-0/+4
|