]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-02-16 Matthias MeulienFix computation of outline heading level for non-git...
2022-02-16 Eli ZaretskiiAdd support for Tai Tham script
2022-02-16 Eli Zaretskii; * etc/NEWS: Fix wording of a recently added text.
2022-02-16 Po LuFix recent change in xwidget.c
2022-02-16 Mattias EngdegårdSpeed up count_size_as_multibyte
2022-02-16 Mattias EngdegårdAvoid emacs-module-tests failure on macOS
2022-02-16 Po LuFix frame focus handling with native input
2022-02-16 Po LuResolve xwidget scrolling mysteries
2022-02-16 Po Lu* etc/NEWS: Improve the PGTK entry.
2022-02-16 Po LuDecode keyboard input as latin-1 whenever appropriate
2022-02-16 Po LuDon't decode text within XIM callbacks or handle_one_xevent
2022-02-15 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2022-02-15 Michael AlbinusSome Tramp cleanup
2022-02-15 Eli Zaretskii; * etc/NEWS: Improve wording of savehist.el's entry.
2022-02-15 Jim PorterDon't attempt to connect to a remote server during...
2022-02-15 Lars IngebrigtsenAllow savehist-additional-variables to truncate lists
2022-02-15 Lars IngebrigtsenAdjust files-test-file-size-human-readable test
2022-02-15 Lars IngebrigtsenMake autoarg obsolete
2022-02-15 Arash Esbati; Fix commit d6fba624e6
2022-02-15 Po LuFix parsing of some semibold font styles on Haiku
2022-02-15 Po LuDisable auto-lowering and raising on Haiku when a popup...
2022-02-15 Po LuReplace use of `DefaultRootWindow' with our recorded...
2022-02-15 Po LuImprove the help message for the pgtk configure option
2022-02-15 Aleksandr Vityazev; * doc/lispref/variables.texi (Setting Variables)...
2022-02-15 Po Lu* src/xterm.c (init_xterm): Use more reliable method...
2022-02-15 Po LuBetter handle devices being enabled on XI2
2022-02-15 Eric AbrahamsenFix docstring and init of Gnus search -remove-prefix...
2022-02-14 Eric AbrahamsenFix manual documentation of Gnus tool bars
2022-02-14 Eric AbrahamsenBe more explicit about the meaning of "remove prefix...
2022-02-14 Eli Zaretskii; * doc/lispref/variables.texi (Setting Variables)...
2022-02-14 Eli Zaretskii; Improve a recently added NEWS entry about 'command...
2022-02-14 Eli ZaretskiiImprove recent addition to documentation of face remapping
2022-02-14 Eli ZaretskiiImprove format of values returned by 'file-size-human...
2022-02-14 Lars IngebrigtsenFix typo in Face Remapping
2022-02-14 Lars IngebrigtsenDon't signal errors in abbrev-table-p
2022-02-14 Philip KaludercicImprove stability of message-hide-headers
2022-02-14 Po LuPremultiply background color by alpha for images
2022-02-14 Lars IngebrigtsenFix typo in previous Face Remapping doc change
2022-02-14 Lars IngebrigtsenNote caveat about remapping basic faces
2022-02-14 Po LuImprove Haiku selection handling
2022-02-14 Lars IngebrigtsenAdd a mechanism for querying before executing a command
2022-02-14 Po LuHandle allocation failures of fringe bitmaps on Haiku
2022-02-14 Po Lu* etc/TODO: Update some entires related to macOS and NS.
2022-02-14 Po LuEnsure bad values don't leak into scroll valuators...
2022-02-14 Po LuRestore valuator values after receiving a DeviceChanged...
2022-02-14 Po LuImprove efficency of handling DeviceChanged events
2022-02-14 Po LuTry to reduce empty areas on GTK when a frame is being...
2022-02-14 Po LuFix wide fringe bitmap processing on Haiku
2022-02-13 Michael AlbinusImprove Tramp's process-file implementations
2022-02-13 Juri Linkov* lisp/faces.el (read-face-name-sample-text): Add defco...
2022-02-13 Lars IngebrigtsenAdd a new macro `setopt'
2022-02-13 Eli Zaretskii; * lisp/simple.el (count-words): Doc fix.
2022-02-13 Po Lu* src/haikuterm.c (haiku_read_socket): Implement auto...
2022-02-13 Po LuOnly get rid of IC focus if focus is really gone
2022-02-13 Lars IngebrigtsenRemove the 'C-k' binding in ido-mode
2022-02-13 Po LuPrevent crashes from illegal locale coding systems
2022-02-13 Lars IngebrigtsenMake `C-u M-x count-words' also give totals
2022-02-13 Lars IngebrigtsenNote meaning on nil HIST in Fread_from_minibuffer
2022-02-13 Lars IngebrigtsenFix mouse clicking in read-face-name
2022-02-13 Bob RogersFix ietf-drums-remove-whitespace unmatched " and (
2022-02-13 Andreas Schwab* src/eval.c (specpdl_unrewind): Remove empty statement.
2022-02-13 Lars IngebrigtsenAvoid a compilation warning in eval.c
2022-02-13 Po LuFix integer overflow with 32-bit visual
2022-02-13 Po LuWork around tooltip bug on new versions of WebKitGTK
2022-02-13 Po LuStop quering for Xinerama inside x_get_monitor_attributes
2022-02-13 Po Lu* src/pgtkfns.c (Fx_create_frame): Set `was_invisible...
2022-02-13 Po LuUse better GC for visible bell on colormapped visuals
2022-02-13 Po LuFix the Haiku port
2022-02-13 Po LuFix last change in xterm.c
2022-02-12 Stefan Monnier* src/xterm.c (x_update_opaque_region): Avoid crash...
2022-02-12 Stefan MonnierRewrite thread context switch code (bug#48990)
2022-02-12 Mattias EngdegårdSpeed up `=` on fixnums in bytecode
2022-02-12 Eli Zaretskii; * src/xdisp.c (syms_of_xdisp): Fix formatting of...
2022-02-12 Eli ZaretskiiOptionally allow point to enter composed character...
2022-02-12 Mattias EngdegårdCount bytes, not records, in specpdl_ref
2022-02-12 Mattias EngdegårdTurn specpdl_ref into a type of its own
2022-02-12 Mattias EngdegårdReplace ptrdiff_t with new specpdl_ref type for specpdl...
2022-02-12 Po LuFix entry and exit events with XI2 grabs on X toolkit...
2022-02-12 Eli ZaretskiiClean up mode-line-* faces handling
2022-02-12 Lars IngebrigtsenAdd documentation on how to delete files from Trash
2022-02-12 Lars IngebrigtsenImprove interaction between track-mouse and edebug
2022-02-12 Lars IngebrigtsenFix off-by-one file size formatting in ls-lisp
2022-02-12 Lars IngebrigtsenCross-link message-expand-name-standard-ui-relevant...
2022-02-12 Po LuImplement visual bell on Haiku like on X
2022-02-12 Po LuFix compatibility with ancient versions of libXi
2022-02-12 Po LuBe less strict about which PointerEmulated button event...
2022-02-12 Po LuNever set opaque region without an alpha channel
2022-02-11 Mattias EngdegårdModernise byte-compilation chapters in manual
2022-02-11 Po Lu; * config.bat: Fix typo.
2022-02-11 Po LuMerge remote-tracking branch 'origin/master'
2022-02-11 Po LuFix the DJGPP port
2022-02-11 Michael AlbinusTolerate tilde in remote file names when needed
2022-02-11 Eli Zaretskii; * etc/DEVEL.HUMOR: Add a recent joke.
2022-02-11 Andrew G CohenAllow searching of nnselect (search) groups
2022-02-11 Po Lu* etc/PROBLEMS: Document some limitations of Xwayland...
2022-02-11 Po LuDon't make cursors affected by background alpha on...
2022-02-11 Po LuSet _NET_WM_OPAQUE_REGION on non-GTK3 toolkits when...
2022-02-11 Po LuFix fallout from switch to 32-bit visuals
2022-02-11 Po LuImprove reliability of selection ownership on Haiku
2022-02-11 Po LuDisable nearest-color allocation on DirectColor visuals
next