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
*
CEDET: Try and (re)fix bug#56902, in a better way
Stefan Monnier
2022-08-03
1
-15
/
+16
*
Revert "; Fix last change (bug#56902)"
Stefan Monnier
2022-08-03
1
-20
/
+20
*
; Fix last change (bug#56902)
Gerd Möllmann
2022-08-03
1
-20
/
+20
*
CEDET: Remove left-over uses of obsolete <class>-child-p predicates
Stefan Monnier
2022-08-02
5
-83
/
+80
*
Prefer ‘time-equal-p’ to ‘equal’ on timestamps
Paul Eggert
2022-08-01
1
-1
/
+1
*
string-equal-ignore-case: new function
Sam Steingold
2022-07-26
1
-8
/
+2
*
Fix reference to 'x-max-tooltip-size' in complete.el
Eli Zaretskii
2022-07-21
1
-2
/
+4
*
Remove many items obsolete since 24.1
Stefan Kangas
2022-07-08
1
-4
/
+0
*
Remove some useless `eval-when-compile`
Mattias Engdegård
2022-07-04
2
-38
/
+36
*
; Fix typos.
Mattias Engdegård
2022-07-02
2
-2
/
+2
*
Fix the final divergent single quote usages in doc strings
Lars Ingebrigtsen
2022-05-24
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
5
-33
/
+31
*
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
2
-5
/
+6
*
wisent.el: Prefer `define-mode-local-override`
Stefan Monnier
2022-05-22
3
-14
/
+15
*
wisent/grammar.el: Prefer `define-mode-local-override`
Stefan Monnier
2022-05-22
1
-6
/
+5
*
cedet/html.el: Prefer `define-mode-local-override`
Stefan Monnier
2022-05-22
1
-6
/
+6
*
bovine/grammar.el: Prefer `define-mode-local-override`
Stefan Monnier
2022-05-22
2
-11
/
+7
*
cedet/texi.el: prefer `define-mode-local-override`
Stefan Monnier
2022-05-22
1
-5
/
+2
*
Remove some ancient Emacs compat code
Stefan Kangas
2022-05-18
1
-6
/
+3
*
; Fix mistakes in 'declare function' forms
Eli Zaretskii
2022-05-14
2
-2
/
+4
*
Audit quoting the quote character in doc strings
Lars Ingebrigtsen
2022-04-22
5
-7
/
+7
*
(byte-compile-eval): Adjust to changes in `load-history`
Stefan Monnier
2022-01-31
1
-0
/
+2
*
Remove some dubious uses of `interactive-form`
Stefan Monnier
2022-01-24
1
-3
/
+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
74
-74
/
+74
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
74
-74
/
+74
*
|
Remove some unnecessary references to Emacs 22
Stefan Kangas
2021-12-07
1
-2
/
+0
*
|
* lisp/cedet/semantic/bovine/c.el (semantic-tag-protection): Silence warning
Stefan Monnier
2021-12-01
1
-22
/
+18
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-11-15
1
-1
/
+1
|
\
|
|
*
Fix semantic-symref-perform-search doc string
Daniel Martín
2021-11-14
1
-1
/
+1
*
|
; Auto-commit of loaddefs files.
Glenn Morris
2021-11-01
1
-4
/
+4
*
|
Mark def* macros for indentation
Lars Ingebrigtsen
2021-10-13
5
-9
/
+21
*
|
Merge from origin/emacs-28
Glenn Morris
2021-10-05
1
-3
/
+3
|
\
|
|
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-10-05
1
-3
/
+3
*
|
Use format-prompt for many more prompts
Stefan Kangas
2021-10-05
1
-5
/
+4
|
/
*
Signal error on newline in internal--format-docstring-line
Stefan Kangas
2021-09-28
1
-3
/
+5
*
Fill some auto-generated docstring lines
Stefan Kangas
2021-09-26
2
-8
/
+11
*
; Adjust overly long docstrings to fit 80 characters
Stefan Kangas
2021-09-26
3
-7
/
+17
*
; * lisp/cedet/semantic/symref/grep.el: Use grep quoting, not egrep.
Mattias Engdegård
2021-09-19
1
-4
/
+4
*
Regexp-quote literal symbols when grepping
Mattias Engdegård
2021-09-18
1
-1
/
+10
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
17
-34
/
+30
*
Faster grep pattern for identifiers
Mattias Engdegård
2021-09-15
1
-9
/
+2
*
Remove duplication of `find` file pattern arguments
Mattias Engdegård
2021-09-13
1
-1
/
+1
*
Remove some remaining references to XEmacs
Stefan Kangas
2021-09-13
2
-7
/
+2
*
; Fix symbol quoting typos
Stefan Kangas
2021-09-12
2
-3
/
+3
*
Use string-search instead of string-match[-p]
Mattias Engdegård
2021-08-09
3
-6
/
+6
*
EIEIO: Promote the CLOS behavior over the EIEIO-specific behavior
Stefan Monnier
2021-06-12
5
-14
/
+14
[next]