summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
...
* (describe-char-after): CallKenichi Handa2000-05-171-34/+42
| | | | | internal-char-font, not char-font. If internal-char-font returns nil, display "-- none --".
* (comment-beginning): Handle unclosed comment.Stefan Monnier2000-05-171-56/+85
| | | | | | | (comment-auto-fill-only-comments): New var. (comment-indent-new-line): Obey comment-auto-fill-only-comments. Align with comment-column rather than previous comment if previous comment's indentation is greater than comment-column.
* (image-type-available-p): Don't reference image-typesEli Zaretskii2000-05-172-1/+6
| | | | if it isn't bound.
* (autoarg-mode): Typo in the :set argument.Stefan Monnier2000-05-172-1/+5
|
* (command-line-1): Don't signal an error if theEli Zaretskii2000-05-172-0/+10
| | | | directory for auto-save-list files does not yet exist.
* (arabic-iso8859-6): Fix typo.Kenichi Handa2000-05-171-1/+1
|
* *** empty log message ***Kenichi Handa2000-05-171-0/+4
|
* (comment-string-strip): Strip terminating newlines.Stefan Monnier2000-05-161-85/+127
| | | | | | | | | | | | | | | (comment-search-forward): Make LIMIT compulsory. If an unterminated string (rather than a comment) is found, try again, assuming that the region starts inside a string. (comment-beginning): Make sure we don't move if we find a comment but it's not the one we're in. (comment-enter-backward): Handle the case where comment-end-skip fails. (comment-indent): Normalize variables and use line-end-position. (comment-kill): Use line-end-position. (comment-spill): Remove. (comment-indent-new-line): Renamed from indent-new-comment-line. Cleaned up old commented-out code. Reset comment-continue and comment-end before calling comment-indent.
* (remove-hook): `setq' hook-value, not `set'.Stefan Monnier2000-05-162-1/+5
|
* (debug-ignored-errors): more errors to ignore.Sam Steingold2000-05-162-27/+33
|
* Don't require cl or easymenu.Dave Love2000-05-162-4/+7
| | | | | (custom-variable-prompt): Test standard-value property, not user-variable-p.
* (add-hook): setq hook-value, not setSam Steingold2000-05-162-1/+5
|
* *** empty log message ***Gerd Moellmann2000-05-162-13/+27
|
* (dired-do-query-replace-regexp): Add `-regexp'Gerd Moellmann2000-05-161-1/+1
| | | | to the function name.
* (dired-mode-map): Use dired-do-query-replace-regexp.Gerd Moellmann2000-05-161-2/+2
|
* (compilation-parse-errors): CollectGerd Moellmann2000-05-161-1/+1
| | | | `nomessage' regexps last.
* (view-emacs-FAQ): Change `emacs-faq' to `efaq'.Gerd Moellmann2000-05-161-1/+1
|
* (command-line-1): Mention the FAQ in the startupGerd Moellmann2000-05-161-0/+1
| | | | message.
* *** empty log message ***Eric M. Ludlam2000-05-151-0/+7
|
* (speedbar-recenter): Typo, and fix logic.Eric M. Ludlam2000-05-151-8/+5
| | | | | (speedbar-expand-line): Make arg optional. (speedbar-mode): Avoid a compiler warning.
* (sh-while-getopts) <sh>: Handle case thatGerd Moellmann2000-05-152-1/+9
| | | | user-specified option string is empty.
* (mouse-yank-at-click): Doc fix.Gerd Moellmann2000-05-151-1/+2
|
* *** empty log message ***Eli Zaretskii2000-05-151-0/+6
|
* (IT-character-translations): More updates ofEli Zaretskii2000-05-151-8/+8
| | | | | latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC documents.
* *** empty log message ***Gerd Moellmann2000-05-152-169/+204
|
* (getenv): New function, interactively callable.Gerd Moellmann2000-05-151-1/+13
| | | | (setenv, getenv): Remove autoload cookies.
* Load `env'.Gerd Moellmann2000-05-151-0/+1
|
* Change author's mail address.Gerd Moellmann2000-05-151-1/+1
|
* *** empty log message ***Dave Love2000-05-141-0/+14
|
* rmail-show-message-hook): Customize and offerDave Love2000-05-141-2/+5
| | | | goto-addr as an option.
* (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
|