]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-01-01 Stefan MonnierMerge remote-tracking branch 'origin/scratch/oclosure... scratch/fcr
2021-12-31 Stefan MonnierFCR: Rename to OClosure
2021-12-31 Stefan MonnierArrange to load `nadvice` later in `loadup.el`
2021-12-31 Stefan MonnierArrange to load `nadvice` later in `loadup.el`
2021-12-28 Stefan Monnierkmacro.el: Unify the lambda and the list representations
2021-12-28 Stefan Monnierkmacro.el: Unify the lambda and the list representations
2021-12-28 Stefan Monnier* lisp/emacs-lisp/oclosure.el: Remove obsolete comment
2021-12-28 Stefan Monnier* lisp/emacs-lisp/fcr.el: Remove obsolete comment
2021-12-28 Stefan MonnierReplace uniquify.el's advice with direct calls
2021-12-28 Stefan MonnierReplace uniquify.el's advice with direct calls
2021-12-27 Stefan Monnier* lisp/emacs-lisp/oclosure.el (Commentary:): Add a...
2021-12-27 Stefan Monnier* lisp/emacs-lisp/fcr.el (Commentary:): Add a few notes
2021-12-27 Stefan Monnieroclosure.el: Add support for mutable slots
2021-12-27 Stefan Monnierfcr.el: Add support for mutable slots
2021-12-25 Stefan Monnieroclosure.el (oclosure-lambda): Change calling convention
2021-12-25 Stefan Monnierfcr.el (fcr-lambda): Change calling convention
2021-12-22 Stefan Monnieroclosure.el (oclosure-define): Use `oclosure--copy...
2021-12-22 Stefan Monnierfcr.el (fcr-defstruct): Use `fcr--copy` to define accessors
2021-12-22 Stefan Monnieroclosure.el (accessor): New type
2021-12-22 Stefan Monnierfcr.el (accessor): New type
2021-12-21 Stefan Monnierlisp/emacs-lisp/oclosure.el: Signal errors for invalid...
2021-12-21 Stefan Monnierlisp/emacs-lisp/fcr.el: Signal errors for invalid code
2021-12-21 Stefan Monnierlisp/emacs-lisp/cl-macs.el: Align with `master`
2021-12-21 Stefan Monnierlisp/emacs-lisp/cl-macs.el: Align with `master`
2021-12-20 Stefan Monniercl-macs.el (cl--transform-lambda): Fix last change
2021-12-20 Stefan Monniercl-macs.el (cl--transform-lambda): Fix last change
2021-12-20 Stefan MonnierFix bug#28557
2021-12-20 Stefan MonnierFix bug#28557
2021-12-19 Stefan Monnier* lisp/emacs-lisp/cl-generic.el (cl-generic--oclosure...
2021-12-19 Stefan Monnier* lisp/emacs-lisp/cl-generic.el (cl-generic--fcr-genera...
2021-12-19 Stefan Monniercl-print.el: Dispatch on `advice` type
2021-12-19 Stefan Monniercl-print.el: Dispatch on `advice` type
2021-12-18 Stefan Monniernadvice.el: Restore interactive-form handling
2021-12-18 Stefan Monniernadvice.el: Restore interactive-form handling
2021-12-18 Stefan Monniernadvice.el: Use OClosures rather than handmade bytecodes
2021-12-18 Stefan Monniernadvice.el: Use FCRs rather than handmade bytecodes
2021-12-17 Stefan MonnierFix bootstrap problems and various misc issues found...
2021-12-17 Stefan MonnierFix bootstrap problems and various misc issues found...
2021-12-17 Stefan Monnierlisp/emacs-lisp/oclosure.el: Rename `oclosure-make...
2021-12-17 Stefan Monnierlisp/emacs-lisp/fcr.el: Rename `fcr-make` to `fcr-lambda`
2021-12-17 Stefan Monnier(interactive-form, function-docstring): New generic...
2021-12-17 Stefan Monnier(interactive-form, function-docstring): New generic...
2021-12-14 Stefan Monnier* lisp/loadup.el (oclosure): Load before `nadvice`
2021-12-14 Stefan Monnier* lisp/loadup.el (fcr): Load before `nadvice`
2021-12-13 Stefan Monnier* lisp/kmacro.el: Use OClosure instead of messing with...
2021-12-13 Stefan Monnier* lisp/kmacro.el: Use FCR instead of messing with internals
2021-12-13 Stefan Monnier* lisp/emacs-lisp/cl-generic.el: Use OClosure for ...
2021-12-13 Stefan Monnier* lisp/emacs-lisp/cl-generic.el: Use FCR for `cl-next...
2021-12-13 Stefan Monnierlisp/emacs-lisp/oclosure.el: Make it available to cl...
2021-12-13 Stefan Monnierlisp/emacs-lisp/fcr.el: Make it available to cl-generic
2021-12-12 Stefan MonnierOClosure: Hybrids between functions and defstructs
2021-12-12 Stefan MonnierFCR: Hybrids between functions and defstructs
2021-12-12 Po LuFix overline display over stretch glyphs with box on NS
2021-12-12 Po LuFix overline display when there is a box
2021-12-12 Lars IngebrigtsenReally fix the etags TEX parsing
2021-12-12 Lars IngebrigtsenFix an off-by-one error in TEX parsing in etags
2021-12-12 Lars IngebrigtsenCheck for support in sqlite-mode-open-file
2021-12-12 Stefan Kangaseshell: Prefer octal number for file modes
2021-12-12 Stefan Kangas; * lisp/emacs-lisp/shortdoc.el (keymaps): Fix typo.
2021-12-12 Lars IngebrigtsenMake with-sqlite-transaction mode code efficient
2021-12-12 Po Lu* src/xterm.c (x_detect_focus_change): Fix XI2 focus...
2021-12-12 Po LuFix last change
2021-12-12 dick r. chiangFix some compilation warnings in sqlite-less builds
2021-12-12 Po LuFix frame focus on X Toolkit builds with XInput 2
2021-12-12 Lars IngebrigtsenUpdate bovine/gcc-tests for newer Macos versions
2021-12-12 Stefan KangasMerge from origin/emacs-28
2021-12-12 Lars IngebrigtsenTweak erroring in sqlite-mode-delete
2021-12-12 Lars IngebrigtsenMake sqlite-mode-list-tables work on older sqlite versions
2021-12-12 Po LuClear precision scroll interpolation when direction...
2021-12-12 Po LuFix drawing overlines on top of stretch glyphs when...
2021-12-11 Mattias EngdegårdConstant-propagate access to captured variables
2021-12-11 Mattias EngdegårdReimplement gnus-thread-header in Lisp
2021-12-11 Philipp Stephani; * lisp/subr.el (start-process-shell-command): Add...
2021-12-11 Eli ZaretskiiFix hang when deleting a pipe process
2021-12-11 Philipp StephaniAvoid undefined behavior in 'send-process-region' ...
2021-12-11 Kyle MeyerUpdate to Org 9.5.1-25-g9ca3bc
2021-12-11 Po LuFix the DJGPP port
2021-12-11 Eli ZaretskiiImprove documentation of sqlite3 support
2021-12-11 Po LuUse window height to determine wheel event pixel deltas...
2021-12-11 Po LuPrevent hang when exiting Emacs on Haiku
2021-12-11 Eli Zaretskii* src/sqlite.c (row_to_value): Call 'make_unibyte_string'.
2021-12-11 Basil L. ContovounesiosPacify unused variable warning in xterm.c
2021-12-11 Eli ZaretskiiMinor cleanups in sqlite.c
2021-12-11 Eli ZaretskiiMinor cleanups of sqlite3 code on MS-Windows
2021-12-11 Eli ZaretskiiFix a typo in sqlite.c
2021-12-11 Lars IngebrigtsenAdd confirmation to sqlite-mode-delete
2021-12-11 Lars IngebrigtsenDon't leave open cursors when listing sqlite data
2021-12-11 Lars IngebrigtsenAdd FIXME comment
2021-12-11 Lars IngebrigtsenAdd an sqlite-mode-delete command
2021-12-11 Lars IngebrigtsenFix Fsqlite_finalize book-keeping
2021-12-11 Stefan Kangas; * etc/NEWS: Fix wording in recent entry.
2021-12-11 Stefan KangasMerge from origin/emacs-28
2021-12-11 Lars IngebrigtsenImprove sqlite-mode--tablify tables
2021-12-11 Lars IngebrigtsenCheck whether the sqlite supports sqlite3_load_extension
2021-12-11 Lars IngebrigtsenFix sqlite-mode.el build problems
2021-12-11 Lars IngebrigtsenFix some sqlite doc string typos
2021-12-11 Lars IngebrigtsenAdd a new mode for examining sqlite files
2021-12-11 Lars IngebrigtsenFix comment in heading
2021-12-11 Lars IngebrigtsenAdd NEWS entry for sqlite
2021-12-11 Lars IngebrigtsenAdd sqlite3 support to Emacs
next