Glenn Morris
|
acaf905b11
|
Add 2012 to FSF copyright years for Emacs files
|
2012-01-05 01:46:05 -08:00 |
|
Chong Yidong
|
84eb0351d8
|
Merge changes from emacs-23 branch
|
2011-02-12 18:40:43 -05:00 |
|
Glenn Morris
|
86361e1edc
|
cl-seq.el doc fixes.
* lisp/emacs-lisp/cl-seq.el (union, nunion, intersection)
(nintersection, set-difference, nset-difference)
(set-exclusive-or, nset-exclusive-or): Doc fix.
|
2011-02-09 21:07:32 -08: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 |
|
Stefan Monnier
|
77ab81d054
|
Merge from emacs-23
|
2011-01-14 12:18:41 -05:00 |
|
Glenn Morris
|
5df4f04cd3
|
Add 2011 to FSF/AIST copyright years.
|
2011-01-02 15:50:46 -08:00 |
|
Stefan Monnier
|
f291fe60fb
|
Use `declare' in defmacros.
* lisp/window.el (save-selected-window):
* lisp/subr.el (with-temp-file, with-temp-message, with-syntax-table):
* lisp/progmodes/python.el (def-python-skeleton):
* lisp/net/dbus.el (dbus-ignore-errors):
* lisp/jka-cmpr-hook.el (with-auto-compression-mode):
* lisp/international/mule.el (with-category-table):
* lisp/emacs-lisp/timer.el (with-timeout):
* lisp/emacs-lisp/lisp-mnt.el (lm-with-file):
* lisp/emacs-lisp/eieio.el (with-slots):
* lisp/emacs-lisp/easymenu.el (easy-menu-define):
* lisp/emacs-lisp/debug.el (debugger-env-macro):
* lisp/emacs-lisp/cl-compat.el (Multiple-value-bind, Multiple-value-setq)
(Multiple-value-call, Multiple-value-prog1):
* lisp/emacs-lisp/cl-seq.el (cl-parsing-keywords, cl-check-key)
(cl-check-test-nokey, cl-check-test, cl-check-match): Move indent and
edebug rule to definition.
* lisp/emacs-lisp/lisp-mode.el (save-selected-window)
(with-current-buffer, combine-after-change-calls)
(with-output-to-string, with-temp-file, with-temp-buffer)
(with-temp-message, with-syntax-table, read-if, eval-after-load)
(dolist, dotimes, when, unless):
* lisp/emacs-lisp/byte-run.el (inline): Remove indent rule, redundant.
|
2010-08-30 15:03:05 +02:00 |
|
Chong Yidong
|
bd78fa1d54
|
Add "Package:" file headers to denote built-in packages.
|
2010-08-29 12:17:13 -04: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 |
|
Glenn Morris
|
e3d954975b
|
Simply require 'cl (silences spurious warnings).
|
2008-07-16 02:50:40 +00:00 |
|
Glenn Morris
|
d6cba7ae45
|
Switch to recommended form of GPLv3 permissions notice.
|
2008-05-06 03:21:21 +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
|
8b72699e88
|
Add 2008 to copyright years.
|
2008-01-07 01:14:52 +00:00 |
|
Glenn Morris
|
08f5e96594
|
Unify local variable section, and set byte-compile-warnings to `(not
cl-functions)'.
|
2007-10-28 23:50:47 +00:00 |
|
Miles Bader
|
9aecacd08a
|
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 70-73)
- Update from CVS
2007-07-25 Glenn Morris <rgm@gnu.org>
* Relicense all FSF files to GPLv3 or later.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
|
2007-07-26 05:28:10 +00:00 |
|
Glenn Morris
|
e0085d62fa
|
Switch license to GPLv3 or later.
|
2007-07-25 04:14:29 +00:00 |
|
Stefan Monnier
|
323698cc6b
|
Set generated-autoload-file to cl-loaddefs.el.
Add autoload cookies on all defs autoloaded manually in cl.el.
|
2007-06-27 18:59:03 +00:00 |
|
Glenn Morris
|
f0fa15c5e5
|
Add 2007 to copyright years.
|
2007-01-21 02:48:43 +00:00 |
|
Glenn Morris
|
d59c31376c
|
Update copyright years.
|
2006-12-07 05:06:17 +00:00 |
|
Thien-Thi Nguyen
|
ceb4c4d303
|
Update years in copyright notice; nfc.
|
2006-02-06 12:31:40 +00:00 |
|
Thien-Thi Nguyen
|
3731a85096
|
Update years in copyright notice; nfc.
|
2005-08-06 17:48:15 +00:00 |
|
Lute Kamstra
|
3a35cf56e7
|
Update FSF's address.
|
2005-07-04 17:55:18 +00:00 |
|
Juanma Barranquero
|
47bc4b3fe1
|
(reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, delete-if,
delete-if-not, remove-duplicates, delete-duplicates, substitute, substitute-if,
substitute-if-not, nsubstitute, nsubstitute-if, nsubstitute-if-not, find,
find-if, find-if-not, position, position-if, position-if-not, count, count-if,
count-if-not, mismatch, search, sort*, stable-sort, merge, member*, member-if,
member-if-not, assoc*, assoc-if, assoc-if-not, rassoc*, rassoc-if,
rassoc-if-not, union, nunion, intersection, nintersection, set-difference,
nset-difference, set-exclusive-or, nset-exclusive-or, subsetp, subst-if,
subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis, nsublis, tree-equal):
Improve argument/docstring consistency.
|
2005-05-20 14:30:34 +00:00 |
|
Juanma Barranquero
|
213233f006
|
(subsetp, tree-equal): Doc fixes.
|
2005-05-17 00:28:50 +00:00 |
|
Miles Bader
|
ab5796a9f9
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
|
Stefan Monnier
|
ca50d9e6f3
|
(cl-push, cl-pop): Remove.
Use pop and push throughout the file instead.
|
2002-09-27 22:19:22 +00:00 |
|
Eli Zaretskii
|
d22f8da480
|
(mismatch): Doc fix.
|
2002-01-25 18:47:33 +00:00 |
|
Dave Love
|
4cb1bcc283
|
(remove, remq): Remove.
|
2001-01-05 16:44:10 +00:00 |
|
Dave Love
|
64a4c526f4
|
Doc fixes; mainly avoid duplicating arg
list in doc string. Don't quote keyword symbols.
|
2000-05-05 20:01:01 +00:00 |
|
Richard M. Stallman
|
7321741136
|
Turn on byte-compile-dynamic.
|
1996-09-01 22:56:40 +00:00 |
|
Erik Naggum
|
b578f267af
|
Update FSF's address.
|
1996-01-14 07:34:30 +00:00 |
|
Richard M. Stallman
|
be01074898
|
Comment change.
|
1995-10-30 17:35:01 +00:00 |
|
Richard M. Stallman
|
66770f4251
|
(rassoc): Definition deleted.
|
1995-08-27 18:15:26 +00:00 |
|
Karl Heuer
|
7c938215cd
|
Update GPL to version 2.
|
1995-06-15 20:42:24 +00:00 |
|
Richard M. Stallman
|
07b3798c76
|
Comment change.
|
1994-06-17 20:04:22 +00:00 |
|
Richard M. Stallman
|
fcd737693e
|
entered into RCS
|
1993-07-30 20:15:09 +00:00 |
|