aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/loadhist.el
Commit message (Collapse)AuthorAgeFilesLines
* (file-provides, file-requires): Push the filename right.Richard M. Stallman2008-01-251-2/+2
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: [email protected]/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | Merge from emacs--rel--22Miles Bader2007-11-091-1/+1
|\| | | | | | | Revision: [email protected]/emacs--devo--0--patch-923
| * (unload-feature): Remove redundant check.Juanma Barranquero2007-10-301-1/+1
| |
| * (unload-feature): Remove erroneous check for the FEATURE-unload-functionJuanma Barranquero2007-10-301-1/+1
| | | | | | | | | | variable; check the existence of the function (that's what the docstring says, and it makes more sense).
| * (unload-feature-special-hooks): Add `delete-frame-functions'.Juanma Barranquero2007-10-291-1/+1
| |
* | (unload-feature-special-hooks): Add `delete-frame-functions'Juanma Barranquero2007-10-291-4/+4
| | | | | | | | and `suspend-tty-functions'.
* | Merge from emacs--rel--22Miles Bader2007-10-271-23/+30
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 131-137) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 261-262) - Update from CVS Revision: [email protected]/emacs--devo--0--patch-908
| * (unload-function-defs-list): Renamed from unload-function-features-list.Richard M. Stallman2007-10-241-23/+30
| | | | | | | | (unload-feature-special-hooks, unload-feature): Doc fixes.
| * (unload-function-features-list): Rename from `unload-hook-features-list'.Juanma Barranquero2007-10-191-74/+82
| | | | | | | | | | | | (unload-hook-features-list): Add as obsolete alias. (unload-feature): Use `unload-function-features-list' and new FEATURE-unload-function.
| * (unload-feature-special-hooks): Update list of special hooks.Juanma Barranquero2007-10-181-7/+11
| |
* | (unload-function-features-list): Rename from `unload-hook-features-list'.Juanma Barranquero2007-10-191-74/+82
| | | | | | | | | | | | (unload-hook-features-list): Add as obsolete alias. (unload-feature): Use `unload-function-features-list' and new FEATURE-unload-function.
* | (feature-symbols, file-provides, file-requires, file-set-intersect,Juanma Barranquero2007-10-171-33/+28
|/ | | | | file-dependents): Simplify. (unload-feature-special-hooks): Update list of special hooks.
* (unload-feature): Doc fix.Richard M. Stallman2007-10-101-8/+10
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* (unload-feature): Add line break.Kim F. Storm2007-04-061-1/+2
|
* (read-feature): Reimplement. New optional arg LOADED-P.Kim F. Storm2007-04-061-12/+15
| | | | (unload-feature): Update interactive spec accordingly.
* (unload-feature): Handle (t . SYMBOL) entries in load history.Richard M. Stallman2007-02-111-2/+10
|
* (unload-feature): Silently ignore `load-history' entries of the form `(deffaceJuanma Barranquero2007-02-051-3/+5
| | | | . SYMBOL)', and treat `(autoload . SYMBOL)' entries like `defun'. Return nil.
* 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
| | | | [email protected]].
* (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.