]> code.delx.au - gnu-emacs/history - lisp/progmodes
Take XPNTR private
[gnu-emacs] / lisp / progmodes /
2015-10-09 Stefan Monnier* lisp/progmodes/cc-mode.el (c-after-font-lock-init...
2015-10-09 Stefan Monnier* lisp/progmodes/prolog.el: Avoid indenting too much...
2015-10-07 Artur Malabarba* lisp/progmodes/prog-mode.el (prettify-symbols-alist):
2015-10-05 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-10-04 Vincent BelaïcheSupport MSW filename style for ant compilation error...
2015-10-02 Markus Triska* prolog.el: Update and extend operator table
2015-10-01 Eli Zaretskii; * lisp/progmodes/gdb-mi.el (gdb-mi-decode): Improve...
2015-10-01 Eli ZaretskiiFix GUD display of GDB output with non-ASCII text
2015-10-01 Tassilo HornUn- and re-prettification are not exclusive
2015-10-01 Tassilo HornDon't unprettify symbol at point by default
2015-10-01 Artur Malabarba* lisp/progmodes/prog-mode.el (prettify-symbols-unprett...
2015-09-30 Eli Zaretskii; Revert inadvertent premature commit.
2015-09-30 Eli ZaretskiiDisable some display optimizations when frames need...
2015-09-30 Tassilo HornDon't modify buffer by unprettification
2015-09-30 Tassilo HornImplement unprettification of symbol at point
2015-09-30 Phil SaintyAvoid empty -path arguments in rgrep
2015-09-30 Stefan Monnier* lisp/progmodes/prolog.el: Fix various indentation...
2015-09-30 Stefan Monnier* lisp/progmodes/sh-script.el: Old "dumb" continued...
2015-09-29 Stefan Monnier* lisp/progmodes/octave.el: Use grammar more; Handle...
2015-09-28 Dmitry Gutov; Remove extraneous "coding: utf-8" specifications...
2015-09-27 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-27 Simen HeggestøylAdd prettify-symbols-alist for js-mode
2015-09-24 Paul EggertNo need to mention K&R C in c-mode intro
2015-09-22 Stefan Monnier* prolog.el: Fix indentation of empty line
2015-09-22 Eli Zaretskiilisp/progmodes/gud.el (gud-format-command): Fix last...
2015-09-21 Stefan Monnier* lisp/progmodes/prolog.el: Fix nested electric if...
2015-09-21 Paul EggertClarify or replace a few \u escapes.
2015-09-21 Dima KoganFix setting breakpoints when remote-debugging
2015-09-21 Stefan MonnierSubject: * lisp/progmodes/prolog.el: Improve handling...
2015-09-21 Mark OteizaAdd prettify symbols to python-mode
2015-09-20 Jostein Kjønigsen(compilation-error-regexp-alist-alist): Tone down guile...
2015-09-20 Drew Csillag* m4-mode.el (m4-font-lock-keywords): Fix m4_* highlighting
2015-09-20 Paul EggertUse %s to format strings instead of splicing them
2015-09-20 Stefan Monnier* lisp/progmodes/js.el (js--syntax-begin-function)...
2015-09-20 Ken ManheimerRepair pdbtrack so it follows transition from one remot...
2015-09-18 Wilson SnyderFix checkdoc warnings.
2015-09-18 Wilson Snyder/svaha/wsnyder/d/log
2015-09-17 Paul EggertBackslash cleanup in Elisp source files
2015-09-17 Paul EggertFix several backslash typos in Elisp strings
2015-09-15 Stephen LeakeFix a bug in elisp--xref-find-definitions related to...
2015-09-14 Stefan Monnier* lisp/progmodes/cc-langs.el (c-make-init-lang-vars...
2015-09-14 Alan MackenzieReplace `cadar' with `cadr/car', since `cadar' is probl...
2015-09-12 Stefan MonnierBind inhibit-modification-hooks rather than a/b-c-f
2015-09-10 Paul EggertRevert some stray curved quotes I missed earlier
2015-09-09 Stefan MonnierMake syntax.c call syntax-propertize on demand
2015-09-09 Eli ZaretskiiFix display of complex local data types in GDB-MI
2015-09-08 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-07 Paul EggertGo back to grave quoting in source-code docstrings...
2015-09-06 Dmitry GutovAllow even one non-regular character before the implici...
2015-09-03 Paul EggertFix some more docstring etc. quoting problems
2015-09-02 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-02 Paul EggertEscape ` and ' in doc
2015-09-01 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-09-01 Stephen LeakeImprove comments in elisp-mode.el, elisp-mode-tests.el
2015-08-31 Rüdiger Sonderfeldhideif.el: Recognize .h++ as C++ header.
2015-08-31 Paul EggertQuoting fixes in lisp/progmodes
2015-08-30 Daniel ColascioneFix which-func for curly quotes: look for symbol, not...
2015-08-26 Stephen LeakeAdd mode local overrides to xref-find-definitions
2015-08-25 Paul EggertSpelling fixes
2015-08-25 Paul EggertPrefer directed to neutral quotes
2015-08-24 Paul EggertMore-conservative ‘format’ quote restyling
2015-08-23 Fabián Ezequiel... python.el: Fix python-shell-buffer-substring on indente...
2015-08-23 Fabián Ezequiel... python.el: Defer shell setup code until first interacti...
2015-08-23 Fabián Ezequiel... python.el: Fix completion for pdb interactions
2015-08-23 Fabián Ezequiel... python.el: Fix prompt detection with user overridden...
2015-08-22 Fabián Ezequiel... python.el: fallback completion, ffap and eldoc setup...
2015-08-22 Fabián Ezequiel... ; python.el: Fix typo for previous commit
2015-08-22 Fabián Ezequiel... python.el: Increase native completion robustness.
2015-08-22 Stefan Monnier* lisp/progmodes/cc-*.el: Fix up commenting style
2015-08-22 Fabián Ezequiel... ; python.el: Fix previous commit for Emacs<24.3 compati...
2015-08-22 Fabián Ezequiel... ; python.el: Fix previous commit for Emacs<24.3 compati...
2015-08-22 Fabián Ezequiel... python.el: Ensure remote process-environment on non...
2015-08-21 Fabián Ezequiel... ; python.el: Bump version to 25.1
2015-08-21 Fabián Ezequiel... python.el: Enhancements to process environment setup.
2015-08-21 Paul EggertAvoid hard-coding "M-x command" in docstrings
2015-08-21 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2015-08-21 Stefan Monnier* lisp/progmodes/js.el (js-mode): Don't eagerly syntax...
2015-08-21 Tassilo HornGeneralize prettify-symbols to arbitrary modes
2015-08-21 Paul EggertDon't quote symbols 'like-this' in docstrings etc.
2015-08-20 Alan MackenzieHandling of `c-parse-state'. Fix low level bug.
2015-08-19 Alan MackenzieMake electric-pair-mode, delete-selection-mode and...
2015-08-17 Noah FriedmanMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-08-17 Paul EggertSpelling fixes
2015-08-16 Wilson SnyderUpdate verilog-mode.el to 2015-05-14-6232468-vpo-GNU.
2015-08-15 Paul EggertFix "\`" confusion in Lisp strings
2015-08-14 Eli ZaretskiiDon't miss warnings about removing string text properti...
2015-08-13 Stefan Monnier* lisp/progmodes/sh-script.el (sh-mode): Handle .cshrc...
2015-08-13 Magnus Henoch* lisp/progmodes/compile.el: Assume 8-wide TABs (bug...
2015-08-13 Stephen Leakexref-find-definitions: Exclude more generic function...
2015-08-12 Alan MackenzieIntroduce new macros to cover Emacs's new names in...
2015-08-12 Fabián Ezequiel... ; python.el: Emacs 24.x compatibility fixes
2015-08-11 Stephen Leakeelisp--xref-find-definitions handle cl-defstuct default...
2015-08-11 Stephen LeakeRewrite elisp--xref-find-definitions to handle many...
2015-08-10 Alan MackenzieFix "Invalid search bound (wrong side of point)" in...
2015-08-10 Dmitry Gutov; Fix xref--show-location, after regression in ee50e62
2015-08-10 Dmitry GutovAdd project-vc-search-path and project-vc-ignores
2015-08-06 Paul EggertFix some confusion with ‘format’
2015-08-05 Dmitry GutovPreserve window point in xref-find-definitions-other...
2015-08-05 Dmitry Gutov* lisp/progmodes/project.el: Add a paragraph to the...
2015-08-04 David Kastrup; Do not overwrite preexisting contents of unread-comma...
next