]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2021-12-12 Po LuMerge remote-tracking branch 'origin/master' into featu...
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 LuFix coding style
2021-12-12 Po LuPrevent hangs when displaying a context menu on pgtk
2021-12-12 Po LuMerge remote-tracking branch 'origin/master' into featu...
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 Yuuki HaranoImplement pgtk_frame_raise_lower
2021-12-11 Po LuFix the DJGPP port
2021-12-11 Eli ZaretskiiImprove documentation of sqlite3 support
2021-12-11 Po LuCoding style fixes
2021-12-11 Po LuFix tooltips in PGTK child frames
2021-12-11 Po LuMerge remote-tracking branch 'origin/master' into featu...
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
2021-12-11 Lars IngebrigtsenFix bibtex-biblatex-entry-alist sorting when using...
2021-12-11 Po LuMerge remote-tracking branch 'origin/master' into featu...
2021-12-10 Stefan Kangas* etc/TODO: Entry about converting to defvar-keymap.
2021-12-10 Stefan Kangas; * lisp/dired.el: Remove code commented out since...
2021-12-10 Stefan KangasUse defvar-keymap for package-menu-mode-map
2021-12-10 Stefan Kangas; * etc/NEWS: Improve recently added entry.
2021-12-10 Lars IngebrigtsenMake keymap-lookup work for keymap results, too
2021-12-10 Lars IngebrigtsenRevert "Make `M-x run-python' select the window again"
2021-12-10 Kévin Le GouguecMake `M-x run-python' select the window again
2021-12-10 Lars IngebrigtsenDon't bug out on certain empty elements with ids
2021-12-10 Lars IngebrigtsenMake dired-buffers-for-dir expand the DIR argument
2021-12-10 Po LuMerge remote-tracking branch 'origin/master' into featu...
2021-12-10 Po LuFurther reduce image-related stutter during precision...
2021-12-10 Po LuStop setting `make-cursor-line-fully-visible' in precis...
2021-12-10 Stefan KangasMerge from origin/emacs-28
2021-12-10 Po LuFix bob detection when pixel scrolling upwards
2021-12-10 Po LuFix pixel scrolling upwards in Info buffers
2021-12-10 Po LuRemove unused let-bindings from pixel-scroll.el
2021-12-10 Po LuFix precision scrolling for stretch glyphs
2021-12-10 Stefan Kangas* lisp/time.el (world-clock-mode-map): Convert to defva...
2021-12-10 Stefan Kangas; * lisp/Makefile.in: Fix typo.
2021-12-10 Stefan Kangas; * lisp/htmlfontify.el: Remove some commented out...
2021-12-10 Stefan Kangas; * lisp/image-dired.el: Fix typo.
2021-12-10 Po LuMerge remote-tracking branch 'origin/master' into featu...
2021-12-09 Paul Eggertemacsclient takes more care about XDG_RUNTIME_DIR
2021-12-09 Eli ZaretskiiFix logic in 'compute_window_start_on_continuation_line'
2021-12-09 Michael AlbinusFix thinko in Tramp test
2021-12-09 Michael AlbinusImprove lock-pid handling in Tramp
2021-12-09 Stefan Kangas; Prefer HTTPS in more URLs
2021-12-09 Eli Zaretskii; * lisp/progmodes/flymake.el: Update the minimum Emacs...
2021-12-09 Stefan KangasMerge from origin/emacs-28
2021-12-09 Stefan Kangas; Merge from origin/emacs-28
2021-12-09 Cameron DesautelsAdd missing K key documentation for Cangjie input methods
2021-12-09 Po LuMake precision scrolling up work over display strings
2021-12-09 Po LuFix pixel scrolling over lines with different sized...
2021-12-09 Martin RudalicsFix manual entry of 'quit-restore-window' (Bug#52328)
2021-12-09 Eli ZaretskiiClarify a comment in xdisp.c
2021-12-09 Po LuFix jumping cursor during interpolated scrolls
2021-12-09 Po LuAllow customizing step between each interpolated scroll
2021-12-09 Po LuMerge remote-tracking branch 'origin/master' into featu...
2021-12-09 Stefan Kangasimage-dired: Show image info in header line
2021-12-08 Stefan Kangasimage-dired: Go to next image when marking
2021-12-08 Stefan Kangasimage-dired: Remove some TODOs
2021-12-08 Óscar FuentesRevert "Grep alias `all' shall not match parent directory"
next