]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-01-07 Po LuImprove documentation of the preedit-text event
2022-01-07 Po LuDisable new input method behaviour by default on X
2022-01-07 Eli Zaretskii; * doc/lispref/commands.texi (Misc Events): Fix wording.
2022-01-07 Eli Zaretskii; * doc/emacs/xresources.texi (Table of Resources)...
2022-01-07 Po LuAllow controlling the X input method style
2022-01-07 Po Lu* src/haikuselect.c: Fix implicit declaration of free.
2022-01-07 Po LuDisplay pre-edit information from X input methods
2022-01-07 Po Lu* admin/MAINTAINERS: Add myself for some things.
2022-01-06 Eli Zaretskii; Fix recent changes in rcirc documentation
2022-01-06 Philip Kaludercic; * NEWS: Revert typo from last commit
2022-01-06 Philip KaludercicAdd rcirc-when command
2022-01-06 Eli ZaretskiiImprove documentation of font-related face attributes
2022-01-06 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2022-01-06 Michael Albinus* admin/MAINTAINERS: Describe Tramp as externally maint...
2022-01-06 Eli ZaretskiiRevert "Fix selection of fonts that don't have regular...
2022-01-06 Po LuRemove some more useless clipping stack calls on Haiku
2022-01-06 Po LuGenerate TOUCH_END_EVENTs on NS when mwheel momentum...
2022-01-06 Po LuMake sure touch end events aren't sent too many times
2022-01-06 Po LuAdd group to xkey state before filtering it on XI_KeyRe...
2022-01-06 Po LuFix GNUstep compilation warnings
2022-01-06 Po LuFix duplicate overhang display on GNUstep
2022-01-06 Po Lu* src/xterm.c (handle_one_xevent): Check for errors...
2022-01-05 Stefan Monniercl-generic.el: Fix bug#46722
2022-01-05 Juri Linkov* lisp/textmodes/paragraphs.el (repunctuate-sentences...
2022-01-05 Lars IngebrigtsenFix typo in cvs-status-mode-map keymap
2022-01-05 Stefan Kangas; * lisp/buff-menu.el (Buffer-menu-mode-map): Fix warning.
2022-01-05 Eli Zaretskii; Fix typo in last change.
2022-01-05 Eli ZaretskiiFix info-lookup docs and "C-h S" in major-modes with...
2022-01-05 Po LuEnable subpixel antialiasing on the Cairo font driver...
2022-01-05 Stefan Kangas* lisp/buff-menu.el (Buffer-menu-mode-map): Use defvar...
2022-01-05 Po LuResolve clipping related mysteries on Haiku
2022-01-05 Po LuMake sure mouse face doesn't stay on the cursor after...
2022-01-05 Po LuSimply conditions for mouse face display when drawing...
2022-01-05 Po LuRemove some unnecessary graphics state saves on Haiku
2022-01-05 Stefan KangasMerge from origin/emacs-28
2022-01-05 Po LuFix xwidgets setting their own signal handlers
2022-01-05 Po LuFix display of internal border in child frames on pgtk
2022-01-05 Dmitry GutovFix vc-git with old Git over Tramp and cygwin-mount.el
2022-01-05 Po LuCorrectly set up XI key input mask on X Toolkit builds
2022-01-05 Philipp Stephani* lisp/emacs-lisp/checkdoc.el (bytecomp): Add missing...
2022-01-05 Daniel Mendlercompletion--nth-completion: Throw meaningful error
2022-01-04 Paul EggertUpdate from gnulib
2022-01-04 Robert PluimRemove ambiguity from key-valid-p docstring
2022-01-04 Lars IngebrigtsenImprove pp-emacs-lisp-code for #'
2022-01-04 Eli ZaretskiiA cleaner fix for display bug#52947
2022-01-04 Jimmy Aguilar... Autoload decorator for windmove-mode
2022-01-04 Po LuTranslate more modifiers to GDK ones in xwidgets
2022-01-04 Po LuStop assuming X kbd state works with GDK when forwardin...
2022-01-04 Po LuMake `x-file-dialog' arity match documentation on Haiku
2022-01-04 Alan ThirdRemove macOS drop-shadows on some frames (bug#28512)
2022-01-04 Po Lu; * configure.ac: Move some AC_SUBSTs to the correct...
2022-01-04 Stefan KangasRemove unnecessary autoload cookie in font-core.el
2022-01-04 Yuuki HaranoRemove gsettings.m4 and write directly into Makefile.in
2022-01-04 Jim PorterPrevent further cases of duplicated separators in conte...
2022-01-04 Po LuFix unused variable warning in last change
2022-01-04 Po LuRationalize Haiku rectangle handling
2022-01-04 Po LuMake menu bar key navigation work on Haiku
2022-01-04 Po LuImprove Haiku frame restacking logic
2022-01-04 Po LuMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2022-01-04 Po LuFind a way to make restacking frames work on Haiku
2022-01-04 Stefan Kangas* test/src/doc-tests.el: New file.
2022-01-04 Po LuAdd effective group to xkey events when handling XI...
2022-01-04 Stefan KangasFix two unused variable warnings in make-docfile.c
2022-01-04 Stefan KangasTest that buffer exists in shortdoc-all-groups-work
2022-01-04 Po LuFix Haiku bitmap sanity checks
2022-01-04 Po LuFix fringe bitmap display on haiku again
2022-01-04 Po LuFix duplicate file panel display on Haiku
2022-01-03 Stefan KangasNew test shortdoc-all-groups-work
2022-01-03 Stefan MonnierRevert part of 59732a83c8 to fix bug#52969
2022-01-03 Po Lu* src/haiku_font_support.cc (BFont_char_bounds): Fix...
2022-01-03 Po LuSynchronize at a better place when making a frame visib...
2022-01-03 Po LuImplement AC line status for the Haiku battery function
2022-01-03 Stefan Kangaselide-head: Make GPL regexp more forgiving
2022-01-03 Po LuFix battery load calculation on Haiku
2022-01-03 Po LuAdd support for the Haiku ACPI battery driver
2022-01-03 Stefan Kangas* lisp/elide-head.el (elide-head-headers-to-hide):...
2022-01-03 Stefan KangasSilence byte-compiler in eieio tests
2022-01-03 Po LuDon't try to guess a delta if a scroll valuator's state...
2022-01-03 Po LuRevert "Stop sending touch-end events if coalescing...
2022-01-03 Po LuUse XKB to find modifiers on x
2022-01-03 Po Lu* src/haikumenu.c (haiku_menu_show): Fix input blocking.
2022-01-02 Stefan KangasMove define-keymap and defvar-keymap to keymap.el
2022-01-02 Stefan MonnierMerge remote-tracking branch 'origin/emacs-28' into...
2022-01-02 Eli ZaretskiiAvoid inflooping when 'tab-bar-format' includes embedde...
2022-01-02 Stefan Kangaselide-head: Add support for modified BSD license
2022-01-02 Juri Linkov* lisp/tab-line.el: Revert part of the fix in a6adfe21e...
2022-01-02 Stefan KangasNew :type key for defcustom
2022-01-02 Mattias EngdegÄrdDon't fail flymake-tests if `gcc` actually is Clang
2022-01-02 Po LuAdd column width to tooltip frame width on pgtk
2022-01-02 Eli ZaretskiiClarify %g and %G time format specs
2022-01-02 Stefan Monnier(define-char-code-property): Workaround for bug#52945
2022-01-02 Po LuFix mouse wheel scroll direction on pgtk
2022-01-02 Stefan KangasMerge from origin/emacs-28
2022-01-02 Po LuFix XRegisterIMInstantiateCallback function argument...
2022-01-02 Po LuStop sending touch-end events if coalescing scroll...
2022-01-02 Po LuFix mouse face problems when moving between two frames...
2022-01-02 Po LuMake quitting actually work in Haiku file dialogs
2022-01-01 Eli Zaretskii; * admin/notes/years: More known problems.
2022-01-01 Glenn Morris; Copyright year fixes
2022-01-01 Glenn Morris; Run set-copyright from admin.el
next