]> code.delx.au - gnu-emacs/history - src
; Merge from origin/emacs-25
[gnu-emacs] / src /
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-04 John Wiegley; Merge from origin/emacs-25
2016-03-04 John WiegleyMerge from origin/emacs-25
2016-03-03 Lars IngebrigtsenEnsure TLS negotiation progress
2016-03-02 Paul Eggertemacs-module.h slight simplification
2016-03-02 Paul Eggert* src/emacs-module.c (CHECK_USER_PTR): Fix typo in...
2016-03-02 Paul Eggertemacs-module.c simplification and tuneup
2016-03-02 Philipp StephaniUse standard checks whenever possible.
2016-03-02 Paul EggertDeterministic build improvements
2016-03-02 Philipp StephaniRemove build system name from deterministic dumps
2016-03-01 Paul Eggert* src/syntax.c (syntax_multibyte): Omit unnecessary...
2016-02-29 Paul EggertStop calling res_init
2016-02-29 Paul Eggert* src/process.c (Fdelete_process): Simplify cast.
2016-02-29 Lars IngebrigtsenWait for async DNS to complete before freeing resources
2016-02-28 Eli ZaretskiiFix TLS connections on MS-Windows
2016-02-28 Lars IngebrigtsenReturn the correct error values from gnutls.c
2016-02-27 Andreas SchwabFix char signedness issue in bidi code
2016-02-27 Eli ZaretskiiRemove unused code in coding.c
2016-02-26 Aurelien Aptel* src/syntax.c: Fix result of syntax_multibyte()
2016-02-26 Paul Eggert--enable-gcc-warnings now uses -Wjump-misses-init
2016-02-26 Jussi LahdenniemiImprove the register-hotkey functionality on MS-Windows
2016-02-25 Eli ZaretskiiRemove unneeded workaround in xftfont.c
2016-02-25 Paul EggertInteger overflow cleanups for ports and socklen
2016-02-25 Eli ZaretskiiFix redisplay on a TTY after 'make-frame'
2016-02-25 Lars IngebrigtsenAllow using "number strings" as services on non-GNU...
2016-02-25 Chris FengFix an assertion
2016-02-24 Stefan Monnier* src/keyboard.c: Don't inadvertently set immediate_ech...
2016-02-24 Chris FengAllocate glyph matrices for the initial frame
2016-02-24 Lars IngebrigtsenMake setting the coding system non-blocking
2016-02-24 Fredrik BergrothUse memmove instead of memcpy on overlapping regions
2016-02-23 Paul EggertPort to --enable-gcc-warnings sans getaddrinfo_a
2016-02-23 Paul EggertMinor cleanups for async DNS etc.
2016-02-23 Eli ZaretskiiFurther improve doc string of 'disable-point-adjustment'
2016-02-23 Martin RudalicsFix `window-configuration-change-hook' and `window...
2016-02-22 John WiegleyMerge from origin/emacs-25
2016-02-22 Eli ZaretskiiFix documentation of 'global-disable-point-adjustment'
2016-02-22 Lars IngebrigtsenFix async TLS boot problem
2016-02-22 Lars IngebrigtsenClean up debugging code
2016-02-22 Lars IngebrigtsenFix merge conflicts in network-stream-tests.el
2016-02-22 Lars Ingebrigtsenadd_to_log expects Lisp parameters origin/feature/async-dns
2016-02-22 Lars IngebrigtsenMention in the doc strings that process functions may...
2016-02-22 Lars IngebrigtsenAdd blocker warnings to the *Messages* buffer
2016-02-21 Paul EggertUse Gnulib filevercmp for version comparison
2016-02-21 Lars IngebrigtsenAvoid integer overflows in string-numeric-lessp
2016-02-21 Lars IngebrigtsenAdd the string-numeric-lessp function
2016-02-21 Alain SchnebleRespect DNS timeouts
2016-02-20 Eli ZaretskiiFix memory reservation on MS-Windows
2016-02-20 Eli ZaretskiiFix "[:upper:]" for non-ASCII characters
2016-02-20 Lars IngebrigtsenGet explicit width/height + scale computations right
2016-02-19 Lars IngebrigtsenFix coding system setup
2016-02-18 Lars IngebrigtsenVerify the TLS connection asynchronously
2016-02-17 Eli ZaretskiiFix decoding DOS EOL in a unibyte buffer
2016-02-17 Paul EggertFix x-load-color-file pointer signedness
2016-02-16 Lars IngebrigtsenDeactivate the correct process
2016-02-16 Lars IngebrigtsenImplement asynch TLS negotiation
2016-02-16 Lars IngebrigtsenSimplify the DNS resolution loop a bit
2016-02-16 Alain SchnebleLoop over the process list instead of maintaining a...
2016-02-16 Lars IngebrigtsenAllow setting the filter masks later
2016-02-16 Lars IngebrigtsenEnsure we always free DNS resources when deleting a...
2016-02-16 Alain SchnebleDon't block in set-process-window-size
2016-02-16 Lars IngebrigtsenDo most of the coding system setup earlier
2016-02-15 John WiegleyMerge from origin/emacs-25
2016-02-15 John Wiegley; Merge from origin/emacs-25
2016-02-15 John WiegleyMerge from origin/emacs-25
2016-02-15 John Wiegley; Merge from origin/emacs-25
2016-02-15 John WiegleyMerge from origin/emacs-25
2016-02-15 John Wiegley; Merge from origin/emacs-25
2016-02-15 John WiegleyMerge from origin/emacs-25
2016-02-15 Eli ZaretskiiAvoid crashes in semi-malformed 'condition-case'
2016-02-15 Eli ZaretskiiFix regression with 'recent-keys' and keyboard macros
2016-02-15 Lars IngebrigtsenProtect against initial handshake failures
2016-02-15 Lars IngebrigtsenCall the network security manager after doing TLS negot...
2016-02-15 Lars IngebrigtsenRemove some #ifdefs and update documentation
2016-02-15 Alain SchnebleAdd blockers to process functions
2016-02-15 Paul Eggert; Spelling fixes
2016-02-14 Paul EggertPort USE_STACK_LISP_OBJECTS fix to Clang
2016-02-14 Paul EggertPort to x86 GCC 4.3.1 and earlier
2016-02-14 Eli ZaretskiiFix point movement under 'scroll-conservatively'
2016-02-14 Eli ZaretskiiMake 'mmap_realloc' on MS-Windows more reliable
2016-02-13 Eli Zaretskii; Improve commentary in insdel.c
2016-02-13 Paul EggertSuppress GNUstep hardening
2016-02-12 Eli ZaretskiiFix redisplay after a large insertion
2016-02-11 Lars IngebrigtsenCheck for MagickAutoOrientImage
2016-02-11 Dima KoganSupport integer image rotation and respect EXIF rotations
2016-02-11 Lars IngebrigtsenRevert "Support integer image rotation and respect...
2016-02-11 Alan ThirdSet locale when run from OS X GUI
2016-02-10 Eli ZaretskiiImprove doc strings of 'forward/backward-word-strictly'
2016-02-10 Dima KoganSupport integer image rotation and respect EXIF rotations
2016-02-09 Paul EggertOmit valloc decl if redundant
2016-02-09 Wolfgang JenknerRestore the calloc family.
2016-02-09 Paul EggertSuppress ACL ops if configured with --disable-acl
2016-02-09 Paul Eggert-
2016-02-09 Paul Eggert; Merge from origin/emacs-25
next