]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2018-06-16 Daniel ColascioneApply non-user themes only when asked
2018-06-16 Noam PostavskyDon't forget to analyze args of lambda lifted functions...
2018-06-16 Noam PostavskyFix off by one error in python-mode assertion (Bug...
2018-06-16 Daniel ColascioneRestore old echo_truncate condition
2018-06-16 Daniel ColascioneMake regex matching reentrant; update syntax during...
2018-06-16 Daniel ColascioneDecouple dired from regex internals
2018-06-16 Daniel ColascioneRemove commented-out code in compile_pattern_1
2018-06-16 Daniel ColascioneTweak field ordering in re_pattern_buffer
2018-06-16 Bozhidar BatsovFix a docstring
2018-06-16 Bozhidar BatsovFix references to RuboCop in ruby-mode.el
2018-06-16 João TávoraFix bug in elisp-flymake-byte-compile
2018-06-16 Paul EggertRewrite memory-limit in Lisp
2018-06-16 Paul EggertFix byte compilation of (eq foo 'default)
2018-06-16 Eli ZaretskiiUse mint_ptr in w32notify.c
2018-06-16 Eli Zaretskii* doc/lispref/text.texi (Parsing JSON): Minor formattin...
2018-06-16 Eli ZaretskiiMinor doc string fixes in json.c
2018-06-16 Eli ZaretskiiFormatting and doc fixes in recent changes
2018-06-16 Eli ZaretskiiImprove documentation of several recent changes
2018-06-16 Eli ZaretskiiPrevent QUIT to top level inside 'while-no-input'
2018-06-16 Eli ZaretskiiFix a typo in xmenu.c
2018-06-16 Ari RoponenFix --with-cairo build
2018-06-15 Paul Eggert* src/Makefile.in: Update paxctl comment.
2018-06-15 Paul EggertMinor CANNOT_DUMP cleanups
2018-06-15 Paul EggertRemove old combreloc hack
2018-06-15 Paul EggertFix typo in previous macfont.m change
2018-06-15 Paul EggertRestore macfont.m casts to void *
2018-06-15 João TávoraFix a bug in Flymake handling of region-specific reports
2018-06-15 Eli ZaretskiiFix building --without-x and similar
2018-06-15 João TávoraFlymake and backends exchange hints abouts changed...
2018-06-15 Tino Calanchacustomize-apropos: Separate package name from its descr...
2018-06-15 Paul EggertRemove Lisp_Misc_Save_Value
2018-06-15 Paul EggertNew type Lisp_Misc_Ptr
2018-06-15 Paul EggertAvoid allocating Lisp_Save_Value for arrays
2018-06-15 Paul EggertAvoid allocating Lisp_Save_Value for excursions
2018-06-15 Paul EggertJust use cons in macfont_descriptor_entity
2018-06-15 Paul EggertAvoid allocating a Lisp_Save_Value in ftfont.c
2018-06-15 Paul EggertUse record_unwind_protect_ptr to avoid allocation
2018-06-15 Paul EggertAvoid Lisp_Misc allocation if C stack suffices
2018-06-15 Paul EggertSimplify init_module_assertions
2018-06-15 Paul EggertNew mint_ptr representation for C pointers
2018-06-14 João TávoraAlso allow custom false and null when serializing to...
2018-06-14 João TávoraSupport custom null and false objects when parsing...
2018-06-14 Damien CassouFix pretty-printing empty objects as null
2018-06-13 Paul EggertRemove some wrong 8-byte alignment assumptions
2018-06-13 Daniel ColascioneClarify that enabling a theme does not disable other...
2018-06-13 Daniel ColascioneIgnore focus events for dead frames
2018-06-12 Stefan Monnier* lisp/textmodes/ispell.el (ispell-menu-map): Init...
2018-06-12 Eli Zaretskii; Assorted documentation fixes in recent changes
2018-06-12 Eli ZaretskiiFix initialization of custom-delayed-init-variables
2018-06-12 Noam PostavskyGive warning if losing value to defvaralias (Bug#5950)
2018-06-12 Noam PostavskyLet display-warning work during bootstrap
2018-06-12 Michael R.... * lisp/progmodes/sql.el Add MariaDB support (Robert...
2018-06-12 Thomas Fitzsimmonssoap-client: Add byte-code compatibility function ...
2018-06-11 Daniel ColascioneAdd after-delete-frame-functions
2018-06-11 Daniel ColascioneMake blink-cursor-mode use new focus functions
2018-06-11 Daniel ColascioneLosing focus should not stop idleness
2018-06-11 Daniel ColascioneNew focus management interface
2018-06-11 Daniel ColascioneRemove code #if-0-ed terminal-local code
2018-06-11 Daniel ColascioneRemove obsolete keyboard.c code
2018-06-11 Lars IngebrigtsenDon't have shr bug out on degenerate <img> tags
2018-06-11 Stefan Monnier* lisp/textmodes/ispell.el (ispell--call-enchant-lsmod...
2018-06-10 Noam PostavskyMerge from emacs-26
2018-06-10 Noam Postavsky; Merge from emacs-26
2018-06-10 Noam PostavskyMerge from emacs-26
2018-06-10 Noam Postavsky; Merge from emacs-26
2018-06-10 Noam PostavskyMerge from emacs-26
2018-06-10 Noam PostavskyFix term.el cursor movement at bottom margin (Bug#31690)
2018-06-10 Paul EggertPacify gcc -Wnull-dereference some more
2018-06-10 Paul EggertUse native alignment to access Lisp object data
2018-06-10 Reuben ThomasCall enchant-lsmod correctly when Enchant is installed...
2018-06-10 Paul EggertSimplify read_key_sequence
2018-06-10 Daniel ColascioneUnbreak echoing
2018-06-10 Paul EggertFix pointer misuse in JSON parser
2018-06-10 Daniel ColascioneCorrectly set last_nonmenu_event when replaying
2018-06-10 Daniel ColascioneAdd debug facility for formatting in rr sessions
2018-06-10 Daniel ColascioneFix typo in docstring
2018-06-10 Paul EggertFix read buffer overrun on overflowed integers
2018-06-09 Alan MackenzieImplement the C++11 "using" type definition.
2018-06-09 Daniel ColascioneImprove robustness xterm event processing
2018-06-09 Eli ZaretskiiEnlarge DUMPED_HEAP_SIZE for 64-bit Windows builds
2018-06-09 Alan MackenzieCC Mode: In brace lists, anchor an elt on its predecess...
2018-06-09 Philipp StephaniMake error checking for thread functions stricter.
2018-06-09 Eli ZaretskiiUpdate Unicode data files to version 11.0.0 of Unicode
2018-06-09 Eli Zaretskii* etc/NEWS: Belatedly call out vc-hg changes in v26...
2018-06-09 Eli ZaretskiiClarify the documentation of 'dired-recursive-deletes'
2018-06-09 Eli ZaretskiiAllow to reset Deleted flag when exporting messages...
2018-06-09 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2018-06-09 Paul EggertRemove AddressSanitizer bug workaround
2018-06-09 Basil L. ContovounesiosFix default candidate of find-face-definition
2018-06-09 Daniel ColascioneAvoid unnecessary readahead early in TTY frame init
2018-06-09 Daniel ColascioneSupport terminal focus notifications
2018-06-09 Daniel ColascioneFix formatting in the face filter change
2018-06-08 Daniel ColascioneMake setting inhibit-startup-screen in early init work
2018-06-08 João TávoraDescribe flymake-start-on-save-buffer in manual and...
2018-06-08 João TávoraNew flymake-start-on-save-buffer custom variable
2018-06-08 Alan MackenzieCC Mode: Fontify unbalanced quotes in unconstrained...
2018-06-08 Eli Zaretskii; * etc/DEBUG: Add information about debugging libXft...
2018-06-08 Eli ZaretskiiClarify doc string of 'update-glyphless-char-display'
2018-06-08 Paul EggertPort alignment verification to x86 --with-wide-int
2018-06-08 Eli ZaretskiiClarify subtle issues with 'eq' in byte-compiled code
next