]> code.delx.au - gnu-emacs/history - lisp/progmodes
Fix infloop in filepos-to-bufferpos
[gnu-emacs] / lisp / progmodes /
2015-06-16 Glenn Morris; Comment fixes.
2015-06-15 Stefan Monnier* lisp/progmodes/perl-mode.el: Refine handling of ...
2015-06-14 Christoph WedlerSome generic support for multi-mode indentation.
2015-06-11 Paul EggertFix quoting of help for functions with odd names
2015-06-10 Glenn Morris* lisp/progmodes/f90.el (f90-backslash-not-special...
2015-06-10 Glenn Morris* lisp/progmodes/executable.el (executable-self-display...
2015-06-10 Glenn Morris* lisp/progmodes/executable.el (executable-self-display):
2015-06-10 Stefan Monnier* lisp/progmodes/sh-script.el: Better handle nested...
2015-06-10 Stefan Monnier* lisp/progmodes/elisp-mode.el: Require cl-lib for...
2015-06-08 Dmitry GutovSkip past `#' to find BEG
2015-06-06 Juri Linkov* lisp/progmodes/grep.el (zrgrep): Let-bind grep-highli...
2015-06-06 Glenn MorrisAddress some compilation warnings.
2015-06-06 Eli ZaretskiiFix display when a font claims large values of ascent...
2015-06-04 Nicolas PettonMerge branch 'map'
2015-06-03 Dmitry GutovOverride 'grep --color=always'
2015-06-03 Dmitry GutovRestore <D> instead of '.' in grep-find-template
2015-06-02 Dmitry GutovReuse rgrep mechanics in xref-find-regexp
2015-06-02 Dmitry GutovMove xref-elisp-location to elisp-mode.el
2015-06-02 Glenn MorrisMerge from origin/emacs-24
2015-06-02 Glenn Morris; Merge from origin/emacs-24
2015-05-31 Dmitry GutovMake sure there's no explicit tag name
2015-05-30 Paul EggertUse \r rather than ^M in string literals
2015-05-30 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2015-05-30 Dmitry GutovUse list for the tags completion table, not obarray
2015-05-28 Paul EggertNew minor mode Electric Quote
2015-05-28 Paul EggertFix minor quoting problems in doc strings
2015-05-28 Paul EggertSupport curved quotes in doc strings
2015-05-28 Glenn Morris* lisp/progmodes/f90.el (f90-type-def-re): Add "type...
2015-05-27 Glenn MorrisMake c-submit-bug-report file reports at debbugs.gnu...
2015-05-26 Dmitry Gutovxref-prompt-for-identifier: Use a list value
2015-05-25 Daniel ColascioneAdd C-language keyword constants to C++
2015-05-25 Paul EggertMake TAGS files more portable to MS-Windows
2015-05-23 Stefan Monnier* lisp/progmodes/xref.el (xref-find-apropos): Use read...
2015-05-23 Stefan Monniertags-completion-at-point-function: Don't trust the...
2015-05-23 Eli ZaretskiiRevert "Fix etags Bug#20629 that broke C++ support."
2015-05-23 Jan DFix etags Bug#20629 that broke C++ support.
2015-05-23 Jan DMerge branch 'master' into cairo
2015-05-21 Paul EggertDon't quote nil and t in doc strings
2015-05-21 Paul EggertRevert doc string changes to f90.el
2015-05-19 Paul EggertFix minor quoting problems in doc strings
2015-05-18 Paul PogonyshevUpdate Maven compilation-mode entry to distinguish...
2015-05-17 Jan DMerge branch 'master' into cairo
2015-05-15 Wilson SnyderSync with upstream verilog-mode revision 6232468
2015-05-13 Glenn Morris* lisp/progmodes/tcl.el (tcl-filter):
2015-05-11 Fabián Ezequiel... python.el: better limit for looking-back calls
2015-05-10 Dmitry GutovAdd xref-find-regexp
2015-05-10 Dmitry GutovRemove tag-symbol-match-p from etags-xref-find-definiti...
2015-05-10 Dmitry GutovDeclare find-tag obsolete
2015-05-06 Glenn MorrisQuieten cc-mode compilation
2015-05-06 Glenn Morris* lisp/progmodes/js.el (js--optimize-arglist): Remove...
2015-05-06 Dmitry GutovDon't require match
2015-05-06 Stefan Monnier* lisp/cedet/semantic/grammar.el: Fix compiler warnings...
2015-05-05 Nicolas PettonMerge branch 'seq-let'
2015-05-05 Dmitry GutovWork around "Attempt to modify read-only object"
2015-05-05 Dmitry GutovOnly skip some variables that have function counterparts
2015-05-05 Dmitry Gutov; Update a comment
2015-05-05 Dmitry GutovButtonize the whole line, including the number at the...
2015-05-05 Dmitry GutovMake sure we're inside the let bindings
2015-05-05 Glenn Morris* lisp/progmodes/elisp-mode.el (xref-collect-references...
2015-05-04 Dmitry GutovHighlight both type and symbol name
2015-05-04 Dmitry GutovInsert, highlight and align line numbers in xref output
2015-05-04 Dmitry GutovDon't pulse the indentation, or the newline
2015-05-04 Dmitry GutovClassify lone symbol inside let varlist as variable
2015-05-04 Dmitry GutovAdd xref-pulse-on-jump
2015-05-03 Dmitry Gutov; xref--insert-xrefs: Add (require 'compile)
2015-05-03 Dmitry Gutovxref--insert-xrefs: Tweak the faces
2015-05-03 Dmitry Gutovelisp-completion-at-point: Prioritize being quoted...
2015-05-02 K. HandaMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-05-02 Dmitry GutovFix etags-xref-find for references
2015-05-02 Eli ZaretskiiFix error diagnostics of c-macro-expand
2015-05-01 Dmitry Gutov; * xref.el (xref-collect-references): Simplify.
2015-05-01 Dmitry GutovImplement xref-find-references in etags and elisp-mode
2015-05-01 Glenn MorrisRemove compatibility code for 20-year old function...
2015-04-30 Helmut EllerSet next-error-* in xref--xref-buffer-mode
2015-04-30 Fabián Ezequiel... python.el: Fix warnings on looking-back calls missing...
2015-04-29 Dmitry GutovIntroduce etags-xref-find-definitions-tag-order
2015-04-27 Stefan Monnier* elisp-mode.el: Catch errors from `documentation'
2015-04-26 Dmitry GutovIntroduce xref-prompt-for-identifier
2015-04-26 Jan DMerge branch 'master' into cairo
2015-04-26 Dmitry GutovPass `id' to `completing-read' as def instead of initia...
2015-04-21 Alan MackenzieCC Mode: Do nothing in before/after-change-functions...
2015-04-21 Stefan MonnierFix byte-compiler warnings about looking-back.
2015-04-20 Paul EggertSpelling fixes
2015-04-17 Dmitry GutovDon't show both feature and function with the same...
2015-04-17 Dmitry Gutov(elisp--xref-identifier-location): Skip variable, if...
2015-04-17 Leo Liu* lisp/progmodes/xref.el (xref-push-marker-stack):...
2015-04-15 Stefan MonnierMove some Elisp-specific code from lisp-mode.el to...
2015-04-13 Fabián Ezequiel... python.el: Keep symmetry on sexp navigation with parens
2015-04-10 Stefan Monniercl-lib.el: Partial revert of "2015-04-05 Rationalize...
2015-04-10 Stefan Monnier* vhdl-mode.el (vhdl-prepare-search-2): Use inhibit...
2015-04-09 Stefan MonnierStop messing with the EMACS env var
2015-04-09 Fabián Ezequiel... python.el: Indent docstring lines to base-indent
2015-04-09 Fabián Ezequiel... python.el: Increase native completion robustness
2015-04-08 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2015-04-07 Alan MackenzieAlways mark "<" and ">" in #include directives with...
2015-04-06 Alan MackenzieFix miscellaneous glitches in cc-mode.el. Fixes debbug...
2015-04-06 Alan MackenzieCC Mode: Stop Font Lock forcing fontification from...
2015-04-06 Fabián Ezequiel... python.el: Do not break IPython magic completions.
2015-04-06 Fabián Ezequiel... Fix previous commit to prevent infloop
2015-04-06 Fabián Ezequiel... python.el: Enhance docstring detection following PEP...
next