| Commit message (Expand) | Author | Age | Files | Lines |
* | * lisp/progmodes/ruby-mode.el (ruby-move-to-block): When moving | Dmitry Gutov | 2012-11-12 | 1 | -2/+2 |
* | * lisp/progmodes/sh-script.el (sh--inside-noncommand-expression): | Stefan Monnier | 2012-10-30 | 1 | -0/+5 |
* | * lisp/progmodes/sh-script.el (sh--inside-arithmetic-expression): New func. | Stefan Monnier | 2012-10-30 | 2 | -0/+9 |
* | * lisp/vc/diff-mode.el (diff-context->unified): Don't get confused by "hunk | Stefan Monnier | 2012-10-29 | 1 | -1/+4 |
* | Adapt compile.el to changes in MSVC diagnostics format. | Eli Zaretskii | 2012-10-14 | 2 | -0/+9 |
* | * lisp/progmodes/ruby-mode.el (ruby-brace-to-do-end): Don't add extra | Dmitry Gutov | 2012-09-19 | 1 | -6/+10 |
* | * lisp/progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block, | Dmitry Gutov | 2012-09-09 | 2 | -10/+22 |
* | * lisp/progmodes/ruby-mode.el (ruby-match-expression-expansion): Only | Dmitry Gutov | 2012-09-08 | 1 | -3/+5 |
* | * lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces from | Dmitry Gutov | 2012-09-07 | 2 | -0/+29 |
* | Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca | Glenn Morris | 2012-08-28 | 2 | -21/+123 |
|\ |
|
| * | Update release logsemacs-24.2 | Chong Yidong | 2012-08-24 | 1 | -1/+1 |
| * | Bump version to 24.2 | Chong Yidong | 2012-08-16 | 1 | -0/+4 |
| * | Improve the file-local variable regression test. | Chong Yidong | 2012-08-14 | 2 | -21/+123 |
* | | * src/xdisp.c (handle_invisible_prop): Fix ellipses at overlay string ends. | Chong Yidong | 2012-08-20 | 2 | -1/+5 |
* | | Make display strings obey buffer-invisibility-spec. | Chong Yidong | 2012-08-18 | 2 | -1/+98 |
* | | * lisp/progmodes/ruby-mode.el (ruby-syntax-methods-before-regexp): New const. | Dmitry Gutov | 2012-08-14 | 2 | -11/+23 |
* | | Merge from upstream ruby-mode.el | Nobuyoshi Nakada | 2012-08-12 | 2 | -0/+35 |
* | | ChangeLog date fixes | Glenn Morris | 2012-08-10 | 1 | -7/+1 |
* | | Merge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu@gmail.com | Chong Yidong | 2012-08-11 | 3 | -1/+65 |
|\ \
| |/ |
|
| * | * test/automated/files.el (files-test-disable-local-variables): New test. | Glenn Morris | 2012-08-10 | 2 | -0/+15 |
| * | * test/automated/files.el: New file. | Glenn Morris | 2012-08-08 | 2 | -0/+45 |
| * | * test/automated/Makefile.in (all): Fix typo. | Glenn Morris | 2012-08-07 | 2 | -1/+5 |
| * | Bump version to 24.1. | Chong Yidong | 2012-06-01 | 1 | -0/+4 |
* | | * test/automated/ruby-mode-tests.el (ruby-should-indent): | Dmitry Gutov | 2012-08-10 | 2 | -3/+145 |
* | | Merge stuff from upsteam ruby-mode, part 1. | Dmitry Gutov | 2012-08-10 | 2 | -9/+38 |
* | | New tests for XML name expansion. | David Engster | 2012-07-29 | 2 | -1/+48 |
* | | * test/automated/occur-tests.el (occur-test-case): Use predefined | Juri Linkov | 2012-07-29 | 2 | -22/+32 |
* | | * lisp/progmodes/ruby-mode.el (ruby-parse-partial): No error when end | Dmitry Gutov | 2012-07-20 | 2 | -0/+43 |
* | | * lisp/progmodes/sh-script.el (sh-syntax-propertize-function): Mark "${#VAR" | Stefan Monnier | 2012-07-17 | 2 | -0/+10 |
* | | * lisp/textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only | Stefan Monnier | 2012-07-17 | 2 | -0/+15 |
* | | More CL cleanups and reduction of use of cl.el. | Stefan Monnier | 2012-07-11 | 2 | -5/+9 |
* | | Clean up syntax-table usage in xml.el | Chong Yidong | 2012-07-05 | 1 | -4/+12 |
* | | * xml.el: Protect parser against XML bombs. | Chong Yidong | 2012-07-03 | 2 | -2/+21 |
* | | * lisp/xml.el: Handle entity and character reference expansion correctly. | Chong Yidong | 2012-07-03 | 2 | -2/+18 |
* | | * xml.el (xml-parse-dtd): Use proper regexps for ELEMENT declarations. | Chong Yidong | 2012-07-01 | 1 | -1/+4 |
* | | Improve xml parameter entity parsing, and add a new ERT test. | Chong Yidong | 2012-07-01 | 2 | -0/+61 |
* | | * lisp/emacs-lisp/cl.el (flet): Mark obsolete. | Stefan Monnier | 2012-06-27 | 2 | -78/+83 |
* | | icalendar / icalendar-tests: Fix Bug#11473 -- unescape commas in timezone specs | Ulf Jasper | 2012-06-08 | 2 | -3/+114 |
* | | icalendar-tests: Fix Bug#11525 -- Add icalendar-import-format-uid | Ulf Jasper | 2012-05-29 | 2 | -33/+77 |
* | | * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): | Stefan Monnier | 2012-05-21 | 1 | -0/+2 |
* | | Command substitution already runs in a subshell | Glenn Morris | 2012-05-20 | 2 | -1/+5 |
* | | add url-util.el test file | Ted Zlatanov | 2012-05-15 | 2 | -0/+57 |
* | | Add some shell indentation test cases. | Stefan Monnier | 2012-04-28 | 3 | -2/+16 |
* | | * lisp/progmodes/ruby-mode.el: Simplify last change, and cleanup code. | Stefan Monnier | 2012-04-24 | 2 | -0/+23 |
* | | Add another vc-bzr test | Glenn Morris | 2012-04-10 | 2 | -1/+32 |
|/ |
|
* | Move url-future.el ERT test to test/automated/url-future-tests.el. | Ted Zlatanov | 2012-02-13 | 2 | -0/+62 |
* | Fix typos in ChangeLogs. | Juanma Barranquero | 2012-01-31 | 1 | -13/+13 |
* | test/automated/icalendar-tests: Fix broken test | Ulf Jasper | 2012-01-29 | 2 | -4/+8 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 39 | -39/+39 |
* | Spelling fixes. | Paul Eggert | 2011-12-30 | 1 | -4/+3 |