summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2008-12-23* misc/ruby-mode.el: added comment to mention newer versionmatz
2008-10-09* misc/ruby-style.el (ruby-style-c-mode): buffer may not have filenobu
2008-09-26* misc/ruby-mode.el: safe custimizable variables.nobu
2008-09-22* misc/ruby-mode.el (ruby-keyword-end-re): emacs21 support. amatz
2008-09-06* misc/emacs-mode.el: don't set case-fold-search globally to nil;matz
2008-09-06* misc/ruby-mode.el: fix a variable-name error.matz
2008-09-06* misc/*.el: untabify, for interal consistency and consistencymatz
2008-09-06* misc/ruby-mode.el, misc/ruby-electric.el: use regexp-opt wherematz
2008-09-06* misc/ruby-mode.el: don't highlight keywords when they're thematz
2008-09-06* misc/ruby-mode.el: don't crash the whole mode if the Subversionmatz
2008-09-06* misc/*.el: merged the following patches from Nathan Weizenbaummatz
2008-08-07* misc/ruby-mode.el (ruby-imenu-create-index-in-block): Fix theknu
2008-07-22* misc/ruby-mode.el: fix here-doc strings with inner quotes. patchesnobu
2008-05-26* misc/ruby-mode.el (ruby-mode): use run-hooks if run-mode-hook ismatz
2008-05-02* misc/ruby-mode.el: move fontifying code from hook.matz
2008-04-22* misc/ruby-style.el (ruby-style-{case,label}-indent): up list fromnobu
2008-04-15* misc/ruby-mode.el (ruby-encoding-map): added shift-jis for oldernobu
2008-04-10* misc/rdebug.el, misc/README: Remove rdebug.el as per requestknu
2008-04-10Mention the ruby-debug project at RubyForge.knu
2008-03-17* misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' insteadnobu
2008-03-14* misc/ruby-mode.el (ruby-encoding-map, ruby-use-encoding-map): addednobu
2008-03-12* misc/ruby-mode.el (ruby-mode-set-encoding): special treat fornobu
2008-03-06* misc/ruby-mode.el (ruby-add-log-current-method): use ruby stylenobu
2008-02-26* misc/ruby-mode.el (ruby-calculate-indent): should distinguishmatz
2008-02-23* misc/ruby-style.el (ruby-style-label-indent): fix for labels insidenobu
2008-01-28* misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment.nobu
2008-01-27* misc/ruby-mode.el (ruby-mode): set ruby-mode-set-encoding to buffernobu
2008-01-27* misc/ruby-mode.el (ruby-mode-set-encoding): automatically insertnobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-11-12* misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz
2007-10-26* misc/ruby-style.el (ruby-style-{case,label}-indent): adjust fornobu
2007-10-25* parse.y (parser_yylex): dot at the head of the line denote linematz
2007-09-20* misc/ruby-style.el (ruby-style-label-indent): fix for function topnobu
2007-05-17* misc/ruby-style.el (ruby-style-label-indent): for yacc rules.nobu
2007-04-26* misc/ruby-style.el: new file. C/C++ style for ruby source code.nobu
2007-03-11* misc/ruby-mode.el (ruby-block-end-re): Support for theknu
2007-03-10* misc/README, misc/rdebug.el: Add rdebug.el, Emacs ruby-debugknu
2007-01-24* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): fixmatz
2006-12-05* lib/matrix.rb (Matrix::rank): use quo method to avoid integermatz
2006-09-13* misc/ruby-mode.el (ruby-parse-partial): better here-doc support.matz
2005-11-30* misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz
2005-09-24* misc/ruby-mode.el (ruby-calculate-indent): arrange deep-indentnobu
2005-09-24* misc/ruby-mode.el (ruby-expr-beg): deal with heredoc separately.nobu
2005-06-12* signal.c (sigexit): call rb_thread_signal_exit() instead ofmatz
2005-06-07* parse.y (parser_yylex): allow ';;' to be block terminator inmatz
2005-05-23* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): stringnobu
2005-04-18* eval.c (rb_attr): attribute name check added.matz
2005-03-19* misc/ruby-mode.el (ruby-expr-beg): returned true always.nobu
2005-03-06add ruby-electric.elzsombor
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz