summaryrefslogtreecommitdiff
path: root/test/ChangeLog
AgeCommit message (Expand)Author
2013-05-19* lisp/progmodes/ruby-mode.el (ruby-expression-expansion-re): Allow toDmitry Gutov
2013-05-08* lisp/progmodes/ruby-mode.el: First cut at SMIE support.Stefan Monnier
2013-05-04* lisp/progmodes/pascal.el (pascal--syntax-propertize): New const.Stefan Monnier
2013-04-20Added bug number (Bug#14112) to my last ChangeLog entries.Masatake YAMATO
2013-04-20* automated/imenu-tests.el: New file.Masatake YAMATO
2013-04-18New faster Imenu implementation.Fabián Ezequiel Gallina
2013-04-17* lisp/progmodes/python.el (python-nav--syntactically): Fix cornercasesFabián Ezequiel Gallina
2013-04-17New defun movement commands.Fabián Ezequiel Gallina
2013-04-10* test/automated/add-log-tests.el: New file.Masatake YAMATO
2013-03-30Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.deGlenn Morris
2013-03-25Un-indent after "pass" and "return" statementsFabián Ezequiel Gallina
2013-03-10Add 24.3 release to ChangeLogsGlenn Morris
2013-03-05* indent/octave.m: Fix encoding error in comment. Add coding tag.Paul Eggert
2013-02-27Merge from emacs-24; up to 2012-12-23T02:41:17Z!rgm@gnu.orgGlenn Morris
2013-02-25* automated/python-tests.elFabián Ezequiel Gallina
2013-02-21Merge from emacs-24; up to 2012-12-21T07:35:02Z!ueno@gnu.orgGlenn Morris
2013-02-21ChangeLog fixGlenn Morris
2013-02-20Added intial test suite for python.el.Fabián Ezequiel Gallina
2013-02-14(ruby-add-log-current-method): Improve performance at the expenseDmitry Gutov
2013-02-14* lisp/progmodes/ruby-mode.el (ruby-parse-partial): Don't increaseDmitry Gutov
2013-02-13* lisp/progmodes/ruby-mode.el (ruby-move-to-block): ImproveDmitry Gutov
2013-02-04Merge FFAP's URI-detection code into thingatpt.el.Chong Yidong
2013-02-03Fix byte compilation warning in files testsuite.Chong Yidong
2013-01-28* progmodes/ruby-mode.el (ruby-move-to-block): Work with (maybeDmitry Gutov
2013-01-28* automated/ruby-mode-tests.elDmitry Gutov
2013-01-15* lisp/emacs-lisp/advice.el (ad-preactivate-advice): Adjust the cleanup toStefan Monnier
2013-01-13Fix interpretation of gnu line.col1-col2 error message formatGlenn Morris
2013-01-10* lisp/man.el: Handle different "man -k" behaviors. Use utf-8.Wolfgang Jenkner
2013-01-09* test/automated/undo-tests.el (undo-test0): Adjust error to code change.Aaron S. Hawley
2013-01-08* lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley
2013-01-02Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-27Merge from emacs-24; up to 2012-12-03T21:07:47Z!eggert@cs.ucla.eduGlenn Morris
2012-12-26* lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Only allow "class",Dmitry Gutov
2012-12-14* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov
2012-12-14* lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):Dmitry Gutov
2012-12-10Fix for indentation of f90 preproc lines embedded in continuationsGlenn Morris
2012-12-10Support filesystem notification through inotify on GNU/Linux.Rüdiger Sonderfeld
2012-12-02Fix for bad test in ruby-mode-tests.el.Chong Yidong
2012-11-19Make called-interactively-p work for edebug or advised code.Stefan Monnier
2012-11-19Use cl-lib instead of cl, and interactive-p => called-interactively-p.Stefan Monnier
2012-11-14* lisp/progmodes/ruby-mode.elDmitry Gutov
2012-11-14* lisp/progmodes/ruby-mode.el (ruby-expr-beg): Make heredoc detectionDmitry Gutov
2012-11-13* lisp/progmodes/ruby-mode.el (ruby-move-to-block): Looks for a blockDmitry Gutov
2012-11-13* lisp/progmodes/ruby-mode.el (ruby-add-log-current-method): Print theDmitry Gutov
2012-11-13* lisp/progmodes/ruby-mode.el (ruby-font-lock-keywords): NeverDmitry Gutov
2012-11-12* lisp/emacs-lisp/nadvice.el: New package.Stefan Monnier
2012-10-14Adapt compile.el to changes in MSVC diagnostics format.Eli Zaretskii
2012-09-09* lisp/progmodes/ruby-mode.el (ruby-toggle-block): Guess the current block,Dmitry Gutov
2012-09-07* lisp/progmodes/ruby-mode.el (ruby-indent-beg-re): Add pieces fromDmitry Gutov