index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
emacs-lisp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix define-minor-mode :keymap obsoletion warning
Lars Ingebrigtsen
2022-09-02
1
-1
/
+4
*
Make easy-mmode-define-keymap obsolete
Lars Ingebrigtsen
2022-09-01
1
-0
/
+3
*
Make easy-mmode-defmap obsolete and adjust only caller
Lars Ingebrigtsen
2022-09-01
1
-3
/
+1
*
Fix warning about obsoleted generalized variables
Lars Ingebrigtsen
2022-08-25
1
-0
/
+1
*
Make frame-width obsolete as a generalized variable
Lars Ingebrigtsen
2022-08-25
1
-0
/
+2
*
Add NEWS entry about obsoleted generalized variables
Lars Ingebrigtsen
2022-08-23
1
-1
/
+2
*
Make XEmacs compat alias face-background-pixmap obsolete
Stefan Kangas
2022-08-23
2
-2
/
+5
*
; Minor doc fix in easy-menu-{add,remove}
Stefan Kangas
2022-08-23
1
-16
/
+2
*
Revert the changes to lisp-current-defun-name
Lars Ingebrigtsen
2022-08-23
1
-55
/
+18
*
Make buffer-local-value obsolete as a generalized variable
Lars Ingebrigtsen
2022-08-23
1
-12
/
+13
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
3
-4
/
+5
*
Fix some no-X build warnings
Lars Ingebrigtsen
2022-08-22
1
-1
/
+3
*
Prefer pos-bol and pos-eol in tabulated-list.el
Stefan Kangas
2022-08-22
1
-8
/
+8
*
; * lisp/emacs-lisp/shortdoc.el (buffer): Improve sorting.
Stefan Kangas
2022-08-22
1
-2
/
+2
*
Remove probably debugging code in reb-fontify-string-re
Lars Ingebrigtsen
2022-08-22
1
-2
/
+1
*
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some type spec
Andrea Corallo
2022-08-22
1
-6
/
+16
*
Revert "Make the generalized buffer-local-variable obsolete"
Lars Ingebrigtsen
2022-08-22
2
-14
/
+12
*
Make the generalized buffer-local-variable obsolete
Lars Ingebrigtsen
2022-08-21
2
-12
/
+14
*
Make many seldom-used generalized variables obsolete
Lars Ingebrigtsen
2022-08-21
1
-0
/
+83
*
Make it possible to mark generalized variables as obsolete
Lars Ingebrigtsen
2022-08-21
3
-13
/
+33
*
Mention delete-line in shortdoc
Lars Ingebrigtsen
2022-08-21
1
-0
/
+2
*
Update function properties and optimisations
Mattias Engdegård
2022-08-21
1
-7
/
+13
*
* lisp/emacs-lisp/shortdoc.el (buffer): Add missing functions
Mattias Engdegård
2022-08-21
1
-0
/
+5
*
Rename newly-added eol/bol functions to pos-eol/pos-bol
Lars Ingebrigtsen
2022-08-21
1
-4
/
+4
*
Move `while` syntax check from optimiser to macroexpand
Mattias Engdegård
2022-08-19
2
-3
/
+5
*
Display new keybinding in obsolete command warning
Stefan Kangas
2022-08-19
1
-1
/
+3
*
; Delete not-useful comments referring to Emacs 19.
Stefan Kangas
2022-08-19
3
-3
/
+1
*
Add new functions eol and bol
Lars Ingebrigtsen
2022-08-19
1
-0
/
+12
*
* Rename `comp--typeof-builtin-types'
Andrea Corallo
2022-08-18
1
-5
/
+5
*
* lisp/emacs-lisp/comp-cstr.el (comp--all-builtin-types): Remove
Andrea Corallo
2022-08-18
1
-4
/
+0
*
Merge from origin/emacs-28
Stefan Kangas
2022-08-18
1
-0
/
+4
|
\
|
*
cl-reduce doc string improvement
Colin Woodbury
2022-08-18
1
-0
/
+4
*
|
Fix string-to-syntax signature in comp-known-type-specifiers
Mattias Engdegård
2022-08-18
1
-1
/
+1
*
|
* lisp/emacs-lisp/comp.el (comp-known-type-specifiers): Fix some type
Andrea Corallo
2022-08-18
1
-10
/
+10
*
|
More non-nil-returning functions in source optimisation
Mattias Engdegård
2022-08-18
1
-5
/
+24
*
|
Make GEN message from loaddefs-generate nicer
Lars Ingebrigtsen
2022-08-18
1
-1
/
+2
*
|
Improve cryptic syntax switch message in re-builder
Stefan Kangas
2022-08-18
1
-2
/
+2
*
|
* lisp/emacs-lisp/bytecomp.el (byte-compile-log-1): Create buffer if necessary
Andrea Corallo
2022-08-17
1
-1
/
+1
*
|
Improved `null` (alias `not`) optimisation
Mattias Engdegård
2022-08-16
1
-0
/
+11
*
|
Improved `and` and `or` optimisation
Mattias Engdegård
2022-08-16
1
-27
/
+84
*
|
Improved `if` and `while` optimisation
Mattias Engdegård
2022-08-16
1
-38
/
+53
*
|
Improved static detection of nil and non-nil expressions
Mattias Engdegård
2022-08-16
1
-21
/
+69
*
|
Fix variable types in warnings-suppress
Yury Kholodkov
2022-08-15
1
-2
/
+2
*
|
Fix up the exclusion logic in loaddefs-generate
Lars Ingebrigtsen
2022-08-15
1
-10
/
+9
*
|
Tweak autoloads of defsubsts containing spaces/control chars
Lars Ingebrigtsen
2022-08-15
1
-1
/
+3
*
|
Further lisp-current-defun-name tweaks
Lars Ingebrigtsen
2022-08-15
1
-2
/
+7
*
|
* lisp/emacs-lisp/ring.el (ring): Define as a type
Stefan Monnier
2022-08-14
1
-0
/
+4
*
|
(compiled-function-p): New function (bug#56648)
Stefan Monnier
2022-08-14
6
-26
/
+32
*
|
Strength-reduce apply with (list ...) as tail argument
Mattias Engdegård
2022-08-14
1
-18
/
+19
*
|
Simplify code using take, ntake and butlast
Mattias Engdegård
2022-08-14
1
-2
/
+1
[next]