]> code.delx.au - gnu-emacs/history - lisp/progmodes
* lisp/url/url-handlers.el (url-file-handler): Don't assume any url-FOO
[gnu-emacs] / lisp / progmodes /
2012-09-29 Glenn MorrisRemove purecopy's that are no longer needed following...
2012-09-29 Glenn MorrisDo not autoload defcustoms in inf-lisp.el
2012-09-29 Glenn MorrisDo not autoload defcustoms in hippie-exp.el
2012-09-28 Glenn MorrisMerge from emacs-24; up to 2012-05-07T21:26:08Z!rgm...
2012-09-28 Chong Yidong* verilog-mode.el (verilog-auto-inst-interfaced-ports...
2012-09-27 Glenn MorrisRemove unnecessary require when compiling tcl.el
2012-09-27 Chong YidongFix last change in verilog-mode.el.
2012-09-26 Stefan MonnierMerge profiler branch
2012-09-26 Wilson SnyderSynch verilog-mode.el to latest upstream version.
2012-09-25 Chong YidongUse declare forms, where possible, to mark obsolete...
2012-09-24 Fabián Ezequiel... * progmodes/python.el:
2012-09-24 Fabián Ezequiel... Enhancements for triple-quote string syntax.
2012-09-24 Chong YidongRemove several obsolete vars and functions unlikely...
2012-09-24 Chong YidongFix uses of long-obsolete font-lock-reference face.
2012-09-23 Fabián Ezequiel... * progmodes/python.el (python-indent-line): More consis...
2012-09-22 Kenichi Handamerge trunk
2012-09-21 Chong YidongMerge from emacs-24; up to 2012-05-07T14:57:18Z!michael...
2012-09-20 Juri Linkov* lisp/replace.el (query-replace-read-from): Use `read...
2012-09-18 Dmitry Gutov* lisp/progmodes/ruby-mode.el (ruby-brace-to-do-end...
2012-09-18 Martin Blais* lisp/progmodes/compile.el (compilation-start): Use...
2012-09-17 Chong YidongUpdate docstrings and comments to use "init file" termi...
2012-09-16 Kenichi Handamerge trunk
2012-09-16 Chong YidongAlter last change to be compatible with Emacs 23.
2012-09-16 Chong YidongIn compilation-error-regexp-alist, allow more HIGHLIGHT...
2012-09-13 Glenn MorrisUpdate some function declarations
2012-09-12 Stefan MonnierRemove unread-command-char.
2012-09-12 Jose Marino* idlw-shell.el (idlwave-shell-complete-filename):...
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-09 Alan MackenzieBackport: AWK Mode: make auto-newline work when there...
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...
next