]> git.eshelyaron.com Git - emacs.git/shortlog
emacs.git
2019-03-09 Eli Zaretskii; * src/editfns.c (Fformat): Fix last change. (Bug...
2019-03-09 Ivan AndrusMention `binary-as-unsigned' in `format' docstring...
2019-03-09 Glenn MorrisMerge from origin/emacs-26
2019-03-09 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2019-03-09 Eli ZaretskiiConsult 'face-remapping-alist' for 'internal-border...
2019-03-09 Alan MackenzieCC Mode: Correct some incorrect regular expressions:
2019-03-09 Michael AlbinusDo not hardcode "/bin/sh" in compile. Bug#24338, Bug...
2019-03-09 Charles A.... Make help for file supersession more readable
2019-03-09 Eli ZaretskiiFix markup of fake keys in the ELisp manual
2019-03-09 Eli ZaretskiiAvoid errors in Auto Revert mode
2019-03-09 Eli ZaretskiiImport Unicode 12.0 data files
2019-03-09 Martin RudalicsFurther redesign of window change functions
2019-03-09 Alan ThirdDon't redraw the glyph on top of bar cursors
2019-03-09 Michael AlbinusMention empty strings in file name expansion, emacs...
2019-03-09 Arash Esbati; Improve matching of key-val labels yet more (bug...
2019-03-08 Stefan Monnier* lisp/emacs-lisp/autoload.el (make-autoload): Don...
2019-03-08 Stefan Monnier* lisp/emacs-lisp/cursor-sensor.el: Fix sensor behavior...
2019-03-08 Tassilo HornNew command ido-switch-to-completions.
2019-03-08 Alan Mackenziecc-mode.texi: Work around makeinfo alignment bug. ...
2019-03-08 Martin RudalicsWarn against recursive invocations of 'buffer-list...
2019-03-08 Martin RudalicsProvide more details in doc-string of 'delete-windows...
2019-03-08 Paul EggertMore regexp corrections and tweaks
2019-03-08 Eli ZaretskiiImprove documentation of 'delete-windows-on'
2019-03-08 Eli Zaretskii* lisp/frame.el (make-frame-command): Doc fix. (Bug...
2019-03-08 Mark DiekhansImprove ispell.el diagnostics if Hunspell dictionaries...
2019-03-07 Paul Eggert* lisp/net/rcirc.el: Undo previous change; it was a...
2019-03-07 Paul EggertBe safer about "%" in message formats
2019-03-07 Eli ZaretskiiAvoid undefined behavior in gdb-mi.el
2019-03-07 Eli ZaretskiiMerge branch 'master' of git.savannah.gnu.org:/srv...
2019-03-06 Mattias EngdegårdRename regexp-opt argument noreorder to keep-order
2019-03-06 Eli ZaretskiiFix OBJECT binding in conditional display specs
2019-03-06 Paul EggertFix typo in fix for Bug#33498
2019-03-06 Martin Rudalics; * lisp/window.el (fit-frame-to-buffer): Fix once...
2019-03-06 Martin Rudalics* lisp/window.el (fit-frame-to-buffer): Make doc-string...
2019-03-06 Michael AlbinusHandle empty strings in Tramp's expand-file-name implem...
2019-03-06 Martin Rudalics* lisp/window.el (fit-frame-to-buffer): Make doc-string...
2019-03-06 Martin RudalicsIn unwind_with_echo_area_buffer use set_marker_restrict...
2019-03-06 Martin RudalicsFix handling of 'window-combination-resize' with fixed...
2019-03-06 Martin RudalicsFix initialization of Vwindow_state_change_functions
2019-03-06 Glenn Morris; * etc/CALC-NEWS: Update header for 2015/11 maintainer...
2019-03-06 Glenn Morris* doc/misc/gnus-coding.texi: Remove no longer relevant...
2019-03-06 Glenn Morris* doc/misc/gnus.texi (New Features): Refer to NEWS...
2019-03-06 Glenn MorrisRemove doc/misc/gnus-news.texi
2019-03-06 Glenn MorrisRemove etc/GNUS-NEWS (bug#34662)
2019-03-06 Glenn MorrisRemove gnus-overrides.texi
2019-03-06 Wilson SnyderFix regexp issues introduced in last trunk commit.
2019-03-05 Basil L. ContovounesiosMinor spelling and grammar fixes (bug#34756)
2019-03-05 Eli ZaretskiiRemove unreliable assertion in buf_bytepos_to_charpos
2019-03-05 Wilson SnyderFix regular-expression glitches and typos. Update veril...
2019-03-05 Martin RudalicsFix interactive spec of some functions in window.el...
2019-03-05 Martin RudalicsFix handling of minibuffer-only child frames (Bug#33498)
2019-03-05 Michael AlbinusTest an IPv4 mapped IPv6 address in Tramp
2019-03-05 Paul EggertFix regular-expression glitches and typos
2019-03-04 Charles A.... Fix diff-mode tests after renaming diff-font-lock-refine
2019-03-04 Eli ZaretskiiMinor improvement of documentation of '(when CONDITION...
2019-03-04 Eli ZaretskiiAvoid assertion violations in buf_bytepos_to_charpos
2019-03-04 Eli ZaretskiiFix invocation with -rv on the command line
2019-03-04 Nicolas Petton* lisp/emacs-lisp/map.el: Bump version to 2.0.
2019-03-04 Martin RudalicsPrevent introducing invalid scroll bar width/height...
2019-03-04 Martin RudalicsFix minibuffer resizing with temporarily selected frame...
2019-03-04 Paul Eggert* src/alloc.c (gcstat): Now static.
2019-03-04 Paul Eggert* src/gfilenotify.c: Fix indenting.
2019-03-04 Paul Eggert* src/font.h: Fix commentary.
2019-03-04 Paul EggertSimplify list creation in C code
2019-03-03 Charles A.... Merge diff-font-lock-refine and diff-auto-refine-mode...
2019-03-03 Alan MackenzieCorrect some slightly incorrect regular expressions:
2019-03-03 Eli ZaretskiiFix starting temacs interactively
2019-03-03 Paul EggertFix typo in previous change
2019-03-03 Glenn Morris* test/lisp/progmodes/python-tests.el
2019-03-02 Paul Eggertmemory_full_cons_threshold is a constant
2019-03-02 Paul EggertAvoid staticvec duplicates
2019-03-02 Alan MackenzieCheck by eassert that a bytepos argument isn't in the...
2019-03-02 Eli ZaretskiiFix DND on MS-Windows with files from UNC directories
2019-03-02 Phillip LordRevert "Add hook for all events"
2019-03-02 Phillip LordRevert "; Fix typos in NEWS"
2019-03-02 Phillip LordRevert "; Document input-event-functions"
2019-03-02 Mattias EngdegårdCorrect regexp-opt return value for empty string list
2019-03-02 Mattias Engdegårdrx: fix `or' ordering by adding argument to regexp-opt
2019-03-02 Eli ZaretskiiFix 'end-of-visual-line' with overlay strings with...
2019-03-02 Eli ZaretskiiImprove documentation of 'auto-coding-functions'
2019-03-02 Eli ZaretskiiFix visiting XML files with non-Unix EOL format
2019-03-02 Basil L. ContovounesiosUpdate example major mode code in Elisp manual
2019-03-01 Stefan Monnier* src/syntax.c (update_syntax_table): Prefer 'else...
2019-03-01 Stefan Monnier* lisp/Makefile.in (leim): Fix void-function pinyin...
2019-03-01 Alan MackenzieMaintain interval ->position fields correctly in update...
2019-03-01 Glenn Morris; Merge from origin/emacs-26
2019-03-01 Glenn MorrisMerge from origin/emacs-26
2019-03-01 Glenn Morris; Merge from origin/emacs-26
2019-03-01 Glenn MorrisMerge from origin/emacs-26
2019-03-01 Paul EggertSuppress GC stats when obviously not needed
2019-03-01 Glenn Morris; Auto-commit of loaddefs files.
2019-03-01 Glenn Morris; Auto-commit of loaddefs files.
2019-03-01 Eli ZaretskiiFix a typo in the Calc manual
2019-03-01 Eli ZaretskiiMinor improvement in cross-references of the ELisp...
2019-03-01 Eli ZaretskiiDon't signal Quit from 'while-no-input' on TTY frames
2019-03-01 Tobias BadingFix last change on 'compilation-parse-errors'
2019-03-01 Evan MosesAdd 'breakpoint' to builtins for Python
2019-03-01 Eli ZaretskiiBe more defensive regarding elements of 'load-history'
2019-03-01 Alan Mackenzie* src/pdumper.c: Clarify the message about updating...
2019-03-01 Eli Zaretskii; * src/xfaces.c (syms_of_xfaces): Fix last change.
next