]> code.delx.au - gnu-emacs/history - lisp/progmodes
; Fix breakage from previous commit
[gnu-emacs] / lisp / progmodes /
2016-06-27 Alan MackenzieAmend a cache so that typing into C++ raw strings has...
2016-06-27 Dmitry GutovAlso handle escaping when string begins with a quote
2016-06-27 Sriram ThaiyarFix quote escaping in ruby-toggle-string-quotes
2016-06-26 Paul Eggert; Spelling fixes
2016-06-25 Paul EggertMerge from origin/emacs-25
2016-06-25 Leo LiuUse use-region-p in prolog.el
2016-06-25 Leo LiuRemove compatibility with Emacs 24.3 in octave-mode
2016-06-24 Alan MackenzieImplement ' separators in C++ integer literals.
2016-06-23 Mark OteizaRemove some more face aliases obsoleted in 22.1
2016-06-23 Mark OteizaRemove some face aliases obsoleted in 22.1
2016-06-23 Alan MackenzieMake typing into incomplete C++ raw strings work, and...
2016-06-19 Alan MackenzieFix CC Mode fontification problem apparent in test...
2016-06-19 Alan Mackenziec-renarrow-state-cache: take care when new point is...
2016-06-18 Paul EggertMerge from origin/emacs-25
2016-06-18 Paul Eggert; Merge from origin/emacs-25
2016-06-18 Paul EggertMerge from origin/emacs-25
2016-06-18 Paul Eggert; Merge from origin/emacs-25
2016-06-18 Paul EggertMerge from origin/emacs-25
2016-06-15 Alan MackenzieSpeed up CC Mode's font locking by taking some code...
2016-06-15 Michal NazarewiczAutomatically detect whether .h file is C or C++
2016-06-15 Alan MackenzieParse compound identifiers in C++ member initialization...
2016-06-14 Noam PostavskyMake python.el work in Emacs 24
2016-06-10 Jules TamagnanFix eldoc-related freezes in python mode
2016-06-10 Eli ZaretskiiShow returned value after gdb-mi "finish" command
2016-06-10 Glenn MorrisLeading "*" in the doc of defvars is long obsolete.
2016-06-10 Glenn MorrisRemove obsolete leading * from defcustom, defface doc...
2016-06-09 Alan MackenzieHandle C++ raw strings.
2016-06-07 Glenn Morris* lisp/progmodes/python.el (inferior-python-mode):
2016-06-07 Paul EggertMerge from origin/emacs-25
2016-06-07 Paul Eggert; Merge from origin/emacs-25
2016-06-07 Paul EggertMerge from origin/emacs-25
2016-06-07 Dmitry GutovImprove squiggly heredoc support in non-SMIE Ruby mode
2016-06-06 Stephen BermanFix doc string quoting
2016-06-05 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-06-01 Alan MackenzieCorrect fontification and indentation of C++'s "constex...
2016-06-01 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-05-31 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-05-31 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-05-31 Paul EggertMerge from origin/emacs-25
2016-05-29 Alan MackenzieRationalize the use of c-new-BEG and c-new-END in CC...
2016-05-28 Alan MackenzieC++ Mode: attribute in class declaration fouls up inden...
2016-05-28 Andreas Schwab* lisp/progmodes/elisp-mode.el (elisp-function-argstrin...
2016-05-26 Paul EggertPacify 'make check-declare'
2016-05-26 Paul EggertMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-05-26 Paul EggertMerge from origin/emacs-25
2016-05-26 Eli ZaretskiiAvoid byte-compiler warnings due to 'declare-function'
2016-05-26 Paul Eggert; Merge from origin/emacs-25
2016-05-26 Paul EggertMerge from origin/emacs-25
2016-05-26 Paul Eggert; Merge from origin/emacs-25
2016-05-26 Paul EggertMerge from origin/emacs-25
2016-05-26 Paul Eggert; Merge from origin/emacs-25
2016-05-26 Paul EggertMerge from origin/emacs-25
2016-05-24 Dmitry GutovMake js-mode's syntax highlighting work again
2016-05-24 Stefan Monnier* lisp/progmodes/cc-mode.el: Add minor comments
2016-05-18 Sam Steingoldpython-describe-at-point: add and bind
2016-05-16 Alan MackenzieTidy up redundant code in cc-vars.el caused by mistake...
2016-05-16 Alan MackenzieFix spurious fontification of "for (; a * b;)" in CC...
2016-05-15 Paul EggertPacify ‘make check-declare’
2016-05-14 Paul EggertMerge from origin/emacs-25
2016-05-13 Paul EggertMerge from origin/emacs-25
2016-05-12 Dmitry GutovDo not mistake colon at the end of regexp for slash...
2016-05-10 Dmitry GutovDon't treat JS spread as contination method call
2016-05-10 Paul Eggert; Merge from origin/emacs-25
2016-05-10 Paul EggertMerge from origin/emacs-25
2016-05-10 Alan MackenzieRevert "Fix spurious fontification of "for (; a * b...
2016-05-09 Alan MackenzieAdd some "safe-local-variable" declarations for compati...
2016-05-09 Paul EggertMerge from origin/emacs-25
2016-05-09 Paul Eggert; Merge from origin/emacs-25
2016-05-09 Alan MackenzieCC Mode now uses the new :after-hook feature of define...
2016-05-08 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-05-08 Paul EggertPrefer grep -E/-F to egrep/fgrep
2016-05-07 Dmitry GutovSay 'All results processed' at the end
2016-05-07 Jorgen Schaeferscheme.el: Turn literal tabs into \t
2016-05-06 Paul EggertMerge from origin/emacs-25
2016-05-05 Dmitry Gutov`nreverse' the marker pairs list
2016-05-05 Dmitry GutovUse save-excursion in xref-location-marker more
2016-05-05 Dmitry Gutovshell-quote-argument DIR when appropriate
2016-05-05 Dmitry GutovRework xref-query-replace-in-results
2016-05-04 Stefan Monnier* lisp/progmodes/js.el (js-syntax-propertize): Recogniz...
2016-05-03 Dmitry GutovHandle "empty line" regexp in xref searches
2016-05-03 Dmitry GutovClear buffer-undo-list when showing xrefs
2016-05-02 Philipp StephaniAllow eval-ing named character literals
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul EggertFix quoting problem in cc-engine debug message
2016-05-02 Dmitry Gutov`nreverse' Grep hits before passing them to xref--conve...
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Merge from origin/emacs-25
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Merge from origin/emacs-25
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Merge from origin/emacs-25
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-02 Paul Eggert; Merge from origin/emacs-25
2016-05-02 Paul EggertMerge from origin/emacs-25
2016-05-01 Lars IngebrigtsenClarify doc string of internal compilation function
2016-05-01 Peter FeiglAdd R7RS syntax forms to scheme.el
2016-05-01 Jorgen Schaefer; Replace mixed tabs/spaces in scheme.el with just...
2016-04-30 Alan MackenzieCC Mode: Recognize a noise macro with parens after...
2016-04-30 Eli ZaretskiiFix the MSDOS build
2016-04-29 Alan MackenzieRevert unneeded change which harms syntactic parsing...
next