]> code.delx.au - gnu-emacs/shortlog
gnu-emacs
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; Merge from origin/emacs-25
2016-02-09 Paul EggertMerge from origin/emacs-25
2016-02-09 Paul Eggert; make change-history-commit
2016-02-09 Eli ZaretskiiFix network-stream-tests on MS-Windows
2016-02-09 Michael Albinus* admin/notes/bug-triage: Fix bug priorities. Explain...
2016-02-09 Eli ZaretskiiDisable 'timer-list'
2016-02-09 Paul EggertAvoid aligned_alloc static/extern collision
2016-02-09 Michal NazarewiczMake `message-beginning-of-line' aware of folded headers
2016-02-09 Michal NazarewiczOptimise ‘point in message header’ check
2016-02-09 Lars IngebrigtsenMake the `R' command get the correct relative <img>s
2016-02-09 Lars IngebrigtsenAdd a mode to list and cancel timers
2016-02-09 Lars IngebrigtsenAdd new commands to allow changing the size of images
2016-02-09 Lars IngebrigtsenAllow the image scale to be a floating point number
2016-02-08 Lars IngebrigtsenAdd an IPv6 test
2016-02-08 Lars IngebrigtsenUse gnutls-serv instead of openssh
2016-02-08 Daniel ColascionePerformance improvements for vc-hg
2016-02-08 Glenn Morris; ChangeLog fixes.
2016-02-08 Glenn Morris; Some standardization of copyright and license notices...
2016-02-08 Lars IngebrigtsenSkip TLS tests if we don't have openssl
2016-02-08 Lars IngebrigtsenAutomatically scale images up on high-density screens
2016-02-08 Lars IngebrigtsenEnsure progress when fetching from the queue
2016-02-08 Lars IngebrigtsenMake mail-extract-address-components return the user...
2016-02-08 Lars IngebrigtsenMessage no longer warns about unknown top level domains
2016-02-08 Jarno MalmariAdd tests for url-auth
2016-02-08 Lars IngebrigtsenAdd a TLS connection test
2016-02-08 Lars IngebrigtsenAdd more network tests
2016-02-08 Lars IngebrigtsenAdd network tests
2016-02-08 FooAllow various Gnus and Message address variables to...
2016-02-08 Lars IngebrigtsenFix typo in Gnus regexp
2016-02-07 Paul EggertPort to FreeBSD x86
2016-02-07 Alan MackenzieOn leaving CC Mode, clean up by removing character...
2016-02-07 Glenn Morris; Auto-commit of ChangeLog files.
2016-02-07 Lars Ingebrigtsenmessage-valid-fqdn-regexp no longer exists
2016-02-07 Lars IngebrigtsenRemove message-valid-fqdn-regexp, since it changes...
2016-02-07 Paul van der... Match "Re :" as a "Re:" prefix
2016-02-07 Adam Sjøgrenlisp/net/shr.el (shr-tag-del, shr-tag-ins): New functions.
2016-02-07 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-07 David Edmondsonsrc/process.c Correctly convert AF_INET6 addresses
2016-02-06 Artur Malabarba* lisp/isearch.el (isearch-define-mode-toggle): Improve...
2016-02-06 Artur Malabarba* lisp/menu-bar.el (menu-bar-options-menu): New search...
2016-02-06 Artur Malabarba* lisp/isearch.el (search-default-mode)
2016-02-06 Artur Malabarba* lisp/isearch.el: Rename search-default-regexp-mode...
2016-02-06 Oscar FuentesUse monitor's resolution for positioning tooltips
2016-02-06 Eli ZaretskiiFix file-notify-test on MS-Windows
2016-02-06 Eli ZaretskiiFix issues found by auditing w32notify code
2016-02-06 Eli ZaretskiiExtend etags Ruby support for accessors
2016-02-06 Martin Jesper... Search for host/port combinations in auth-source on...
2016-02-06 Lars IngebrigtsenRemove nonsensical setting of gnus-newsgroup-unseen
2016-02-06 Lars IngebrigtsenUpdate publicsuffix.txt.
2016-02-06 Lars IngebrigtsenEnsure that Gnus dribble handling allows removing entries
2016-02-06 OGAWA HirofumiBe consistent when using encoded strings in nnimap...
2016-02-06 OGAWA HirofumiDisplay the decoded Gnus group name
2016-02-06 Lars IngebrigtsenUse completion-ignore-case instead of defining command
2016-02-06 Lars IngebrigtsenUse underline on all terminals that support it
2016-02-06 Lars IngebrigtsenMake the nsm query say what it did after the user inter...
2016-02-05 Paul EggertOmit XLI (init) == 0 optimization in make-vector
2016-02-05 Eli ZaretskiiMerge branch 'emacs-25' of git.savannah.gnu.org:/srv...
2016-02-05 Michael Albinus* test/automated/file-notify-tests.el (file-notify...
2016-02-05 Eli ZaretskiiFix problems caused by new implementation of sub-word...
2016-02-05 Paul Eggert* autogen.sh: Port to dash (Bug#22556).
2016-02-05 Simen Heggestøyl; * etc/NEWS: Expand news entry for scss-mode
2016-02-05 Michael AlbinusMinor cleanup for Tramp "doas".
2016-02-05 Xi Lu* lisp/net/tramp-sh.el (tramp-methods) <doas>: Add...
2016-02-05 Eli Zaretskii; Better document changes in ls-lisp default behavior
2016-02-05 Lars IngebrigtsenFix doc string of tls-program
2016-02-05 Lars IngebrigtsenRestore window conf in nsm
2016-02-05 Lars IngebrigtsenRestore the window configuration
2016-02-05 Mark Oteiza* etc/NEWS: Document new mpc.el features
2016-02-05 Lars IngebrigtsenUse an X popup in read-multiple-choice if running from...
2016-02-05 Lars IngebrigtsenDisplay cursor in echo area when prompting
2016-02-05 Lars IngebrigtsenMake NSM prompting clearer
2016-02-05 Lars IngebrigtsenUnderline read-multiple-choice-face
2016-02-05 Leo Liu* lisp/custom.el (defface): Revert indentation change...
2016-02-05 Lars IngebrigtsenMake the read-multiple-choice prompt a bit prettier
2016-02-05 Paul EggertPrefer memcpy and memset to doing it by hand
2016-02-04 Nicolas PettonDo not ignore redirections of 301, 302 and 307 status...
2016-02-04 Alan MackenzieCorrectly fontify C++ initializations which "look like...
2016-02-04 Mark Oteiza* lisp/net/eww.el (eww-switch-to-buffer): Use pop-to...
2016-02-04 Ulf JasperImprove newsticker-treeview-selection-face
2016-02-04 Eli ZaretskiiMinor fix in tagging Ruby accessors by etags
2016-02-04 Paul EggertSimplify USE_ALIGNED_ALLOC
2016-02-04 Paul EggertSpelling fixes
2016-02-04 Eric AbrahamsenHonor docstring of gnus-group-get-new-news
2016-02-04 Dmitry GutovRemove 'def X' from the example
2016-02-04 Lars IngebrigtsenNew function read-multiple-choice
2016-02-04 John Wiegley; Merge from origin/emacs-25
2016-02-04 John WiegleyMerge from origin/emacs-25
2016-02-04 John Wiegley; Merge from origin/emacs-25
2016-02-04 John WiegleyMerge from origin/emacs-25
2016-02-04 Vasilij SchneidermannAllow sending empty hidden values in eww
2016-02-04 David EdmondsonMake erc work better when encountering unknown prefix...
2016-02-04 Mark OteizaAdd a new command to switch between erc buffers
2016-02-04 David EdmondsonMake erc work better when encountering unknown prefix...
2016-02-04 Vasilij SchneidermannAllow sending empty hidden values in eww
2016-02-04 Lars IngebrigtsenMake erc completion case-insensitive again
2016-02-04 Carlos PitaMake complection in erc use consistent casing
next