Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Customized. | Richard M. Stallman | 1997-07-24 | 1 | -13/+31 |
| | |||||
* | (apropos-print): Use customize-group-other-window, not customize-other-window. | Richard M. Stallman | 1997-07-15 | 1 | -1/+1 |
| | |||||
* | Add provide call. | Richard M. Stallman | 1997-06-22 | 1 | -0/+2 |
| | |||||
* | (apropos): Add support for customization groups. | Richard M. Stallman | 1997-04-25 | 1 | -0/+7 |
| | | | | (apropos-print): Ditto. | ||||
* | (apropos): Add support for faces, widgets, and user options. | Richard M. Stallman | 1997-04-12 | 1 | -3/+21 |
| | | | | (apropos-print): Ditto. | ||||
* | (apropos): Print all property symbols. | Karl Heuer | 1997-03-17 | 1 | -15/+15 |
| | |||||
* | (apropos-print): Don't say `Type ' before M-x cmd. | Richard M. Stallman | 1996-09-04 | 1 | -1/+0 |
| | |||||
* | (apropos-mode-map): Don't use view-mode; | Richard M. Stallman | 1996-08-26 | 1 | -1/+2 |
| | | | | instead, bind SPC and DEL directly. | ||||
* | (apropos-mode): Turn on View mode. | Richard M. Stallman | 1996-08-22 | 1 | -0/+1 |
| | |||||
* | (apropos-print): If command has no key bindings, say how to run it with M-x. | Richard M. Stallman | 1996-05-04 | 1 | -1/+8 |
| | |||||
* | (apropos-print): Fix previous change. | Erik Naggum | 1996-01-28 | 1 | -1/+1 |
| | |||||
* | (apropos-print): Omit key sequences that contain a frame. | Richard M. Stallman | 1996-01-27 | 1 | -13/+30 |
| | |||||
* | Update FSF's address. | Erik Naggum | 1996-01-14 | 1 | -2/+3 |
| | |||||
* | (apropos-print): Fix previous change to mouse message. | Erik Naggum | 1996-01-12 | 1 | -2/+2 |
| | |||||
* | (apropos-print): Fix message about mouse command. | Karl Heuer | 1996-01-09 | 1 | -1/+2 |
| | |||||
* | (apropos-files-scanned): Doc fix. | Karl Heuer | 1996-01-04 | 1 | -1/+1 |
| | |||||
* | (apropos-match-face): Use `secondary-selection' rather | Karl Heuer | 1995-12-19 | 1 | -113/+127 |
| | | | | | | | | | | | | | than `highlight' to distinguish it from mouse-face highlighting of hyperlinks. (apropos-mode-map): Rename from `apropos-local-map'. (apropos-mode): Set it rather than have a local-map that made RET locally unusable when copied to other buffer. (apropos-print): Use it. When there is only one property, show what it is. Remove superfluous `save-excursion', thus making help commands' return-message be correct. (apropos-print, apropos-describe-plist): `print-help-return-message' like help commands. | ||||
* | (apropos-follow): Rewrite to use whole line as target of reference. | Richard M. Stallman | 1995-11-27 | 1 | -22/+25 |
| | | | | | (apropos-mouse-follow): Do save-excursion. Error if not adjacent to a mouse-face property. | ||||
* | (apropos-print): Put the item property | Richard M. Stallman | 1995-11-21 | 1 | -13/+7 |
| | | | | | | on the whole printed symbol. (apropos-follow): Look for the item property only adjacent to point. Signal an error if there is none. | ||||
* | (apropos-print): Use apropos-local-map as buffer's map, | Richard M. Stallman | 1995-11-21 | 1 | -2/+2 |
| | | | | not as a text property. | ||||
* | (apropos-print): Use buffer *Apropos*, not *Help*. | Richard M. Stallman | 1995-11-10 | 1 | -6/+3 |
| | | | | | | (apropos-follow): Don't print a "how to get back" message. (apropos-follow): Fix error message. | ||||
* | Add latest changes of old library and some more. | Karl Heuer | 1995-07-22 | 1 | -178/+311 |
| | | | | | | | | | | | | | | | | | | (apropos): Only show unbound symbols when do-all (apropos-documentation-check-elc-file): new copied function. (apropos-command): also use `apropos-do-all' when called as function. (apropos-print-doc): renamed from `apropos-print-documentation', i is numeric index, replaces parameter tem. (apropos-macrop): new function. (apropos-print): use it to differentiate macros. (apropos-symbol-face, apropos-keybinding-face, apropos-label-face) (apropos-property-face, apropos-match-face): new variables replace and extend the effect of `apropos-use-faces'. (apropos-safe-documentation): renames `safe-documentation', also returns a cons. (apropos-regexp, apropos-files-scanned, apropos-accumulator) (apropos-item): new variables to prevent compiler warnings. (apropos-value-internal, apropos-documentation-internal): new fns. | ||||
* | Restructured, largely rewritten and extended. | Karl Heuer | 1995-07-07 | 1 | -393/+368 |
| | | | | | | | | | (apropos-use-faces, apropos-local-map): New variables. (apropos-command): New name for `command-apropos' no longer in help.el. (apropos-value): New command. (apropos-documentation): New name for `super-apropos' (apropos-follow, apropos-mouse-follow): New commands for hypertext. (apropos-describe-plist): New function. | ||||
* | (apropos): Use apropos-worthy-symbol-p as default predicate. | Richard M. Stallman | 1995-04-03 | 1 | -1/+10 |
| | | | | (apropos-worthy-symbol-p): New function. | ||||
* | (super-apropos-check-elc-file): New function. | Richard M. Stallman | 1994-12-29 | 1 | -59/+122 |
| | | | | | | | | | | | | specifies which file to search. (apropos-files-scanned): New variable. (super-apropos): Bind apropos-files-scanned. Update apropos-accumulate from apropos-print-matches. Call super-apropos-accumulate before checking for no matches. (super-apropos-check-doc-file): Don't visit the file, just insert it. (super-apropos-accumulate): When doc string is in a file, scan that file. (apropos-print-matches): Return the sorted list. (safe-documentation): Handle compiled files. | ||||
* | (super-apropos, super-apropos-check-doc-file) | Richard M. Stallman | 1994-12-29 | 1 | -23/+32 |
| | | | | | | | | | (super-apropos-accumulate): Vars item, fn-doc and var-doc renamed to apropos-item, apropos-fn-doc and apropos-var-doc. (apropos-item, apropos-var-doc, apropos-fn-doc) (apropos-accumulate, apropos-regexp): New defvars. (super-apropos): Bind apropos-regexp to regexp. (super-apropos-accumulate): Use apropos-regexp. | ||||
* | (apropos-match-keys): Handle menu bindings with cached equivalent keys. | Richard M. Stallman | 1994-12-15 | 1 | -5/+17 |
| | | | | | (apropos-match-keys): Handle minor mode maps and overriding-local-map. | ||||
* | (apropos-print-matches): Set help-mode in *Help* buffer. | Karl Heuer | 1994-11-09 | 1 | -1/+2 |
| | |||||
* | (apropos-print-matches): Add newline after | Richard M. Stallman | 1994-10-01 | 1 | -13/+22 |
| | | | | | | Function: or Variable: if line doesn't fit with it. New arg no-header inhibits them entirely. (apropos): New arg no-header. Pass it to apropos-print-matches. | ||||
* | Update copyright. | Karl Heuer | 1994-05-03 | 1 | -1/+1 |
| | |||||
* | (super-apropos-check-doc-file): Force Fundamental mode. | Richard M. Stallman | 1994-04-13 | 1 | -3/+4 |
| | |||||
* | (apropos-match-keys): Skip duplicate keybindings. | Karl Heuer | 1994-03-25 | 1 | -0/+6 |
| | |||||
* | Comment change. | Richard M. Stallman | 1994-03-14 | 1 | -10/+0 |
| | |||||
* | (apropos, super-apropos): Doc fix. | Karl Heuer | 1994-03-08 | 1 | -2/+4 |
| | |||||
* | (super-apropos-check-doc-file): Use doc-directory instead of data-directory. | Karl Heuer | 1994-03-08 | 1 | -1/+1 |
| | |||||
* | (super-apropos-check-doc-file): Don't attempt to retrieve function | Karl Heuer | 1994-02-12 | 1 | -1/+1 |
| | | | | documentation from a symbol with no function binding. | ||||
* | (super-apropos-check-doc-file): Verify that the doc | Richard M. Stallman | 1993-12-29 | 1 | -4/+7 |
| | | | | string can actually be found from the symbol. | ||||
* | (apropos-match-keys): If REGEXP is nil, always act as if it matched. | Richard M. Stallman | 1993-12-23 | 1 | -2/+6 |
| | |||||
* | (safe-documentation): Don't crash on byte-compiled macro. | Richard M. Stallman | 1993-06-08 | 1 | -2/+2 |
| | |||||
* | (apropos-print-matches): Bind tem. | Richard M. Stallman | 1993-05-22 | 1 | -1/+1 |
| | |||||
* | (apropos-match-keys): Handle modern keymap structure. | Richard M. Stallman | 1993-05-21 | 1 | -35/+56 |
| | |||||
* | Add or correct keywords | Eric S. Raymond | 1993-03-18 | 1 | -1/+1 |
| | |||||
* | (super-apropos-check-doc-file): Look for DOC file in proper directory. | Richard M. Stallman | 1993-02-20 | 1 | -3/+4 |
| | |||||
* | (apropos-match-keys): Handle non-chars as keys. | Richard M. Stallman | 1993-01-04 | 1 | -1/+3 |
| | |||||
* | entered into RCS | Eric S. Raymond | 1992-07-22 | 1 | -3/+2 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-17 | 1 | -0/+1 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-07-16 | 1 | -5/+7 |
| | |||||
* | *** empty log message *** | Eric S. Raymond | 1992-05-30 | 1 | -1/+3 |
| | |||||
* | *** empty log message *** | Jim Blandy | 1991-12-05 | 1 | -1/+1 |
| | |||||
* | Initial revision | Richard M. Stallman | 1991-07-31 | 1 | -0/+323 |