summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/gv.el
Commit message (Expand)AuthorAge
* Merge from origin/emacs-29Stefan Monnier2023-03-27
|\
| * ; Fix edebug spec for 'gv-define-simple-setter' (bug#62256)Matus Goljer2023-03-26
* | Merge from origin/emacs-29Eli Zaretskii2023-01-01
|\|
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* | alist-get testfn argument evaluation correctionMattias Engdegård2022-12-19
|/
* Revert "alist-get testfn argument evaluation correction"Eli Zaretskii2022-12-16
* alist-get testfn argument evaluation correctionMattias Engdegård2022-12-16
* Audit some plist uses with new predicate argumentBasil L. Contovounesios2022-10-22
* Make `eq' obsolete as a generalized variableLars Ingebrigtsen2022-10-04
* ; * lisp/emacs-lisp/gv.el (gv-synthetic-place): Doc fix.Eli Zaretskii2022-09-21
* Turn gv-synthetic-place into a functionMichael Heerdegen2022-09-18
* gv.el and cl-macs.el: Fix bug#57397Stefan Monnier2022-09-03
* Make frame-width obsolete as a generalized variableLars Ingebrigtsen2022-08-25
* Add NEWS entry about obsoleted generalized variablesLars Ingebrigtsen2022-08-23
* Make XEmacs compat alias face-background-pixmap obsoleteStefan Kangas2022-08-23
* Make buffer-local-value obsolete as a generalized variableLars Ingebrigtsen2022-08-23
* Revert "Make the generalized buffer-local-variable obsolete"Lars Ingebrigtsen2022-08-22
* Make the generalized buffer-local-variable obsoleteLars Ingebrigtsen2022-08-21
* Make many seldom-used generalized variables obsoleteLars Ingebrigtsen2022-08-21
* Make it possible to mark generalized variables as obsoleteLars Ingebrigtsen2022-08-21
* Don't say that macro-expansion error is a warningMattias Engdegård2022-06-30
* (macroexp-warn-and-return): Fix bug#53618Stefan Monnier2022-02-19
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-11
|\
| * Merge from origin/emacs-28Eli Zaretskii2022-01-01
| |\
| | * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-01
* | | First commit of scratch/correct-warning-pos.Alan Mackenzie2021-11-29
|/ /
* / Remove spurious %S from 'define-error' messagesTom Levy2021-11-10
|/
* Move generalized variable specs from cl-lib.el to gv.elLars Ingebrigtsen2021-07-22
* Fix a few Edebug specifications where code is wrapped in lambdas.Philipp Stephani2021-05-17
* Merge from origin/emacs-27Glenn Morris2021-03-12
|\
| * * lisp/emacs-lisp/gv.el (edebug-after): Don't run the getter in the setterStefan Monnier2021-03-05
| * Update copyright year to 2021Paul Eggert2021-01-01
* | * lisp/emacs-lisp/cconv.el: Improve line-nb info of unused var warningsStefan Monnier2021-02-26
* | Remove last remaining external uses of `edebug-form-spec`Stefan Monnier2021-02-24
* | * lisp/emacs-lisp/byte-run.el (compiler-macro): Make it EdebuggableStefan Monnier2021-02-14
* | * lisp/emacs-lisp/edebug.el (edebug--handle-&-spec-op <&name>): New methodStefan Monnier2021-02-13
* | Edebug: Make it possible to debug `gv-expander`s in `declare`Stefan Monnier2021-02-12
* | * lisp/emacs-lisp/gv.el (gv-place): SimplifyStefan Monnier2021-02-11
* | Update copyright year to 2021Paul Eggert2021-01-01
* | * lisp/emacs-lisp/gv.el (error): Allow it as a placeStefan Monnier2020-12-14
* | Add gv-define-expander for plist-getNaoya Yamashita2020-09-09
* | Preserve setf semantics in 'substring', 'cons', 'logand' expandersŠtěpán Němec2020-08-25
* | Ensure that getters and setters can be edebugged at the same time.Philipp Stephani2020-06-14
* | Merge from origin/emacs-27Glenn Morris2020-04-20
|\|
| * ; Fix some typos and doc issues (bug#40695)Štěpán Němec2020-04-18
* | Also use named functions for the ‘gv’ declare forms (Bug#40491)Philipp Stephani2020-04-12
|/
* Correct "different than" to "different from" where appropriateAlan Mackenzie2020-02-09
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix some &rest body edebug specsLars Ingebrigtsen2019-10-16