..
.gitignore
Nuke arch-tags.
2011-01-15 15:16:57 -08:00
advice.el
* lisp/emacs-lisp/advice.el (ad-assemble-advised-definition):
2012-10-26 14:01:30 -04:00
authors.el
Move NT-specific include file to the NT include directory
2012-08-01 23:19:48 -07:00
autoload.el
* lisp/emacs-lisp/autoload.el (make-autoload): Add `cl-defmacro' to the
2012-10-07 11:15:16 -04:00
avl-tree.el
lisp/*: Add declarations, remove unused bindings, mark unused args.
2012-04-19 19:20:26 +02:00
backquote.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
benchmark.el
New emacs-lisp-byte-code-mode; misc minor changes.
2012-09-09 21:16:13 -04:00
bindat.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
byte-opt.el
Autoload more carefully from Lisp. Follow aliases for function properties.
2012-07-25 21:27:33 -04:00
byte-run.el
More documentation fixes for changes to defun, defmacro, etc.
2012-10-15 12:03:04 +08:00
bytecomp.el
Fix spurious "cl--defsubst-expand might not be defined at runtime"
2012-10-11 16:08:38 -04:00
cconv.el
Provide generalized variables in core Elisp.
2012-06-22 09:42:38 -04:00
chart.el
* lisp/emacs-lisp/chart.el: Use lexical-binding.
2012-07-19 07:39:38 -04:00
check-declare.el
Comment fix
2012-04-20 20:32:15 -04:00
checkdoc.el
* checkdoc.el (checkdoc-comment-style-hooks): Typo.
2012-10-23 13:09:22 -04:00
cl-extra.el
* bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.
2012-09-28 19:30:52 -04:00
cl-indent.el
Add missing :version tags to new defgroups and defcustoms
2012-02-11 14:13:29 -08:00
cl-lib.el
* lisp/emacs-lisp/cl-lib.el (cl--defsubst-expand): Undo last change.
2012-10-11 16:36:23 -04:00
cl-loaddefs.el
Auto-commit of loaddefs files.
2012-10-25 06:17:47 -04:00
cl-macs.el
More cl doc updates
2012-10-24 20:58:40 -04:00
cl-seq.el
* bytecomp.el (byte-compile-cl-file-p): Only "cl.el" counts as cl these days.
2012-09-28 19:30:52 -04:00
cl.el
Doc and manual updates for cl-letf and letf
2012-10-30 00:34:37 -07:00
copyright.el
Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com
2012-08-11 10:13:55 +08:00
crm.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
debug.el
In debug record height of debugger window also when debugger will be back (Bug#8789).
2012-10-19 11:28:50 +02:00
derived.el
Use declare forms, where possible, to mark obsolete functions.
2012-09-25 12:13:02 +08:00
disass.el
Autoload more carefully from Lisp. Follow aliases for function properties.
2012-07-25 21:27:33 -04:00
easy-mmode.el
Misc doc fixes.
2012-09-22 23:24:26 +08:00
easymenu.el
Improve documentation of easy-menu-define.
2012-10-24 11:48:50 +08:00
edebug.el
In edebug-pop-to-buffer don't try to split the minibuffer window (Bug#10851).
2012-10-08 08:42:29 +02:00
eieio-base.el
Spelling fixes.
2012-10-04 22:57:24 -07:00
eieio-custom.el
Update CEDET from upstream.
2012-10-02 02:10:29 +08:00
eieio-datadebug.el
Update CEDET from upstream.
2012-10-02 02:10:29 +08:00
eieio-opt.el
Merge CEDET upstream.
2012-10-25 22:13:16 +02:00
eieio-speedbar.el
Update CEDET from upstream.
2012-10-02 02:10:29 +08:00
eieio.el
Merge CEDET upstream.
2012-10-25 22:13:16 +02:00
eldoc.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
elint.el
* lisp/emacs-lisp/elint.el (elint-find-args-in-code):
2012-07-17 08:30:48 -04:00
elp.el
Autoload more carefully from Lisp. Follow aliases for function properties.
2012-07-25 21:27:33 -04:00
ert-x.el
Standardize some license notices
2012-09-24 08:58:20 -07:00
ert.el
Standardize some license notices
2012-09-24 08:58:20 -07:00
ewoc.el
Provide generalized variables in core Elisp.
2012-06-22 09:42:38 -04:00
find-func.el
Autoload more carefully from Lisp. Follow aliases for function properties.
2012-07-25 21:27:33 -04:00
find-gc.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
float-sup.el
Clean up scoping rule of predefined single-word vars.
2012-06-08 09:18:26 -04:00
generic.el
* lisp/emacs-lisp/lisp-mode.el (doc-string-elt): Move those properties to
2012-05-17 21:46:20 -04:00
gulp.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
gv.el
* lisp/emacs-lisp/gv.el (cond): Same fix as before for `if'.
2012-10-18 08:56:10 -04:00
helper.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
lisp-mnt.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
lisp-mode.el
New emacs-lisp-byte-code-mode; misc minor changes.
2012-09-09 21:16:13 -04:00
lisp.el
`narrow-to-defun' fixup
2012-04-11 04:12:20 +02:00
macroexp.el
* lisp/emacs-lisp/macroexp.el (macroexp--expand-all):
2012-10-26 11:59:40 -04:00
map-ynp.el
Allow scrolling in y-or-n-p.
2012-09-09 14:43:47 +08:00
package-x.el
Standardize some more license notices
2012-09-24 09:36:42 -07:00
package.el
* lisp/emacs-lisp/package.el (package-generate-autoloads): Kill buffer
2012-10-28 16:41:49 -04:00
pcase.el
* lisp/emacs-lisp/pcase.el (pcase--mark-used): New.
2012-09-28 08:18:38 -04:00
pp.el
In pp-display-expression select old selected window only if it is still live (Bug#12034).
2012-07-25 11:43:12 +02:00
re-builder.el
Remove incorrect uses of "modeline".
2012-06-02 18:56:09 +08:00
regexp-opt.el
Doc fixes.
2012-08-15 00:28:23 +08:00
regi.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
ring.el
Fix ring extension code in ring.el, and tweak comint-input-ring handling.
2012-03-15 16:00:43 +08:00
rx.el
* lisp/emacs-lisp/rx.el (rx-constituents): Don't define as constant.
2012-08-10 17:03:10 -04:00
shadow.el
load-path-shadows-font-lock-keywords tweak
2012-09-11 00:13:21 -07:00
smie.el
Miscellaneous minor cleanups and simplifications.
2012-06-23 11:38:23 -04:00
syntax.el
Miscellaneous minor cleanups and simplifications.
2012-06-23 11:38:23 -04:00
tabulated-list.el
Standardize some more license notices
2012-09-24 09:36:42 -07:00
tcover-ses.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
tcover-unsafep.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
testcover.el
* lisp/emacs-lisp/testcover.el (testcover-after): Add gv-expander.
2012-09-26 10:41:05 -04:00
timer.el
Merge from emacs-24; up to 2012-05-08T14:11:47Z!monnier@iro.umontreal.ca
2012-10-05 00:38:05 -07:00
tq.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
trace.el
* lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR"
2012-07-17 04:38:12 -04:00
unsafep.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
warnings.el
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00