summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lisp/view.el (view--enable, view--disable): Rename from view-mode-enableStefan Monnier2013-01-031-0/+12
* Update copyright dates to 2013.Paul Eggert2013-01-022-2/+2
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-0245-48/+46
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-0145-45/+45
| * Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-311-3/+1
* | Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris2012-12-272-0/+18
|\ \ | |/
| * * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",Dmitry Gutov2012-12-262-0/+18
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2012-12-142-39/+79
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov2012-12-142-1/+26
* | Fix for indentation of f90 preproc lines embedded in continuationsGlenn Morris2012-12-102-0/+22
* | Support filesystem notification through inotify on GNU/Linux.RĂ¼diger Sonderfeld2012-12-102-0/+64
* | Fix for bad test in ruby-mode-tests.el.Chong Yidong2012-12-022-10/+18
* | Make called-interactively-p work for edebug or advised code.Stefan Monnier2012-11-192-58/+77
* | Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier2012-11-193-92/+99
* | * lisp/emacs-lisp/advice.el (ad-make-advised-definition): Improve last fix.Stefan Monnier2012-11-161-0/+7
* | * lisp/progmodes/ruby-mode.elDmitry Gutov2012-11-142-7/+27
* | * lisp/progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detectionDmitry Gutov2012-11-142-1/+20
* | * lisp/progmodes/ruby-mode.el (ruby-move-to-block): Looks for a blockDmitry Gutov2012-11-132-0/+50
* | * lisp/emacs-lisp/advice.el: Layer on top of nadvice.el.Stefan Monnier2012-11-131-0/+23
* | * lisp/progmodes/ruby-mode.el (ruby-add-log-current-method): Print theDmitry Gutov2012-11-132-6/+30
* | * lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): NeverDmitry Gutov2012-11-132-0/+13
* | * lisp/emacs-lisp/cl.el (dolist, dotimes, declare): Use advice-add toStefan Monnier2012-11-121-0/+7
* | Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ruGlenn Morris2012-11-121-2/+2
|\ \ | |/
| * * lisp/progmodes/ruby-mode.el (ruby-move-to-block): When movingDmitry Gutov2012-11-121-2/+2
* | * lisp/emacs-lisp/nadvice.el: New package.Stefan Monnier2012-11-122-0/+70
|/
* * lisp/progmodes/sh-script.el (sh--inside-noncommand-expression):Stefan Monnier2012-10-301-0/+5
* * lisp/progmodes/sh-script.el (sh--inside-arithmetic-expression): New func.Stefan Monnier2012-10-302-0/+9
* * lisp/vc/diff-mode.el (diff-context->unified): Don't get confused by "hunkStefan Monnier2012-10-291-1/+4
* Adapt compile.el to changes in MSVC diagnostics format.Eli Zaretskii2012-10-142-0/+9
* * lisp/progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extraDmitry Gutov2012-09-191-6/+10
* * lisp/progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,Dmitry Gutov2012-09-092-10/+22
* * lisp/progmodes/ruby-mode.el (ruby-match-expression-expansion): OnlyDmitry Gutov2012-09-081-3/+5
* * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces fromDmitry Gutov2012-09-072-0/+29
* Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.caGlenn Morris2012-08-282-21/+123
|\
| * Update release logsemacs-24.2Chong Yidong2012-08-241-1/+1
| * Bump version to 24.2Chong Yidong2012-08-161-0/+4
| * Improve the file-local variable regression test.Chong Yidong2012-08-142-21/+123
* | * src/xdisp.c (handle_invisible_prop): Fix ellipses at overlay string ends.Chong Yidong2012-08-202-1/+5
* | Make display strings obey buffer-invisibility-spec.Chong Yidong2012-08-182-1/+98
* | * lisp/progmodes/ruby-mode.el (ruby-syntax-methods-before-regexp): New const.Dmitry Gutov2012-08-142-11/+23
* | Merge from upstream ruby-mode.elNobuyoshi Nakada2012-08-122-0/+35
* | ChangeLog date fixesGlenn Morris2012-08-101-7/+1
* | Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.comChong Yidong2012-08-113-1/+65
|\ \ | |/
| * * test/automated/files.el (files-test-disable-local-variables): New test.Glenn Morris2012-08-102-0/+15
| * * test/automated/files.el: New file.Glenn Morris2012-08-082-0/+45
| * * test/automated/Makefile.in (all): Fix typo.Glenn Morris2012-08-072-1/+5
| * Bump version to 24.1.Chong Yidong2012-06-011-0/+4
* | * test/automated/ruby-mode-tests.el (ruby-should-indent):Dmitry Gutov2012-08-102-3/+145
* | Merge stuff from upsteam ruby-mode, part 1.Dmitry Gutov2012-08-102-9/+38
* | New tests for XML name expansion.David Engster2012-07-292-1/+48