summaryrefslogtreecommitdiff
path: root/lisp/progmodes
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-02-163-63/+38
|\
| * Reformulate c-end-of-macro, handling multiline block comments betterAlan Mackenzie2020-02-162-56/+38
| * Remove redundant 'msft' compilation error rule (bug#39595)Mattias Engdegård2020-02-141-7/+0
* | Merge from origin/emacs-27Glenn Morris2020-02-133-10/+30
|\ \ | |/
| * c-end-of-macro: Handle block coment lines with unescaped NLs correctlyAlan Mackenzie2020-02-102-8/+28
| * Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-092-2/+2
* | Enhance memory address evaluation in gdb-miYuan Fu2020-02-081-15/+42
* | * lisp/progmodes/sh-script.el: Remove old non-SMIE indentation codeStefan Monnier2020-02-031-1430/+24
* | Merge from origin/emacs-27Glenn Morris2020-02-011-3/+8
|\ \ | |/
| * ; * lisp/progmodes/gdb-mi.el (gdb-handle-reply): Fix commentary.Eli Zaretskii2020-01-311-1/+1
| * Protect against errors in gdb-mi.el handlersYuan Fu2020-01-311-1/+4
| * Allow exiting the Python interpreter of a GDB sessionEli Zaretskii2020-01-311-2/+4
* | Merge from origin/emacs-27Glenn Morris2020-01-282-7/+13
|\ \ | |/
| * Finish the documentation for c-noise-macro-{,with-parens-}names.Alan Mackenzie2020-01-271-4/+11
| * Objective C Mode: Make c-forward-type work with "unsigned long", etc.Alan Mackenzie2020-01-261-3/+2
| * Prefer saying "Info manual" to "info page" in docsStefan Kangas2020-01-231-1/+1
* | Prefer saying "Info manual" to "info page" in docsStefan Kangas2020-01-231-1/+1
* | * lisp/progmodes/grep.el (grep-read-files-function): New var.Stefan Monnier2020-01-211-59/+52
* | Merge from origin/emacs-27Glenn Morris2020-01-203-12/+21
|\ \ | |/
| * Remove some doc references to old Emacs versionsStefan Kangas2020-01-181-1/+1
| * Honor tags-case-fold-search during xref identifer completionDmitry Gutov2020-01-182-11/+20
* | * lisp/progmodes/cc-cmds.el: Don't use local vars as symbolsStefan Monnier2020-01-201-3/+3
* | Add ability to find ObjC method namesAlan Third2020-01-181-0/+17
* | Remove XEmacs and old Emacs compat code from ebnf2ps.elStefan Kangas2020-01-181-19/+2
* | * lisp/progmodes/vhdl-mode.el (speedbar-load-hook): Silence compiler.Glenn Morris2020-01-161-1/+1
* | Make more load-hooks obsoleteGlenn Morris2020-01-164-4/+10
* | Replace add-hook load-hook with with-eval-after-loadGlenn Morris2020-01-161-3/+2
* | Merge from origin/emacs-27Glenn Morris2020-01-162-7/+14
|\ \ | |/
| * ; Unmaintain fortran elispGlenn Morris2020-01-152-2/+2
| * f90: handle F2008 module functionGlenn Morris2020-01-151-5/+12
* | Merge from origin/emacs-27Glenn Morris2020-01-151-1/+2
|\ \ | |/
| * Always use lexical-binding in lisp-interaction-mode (bug#38835)Mattias Engdegård2020-01-131-1/+2
* | Merge from origin/emacs-27Glenn Morris2020-01-111-1/+1
|\ \ | |/
| * flymake: fix typo in variable binding (bug#38752)Mattias Engdegård2020-01-101-1/+1
* | Merge from origin/emacs-27Glenn Morris2020-01-082-49/+59
|\ \ | |/
| * Objective C Mode imenu: cease recognizing "functions" within comments, etc.Alan Mackenzie2020-01-071-48/+50
| * xref-matches-in-files: Big Tramp speed-upDmitry Gutov2020-01-071-1/+9
* | Merge from origin/emacs-27Paul Eggert2020-01-0183-83/+83
|\ \ | |/
| * Update copyright year to 2020Paul Eggert2020-01-0183-83/+83
* | Merge from origin/emacs-27Glenn Morris2019-12-302-62/+84
|\ \ | |/
| * ; xref-references-in-directory: Autoload as wellDmitry Gutov2019-12-291-0/+1
| * Fix up requiresDmitry Gutov2019-12-291-1/+3
| * Extract xref-matches-in-files from project--find-regexp-in-filesDmitry Gutov2019-12-292-47/+51
| * Rename xref-collect-references and xref-collect-matchesDmitry Gutov2019-12-291-3/+13
| * ; Improve the docstring some moreDmitry Gutov2019-12-291-2/+3
| * Improve docstringsDmitry Gutov2019-12-291-2/+5
| * Don't require semantic/fwDmitry Gutov2019-12-281-1/+0
| * Do some renames for clarityDmitry Gutov2019-12-281-7/+9
* | Merge from origin/emacs-27Glenn Morris2019-12-301-4/+2
|\ \ | |/
| * (xref--find-buffer-visiting): Speed up by using get-file-bufferDmitry Gutov2019-12-271-4/+2