]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2016-07-11 YAMAMOTO Mitsuharu* src/macfont.m (mac_font_shape): Make sure that total_...
2016-07-11 Tino CalanchaAvoid 'unused var' 'not left unused var' warnings
2016-07-10 Tino Calancha* lisp/simple.el (shell-command, shell-command-on-regio...
2016-07-10 Michael AlbinusAdd a note how to use `tramp-own-remote-path'
2016-07-10 Alan ThirdRemove App Nap setting from Info.plist (bug#22993)
2016-07-09 Mario LangAn efficient built-in mapcan
2016-07-09 Tino CalanchaDetect aliases to built-in functions
2016-07-09 Michael AlbinusAvoid recursive detection of remote uid and gid in...
2016-07-09 Jürgen HötzelWrap around error in coreutil's ls
2016-07-09 Eli ZaretskiiMinor tweaks of copying text properties when padding...
2016-07-09 Mario LangMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-07-09 Mario LangNo need to require the same feature twice.
2016-07-09 Mark OteizaTurn on lexical binding
2016-07-09 Mark OteizaDerive secrets-mode from special-mode
2016-07-08 Mark OteizaAdd a couple cells to lisp-prettify-symbols-alist
2016-07-08 Michael AlbinusDetect remote uid and gid in tramp-gvfs.el
2016-07-08 Eli ZaretskiiYet another fix for copying properties by 'format'
2016-07-08 Stephen BermanAllow selecting region with mouse to move point to...
2016-07-08 Stephen BermanFix menu bar breakage
2016-07-08 Tino CalanchaCopy buffer names to kill ring
2016-07-08 Tino CalanchaRemove just input mark
2016-07-08 Tino CalanchaIbuffer change marks
2016-07-07 Alan ThirdPrevent NS event loop being re-entered (bug#11049)
2016-07-07 Alan ThirdFix some deprecated functions
2016-07-07 Aaron JensenDisable App Nap (bug#22993)
2016-07-07 Michael AlbinusMerge branch 'master' of git.sv.gnu.org:/srv/git/emacs
2016-07-07 Michael AlbinusFix an error in Tramp for rsync
2016-07-07 Tino CalanchaIbuffer: Mark locked buffers
2016-07-07 Tino Calancha* lisp/ibuffer.el: Add face for locked buffers
2016-07-07 Tino Calancha* lisp/ibuffer.el: Add mark for locked buffers
2016-07-07 Tino Calancha;* etc/NEWS (Ibuffer): Update entry according with...
2016-07-07 Tino CalanchaRemove duplicate binding
2016-07-07 Tino CalanchaIbuffer: Drop needless binding
2016-07-07 Phillip LordRun tests from non-byte compiled files
2016-07-07 Mark OteizaReplace eldoc-documentation-function with a hook
2016-07-06 Simen HeggestøylComplete "initial" and "unset" in CSS mode
2016-07-06 Michael Albinus* lisp/net/tramp-gvfs.el (tramp-gvfs-mount-spec): Fix...
2016-07-06 Paul EggertSimplify rfc1345.el a bit
2016-07-06 Dmitry AntipovPrefer 'frame-parameter' where it is expected to be...
2016-07-06 Dmitry AntipovReduce consing caused by vertical motion commands
2016-07-05 Michael AlbinusMake all Tramp tests pass for "gdrive" method
2016-07-05 Eli ZaretskiiFix redisplay with window-start on continuation lines
2016-07-05 Tino CalanchaAdd :expected-result :failed for unfixed bug test
2016-07-05 Tino Calancha* test/lisp/help-fns-tests.el: Add several tests for...
2016-07-04 Michal NazarewiczDon’t create unnecessary marker in ‘delete-trailing...
2016-07-04 Michal NazarewiczSimplify ‘delete-trailing-whitespace’ by not treating...
2016-07-04 Michal NazarewiczMake ‘delete-trailing-whitespace’ delete spaces after...
2016-07-04 Dmitry AntipovCleanup XEditRes hack
2016-07-04 Michael AlbinusAdd Google Drive support to Tramp
2016-07-04 Tino CalanchaCalc: Update mode line after change mode
2016-07-03 Mark Oteiza* lisp/simple.el (save-mark-and-excursion): Add declare...
2016-07-03 Paul EggertRe-fix open-network-stream responsiveness
2016-07-03 Alan MackenzieRemove redundant forms from CC Mode for faster fontific...
2016-07-03 Alan MackenzieSpeed up CC Mode fontification with less accurate funct...
2016-07-03 Tino CalanchaIbuffer: unmark all buffers without confirmation
2016-07-03 Paul EggertFix open-network-stream responsiveness
2016-07-03 Tino CalanchaIbuffer: Mark buffers by content
2016-07-03 Tino Calanchaibuffer-copy-filename-as-kill verbosity increase
2016-07-02 Eli ZaretskiiFix cursor positioning on TTY frames after stretch...
2016-07-02 Eli ZaretskiiFix vertical-movement in buffers with wrap-prefix
2016-07-02 Eli ZaretskiiRename FACE_OPT_FROM_ID to FACE_FROM_ID_OR_NULL
2016-07-01 Mark Oteiza* lisp/gnus/gnus-art.el (gnus-article-send-map): Remove...
2016-07-01 Stefan Monnier* lisp/auth-source.el (auth-source--symbol-keyword...
2016-07-01 Dmitry AntipovAvoid yet another possible NULL pointer dereference...
2016-07-01 Glenn Morris; Auto-commit of loaddefs files.
2016-06-30 Alan MackenzieCC Mode: truncate the semi-nonlit cache when applying...
2016-06-30 Dmitry AntipovMinor tweaks to openp
2016-06-30 Dmitry AntipovSimplify handling of frame parameters
2016-06-30 Dmitry AntipovCleanup around mature character manipulation functions
2016-06-29 Alan MackenzieFix C-M-a in a C function finding the start of a macro...
2016-06-29 Dmitry AntipovAvoid possible NULL pointer dereference found by GCC...
2016-06-29 Tino CalanchaDired recognize dirs when file size in human units
2016-06-29 Mark OteizaFix breakage from previous change
2016-06-28 Mark OteizaFix breakage from previous change.
2016-06-28 Eli ZaretskiiAdd tests for copying properties by 'format'
2016-06-28 Eli ZaretskiiFix copying properties in 'format' when it produces...
2016-06-27 Alan ThirdEnable dividers in NS (bug#22973)
2016-06-27 Stephen Berman; Fix breakage from previous commit
2016-06-27 Lars Magne... Fix the prefix action of shr-copy-url
2016-06-27 Lars Magne... New functions svg-text and svg-remove
2016-06-27 Lars Magne... Add new function dom-remove-node
2016-06-27 Lars Magne... Add a new function `svg-embed'
2016-06-27 Eli Zaretskii* lisp/descr-text.el (describe-char-unicode-data):...
2016-06-27 Eli ZaretskiiFix 'move-to-window-line' when EOB is on last screen...
2016-06-27 Alan MackenzieAmend a cache so that typing into C++ raw strings has...
2016-06-27 Dmitry GutovAlso handle escaping when string begins with a quote
2016-06-27 Sriram ThaiyarFix quote escaping in ruby-toggle-string-quotes
2016-06-27 Noam PostavskyFix test-completion with completion-regexp-list
2016-06-26 Paul EggertTry other addresses when connecting to multihomed
2016-06-26 Paul EggertFix GNUC_PREREQ for GCC 2.8.1 etc.
2016-06-26 Eli ZaretskiiDon't set 'bidi-paragraph-direction' in 'ansi-term'
2016-06-26 Paul Eggert; Spelling fixes
2016-06-26 Michael AlbinusSync with Tramp 2.3.0
2016-06-26 Paul EggertFix GNUC_PREREQ off-by-1 typo
2016-06-26 Michael AlbinusFix some oddities in Tramp's rsync and smb methods
2016-06-26 Ury MarshakFix FRAME_INTERNAL_BORDER_WIDTH use (Bug#23841)
2016-06-26 Leo LiuDeprecations (bug#23850)
2016-06-26 Tino CalanchaDo not prompt twice to save a buffer
2016-06-26 Alan ThirdMove text line right when in box (bug#23755)
2016-06-25 Paul EggertMerge from origin/emacs-25
next