summaryrefslogtreecommitdiff
path: root/lisp/loadhist.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update copyright years.Glenn Morris2006-12-051-1/+1
|
* (read-feature): Don't complete features not loaded from a file (which makeJuanma Barranquero2006-11-051-1/+3
| | | | `unload-feature' to fail).
* * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' formatChong Yidong2006-07-291-2/+2
| | | | for load-history elements.
* (unload-feature): A bit of sanity check ofStefan Monnier2006-04-111-7/+15
| | | | load-history entries. Cancel timer-vars before unbinding them.
* (file-loadhist-lookup): Use `get-load-suffixes' instead of `load-suffixes'.Luc Teirlinck2006-02-271-2/+2
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (file-loadhist-lookup): Call locate-libraryRichard M. Stallman2005-10-211-13/+16
| | | | | | | instead of find-library-name. Don't try converting abs file names to library names, since load-history no longer has library names in it. (file-dependents, file-provides, file-requires): Doc fixes.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (unload-feature): Don't remove a function from hooks if it is about toLute Kamstra2005-04-211-17/+23
| | | | | be restored to an autoload . Remove functions that will become unbound from auto-mode-alist. Simplify the code.
* (unload-feature): Update for new format of load-history. Simplify the code.Lute Kamstra2005-04-191-42/+43
|
* (unload-feature): Update for new format of load-history. Simplify the code.Richard M. Stallman2005-04-171-23/+21
|
* (file-loadhist-lookup): New function.Richard M. Stallman2005-01-021-2/+19
| | | | (file-provides, file-requires): Use it.
* (unload-hook-features-list): New defvar.Eli Zaretskii2004-02-161-0/+6
|
* (unload-feature): Doc fix. Rename flist to unload-hook-features-list.Eli Zaretskii2004-02-161-6/+16
|
* Comment change.Richard M. Stallman2004-01-161-2/+2
|
* (unload-feature-special-hooks):Richard M. Stallman2003-10-051-2/+3
| | | | | Renamed from loadhist-hook-functions. (loadhist-hook-functions): Now an alias.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* (unload-feature): When undefining a variable, delete its buffer-local bindings.Richard M. Stallman2002-09-291-2/+8
|
* (unload-feature): Distinguish functions from variables in load-history.Richard M. Stallman2002-08-241-13/+15
| | | | (feature-symbols): Doc fix.
* (unload-feature): Call elp-restore-function,Dave Love2000-10-311-3/+5
| | | | | checking for symbols; don't use elp-restore-all. (loadhist-hook-functions): Doc fix.
* (unload-feature): Maybe call elp-restore-list andDave Love2000-09-171-0/+4
| | | | ad-unadvise.
* (unload-feature): Typo.Stefan Monnier2000-08-161-1/+1
|
* (loadhist-hook-functions): Remove before-change-function,Dave Love2000-05-311-7/+9
| | | | | after-change-function. (unload-feature): Deal with symbols which are both bound and fbound.
* (unload-feature): Fix interactive spec [fromDave Love2000-05-261-2/+2
| | | | lijnzaad@ebi.ac.uk].
* (feature-symbols, file-provides, file-requires): Use mapc.Dave Love2000-05-221-48/+42
| | | | | | | (feature-file): Avoid calling symbol-name. Doc fix. (file-set-intersect, file-dependents): Use dolist, not mapcar. (loadhist-hook-functions): Add mouse-position-function. (unload-feature): Change uses of mapcar.
* (load-history-loaded): defvar moved to help.el.Karl Heuer1998-12-101-27/+0
|
* (symbol-file): Doc fix.Richard M. Stallman1998-11-291-1/+4
|
* (symbol-file): For ms-dos, use fns.el without theEli Zaretskii1998-11-121-1/+3
| | | | version string.
* (symbol-file): Run fns-VERSION.el throughEli Zaretskii1998-11-081-2/+6
| | | | convert-standard-filename.
* (symbol-file): Load fns-*.el from exec-directoryAndreas Schwab1998-10-301-2/+2
| | | | | instead of data-directory since it is architecture dependent. (load-history-loaded): Update doc string.
* (load-history-loaded): New variable.Karl Heuer1998-09-211-0/+9
| | | | (symbol-file): Load etc/fns-VERSION.el if that has not been done.
* (read-feature): Doc fix.Richard M. Stallman1998-06-131-18/+60
| | | | | | (loadhist-hook-functions): New variable. (unload-feature): Act on FEATURE-unload-hook or look for unloaded functions on hooks and remove them.
* (read-feature): New function.Richard M. Stallman1996-09-121-1/+11
| | | | (unload-feature): Read FEATURE interactively with read-feature.
* Update FSF's address.Erik Naggum1996-01-141-3/+5
|
* (unload-feature): Delete the file's load-history element.Richard M. Stallman1995-08-021-8/+10
| | | | | (file-set-intersect): Renamed from set-intersect. (file-dependents): Use new name.
* (unload-feature): When we come to (provide . FEATURE),Karl Heuer1995-05-181-1/+4
| | | | remove FEATURE from the features list.
* Comment changes.Karl Heuer1995-04-081-0/+17
|
* (unload-feature): Don't care if FILE is a dependency of itself.Richard M. Stallman1995-01-201-2/+4
|
* (unload-feature): The autoload property does notRichard M. Stallman1994-07-011-1/+1
| | | | tart with `autoload'.
* (unload-feature): Ignore conses in the feature-symbols.Richard M. Stallman1993-12-241-0/+1
|
* entered into RCSRichard M. Stallman1993-04-161-0/+112