summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs-23Stefan Monnier2010-11-091-1/+1
|\
| * * lisp/emacs-lisp/smie.el: New package.Stefan Monnier2010-11-071-0/+1462
* | * lisp/emacs-lisp/checkdoc.el (checkdoc-display-status-buffer)Stefan Monnier2010-11-081-76/+71
* | * lisp/emacs-lisp/cl-macs.el (extent-data, extent-face, extent-priority)Stefan Monnier2010-11-081-9/+0
* | * lisp/emacs-lisp/smie.el: Simplify the smie-rules-function return values.Stefan Monnier2010-11-071-192/+265
* | Minor checkdoc simplifications.Glenn Morris2010-11-061-17/+9
* | Replace end-of-line, save-excursion etc with point-at-eol, point-at-bol.Glenn Morris2010-11-061-5/+4
* | Use line-end-position rather than end-of-line, etc.Glenn Morris2010-11-063-8/+6
* | Minor eieio-comp changes.Glenn Morris2010-11-061-10/+9
* | Silence elint compilation.Glenn Morris2010-11-061-23/+23
* | * src/nsfont.m: Include termchar for new mouse-highlight.Jan Djärv2010-11-061-1/+1
* | Silence cl-macs.el compilation.Glenn Morris2010-11-051-110/+109
* | Silence byte-opt.el compilation.Glenn Morris2010-11-051-45/+49
* | * emacs-lisp/package.el (package-unpack): Remove no-op.Chong Yidong2010-11-031-52/+86
* | Don't be so lax with spelling.Glenn Morris2010-11-021-2/+1
* | Separate built-in packages from elpa packages, for efficiency.Chong Yidong2010-11-021-131/+152
* | (byte-recompile-file): If bytecomp-arg is nil, do not ask to recompile files ...Noah Friedman2010-11-021-3/+4
* | Fix last change to package.el.Chong Yidong2010-11-011-1/+2
* | Two fixes for elpa packages overriding built-in ones.Chong Yidong2010-11-011-9/+11
* | * lisp/emacs-lisp/smie.el (smie): New custom group.Glenn Morris2010-10-311-2/+8
* | * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): Fix previous change.Glenn Morris2010-10-311-2/+1
* | * lisp/emacs-lisp/bytecomp.el (byte-recompile-file): New fun.Julien Danjou2010-10-312-21/+59
* | Check more carefully for packages before loading package.el.Chong Yidong2010-10-301-3/+9
* | SMIE: change indent rules format, improve smie-setup.Stefan Monnier2010-10-291-168/+171
* | Remove duplicate Lisp definitions of define-minor-mode variables defined in C.Glenn Morris2010-10-281-2/+3
* | * lisp/emacs-lisp/pcase.el (pcase): New `string' and `guard' patterns.Stefan Monnier2010-10-281-21/+48
* | * package.el (package-menu-mode-map): Inherit from button-buffer-map.Chong Yidong2010-10-241-1/+1
* | Fix last commit.Chong Yidong2010-10-241-1/+0
* | Make the *Packages* buffer read-only.Chong Yidong2010-10-241-1/+1
* | Support for systems without floats was removed a decade ago.Glenn Morris2010-10-212-39/+19
* | Small autoloads fix.Glenn Morris2010-10-211-5/+6
* | * lisp/emacs-lisp/find-func.el (find-library): Use test-completion.Stefan Monnier2010-10-211-7/+5
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-192-13/+8
|\|
| * Don't allow functions that display messages in unsafep.Chong Yidong2010-10-181-5/+3
| * (regexp-opt-group, regexp-opt-charset): Turn comments into docstringsStefan Monnier2010-10-171-8/+5
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-141-1/+1
|\|
| * Fix typos in docstrings, comments and ChangeLogs.Juanma Barranquero2010-10-131-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-122-47/+50
|\|
| * * lisp/emacs-lisp/lisp.el (lisp-completion-at-point):Stefan Monnier2010-10-091-27/+27
| * Rename another shadow.el function.Glenn Morris2010-10-081-4/+7
* | Declare and define in one step various mode maps.Dan Nicolaescu2010-10-102-17/+11
* | Remove lib-src/b2m.c and b2m.pl.Glenn Morris2010-10-081-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-083-648/+9
|\|
| * * emacs-lisp/cl-compat.el, emacs-lisp/lmenu.el: Move to obsolete/.Glenn Morris2010-10-072-642/+0
| * Rename some shadow.el things.Glenn Morris2010-10-071-6/+9
* | Rename some more shadow.el stuff.Glenn Morris2010-10-071-4/+5
* | Rename shadow-mode.Glenn Morris2010-10-071-3/+3
* | SMIE: Reliably distinguish openers/closers in smie-prec2-levelsStefan Monnier2010-10-071-28/+65
* | (regexp-opt): Add `symbols' mode.Miles Bader2010-10-071-3/+8
* | Add a shadow-mode for load-path shadows.Glenn Morris2010-10-061-8/+41