]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2022-06-06 Po LuUpdate comments in X error handling code
2022-06-06 Po LuAdd drag-and-drop API tests
2022-06-06 Po LuImprove handling of remote files during drag-and-drop
2022-06-06 Mattias EngdegårdTest warning suppressions with lexical binding
2022-06-06 Po LuFix several more issues with running Lisp during drag...
2022-06-06 Po LuSignal an error XdndSelection was lost during drag...
2022-06-06 Po LuMake mouse input work properly inside the debugger...
2022-06-06 Stefan Monniercl-typep: Emit warning when using a type not known...
2022-06-06 Po LuRework X selections to make it safe to run the debugger...
2022-06-05 Stefan Monnierpcomplete.el: Fix part of bug#50470
2022-06-05 Lars IngebrigtsenAdd nohandle-guide images for tree-widget
2022-06-05 Lars IngebrigtsenRe-re-fix previous describe-function change
2022-06-05 Lars IngebrigtsenFix key binding buffer issue in describe-function better
2022-06-05 Lars IngebrigtsenClarify syntax-ppss doc string
2022-06-05 Lars IngebrigtsenSimplify set-goal-column
2022-06-05 Lars IngebrigtsenMake `C-h f' look up key bindings in the current buffer...
2022-06-05 Lars IngebrigtsenMake the goal column work for the scrolling commands...
2022-06-05 Lars IngebrigtsenMove two more variables from autoload.el to loaddefs...
2022-06-05 Lars IngebrigtsenMake finder/cus-dep scraping use generate-lisp-file...
2022-06-05 Stefan KangasDon't generate separate autoload file for htmlfontify
2022-06-05 Lars IngebrigtsenRename generate-file to generate-lisp-file
2022-06-05 Eli Zaretskii; * etc/NEWS: Fix wording of entry about 'file-expand...
2022-06-05 Lars IngebrigtsenAdd convenience functions for generating Emacs Lisp...
2022-06-05 Eli Zaretskii; * lisp/international/fontset.el (setup-default-fontse...
2022-06-05 समीर सिंह Sameer... Add a fallback font for Tamil Supplement characters
2022-06-05 JD SmithMake the Unicode tree widget prettier
2022-06-05 Lars IngebrigtsenAdd new command find-sibling-file
2022-06-05 Po LuFix file name encoding of Motif drop protocol file...
2022-06-05 Lars IngebrigtsenExtend file-expand-wildcards to allow regexps
2022-06-05 Po LuFix drag-and-drop of files with multibyte filenames
2022-06-05 Eli ZaretskiiFix sorting in ls-lisp.el under -v
2022-06-05 Po LuFix bug#55779
2022-06-05 Po LuBetter respect window manager stacking order
2022-06-05 Stefan KangasMerge from origin/emacs-28
2022-06-05 Po LuFix positioning of non-system tooltips on GTK builds
2022-06-05 Po LuAdjust last change for GTK+ 2.x
2022-06-05 Po LuMake `mouse-position' work correctly with GTK tooltips
2022-06-04 Kyle MeyerUpdate to Org 9.5.4
2022-06-04 Lars IngebrigtsenMake loaddefs-generate--parse-file more robust
2022-06-04 Lars IngebrigtsenMake skkdic-convert replacements literal
2022-06-04 Lars IngebrigtsenMake vc-mtn obsolete
2022-06-04 Lars IngebrigtsenFix failing shortdoc test
2022-06-04 Po LuFix error during DND from both Emacs and GTK at the...
2022-06-04 Lars IngebrigtsenFurther raise-sexp doc string improvement
2022-06-04 Lars IngebrigtsenImprove the raise-sexp doc string
2022-06-04 Lars IngebrigtsenFix warnings introduced by the lisp-mode-autoload-regex...
2022-06-04 Lars IngebrigtsenAdd a face to \\= doc string escapes
2022-06-04 Lars IngebrigtsenFurther notes about quotation marks in the manual
2022-06-04 Po LuAllow keyboard modifiers to control the action taken...
2022-06-04 Michael Albinus* lisp/emacs-lisp/shortdoc.el (string): Add `string...
2022-06-04 समीर सिंह Sameer... Add support for the Grantha script (bug#55782)
2022-06-04 Po LuFix file drag-and-drop on GNUstep
2022-06-04 Po LuSupport dragging multiple files on NS
2022-06-04 Po LuFix splurious drag-mouse-1 events after NS drag-and...
2022-06-04 Po LuClear mouse face during drag-and-drop
2022-06-04 Eli ZaretskiiClarify documentation of 'string-to-unibyte'
2022-06-04 Eli ZaretskiiAnother attempt to void compiler warnings on macOS...
2022-06-04 Po LuImprove doc of `mouse-drag-mode-line-buffer'
2022-06-04 Po LuMake XTmouse_position faster during dragging with lots...
2022-06-04 Po LuFix leak of toplevel data
2022-06-04 Po LuFix leak of DND toplevels when return-frame is non-nil
2022-06-04 Dmitry GutovPost-review additions
2022-06-04 Jan SynáčekAdd new user option project-vc-include-untracked
2022-06-04 Dmitry Gutovproject-query-replace-regexp: Filter out non-regular...
2022-06-03 Michael AlbinusFix Tramp test
2022-06-03 Michael AlbinusAdd remote file functions to shortdoc
2022-06-03 Po LuFix dired drag and drop actions
2022-06-03 Po LuHandle dragging multiple files on Haiku
2022-06-03 Eli Zaretskii; Improve documentation of 'battery-update-functions'
2022-06-03 Eli Zaretskii; Improve documentation of new drag-and-drop APIs
2022-06-03 Po LuAllow dragging multiple files from a Dired buffer
2022-06-03 Lars IngebrigtsenDon't issue warnings for Unicode quotes for now
2022-06-03 Lars IngebrigtsenRevert the `...' documentation back to actual usage
2022-06-03 Mattias EngdegårdLet ?\LF signal an error (bug#55738)
2022-06-03 Mattias EngdegårdFix wrong value in idlwave-comment-indent-char
2022-06-03 Po LuAdd new user option `mouse-drag-mode-line-buffer'
2022-06-03 Po LuAdd easier-to-use interfaces for initiating drag-and...
2022-06-03 Lars IngebrigtsenAdd a new user option battery-update-functions
2022-06-03 Lars IngebrigtsenRemove window-max-characters-per-line
2022-06-03 Po LuFix GTK build
2022-06-03 Po LuDon't call XSelectInput on a dying display when cancell...
2022-06-02 Lars IngebrigtsenMake checkdoc-file-comments-engine match more ;;;#...
2022-06-02 Lars IngebrigtsenMake `M-x grep' work better with "git grep"
2022-06-02 Mattias EngdegårdMake ?\LF generate 10, not -1 (bug#55738)
2022-06-02 Mattias Engdegård* src/lread.c (skip_lazy_string): Fix uninitialised...
2022-06-02 Eli Zaretskii; * lisp/files.el (find-file): Avoid too short lines...
2022-06-02 Stefan Kangas* lisp/play/morse.el: Doc fixes.
2022-06-02 Ikumi KeitaImprove keystrokes in doc strings in some find-file...
2022-06-02 Po LuMore gracefully handle errors during Motif drag window...
2022-06-02 Lars IngebrigtsenFix out-of-tree build problems with loaddefs.el
2022-06-02 Eli ZaretskiiFix segfaults when starting on 80x26 TTY frames
2022-06-02 Lars IngebrigtsenReinstate the Qload file name handler
2022-06-02 Frédéric GiquelUse `read-process-output-max' when creating pipes on...
2022-06-02 yilkalargawFix usage of absolute :height in manoj-dark-theme
2022-06-02 Lars IngebrigtsenSpeed up loaddefs-generate on slow disks
2022-06-02 Po LuFix rare crash when async input happens while creating...
2022-06-02 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2022-06-02 Eli Zaretskii; * src/emacs.c (main): Move -version output after...
2022-06-02 Po LuFix macOS build
2022-06-02 Po LuFix potential NULL pointer dereference on NS
next