summaryrefslogtreecommitdiff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* * lisp/eshell/em-unix.el (eshell/mkdir): Handle "--parents".Jürgen Hötzel2012-11-162-1/+6
* * lisp/emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.Stefan Monnier2012-11-162-1/+5
* Merge from emacs-24; up to 2012-11-13T18:57:26Z!dgutov@yandex.ruGlenn Morris2012-11-1625-143/+277
|\
| * * lisp/emacs-lisp/cl-lib.el: Set more meaningful version number.Stefan Monnier2012-11-162-1/+5
| * Auto-commit of loaddefs files.Glenn Morris2012-11-161-6/+6
| * Fix some display-buffer related issues.Martin Rudalics2012-11-162-41/+47
| * [Gnus] Don't score by headers when scoring by bodyJan Tatarik2012-11-163-14/+22
| * Doc fixes related to fit-frame-to-bufferGlenn Morris2012-11-162-9/+20
| * * lisp/faces.el (face-underline-p): Use face-attribute-specified-or.Glenn Morris2012-11-152-1/+5
| * lisp/emacs-lisp/cl-macs.el (cl-loop, cl-do, cl-do*): Doc fixes.Juanma Barranquero2012-11-152-3/+7
| * * lisp/emacs-lisp/cl-macs.el (cl-flet, cl-flet*): Fix docstring.Stefan Monnier2012-11-152-2/+6
| * * lisp/eshell/em-cmpl.el (eshell-pcomplete): New command. Glenn Morris2012-11-142-2/+12
| * Fixes related to face underliningGlenn Morris2012-11-142-23/+43
| * ansi-term escape-char fixGlenn Morris2012-11-142-5/+15
| * * subr.el (set-temporary-overlay-map): Fix previous doc fix (don't quote `t')Glenn Morris2012-11-141-1/+1
| * Backport fix for bug#12879 from trunkStefan Monnier2012-11-142-1/+6
| * Merge bug fixes from CEDET upstream.David Engster2012-11-144-10/+16
| * * lisp/subr.el (set-temporary-overlay-map): Doc fix.Glenn Morris2012-11-142-5/+14
| * Preserve window-point-insertion-type when copying window-point markers. (Bug#...Martin Rudalics2012-11-132-9/+21
| * Document new erc module "notifications"Glenn Morris2012-11-122-1/+7
| * Use new names for hooks rather than obsolete aliasesGlenn Morris2012-11-1211-18/+40
* | Merge from cygw32 branchDaniel Colascione2012-11-152-1/+8
|\ \
| * | Use right url-handler for drag-and-dropped files under WindowsDaniel Colascione2012-11-152-1/+8
* | | * lisp/emacs-lisp/advice.el (ad-definition-type): Make sure we don't useStefan Monnier2012-11-142-9/+13
* | | * lisp/emacs-lisp/advice.el (ad-make-advised-definition): Fix undefined case.Katsumi Yamaoka2012-11-143-2/+9
* | | * lisp/emacs-lisp/nadvice.el: Add buffer-local support to add-function.Stefan Monnier2012-11-143-5/+38
* | | * lisp/imenu.el (imenu--split-submenus): Use imenu--subalist-p.Drew Adams2012-11-142-3/+5
* | | * lisp/emacs-lisp/cl-macs.el (cl--transform-lambda): Defend againstStefan Monnier2012-11-142-3/+11
* | | * lisp/emacs-lisp/nadvice.el: Add around advice for interactive specs.Stefan Monnier2012-11-142-25/+47
* | | * lisp/progmodes/ruby-mode.elDmitry Gutov2012-11-142-6/+35
* | | * lisp/progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detectionDmitry Gutov2012-11-142-5/+12
* | | Spelling fixes.Paul Eggert2012-11-132-2/+2
* | | * lisp/emacs-lisp/gv.el (setf): Fix debug spec for multiple assignments.Stefan Monnier2012-11-132-1/+6
* | | * lisp/progmodes/ruby-mode.el (ruby-move-to-block): Looks for a blockDmitry Gutov2012-11-132-32/+53
* | | * emacs-lisp/advice.el: Fix typos in comment.Tsuyoshi Kitamoto2012-11-131-2/+2
* | | * lisp/woman.el (woman-file-name): Don't mess with unread-command-events.Stefan Monnier2012-11-132-9/+12
* | | * lisp/emacs-lisp/advice.el: Layer on top of nadvice.el.Stefan Monnier2012-11-132-492/+266
* | | * lisp/progmodes/ruby-mode.el (ruby-add-log-current-method): Print theDmitry Gutov2012-11-132-22/+24
* | | * lisp/emacs-lisp/advice.el: Remove support for freezing.Stefan Monnier2012-11-122-119/+28
* | | * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): NeverDmitry Gutov2012-11-132-1/+7
* | | * lisp/emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add toStefan Monnier2012-11-126-59/+84
* | | Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ruGlenn Morris2012-11-1215-161/+238
|\ \ \ | | |/ | |/|
| * | * lisp/emacs-lisp/gv.el (gv-define-simple-setter): One more fix.Stefan Monnier2012-11-122-4/+9
| * | lisp/ansi-color.el (ansi-color-apply-sequence): Implement SGR codes 39 and 49.Wolfgang Jenkner2012-11-122-26/+38
| * | * lisp/cedet/semantic/mru-bookmark.el (semantic-mru-bookmark-mode):Stefan Monnier2012-11-124-15/+23
| * | Fix end-of-defun misbehavior.Fabián Ezequiel Gallina2012-11-122-68/+81
| * | Document flymake fringe bitmapsGlenn Morris2012-11-122-8/+28
| * | * lisp/progmodes/ruby-mode.el (ruby-move-to-block): When movingDmitry Gutov2012-11-122-11/+7
| * | Add ibuffer-filter-by-derived-mode to ibuffer menu and docGlenn Morris2012-11-102-2/+9
| * | Fix ibuffer menu typoGlenn Morris2012-11-102-3/+6