| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix semantic-find-file-noselect binding of recentf-exclude | ookami | 2022-08-31 | 1 | -1/+1 |
* | * lisp/cedet/semantic/fw.el: Fix typo | Stefan Monnier | 2022-05-22 | 1 | -3/+3 |
* | mode-local: Revert the deprecation of buffer-local overrides | Stefan Monnier | 2022-05-22 | 1 | -13/+12 |
* | Fix previous warning suppression change | Lars Ingebrigtsen | 2022-05-22 | 1 | -1/+1 |
* | Fix compilation warning in semantic-install-function-overrides | Lars Ingebrigtsen | 2022-05-22 | 1 | -11/+12 |
* | semantic-install-function-overrides: Declare obsolete | Stefan Monnier | 2022-05-22 | 1 | -0/+1 |
* | Miscellaneous amendments to the scratch/correct-warning-pos branch | Alan Mackenzie | 2022-01-22 | 1 | -10/+22 |
* | Merge from origin/emacs-28 | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Remove some unnecessary references to Emacs 22 | Stefan Kangas | 2021-12-07 | 1 | -2/+0 |
|/ |
|
* | ; Minor stylistic fixes found by checkdoc | Stefan Kangas | 2021-09-16 | 1 | -1/+1 |
* | Remove redundant #' before lambda in cedet | Stefan Kangas | 2021-03-30 | 1 | -5/+5 |
* | * lisp/cedet: Convert remaining files to lexical-binding | Stefan Monnier | 2021-03-15 | 1 | -26/+32 |
* | * lisp/cedet/semantic/fw.el (semantic-find-file-noselect): Fix warning | Stefan Monnier | 2021-03-07 | 1 | -11/+1 |
* | * lisp/emacs-lisp/macroexp.el (macroexp-file-name): New function. | Stefan Monnier | 2021-02-24 | 1 | -6/+4 |
* | Prefer defvar-local in cedet | Stefan Kangas | 2021-01-31 | 1 | -2/+1 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Remove cedet items obsolete since 23.2 | Stefan Kangas | 2020-09-11 | 1 | -8/+5 |
* | Mark some unused defaliases in semantic/fw.el obsolete | Lars Ingebrigtsen | 2020-08-12 | 1 | -6/+4 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | * lisp/cedet/mode-local.el: Clean up name space | Stefan Monnier | 2019-10-24 | 1 | -5/+4 |
* | Remove semantic-make-local-hook call from CEDET | Lars Ingebrigtsen | 2019-10-04 | 1 | -3/+1 |
* | lisp/*.el: Fix typos and other trivial doc fixes | Juanma Barranquero | 2019-09-21 | 1 | -1/+1 |
* | Declare semantic-*overlay* aliases obsolete | Lars Ingebrigtsen | 2019-06-20 | 1 | -19/+23 |
* | Throughout cedet, don't use semantic-overlay-* compat aliases | Lars Ingebrigtsen | 2019-06-20 | 1 | -12/+12 |
* | Remove XEmacs compat code from cedet | Lars Ingebrigtsen | 2019-06-20 | 1 | -122/+40 |
* | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Create generated lisp files before main loaddefs.el | Glenn Morris | 2017-04-13 | 1 | -1/+1 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Quote symbols in docstrings using `' | Paul Eggert | 2015-11-18 | 1 | -1/+1 |
* | Fix docstring quoting problems with ‘ '’ | Paul Eggert | 2015-11-17 | 1 | -1/+1 |
* | Fix some more docstring etc. quoting problems | Paul Eggert | 2015-09-03 | 1 | -4/+4 |
* | * cedet/semantic/fw.el: Use declare. | Stefan Monnier | 2015-04-13 | 1 | -11/+5 |
* | * lisp/cedet/semantic: Remove some dead code | Stefan Monnier | 2015-04-10 | 1 | -7/+3 |
* | lisp/emacs-lisp/eieio-core.el (eieio-backward-compatibility): New var. | Stefan Monnier | 2015-01-07 | 1 | -11/+10 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | * semantic/fw.el (semantic-exit-on-input) | Barry O'Reilly | 2013-11-16 | 1 | -2/+14 |
* | * lisp/cedet/semantic.el (semantic-new-buffer-fcn-was-run, semantic-active-p): | Glenn Morris | 2013-09-20 | 1 | -0/+9 |
* | * semantic/fw.el (semantic-make-local-hook): Simplify by dropping Emacs <= 20. | Glenn Morris | 2013-09-04 | 1 | -2/+1 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -1/+1 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | | * lisp/cedet/semantic/fw.el (semantic-make-local-hook) | Stefan Monnier | 2012-11-19 | 1 | -8/+6 |
|/ |
|
* | Merge bug fixes from CEDET upstream. | David Engster | 2012-11-14 | 1 | -8/+1 |
* | Spelling fixes. | Paul Eggert | 2012-10-04 | 1 | -2/+2 |
* | Update CEDET from upstream. | Chong Yidong | 2012-10-02 | 1 | -33/+162 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |