]> code.delx.au - gnu-emacs/history - lisp/progmodes
Avoid shrinking windows with Gtk+ 3.20.3
[gnu-emacs] / lisp / progmodes /
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-09 Alan MackenzieAdd some "safe-local-variable" declarations for compati...
2016-05-07 Dmitry GutovSay 'All results processed' at the end
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-03 Dmitry GutovHandle "empty line" regexp in xref searches
2016-05-03 Dmitry GutovClear buffer-undo-list when showing xrefs
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-01 Lars IngebrigtsenClarify doc string of internal compilation function
2016-04-30 Eli ZaretskiiFix the MSDOS build
2016-04-29 Alan MackenzieRevert unneeded change which harms syntactic parsing...
2016-04-29 Alan MackenzieCorrect indentation of ids in a C++ enum after a protec...
2016-04-27 Dmitry GutovDon't mistake `for' inside a function for a part of...
2016-04-26 Jorgen SchaeferAdd Python 3.5 keyword "await"
2016-04-26 Lele GaifaxAdd new keywords of Python 3.5
2016-04-21 Eli ZaretskiiRevert "Allow to customize names of executables used...
2016-04-21 Eli ZaretskiiRevert "Don't use 'find-program'"
2016-04-17 Reto ZimmermannSync with upstream vhdl mode v3.38.1.
2016-04-16 Mark OteizaMake sh-electric-here-document-mode accessible in sh...
2016-04-12 Dmitry GutovPerform xref searches without visiting unopened files
2016-04-11 Eli ZaretskiiDon't use 'find-program'
2016-04-11 Paul EggertPort run-prolog EMACS to SWI-Prolog 7.2.3
2016-04-08 Paul EggertComint and compile no longer set EMACS
2016-04-08 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2016-04-08 Eli ZaretskiiAllow to customize names of executables used by grep.el
2016-04-06 Dmitry GutovAdd a `transient' project type
2016-04-02 Dmitry Gutov(js--continued-expression-p): Special-case unary plus...
2016-04-01 Alan MackenziePrevent C++ Mode wrongly fontifying some identifiers...
2016-03-30 Alan MackenzieFinish fixing a cacheing bug in CC Mode (see 2016-03-09)
2016-03-30 Alan MackenzieMerge branch 'emacs-25' of /home/acm/emacs/emacs.git...
2016-03-28 Dmitry GutovRemove prog-indentation-context
2016-03-24 Paul EggertAvoid stray As next to IDLW icons
2016-03-23 Paul EggertComint, term, and compile now set EMACS
2016-03-18 Dmitry GutovFixup the "normal" matcher; highlight global var symbol...
2016-03-18 Paul Eggert; Spelling fixes
2016-03-17 Michael AlbinusMerge branch 'emacs-25' of git.sv.gnu.org:/srv/git...
2016-03-17 Glenn Morris* lisp/progmodes/xref.el (xref-buffer-name, xref--window):
2016-03-16 Dmitry GutovSupport safe navigation operator in non-SMIE indentatio...
2016-03-16 Dmitry GutovFix Ruby's operator precedence
2016-03-15 Dmitry GutovDo not tokenize a comment before continuation as ';'
2016-03-15 Dmitry GutovDon't misindent arguments of a method call inside conti...
2016-03-14 Alan MackenzieFix a cacheing bug, which led to inordinately slow...
2016-03-14 Alan MackenzieFix a cacheing bug, which led to inordinately slow...
2016-03-14 Dmitry GutovMake lisp-completion-at-point's argument optional
2016-03-13 Dmitry GutovTweak the left precedence of '=>'
2016-03-13 Dmitry GutovIndent '.' relative to the first sibling expression
2016-03-13 Dmitry GutovMake '.' associative, for easier sexp navigation
2016-03-11 Dmitry GutovSupport Ruby 2.3.0's safe navigation operator
2016-03-10 Dmitry GutovIndent methods with keyword names correctly
2016-03-10 Dmitry GutovPropertize character literals and special global variab...
2016-03-09 Dmitry GutovPropertize operator symbol names with symbol syntax...
2016-03-09 Dmitry GutovStop recognizing :#{} as symbol in ruby-mode
2016-03-09 Dmitry GutovAllow using the left shift operator without spaces...
2016-03-07 Dmitry GutovAllow splat operator before percent literal
2016-03-07 Dmitry GutovDon't apply the return value of goto-char as syntax...
2016-03-07 Dmitry GutovGuard against nested percent literals
2016-03-07 Dmitry GutovRecognize iuwu-mod after an escaped newline
2016-03-05 Dmitry GutovDon't misindent computed property generator methods
2016-03-03 Dmitry GutovMake sure to use case-sensitive search
2016-02-29 Dmitry GutovUncomment the next-error-function integration in xref
2016-02-28 Friedrich BeckmannFix ModelSim error parsing
2016-02-24 John F. TrudeauHighlight assignments in Makefiles more correctly
2016-02-23 Dmitry GutovMake $, : and @ "prefix characters" in ruby-mode
2016-02-21 Dmitry GutovKill off xref--display-history
2016-02-21 Dmitry GutovKeep the xref buffer visible until the user quits it...
2016-02-17 Alan MackenzieCorrect c-parse-state cache manipulation error.
2016-02-15 Alan MackenzieAllow arithmetic operators inside C++ template constructs.
2016-02-14 Oscar FuentesGrep alias `all' shall not match parent directory
2016-02-10 Matthew CarterQuote table names for postgres listings (sql-mode)
2016-02-05 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2016-02-05 Eli ZaretskiiFix problems caused by new implementation of sub-word...
2016-02-04 Alan MackenzieCorrectly fontify C++ initializations which "look like...
2016-02-02 Glenn Morris; * lisp/progmodes/prolog.el: Remove some obsolete...
2016-02-02 Glenn MorrisImprove the custom type of some user options.
2016-01-31 Paul EggertSpelling fixes
2016-01-30 Glenn MorrisImprove the custom type of some user options.
2016-01-30 Glenn MorrisMark some user options that can get evalled as risky.
2016-01-30 Dmitry GutovDon't fiddle with DEFAULT
2016-01-30 Dmitry GutovImprove project-find-file yet again!
2016-01-29 Stephen LeakeFix typo in previous commits
2016-01-29 Stephen LeakeImprove project-find-file
2016-01-29 Glenn MorrisDon't use eval to quieten prolog.el compilation.
2016-01-29 Glenn MorrisMark some risky prolog variables.
2016-01-25 Glenn Morris; Spelling fix (American spelling)
2016-01-25 Paul EggertSpelling fixes
2016-01-24 Alan MackenzieExpunge "allow" + infinitive without direct object...
2016-01-24 Dmitry GutovRename xref-query-replace to xref-query-replace-in...
2016-01-23 Dmitry GutovComment out next-error-function integration in xref
2016-01-23 Alan MackenzieDistinguish the two meanings of Java's keyword "default...
2016-01-22 Alan MackenziePrevent spurious recognition of K&R argument declaratio...
2016-01-22 Stephen LeakeIn xref-collect-references, force backends to respect...
2016-01-20 Dmitry GutovSupport squiggly heredocs in ruby-mode
2016-01-19 Dmitry Gutov; Fix a typo
2016-01-19 Dmitry GutovPropertize backtick in 'def `(abc)' as symbol constituent
2016-01-18 Dmitry Gutov* lisp/progmodes/project.el (project--read-regexp)...
2016-01-18 Dmitry GutovAdd xref-based replacements for Dired search commands
next