summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* (menu-bar-read-lispref, menu-bar-read-lispintro)Eli Zaretskii2001-11-302-26/+91
| | | | | | | | | | | | | (menu-bar-read-emacs-man, search-emacs-glossary) (emacs-index-search, elisp-index-search): New functions. (apropso-documentation, apropos, apropos-value, apropos-variable) (apropos-commands): Modify menu item names and help text. (elisp-index-search, emacs-index-search, emacs-glossary): New menu items. (menu-bar-manuals-menu): Move the Ordering Manuals item to a submenu. (info-elisp, info-elintro): New menu items. (apropos): Modify the menu item name.
* (read-if): Add lisp-indent-function prop.Stefan Monnier2001-11-301-0/+1
|
* Doc fix.Stefan Monnier2001-11-301-1/+1
|
* (outline-promote, outline-demote): Typo.Stefan Monnier2001-11-301-8/+8
|
* (cl-make-type-test): Fix paren typo.Stefan Monnier2001-11-301-1/+1
|
* (man-follow-mouse): New function.Stefan Monnier2001-11-301-22/+24
| | | | | | | (Man-mode-map): Bind mouse-2 to it. (Man-match-substring): Remove. Replace with `match-string'. (man): Use the `default-value' argument to `read-string'. (Man-fontify-manpage): Add mouse-face to cross references.
* Another reason for failures related to fontset.elc.Eli Zaretskii2001-11-301-0/+10
|
* (shiftf): Fix more. Simplify.Stefan Monnier2001-11-302-17/+20
|
* (completing-read-multiple): Better preserveStefan Monnier2001-11-301-24/+20
| | | | | the value of require-match in minibuffer-completion-confirm. Use crm-local-completion-map.
* (shiftf): Fix the fast case soStefan Monnier2001-11-301-16/+19
| | | | | (let ((a 1) (b 2)) (shiftf a b (cons a b)) b) returns (1 . 2). (cl-make-type-test): Use char-valid-p for `character'.
* (Info-goto-index): One register one step in the history.Stefan Monnier2001-11-292-10/+18
| | | | (Info-index): Don't protect the history around the call to Info-goto-index.
* (Info-complete-next-re, Info-complete-cache): New vars.Stefan Monnier2001-11-291-52/+69
| | | | | | | | (Info-complete-menu-item): Rewrite. Add the ability to search several sequential nodes. Add a simple caching mechanism. (Info-goto-index): New function extracted from Info-index. (Info-index): Use it. Add completion to the interactive spec. (Info-menu-update): Simplify call to `Info-complete-menu-item'.
* New bug.Stefan Monnier2001-11-291-1/+2
|
* *** empty log message ***Dave Love2001-11-291-0/+6
|
* Note that describe-categories was moved to help-fns.el from src/category.c.Eli Zaretskii2001-11-291-0/+1
|
* Note that describe-categories was moved to lisp/help-fns.el.Eli Zaretskii2001-11-291-1/+1
|
* Extra translations. Fix someDave Love2001-11-291-13/+54
| | | | | latin-iso8859-4 characters. Use Hebrew letters, not compatibility symbols.
* Delete undesirable links.Richard M. Stallman2001-11-291-5/+3
|
* *** empty log message ***Pavel Janík2001-11-296-0/+24
|
* Use COPYING from the top-level directory.Pavel Janík2001-11-291-2/+2
|
* Removed.Pavel Janík2001-11-296-2040/+0
|
* *** empty log message ***Stefan Monnier2001-11-291-0/+3
|
* *** empty log message ***Dave Love2001-11-292-0/+19
|
* (syms_of_coding) <Qchar_coding_system>: Give it anDave Love2001-11-291-3/+4
| | | | | extra extra slot. (detect_coding_mask): Fix call of detect_coding_iso2022.
* Doc fixes.Dave Love2001-11-291-13/+73
| | | | | | (map-charset-chars): New function. (register-char-codings): Use it to cope with generic chars in safe-chars.
* Fontify rewind, backspace. Doc fixes.Dave Love2001-11-291-37/+38
| | | | | | | (fortran-window-create, fortran-window-create-momentarily): Rewrite, moving error condition. (fortran-beginning-do, fortran-beginning-if): Fix regexps. (fortran-mode-syntax-table): Revert last change.
* *** empty log message ***Gerd Moellmann2001-11-293-1068/+1082
|
* Fixed typographic error.Robert J. Chassell2001-11-291-1/+1
|
* Add support for FreeBSD/Alpha.Gerd Moellmann2001-11-291-1/+9
|
* Change the category in @dircategory to "Emacs", toEli Zaretskii2001-11-292-1/+6
| | | | make it consistent with info/dir.
* (Index): @ignore extraneous text.Eli Zaretskii2001-11-291-11/+6
| | | | Use @dircategory and @direntry to define the DIR entry.
* (blackbox-mode, blackbox): Doc fix.Pavel Janík2001-11-292-4/+6
|
* (cookie, cookie-insert, shuffle-vector): Doc fixes.Pavel Janík2001-11-292-5/+10
|
* *** empty log message ***Pavel Janík2001-11-292-0/+9
|
* (studlify-word, studlify-region, studlify-buffer): Fix doc-string.Pavel Janík2001-11-291-3/+4
| | | | (studlify-buffer): Add autoload cookie.
* Add COPYING to the top-level directory of the distribution. Simplify thePavel Janík2001-11-291-6/+2
| | | | logic behind copying.
* *** empty log message ***Pavel Janík2001-11-292-0/+10
|
* (file-name-coding-system, default-file-name-coding-system): Doc fix (linksPavel Janík2001-11-291-4/+4
| | | | to referenced variables added).
* (maybe_bootstrap): Fix previous change.Pavel Janík2001-11-291-2/+2
|
* (GCPRO1, GCPRO2, GCPRO3, GCPRO4, GCPRO5):Stefan Monnier2001-11-291-5/+10
| | | | Add dummy uses of gcproN variables.
* *** empty log message ***Stefan Monnier2001-11-292-2/+57
|
* (outline-up-heading): Add `invisible-ok' arg.Stefan Monnier2001-11-291-77/+179
| | | | | | | | | | | | | | | | | (outline-up-heading-all): Remove. (hide-sublevels): Move to end-of-heading before calling flag-region. (outline-copy-overlay, outline-discard-overlays): Remove. (outline-flag-region): Use `remove-overlays'. Don't move to end-of-heading. (outline-next-visible-heading, outline-back-to-heading) (outline-on-heading-p): Use outline-invisible-p. (outline-font-lock-level): Use outline-up-heading's new arg. (outline-minor-mode): Simplify. (outline-map-tree, outline-reveal-toggle-invisible): New funs. (outline): Put a `reveal-toggle-invisible' property. (outline-level-heading): New var. (outline-insert-heading, outline-promote, outline-demote) (outline-toggle-children): New commands.
* *** empty log message ***Richard M. Stallman2001-11-293-0/+15
|
* (Ffind_file_name_handler): Avoid initializer for `result'.Richard M. Stallman2001-11-291-1/+2
|
* (lispdir): New variable, referring to build dir.Richard M. Stallman2001-11-291-1/+2
| | | | (TAGS-LISP): Find Makefile in $(lispdir), not $(lispsource).
* Another change in forward-comment.Richard M. Stallman2001-11-291-6/+7
|
* Comment change.Richard M. Stallman2001-11-292-105/+105
|
* (maybe_bootstrap): Don't bootstrap, just suggest it.Richard M. Stallman2001-11-291-2/+3
|
* (TAGS): Find the source files in $(srcdir).Richard M. Stallman2001-11-291-1/+1
|
* (Copyright): Add '(C)' as per coding guidelines.Paul Eggert2001-11-282-5/+17
| | | | | | | | | | The following changes are derived from suggestions by Bob Chapman <rechapman@compuserve.com>. (printlogline): Also allow tab and newline to separate '(function):' from the rest of a comment. (reformat the sorted log entries): Require date and author to match the clumpname.