Juanma Barranquero
519d22cc0e
* loadhist.el (unload--set-major-mode): New function.
...
(unload-feature): Use it.
* progmodes/python.el (python-after-info-look): Add autoload cookie.
(python-unload-function): New function.
Fixes: debbugs:8781 debbugs:8730
2011-06-25 19:42:18 +02:00
Glenn Morris
2c5871045a
Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org.
2011-06-08 00:17:26 -07:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Glenn Morris
0d9f702fd0
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Glenn Morris
114f9c9679
Add 2010 to copyright years.
2010-01-13 00:35:10 -08:00
Glenn Morris
ae940284fa
Add 2009 to copyright years.
2009-01-05 03:18:22 +00:00
Juanma Barranquero
9910a31133
* loadhist.el (unload-feature-special-hooks):
...
Add `choose-completion-string-functions'.
2008-09-07 20:33:49 +00:00
Glenn Morris
eb3fa2cfcf
Switch to recommended form of GPLv3 permissions notice.
2008-05-06 08:06:51 +00:00
Richard M. Stallman
8f696e6558
(file-provides, file-requires): Push the filename right.
2008-01-25 22:50:33 +00:00
Miles Bader
59ce725a3b
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
2008-01-08 20:46:54 +00:00
Glenn Morris
409cc4a3ea
Add 2008 to copyright years.
2008-01-07 02:45:14 +00:00
Miles Bader
c12ecb0af9
Merge from emacs--rel--22
...
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-923
2007-11-09 09:45:30 +00:00
Juanma Barranquero
d83fb2569e
(unload-feature): Remove redundant check.
2007-10-30 09:44:17 +00:00
Juanma Barranquero
28d5d98ba5
(unload-feature): Remove erroneous check for the FEATURE-unload-function
...
variable; check the existence of the function (that's what the docstring
says, and it makes more sense).
2007-10-30 00:14:03 +00:00
Juanma Barranquero
b09ee19d0b
(unload-feature-special-hooks): Add `delete-frame-functions'
...
and `suspend-tty-functions'.
2007-10-29 00:47:06 +00:00
Juanma Barranquero
9d097e6a4a
(unload-feature-special-hooks): Add `delete-frame-functions'.
2007-10-29 00:35:12 +00:00
Miles Bader
fdc9061358
Merge from emacs--rel--22
...
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: emacs@sv.gnu.org/emacs--devo--0--patch-908
2007-10-27 09:07:17 +00:00
Richard M. Stallman
8ed7fe5cf4
(unload-function-defs-list): Renamed from unload-function-features-list.
...
(unload-feature-special-hooks, unload-feature): Doc fixes.
2007-10-24 08:12:40 +00:00
Juanma Barranquero
d66d6ac028
(unload-function-features-list): Rename from `unload-hook-features-list'.
...
(unload-hook-features-list): Add as obsolete alias.
(unload-feature): Use `unload-function-features-list'
and new FEATURE-unload-function.
2007-10-19 09:05:52 +00:00
Juanma Barranquero
1dd743c9b9
(unload-function-features-list): Rename from `unload-hook-features-list'.
...
(unload-hook-features-list): Add as obsolete alias.
(unload-feature): Use `unload-function-features-list'
and new FEATURE-unload-function.
2007-10-19 08:57:34 +00:00
Juanma Barranquero
aecedc825d
(unload-feature-special-hooks): Update list of special hooks.
2007-10-18 13:51:21 +00:00
Juanma Barranquero
b5307e9c2b
(feature-symbols, file-provides, file-requires, file-set-intersect,
...
file-dependents): Simplify.
(unload-feature-special-hooks): Update list of special hooks.
2007-10-17 23:05:54 +00:00
Richard M. Stallman
70d6f4fe9a
(unload-feature): Doc fix.
2007-10-10 20:17:29 +00:00
Glenn Morris
b4aa60262c
Switch license to GPLv3 or later.
2007-07-25 04:50:21 +00:00
Kim F. Storm
5c34b94b53
(unload-feature): Add line break.
2007-04-06 17:05:39 +00:00
Kim F. Storm
12d9b59e7a
(read-feature): Reimplement. New optional arg LOADED-P.
...
(unload-feature): Update interactive spec accordingly.
2007-04-06 17:03:19 +00:00
Richard M. Stallman
531309ebc8
(unload-feature): Handle (t . SYMBOL) entries in load history.
2007-02-11 11:11:09 +00:00
Juanma Barranquero
54c6a1c4f5
(unload-feature): Silently ignore load-history' entries of the form
(defface
...
. SYMBOL)', and treat `(autoload . SYMBOL)' entries like `defun'. Return nil.
2007-02-05 23:45:31 +00:00
Glenn Morris
d7a0267c8d
Add 2007 to copyright years.
2007-01-21 03:53:13 +00:00
Glenn Morris
c90f275771
Update copyright years.
2006-12-05 07:06:08 +00:00
Juanma Barranquero
cf0f58baee
(read-feature): Don't complete features not loaded from a file (which make
...
`unload-feature' to fail).
2006-11-05 20:57:32 +00:00
Chong Yidong
c888d352a6
* loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
...
for load-history elements.
2006-07-29 15:05:50 +00:00
Stefan Monnier
ab215e7246
(unload-feature): A bit of sanity check of
...
load-history entries. Cancel timer-vars before unbinding them.
2006-04-11 17:05:16 +00:00
Luc Teirlinck
e18ce91df4
(file-loadhist-lookup): Use get-load-suffixes' instead of
load-suffixes'.
2006-02-27 01:54:42 +00:00
Thien-Thi Nguyen
aaef169dc6
Update years in copyright notice; nfc.
2006-02-06 15:23:23 +00:00
Richard M. Stallman
1c11da91f8
(file-loadhist-lookup): Call locate-library
...
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.
2005-10-21 17:19:10 +00:00
Thien-Thi Nguyen
0d30b33766
Update years in copyright notice; nfc.
2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519
Update FSF's address.
2005-07-04 23:32:44 +00:00
Lute Kamstra
bd0f9535ce
(unload-feature): Don't remove a function from hooks if it is about to
...
be restored to an autoload . Remove functions that will become
unbound from auto-mode-alist. Simplify the code.
2005-04-21 21:36:24 +00:00
Lute Kamstra
191652f815
(unload-feature): Update for new format of load-history. Simplify the code.
2005-04-19 15:09:05 +00:00
Richard M. Stallman
23ce2debd8
(unload-feature): Update for new format of load-history. Simplify the code.
2005-04-17 15:57:00 +00:00
Richard M. Stallman
27af61fe6c
(file-loadhist-lookup): New function.
...
(file-provides, file-requires): Use it.
2005-01-02 23:43:51 +00:00
Eli Zaretskii
dffc4dfc5d
(unload-hook-features-list): New defvar.
2004-02-16 17:50:32 +00:00
Eli Zaretskii
8cb16ad11d
(unload-feature): Doc fix. Rename flist to unload-hook-features-list.
2004-02-16 17:39:38 +00:00
Richard M. Stallman
557be03634
Comment change.
2004-01-16 18:26:32 +00:00
Richard M. Stallman
28d02da1e7
(unload-feature-special-hooks):
...
Renamed from loadhist-hook-functions.
(loadhist-hook-functions): Now an alias.
2003-10-05 13:50:18 +00:00
Miles Bader
ab5796a9f9
Add arch taglines
2003-09-01 15:45:59 +00:00
Richard M. Stallman
3147ee6dbc
(unload-feature): When undefining a variable, delete its buffer-local bindings.
2002-09-29 03:34:12 +00:00
Richard M. Stallman
7dc2cc987c
(unload-feature): Distinguish functions from variables in load-history.
...
(feature-symbols): Doc fix.
2002-08-24 03:00:29 +00:00