.. |
.gitignore
|
|
|
advice.el
|
* emacs-lisp/advice.el: Replace legal' with valid'.
|
2005-03-25 09:55:34 +00:00 |
assoc.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
authors.el
|
(authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual.
|
2005-05-17 15:05:02 +00:00 |
autoload.el
|
(make-autoload): Add the :setter for defcustoms corresponding to minor modes.
|
2005-06-26 18:18:04 +00:00 |
backquote.el
|
(backquote-list*-macro): Use nreverse.
|
2004-03-22 15:17:01 +00:00 |
benchmark.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
bindat.el
|
Fix repeat' BNF and bits 2' example in Commentary.
|
2005-06-11 23:56:33 +00:00 |
byte-opt.el
|
(byte-optimize-pure-func): Fix spellings.
|
2005-06-21 13:45:12 +00:00 |
byte-run.el
|
(make-obsolete, define-obsolete-function-alias): Rename arguments FUNCTION and
|
2005-06-14 15:50:22 +00:00 |
bytecomp.el
|
(byte-compile-nogroup-warn): Don't warn when name is not constant
|
2005-07-03 16:17:11 +00:00 |
checkdoc.el
|
(checkdoc-continue, checkdoc-comments, checkdoc-message-text, checkdoc-defun):
|
2004-12-11 22:01:42 +00:00 |
cl-compat.el
|
(pair-with-newsyms): Use make-symbol.
|
2004-11-16 04:04:50 +00:00 |
cl-extra.el
|
(coerce, map, maplist, cl-mapc, mapl, mapcan, mapcon, some, every, notany,
|
2005-05-22 17:48:02 +00:00 |
cl-indent.el
|
(lisp-indent-maximum-backtracking): Fix typos in docstrings.
|
2005-07-04 00:39:30 +00:00 |
cl-macs.el
|
(defsetf): Improve argument/docstring consistency.
|
2005-06-01 15:33:50 +00:00 |
cl-seq.el
|
(reduce, fill, replace, remove*, remove-if, remove-if-not, delete*, delete-if,
|
2005-05-20 14:30:34 +00:00 |
cl-specs.el
|
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-196
|
2004-04-10 05:55:49 +00:00 |
cl.el
|
(acons, pairlis): Add docstring.
|
2005-05-23 00:05:40 +00:00 |
copyright.el
|
(copyright-fix-years): Make sure all years are fixed. Don't insert a
|
2005-05-19 08:13:31 +00:00 |
crm.el
|
(crm-find-current-element)
|
2005-07-04 01:04:32 +00:00 |
cust-print.el
|
(custom-printers): Use defvar' instead of defconst'.
|
2004-11-21 03:27:39 +00:00 |
debug.el
|
(debug): Quieten Drew Adams.
|
2005-06-30 22:18:27 +00:00 |
derived.el
|
(derived-mode-init-mode-variables): Fix spelling in docstrings.
|
2005-06-16 16:13:25 +00:00 |
disass.el
|
(disassemble): Handle lambda-exp as arg.
|
2004-04-21 19:14:04 +00:00 |
easy-mmode.el
|
(define-minor-mode): Don't automatically add a :require to the defcustom.
|
2005-06-26 18:21:46 +00:00 |
easymenu.el
|
4-digit copyright years.
|
2005-06-01 16:22:43 +00:00 |
edebug.el
|
(edebug-eval-defun):
|
2005-06-21 15:59:51 +00:00 |
eldoc.el
|
(eldoc-mode): Doc fix.
|
2005-05-18 15:11:36 +00:00 |
elint.el
|
(elint-init-env): Fix spelling in docstrings.
|
2005-06-16 16:14:11 +00:00 |
elp.el
|
(elp-results): Delete wasteful beginning-of-buffer.
|
2004-11-07 04:09:31 +00:00 |
ewoc.el
|
Doc fixes for public funcs:
|
2005-06-11 20:33:28 +00:00 |
find-func.el
|
* emacs-lisp/find-func.el (find-function-noselect): Handle
|
2005-05-30 18:06:02 +00:00 |
find-gc.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
float-sup.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
generic.el
|
(define-generic-mode): Don't generate a defcustom for the mode hook
|
2005-05-12 13:23:31 +00:00 |
gulp.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
helper.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
levents.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
lisp-mnt.el
|
Replace string-to-int' by string-to-number'.
|
2005-05-16 11:34:49 +00:00 |
lisp-mode.el
|
(eval-defun-1): Remove unnecessary quotes.
|
2005-07-04 01:05:56 +00:00 |
lisp.el
|
(check-parens): Fix spellings.
|
2005-06-21 13:44:23 +00:00 |
lmenu.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
lselect.el
|
Adjust to new names for x-(lost|sent)-selection-functions.
|
2004-10-28 23:32:28 +00:00 |
lucid.el
|
(map-keymap): Definition deleted.
|
2004-11-16 17:06:56 +00:00 |
macroexp.el
|
(macroexp-accumulate): Rename arg to var+list.
|
2005-07-03 16:17:50 +00:00 |
map-ynp.el
|
(map-y-or-n-p): Clarify RET/q in help message.
|
2005-04-10 23:25:16 +00:00 |
pp.el
|
(pp-buffer): Change space constants followed by a sexp to "?\s ".
|
2005-06-29 13:52:29 +00:00 |
re-builder.el
|
(reb-mode): Use run-mode-hooks.
|
2005-05-26 15:13:09 +00:00 |
regexp-opt.el
|
(regexp-opt-depth): Fix spelling in docstrings.
|
2005-06-16 16:14:56 +00:00 |
regi.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
ring.el
|
(ring-elements): Make it return a list of the elements of RING in
|
2005-06-24 01:20:14 +00:00 |
rx.el
|
(rx-constituents): Add symbol-start and symbol-end.
|
2005-03-25 14:23:11 +00:00 |
shadow.el
|
* progmodes/idlwave.el (idlwave-make-tags):
|
2004-01-03 12:12:01 +00:00 |
sregex.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
syntax.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
tcover-ses.el
|
emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
|
2003-12-30 08:26:00 +00:00 |
tcover-unsafep.el
|
emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el: Renamed
|
2003-12-30 08:26:00 +00:00 |
testcover.el
|
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-387
|
2005-06-10 10:44:18 +00:00 |
timer.el
|
Change release version from 21.4 to 22.1 throughout.
|
2005-02-09 15:50:47 +00:00 |
tq.el
|
(tq-create): Fix mixed up unquote style.
|
2003-09-12 15:55:47 +00:00 |
trace.el
|
(inhibit-trace): New var.
|
2005-02-27 02:30:58 +00:00 |
unsafep.el
|
Add arch taglines
|
2003-09-01 15:45:59 +00:00 |
warnings.el
|
(display-warning, lwarn, warning-minimum-log-level): Doc fixes.
|
2005-06-17 11:49:17 +00:00 |