summaryrefslogtreecommitdiff
path: root/lisp/loadhist.el
Commit message (Collapse)AuthorAgeFilesLines
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
|
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
|
* * lisp/loadhist.el (read-feature): Get rid of fake feature nil. Leo Liu2013-11-151-8/+4
| | | | | * src/minibuf.c (Ftry_completion, Fall_completions) (Ftest_completion): Use FUNCTIONP. (Bug#15889)
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
|
* Reduce use of (require 'cl).Stefan Monnier2012-07-101-8/+6
| | | | | | | | | | | | | | | | | | | | | | | | * admin/bzrmerge.el: Use cl-lib. * leim/quail/hangul.el: Don't require CL. * leim/quail/ipa.el: Use cl-lib. * vc/smerge-mode.el, vc/pcvs.el, vc/pcvs-util.el, vc/pcvs-info.el: * vc/diff-mode.el, vc/cvs-status.el, uniquify.el, scroll-bar.el: * register.el, progmodes/sh-script.el, net/gnutls.el, net/dbus.el: * msb.el, mpc.el, minibuffer.el, international/ucs-normalize.el: * international/quail.el, info-xref.el, imenu.el, image-mode.el: * font-lock.el, filesets.el, edmacro.el, doc-view.el, bookmark.el: * battery.el, avoid.el, abbrev.el: Use cl-lib. * vc/pcvs-parse.el, vc/pcvs-defs.el, vc/log-view.el, vc/log-edit.el: * vc/diff.el, simple.el, pcomplete.el, lpr.el, comint.el, loadhist.el: * jit-lock.el, international/iso-ascii.el, info.el, frame.el, bs.el: * emulation/crisp.el, electric.el, dired.el, cus-dep.el, composite.el: * calculator.el, autorevert.el, apropos.el: Don't require CL. * emacs-bytecomp.el (byte-recompile-directory, display-call-tree) (byte-compile-unfold-bcf, byte-compile-check-variable): * emacs-byte-opt.el (byte-compile-trueconstp) (byte-compile-nilconstp): * emacs-autoload.el (make-autoload): Use pcase. * face-remap.el (text-scale-adjust): Simplify pcase patterns.
* Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lisp/vc/log-edit.el (vc-comment-ring, vc-comment-ring-index): * lisp/tooltip.el (tooltip-hook): * lisp/textmodes/reftex-toc.el (reftex-toc-map): * lisp/textmodes/reftex-sel.el (reftex-select-label-map) (reftex-select-bib-map): * lisp/textmodes/reftex-index.el (reftex-index-map) (reftex-index-phrases-map): * lisp/speedbar.el (speedbar-syntax-table, speedbar-key-map): * lisp/progmodes/meta-mode.el (meta-mode-map): * lisp/novice.el (disabled-command-hook): * lisp/loadhist.el (unload-hook-features-list): * lisp/frame.el (blink-cursor): * lisp/files.el (find-file-not-found-hooks, write-file-hooks) (write-contents-hooks): * lisp/emulation/tpu-edt.el (GOLD-map): * lisp/emacs-lock.el (emacs-lock-from-exiting): * lisp/emacs-lisp/generic.el (generic-font-lock-defaults): * lisp/emacs-lisp/chart.el (chart-map): * lisp/dos-fns.el (register-name-alist): * lisp/dired-x.el (dired-omit-files-p): * lisp/desktop.el (desktop-enable): * lisp/cus-edit.el (custom-mode-hook): * lisp/buff-menu.el (buffer-menu-mode-hook): * lisp/bookmark.el (bookmark-read-annotation-text-func) (bookmark-exit-hooks): * lisp/allout.el (allout-mode-deactivate-hook) (allout-exposure-change-hook, allout-structure-added-hook) (allout-structure-deleted-hook, allout-structure-shifted-hook): * lisp/dirtrack.el (dirtrack-toggle, dirtrackp, dirtrack-debug-toggle) (dirtrack-debug): Move call to define-obsolete-variable-alias so it comes before the corresponding variable's definition.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Spelling fixes.Paul Eggert2011-12-151-1/+1
|
* Spelling fixes.Paul Eggert2011-11-191-1/+1
|
* Spelling fixes.Paul Eggert2011-11-171-1/+1
|
* lisp/loadhist.el (unload-feature-special-hooks): Add some hooks (bug#5327).Juanma Barranquero2011-07-111-12/+20
|
* * loadhist.el (unload--set-major-mode): New function.Juanma Barranquero2011-06-251-0/+17
| | | | | | | | | (unload-feature): Use it. * progmodes/python.el (python-after-info-look): Add autoload cookie. (python-unload-function): New function. Fixes: debbugs:8781 debbugs:8730
* Merge from emacs-23; up to 2010-06-13T18:15:45Z!eliz@gnu.org.Glenn Morris2011-06-081-10/+10
|
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
|
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
|
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
|
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
|
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* * loadhist.el (unload-feature-special-hooks):Juanma Barranquero2008-09-071-1/+2
| | | | Add `choose-completion-string-functions'.
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (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: emacs@sv.gnu.org/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: emacs@sv.gnu.org/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: emacs@sv.gnu.org/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
|