]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2020-11-28 Yuuki HaranoMerge branch 'master' into feature/pgtk
2020-11-28 Yuuki Harano* src/pgtkterm.c (scroll_event): Shut up warnings
2020-11-28 Yuuki HaranoImprove smooth scroll
2020-11-28 Lele GaifaxUpdate TUTORIAL.it
2020-11-28 Mattias Engdegård* etc/tutorials/TUTORIAL.sv: General copy-editing.
2020-11-27 Mattias EngdegårdUse correct glyph in title when resizing NS frames
2020-11-27 Philipp StephaniFix incorrect handling of module runtime and environmen...
2020-11-27 Philipp Stephani; * src/lisp.h (enum specbind_tag): Fix typo.
2020-11-27 Stefan Monnier* lisp/subr.el (activate-change-group): Refine fix...
2020-11-27 Mattias EngdegårdMake the 'cucumber' compilation pattern work without...
2020-11-27 Yuuki HaranoEnable harfbuzz
2020-11-27 Mattias EngdegårdUpdate TUTORIAL.de and TUTORIAL.fr
2020-11-27 Stefan Monnier* lisp/subr.el (activate-change-group): Fix bug#33341
2020-11-27 Stefan KangasUpdate TUTORIAL.es
2020-11-27 Stefan KangasUpdate TUTORIAL.sv
2020-11-27 Juri LinkovAdd completion-tab-width to align prefix chars with...
2020-11-27 Juri Linkov* lisp/simple.el (read-from-kill-ring): Use frame-text...
2020-11-27 Eli ZaretskiiUpdate TUTORIAL.he
2020-11-27 Lars IngebrigtsenFix up previous server exit directory deletion
2020-11-26 Dario GjorgjevskiFix modification check when custom-form is `lisp'
2020-11-26 Mattias EngdegårdRemove keyboard anachronisms from tutorial
2020-11-26 Yuuki HaranoAdd support for hyper modifier key
2020-11-26 Mattias EngdegårdFix replace-regexp-in-string substring match data trans...
2020-11-26 Lars IngebrigtsenKeep point in the *eldoc* buffer in eldoc-display-in...
2020-11-26 Lars IngebrigtsenAllow following symlinks when recompiling directories
2020-11-26 Stefan Kangas; * etc/NEWS: Add some missing documentation markers.
2020-11-26 Stefan Kangas* lisp/files.el (auto-mode-alist): Add entry for "archi...
2020-11-25 Eric AbrahamsenAdd "replied" -> "answered" for gnus-search imap searches
2020-11-25 Eric AbrahamsenAssume default imap TEXT search even when not using...
2020-11-25 Michael AlbinusUse null-device where appropriate
2020-11-25 Juri Linkov* lisp/minibuffer.el (completions-format): Add new...
2020-11-25 Stefan Monnier(defvar): Detect defining a variable currently lexicall...
2020-11-25 Mattias EngdegårdAdd tests for replace-regexp-in-string
2020-11-25 Mattias Engdegård* doc/lispref/searching.texi (Rx Constructs): Group...
2020-11-25 Yuuki HaranoFix compilation issue when --enable-checking=glyphs
2020-11-25 Michael Albinus* test/lisp/net/tramp-tests.el (tramp-test29-start...
2020-11-25 Michael AlbinusMerge from origin/emacs-27
2020-11-25 Michael Albinus; Merge from origin/emacs-27
2020-11-25 Michael AlbinusMerge from origin/emacs-27
2020-11-25 Martin RudalicsRevert extra focus redirection in do_switch_frame ...
2020-11-25 Juri LinkovAdd 'completions-detailed' to add prefix/suffix with...
2020-11-25 Michael AlbinusMinor cleanup of tramp-tests.el on MS Windows
2020-11-25 Lars IngebrigtsenMove code in face-remap.el to avoid a compilation warning
2020-11-25 Stefan KangasMake text-scale-mode optionally adjust the header line
2020-11-24 Juri LinkovYank items selected from kill-ring using completion...
2020-11-24 Stefan Kangas* build-aux/update-subdirs: Use lexical-binding in...
2020-11-24 Philipp StephaniAdd a (broken) unit test to exemplify Bug#11218.
2020-11-24 Stefan Kangas; Reintroduce line mistakenly removed in my last commit
2020-11-24 Stefan KangasRemove XEmacs compat code from idlw-help.el
2020-11-24 Stefan KangasMake XEmacs compat aliases easy-menu-{add,remove} obsolete
2020-11-24 Basil L. ContovounesiosFix handling of defcustom :local tag
2020-11-24 Alan MackenzieCC Mode. Fix an off by one error. Fixes bug #41809
2020-11-24 Basil L. Contovounesios; Fix last change to gnus-sum.el
2020-11-24 Eli ZaretskiiFix display artifacts when 'display' properties cover...
2020-11-24 Mauro ArandaFix menu binding for files in fileset
2020-11-24 Mauro ArandaFix matching of inline choices for the choice widget
2020-11-24 Drew AdamsFix finding filelist for :tree fileset (Bug#976)
2020-11-24 Mattias EngdegårdAutoload the 'rx' pcase macroexpander (bug#44807)
2020-11-24 Lars IngebrigtsenAllow controlling whether SPC in Gnus goes to the next...
2020-11-24 Lars IngebrigtsenMake the `C' command work on marked files
2020-11-24 Lars IngebrigtsenAdd a user option to control how links are followed...
2020-11-24 Itai SeggevCodesign the executable on recene MacOS systems
2020-11-24 Lars IngebrigtsenDelete the emacs-server directory upon Emacs exit
2020-11-24 Lars IngebrigtsenTweak the face of unknown backend indicators in flymake
2020-11-24 Paul W. RankinHandle outline overlays better when cycling in outline.el
2020-11-24 Yuuki HaranoFix crash when .schema.xml is not installed
2020-11-24 Yuuki HaranoAdd copyright line
2020-11-24 Yuuki HaranoWork around gtk_im_context_filter_keypress() issue...
2020-11-24 Jeff Walshlisp/term/pgtk-win.el: Add copyright file header
2020-11-24 Jeff WalshUpdate copyright dates for PGTK files
2020-11-24 Yuuki HaranoFix startup failure on svg-unsupported environments
2020-11-24 Yuuki HaranoAvoid weird behavior when resizing with top-left corner
2020-11-24 Yuuki HaranoDon't use gtk_window_resize to resize offscreen window
2020-11-24 Yuuki HaranoAvoid gtk warnings on X
2020-11-24 Kira BruneauAvoid mutating invocation-name (tiny change)
2020-11-24 Yuuki HaranoFix Gtk warnings
2020-11-24 Yuuki HaranoFix crash on drag and drop
2020-11-24 Yuuki HaranoFix mouse cursor doesn't appear on motion events on...
2020-11-24 Yuuki HaranoFix tooltips don't hide on events
2020-11-24 Yuuki HaranoFix crash on creating child frames.
2020-11-24 Yuuki HaranoFix crash when child frame updates toolbar
2020-11-24 Yuuki HaranoExclude Xlib's modifier keys
2020-11-24 Yuuki HaranoRe-implement childframe with emacsgtkfixed
2020-11-24 Jeff WalshAdd support for x-support-frames
2020-11-24 Yuuki HaranoEnable GtkIMContext by default
2020-11-24 Yuuki HaranoRemove duplicated syms_of_xwidget call
2020-11-24 Yuuki HaranoSelf-implement tooltip
2020-11-24 Yuuki HaranoAdd PGTK to system-configuration-features
2020-11-24 Yuuki HaranoRe-port image drawing code from X
2020-11-24 Yuuki HaranoMake pointer visible when motion notify event
2020-11-24 Yuuki HaranoFix non-English layout does not work
2020-11-24 Yuuki HaranoFix font lock is not applied on continued lines
2020-11-24 Jeff WalshRestore support for terminal only emacs in PGTK (add...
2020-11-24 Jeff WalshAdd font chooser functionality
2020-11-24 Jeff WalshFix migrating Child frames
2020-11-24 Yuuki Harano* src/keyboard.c (make_lispy_event): Fix coding style
2020-11-24 Yuuki HaranoChange coding style
2020-11-24 Yuuki HaranoFix coding style
2020-11-24 Yuuki HaranoChange coding style
2020-11-24 Yuuki Harano* src/pgtkselect.h: Change coding style
next