diff options
| author | Ted Zlatanov | 2014-12-12 19:15:10 -0500 |
|---|---|---|
| committer | Ted Zlatanov | 2014-12-12 19:23:19 -0500 |
| commit | 28e0d0c95d8e17e18e94744e99ccd68c8c911703 (patch) | |
| tree | a45021bd7042b2008cf6084bd4019777b7575492 /src/ChangeLog | |
| parent | b81a1837916a7f3f7abd953338302fa237a532f2 (diff) | |
| download | emacs-28e0d0c95d8e17e18e94744e99ccd68c8c911703.tar.gz emacs-28e0d0c95d8e17e18e94744e99ccd68c8c911703.zip | |
Merge from origin/emacs-24
bd6c441 * simple.el (password-word-equivalents): Add "passcode", used for numeric secrets like PINs or RSA tokens.
16d4c1c A better fix for bug#19346
82ec808 * .gitignore: Add !lib/std*.in.h, so as to not ignore the .in.h files.
3cf7629 Git ignore lib/std*.h
301a401 Always define `gnutls-available-p' even if GnuTLS is not available.
d76b9b2 Don't break example string between 2 lines (bug#19257)
75b4857 Port commit-msg to mawk
9ac0332 Improve commit-msg messages and autosquash
0c2f254 Support overflow-newline-into-fringe together with word-wrap (bug#19300)
935ee05 * net/tramp-sh.el (tramp-get-remote-path): Use a login shell in order to determine `tramp-own-remote-path'.
c2db939 python.el: Support interpreter paths with spaces
d83f329 ChangeLog fix
0f9fbb9 Port commit-message checking to FreeBSD 9.
3db1ada admin/MAINTAINERS: Update my interests and responsibilities.
6382f24 * .gitignore: Ignore autosave files.
Conflicts:
ChangeLog
lisp/progmodes/python.el
src/gnutls.c
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 887ca89261a..fd37eaefbec 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,26 @@ | |||
| 1 | 2014-12-12 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * gnutls.c (Fgnutls_available_p, syms_of_gnutls): Move | ||
| 4 | gnutls-available-p out of the HAVE_GNUTLS conditional, and define | ||
| 5 | them only once. | ||
| 6 | |||
| 7 | 2014-12-11 Teodor Zlatanov <tzz@lifelogs.com> | ||
| 8 | |||
| 9 | * emacs.c (main): Always include gnutls.h and run syms_of_gnutls. | ||
| 10 | |||
| 11 | * gnutls.h: Always declare syms_of_gnutls. | ||
| 12 | |||
| 13 | * gnutls.c (Fgnutls_available_p syms_of_gnutls): Move later for | ||
| 14 | clarity. Let the availability check return Qnil when the GnuTLS | ||
| 15 | integration is not available, instead of erroring out. | ||
| 16 | (Bug#19346) | ||
| 17 | |||
| 18 | 2014-12-10 Eli Zaretskii <eliz@gnu.org> | ||
| 19 | |||
| 20 | * xdisp.c (move_it_in_display_line_to, display_line): Don't | ||
| 21 | disallow overflow-newline-into-fringe when word-wrap is in | ||
| 22 | effect. (Bug#19300) | ||
| 23 | |||
| 1 | 2014-12-11 Stefan Monnier <monnier@iro.umontreal.ca> | 24 | 2014-12-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 25 | ||
| 3 | * fileio.c: Better preserve window-points during revert (bug#19161). | 26 | * fileio.c: Better preserve window-points during revert (bug#19161). |