index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
loadhist.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
lisp/loadhist.el (unload-feature-special-hooks): Add some hooks (bug#5327).
Juanma Barranquero
2011-07-11
1
-12
/
+20
*
* loadhist.el (unload--set-major-mode): New function.
Juanma Barranquero
2011-06-25
1
-0
/
+17
*
Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org.
Glenn Morris
2011-06-08
1
-10
/
+10
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Nuke arch-tags.
Glenn Morris
2011-01-15
1
-1
/
+0
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
Add 2010 to copyright years.
Glenn Morris
2010-01-13
1
-1
/
+1
*
Add 2009 to copyright years.
Glenn Morris
2009-01-05
1
-1
/
+1
*
* loadhist.el (unload-feature-special-hooks):
Juanma Barranquero
2008-09-07
1
-1
/
+2
*
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris
2008-05-06
1
-6
/
+4
*
(file-provides, file-requires): Push the filename right.
Richard M. Stallman
2008-01-25
1
-2
/
+2
*
Merge from emacs--rel--22
Miles Bader
2008-01-08
1
-1
/
+1
|
\
|
*
Add 2008 to copyright years.
Glenn Morris
2008-01-07
1
-1
/
+1
*
|
Merge from emacs--rel--22
Miles Bader
2007-11-09
1
-1
/
+1
|
\
|
|
*
(unload-feature): Remove redundant check.
Juanma Barranquero
2007-10-30
1
-1
/
+1
|
*
(unload-feature): Remove erroneous check for the FEATURE-unload-function
Juanma Barranquero
2007-10-30
1
-1
/
+1
|
*
(unload-feature-special-hooks): Add `delete-frame-functions'.
Juanma Barranquero
2007-10-29
1
-1
/
+1
*
|
(unload-feature-special-hooks): Add `delete-frame-functions'
Juanma Barranquero
2007-10-29
1
-4
/
+4
*
|
Merge from emacs--rel--22
Miles Bader
2007-10-27
1
-23
/
+30
|
\
|
|
*
(unload-function-defs-list): Renamed from unload-function-features-list.
Richard M. Stallman
2007-10-24
1
-23
/
+30
|
*
(unload-function-features-list): Rename from `unload-hook-features-list'.
Juanma Barranquero
2007-10-19
1
-74
/
+82
|
*
(unload-feature-special-hooks): Update list of special hooks.
Juanma Barranquero
2007-10-18
1
-7
/
+11
*
|
(unload-function-features-list): Rename from `unload-hook-features-list'.
Juanma Barranquero
2007-10-19
1
-74
/
+82
*
|
(feature-symbols, file-provides, file-requires, file-set-intersect,
Juanma Barranquero
2007-10-17
1
-33
/
+28
|
/
*
(unload-feature): Doc fix.
Richard M. Stallman
2007-10-10
1
-8
/
+10
*
Switch license to GPLv3 or later.
Glenn Morris
2007-07-25
1
-1
/
+1
*
(unload-feature): Add line break.
Kim F. Storm
2007-04-06
1
-1
/
+2
*
(read-feature): Reimplement. New optional arg LOADED-P.
Kim F. Storm
2007-04-06
1
-12
/
+15
*
(unload-feature): Handle (t . SYMBOL) entries in load history.
Richard M. Stallman
2007-02-11
1
-2
/
+10
*
(unload-feature): Silently ignore `load-history' entries of the form `(defface
Juanma Barranquero
2007-02-05
1
-3
/
+5
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
Update copyright years.
Glenn Morris
2006-12-05
1
-1
/
+1
*
(read-feature): Don't complete features not loaded from a file (which make
Juanma Barranquero
2006-11-05
1
-1
/
+3
*
* loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
Chong Yidong
2006-07-29
1
-2
/
+2
*
(unload-feature): A bit of sanity check of
Stefan Monnier
2006-04-11
1
-7
/
+15
*
(file-loadhist-lookup): Use `get-load-suffixes' instead of `load-suffixes'.
Luc Teirlinck
2006-02-27
1
-2
/
+2
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
(file-loadhist-lookup): Call locate-library
Richard M. Stallman
2005-10-21
1
-13
/
+16
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-06
1
-1
/
+2
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
(unload-feature): Don't remove a function from hooks if it is about to
Lute Kamstra
2005-04-21
1
-17
/
+23
*
(unload-feature): Update for new format of load-history. Simplify the code.
Lute Kamstra
2005-04-19
1
-42
/
+43
*
(unload-feature): Update for new format of load-history. Simplify the code.
Richard M. Stallman
2005-04-17
1
-23
/
+21
*
(file-loadhist-lookup): New function.
Richard M. Stallman
2005-01-02
1
-2
/
+19
*
(unload-hook-features-list): New defvar.
Eli Zaretskii
2004-02-16
1
-0
/
+6
*
(unload-feature): Doc fix. Rename flist to unload-hook-features-list.
Eli Zaretskii
2004-02-16
1
-6
/
+16
*
Comment change.
Richard M. Stallman
2004-01-16
1
-2
/
+2
*
(unload-feature-special-hooks):
Richard M. Stallman
2003-10-05
1
-2
/
+3
*
Add arch taglines
Miles Bader
2003-09-01
1
-0
/
+1
*
(unload-feature): When undefining a variable, delete its buffer-local bindings.
Richard M. Stallman
2002-09-29
1
-2
/
+8
[next]