index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
cedet
/
semantic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use regexp type for regexps in defcustom declarations
Mattias EngdegÄrd
2019-12-26
1
-1
/
+1
*
Trivial docstring fixes
Juanma Barranquero
2019-12-24
1
-2
/
+1
*
* lisp/cedet/semantic/db.el: Use lexical-binding
Stefan Monnier
2019-11-14
1
-49
/
+50
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
16
-28
/
+29
*
* lisp/cedet/semantic/wisent/comp.el (wisent-struct): Remove
Stefan Monnier
2019-11-09
1
-95
/
+66
*
* lisp/cedet/ (semantic-analyze-possible-completions): Add `flags` arg
Eric Ludlam
2019-10-31
3
-5
/
+5
*
Remove more XEmacs compat code from CEDET
Stefan Kangas
2019-10-28
3
-14
/
+3
*
* lisp/cedet/mode-local.el: Clean up name space
Stefan Monnier
2019-10-24
11
-41
/
+35
*
* lisp/cedet/semantic/analyze/complete.el: Fix completion-at-point
Stefan Monnier
2019-10-23
1
-2
/
+4
*
Remove some compat code from CEDET
Lars Ingebrigtsen
2019-10-19
1
-4
/
+1
*
* lisp/cedet/mode-local.el (define-overload): Declare obsolete
Stefan Monnier
2019-10-11
1
-2
/
+2
*
Remove semantic-make-local-hook call from CEDET
Lars Ingebrigtsen
2019-10-04
8
-24
/
+1
*
Fix cedet compilation warning
Lars Ingebrigtsen
2019-09-23
1
-5
/
+5
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
8
-35
/
+35
*
lisp/*.el, src/*.c: Fix typos in docstrings
Juanma Barranquero
2019-09-19
9
-15
/
+15
*
Fix up previous cl-def* changes in bovine
Lars Ingebrigtsen
2019-08-15
1
-2
/
+2
*
Add cl-def* forms to bovine/el.el
Lars Ingebrigtsen
2019-08-14
1
-0
/
+4
*
Mark semantic functions correctly in defcustom
Samuel Bronson
2019-07-15
1
-1
/
+1
*
Replace manually crafted hex regexes with [:xdigit:]
Konstantin Kharlamov
2019-07-06
2
-4
/
+4
*
Rename displayor to displayer in CEDET
Lars Ingebrigtsen
2019-06-27
2
-170
/
+219
*
Use xref in cedet
Bastian Beischer
2019-06-25
4
-4
/
+14
*
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
20
-234
/
+224
*
Remove XEmacs compat code from cedet
Lars Ingebrigtsen
2019-06-20
9
-429
/
+256
*
Allow specifying the expected number of shift/reduce conflicts
Lars Ingebrigtsen
2019-06-19
3
-16
/
+49
*
Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"
Lars Ingebrigtsen
2019-06-18
2
-19
/
+8
*
Add a mechanism to specify expected shift/reduce .wy conflicts
Lars Ingebrigtsen
2019-06-18
2
-8
/
+19
*
Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"
Lars Ingebrigtsen
2019-06-18
2
-17
/
+8
*
Add a mechanism to specify expected shift/reduce .wy conflicts
Lars Ingebrigtsen
2019-06-18
2
-8
/
+17
*
Fix use of obsolete constructor in semantic/complete.el
Lars Ingebrigtsen
2019-06-17
1
-2
/
+2
*
Rewrite object-print methods in cedet to be cl-print-object methods
Lars Ingebrigtsen
2019-06-17
3
-37
/
+43
*
Remove obsolete name arg from two constructors
Lars Ingebrigtsen
2019-06-16
1
-1
/
+0
*
Fix previous object-print/cl-print-object changes
Lars Ingebrigtsen
2019-06-14
4
-11
/
+11
*
Avoid using registerv-make in senator.el
Lars Ingebrigtsen
2019-06-14
1
-7
/
+17
*
analyze/debug compilation fix
Lars Ingebrigtsen
2019-06-14
1
-0
/
+1
*
semantic/lex-spp compilation fix
Lars Ingebrigtsen
2019-06-14
1
-1
/
+1
*
Use cl-typep instead of obsolete predicate functions throughout cedet
Lars Ingebrigtsen
2019-06-14
5
-8
/
+8
*
Move functions from semantic.el to analyze.el to avoid warnings
Lars Ingebrigtsen
2019-06-14
1
-0
/
+52
*
Use CLOS-style accessors in oref/oset
Lars Ingebrigtsen
2019-06-14
15
-63
/
+54
*
semantic/senator.el byte compilation fix
Lars Ingebrigtsen
2019-06-13
1
-2
/
+1
*
semantic/idle.el compilation warning fix
Lars Ingebrigtsen
2019-06-13
1
-2
/
+1
*
semantic/grammar byte compilation fixes
Lars Ingebrigtsen
2019-06-13
1
-2
/
+1
*
semantic/chart.el compilation warning fixes
Lars Ingebrigtsen
2019-06-13
1
-5
/
+2
*
Use cl-print-object instead of object-print throughout cedet
Lars Ingebrigtsen
2019-06-13
4
-11
/
+11
*
Update author/maintainer info
Paul Eggert
2019-05-26
18
-19
/
+19
*
Remove Maintainer: when it duplicates Author:
Paul Eggert
2019-05-26
9
-9
/
+0
*
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
3
-4
/
+3
*
Properly bracket concat of comment-start-skip (Bug#34805)
Noam Postavsky
2019-04-15
1
-1
/
+2
*
Fix regular-expression glitches and typos
Paul Eggert
2019-03-04
1
-2
/
+2
[next]