]> code.delx.au - gnu-emacs/history - lisp/progmodes
* calendar/todos.el (todos-reset-done-separator)
[gnu-emacs] / lisp / progmodes /
2012-09-10 Michael Mauger* progmodes/sql.el: Version 3.1
2012-09-09 Alan MackenzieCorrect the handling of two c-state-cache state variables.
2012-09-08 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-toggle-block):...
2012-09-08 Alan MackenzieAWK Mode: make auto-newline work when there's "=="...
2012-09-08 Dmitry Gutov* progmodes/ruby-mode.el (ruby-match-expression-expansi...
2012-09-08 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-match-expression...
2012-09-07 Matt McClure* progmodes/python.el (python-shell-send-string): When
2012-09-07 Dmitry Gutov* lisp/progmodes/ruby-mode.el
2012-09-07 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-end-of-defun)
2012-09-07 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-indent-beg-re)...
2012-09-06 Rüdiger SonderfeldFix use of obsolete variables in vhdl-mode.el.
2012-09-06 Kenichi Handamerge trunk
2012-09-05 Glenn MorrisMerge from emacs-24; up to 2012-05-05T02:50:20Z!monnier...
2012-09-04 Dmitry Gutov* ruby-mode.el: Clean up keybindings.
2012-08-30 Kenichi Handamerge trunk
2012-08-30 Leo LiuExtract "^[wW]arning" into a new var flymake-warning-re
2012-08-30 Andreas Schwab* progmodes/compile.el (compilation-always-kill): Doc...
2012-08-29 Stefan Monnier* lisp/progmodes/sh-script.el (sh-font-lock-paren)...
2012-08-29 Martin Blais* lisp/progmodes/compile.el (compilation-always-kill...
2012-08-28 Glenn MorrisMerge from emacs-24; up to 2012-05-04T19:17:01Z!monnier...
2012-08-28 Kenichi Handamerge trunk
2012-08-27 Leo LiuFix broken completion in sh-mode
2012-08-27 Leo LiuChange sh-indent-comment to t
2012-08-26 Chong YidongMake special-display-* and display-buffer-reuse-frames...
2012-08-26 Chong YidongClean up gdb-mi's usage of display-buffer.
2012-08-22 Glenn MorrisBump executable-prefix :version
2012-08-22 Bastien GuerrySet `executable-prefix' to "#!" instead of "#! ".
2012-08-22 Kenichi Handamerge trunk
2012-08-22 Jeremy Moore* lisp/progmodes/hideif.el (hif-compress-define-list...
2012-08-22 Glenn MorrisMake bug-reference-bug-regexp customizable
2012-08-22 Daiki UenoAdd :safe for js indent variables.
2012-08-20 Dan Nicolaescu* lisp/progmodes/hideshow.el (hs-block-end-regexp)...
2012-08-16 Kenichi Handamerge trunk
2012-08-16 Phil SaintyMake subword.el easier to customize (tiny change)
2012-08-15 Glenn MorrisReplace version 24.2 with 24.3 where appropriate (hopef...
2012-08-14 Eli ZaretskiiFix and improve GUD Tooltip mode.
2012-08-14 Fabián Ezequiel... * progmodes/python.el (python-shell-send-string):
2012-08-14 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-syntax-methods...
2012-08-14 Dmitry Gutov* lisp/progmodes/ruby-mode.el: Improve percent literals.
2012-08-14 Fabián Ezequiel... Use `completion-table-dynamic' for completion functions.
2012-08-12 Nobuyoshi NakadaMerge from upstream ruby-mode.el
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-10 Dmitry GutovMerge stuff from upsteam ruby-mode, part 1.
2012-08-10 Chong YidongRemove some unnecessary bindings of same-window-* varia...
2012-08-09 Fabián Ezequiel... * progmodes/python.el (python-pdbtrack-tracked-buffer)
2012-08-09 Fabián Ezequiel... * progmodes/python.el: Enhancements to forward-sexp.
2012-08-08 Fabián Ezequiel... * progmodes/python.el Fixed defsubst warning.
2012-08-07 Andreas Schwab* progmodes/autoconf.el (font-lock-syntactic-keywords...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Stefan Monnier* lisp/progmodes/cperl-mode.el (cperl-mode): Yet anothe...
2012-08-06 Fabián Ezequiel... Make internal shell process buffer names start with...
2012-08-01 Glenn MorrisSmall tweaks for autoconf mode
2012-07-31 Fabián Ezequiel... Shell processes: enhancements to startup and CEDET...
2012-07-31 Fabián Ezequiel... * progmodes/python.el (run-python-internal): Disable...
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-28 Chong YidongFix bogus code in gdb-place-breakpoints.
2012-07-27 Fabián Ezequiel... Consistent completion in inferior python with emacs...
2012-07-27 Fabián Ezequiel... * lisp/progmodes/python.el (python-mode-map): Added...
2012-07-25 Leo LiuAvoid leaving nil in the alist in cc-imenu-objc-function
2012-07-25 Paul EggertPrefer typical American spelling for "acknowledgment".
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-21 Leo LiuUse match-string-no-properties instead in c-defun-name
2012-07-20 Leo Liu* lisp/progmodes/cc-cmds.el (c-defun-name): Handle...
2012-07-20 Jan DjärvBackport: Recognize Objective-C methods also in c-defun...
2012-07-20 Leo Liu* progmodes/cc-langs.el (c-symbol-start): Include char _.
2012-07-20 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-parse-partial)...
2012-07-19 Fabián Ezequiel... Enhancements to ppss related code (thanks Stefan).
2012-07-18 Fabián Ezequiel... progmodes/python.el: Set file local vars at end of...
2012-07-18 Fabián Ezequiel... * progmodes/python.el: Enhancements to eldoc support.
2012-07-18 Masatake YAMATO* lisp/progmodes/sh-script.el (sh-imenu-generic-express...
2012-07-18 Stefan Monnier* lisp/userlock.el, emacs-lisp/map-ynp.el: Declare...
2012-07-18 Stefan Monnier* lisp/progmodes/cperl-mode.el (cperl-unwind-to-safe...
2012-07-17 Fabián Ezequiel... New utility functions + python-info-ppss-context fix.
2012-07-17 Fabián Ezequiel... Final renames and doc fixes for movement commands.
2012-07-17 Fabián Ezequiel... * progmodes/python.el (python-shell-send-string-no...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-17 Stefan Monnier* lisp/progmodes/cc-engine.el (c-forward-sws, c-backwar...
2012-07-17 Stefan Monnier* lisp/progmodes/sh-script.el (sh-syntax-propertize...
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Kenichi Handamerge trunk
2012-07-16 Fabián Ezequiel... * progmodes/python.el: Simplified imenu implementation.
2012-07-16 Fabián Ezequiel... * progmodes/python.el: Enhancements to navigation commands.
2012-07-14 Leo LiuAdd fringe bitmap indicators for flymake
2012-07-14 Eli ZaretskiiAdapt the MS-DOS build to the latest configury changes.
2012-07-14 Jan Djärv*** empty log message ***
2012-07-13 Michael Albinus* progmodes/sql.el (sql-comint): Suppress the check...
2012-07-11 Stefan MonnierMore CL cleanups and reduction of use of cl.el.
2012-07-10 Stefan MonnierReduce use of (require 'cl).
2012-07-09 Stefan Monnier* lisp/progmodes/sh-script.el (sh-syntax-propertize...
2012-07-09 Paul EggertMerge from trunk.
2012-07-09 Paul EggertRename configure.in to configure.ac.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-03 Glenn MorrisTweak bug-reference-bug-regexp setting
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-27 Stefan Monnier* lisp/emacs-lisp/cl.el (flet): Mark obsolete.
2012-06-26 Sam Steingold* lisp/files.el (file-name-base): New convenience function.
2012-06-25 Glenn Morris* lisp/progmodes/which-func.el (which-func-format)...
2012-06-25 Masatake YAMATO* lisp/progmodes/which-func.el (which-func-format)...
2012-06-23 Chong YidongMark python-mode abbrevs as system abbrevs.
2012-06-21 Glenn MorrisAdd some f90 preprocessor font-lock (bug#10499)
next