David Engster
f42adad94b
admin: Add gitmerge.el
...
* gitmerge.el: New file.
2014-11-27 18:22:00 +01:00
Lars Magne Ingebrigtsen
9ec7bd97fa
(eww-mode): Revert mistanken removal of `buffer-disable-undo'.
2014-11-27 17:52:08 +01:00
Lars Magne Ingebrigtsen
7c449b8f0d
Add more sanity checks to the last eww after-change-function patch
2014-11-27 17:50:05 +01:00
Lars Magne Ingebrigtsen
604ce9124e
(eww-process-text-input): Fix deletion at the start of the field, too.
2014-11-27 17:42:28 +01:00
Lars Magne Ingebrigtsen
5519c34ef8
(eww-restore-history): Inhibit change functions while restoring the history.
2014-11-27 17:23:32 +01:00
Lars Magne Ingebrigtsen
a5b07aa6b5
eww input field fixup
...
Fixes: debbugs:19085
(eww-process-text-input): Don't shorten the input field if
deleting at the last character.
2014-11-27 17:19:52 +01:00
Lars Magne Ingebrigtsen
4c555e9afa
Record the right URL in eww
...
* net/eww.el (eww): Record the new URL immediately, so that if the
HTTP fetch fails, we have the right URL in the buffer.
2014-11-27 17:06:26 +01:00
Lars Magne Ingebrigtsen
2d431afee4
Add a DOM pretty-printing function
...
* doc/lispref/text.texi (Document Object Model): Mention `dom-pp'.
* lisp/dom.el (dom-pp): New function.
2014-11-27 16:57:22 +01:00
Lars Magne Ingebrigtsen
2f5134c276
* NEWS: Mention dom.el.
2014-11-27 12:36:08 +01:00
Oscar Fuentes
1ed5c2d9bc
Replace uses of _W64 with MINGW_W64
...
This is the `master' branch follow-up to the change made previously on
the emacs-24 branch (81e0cca7bb ).
* src/w32.c: Use MINGW_W64 instead of _W64.
* src/w32heap.c: Likewise.
2014-11-27 04:03:07 +01:00
Ted Zlatanov
ba4502fe14
Merge branch 'emacs-24'
...
Conflicts:
nt/addsection.c
nt/inc/ms-w32.h
src/w32.c
2014-11-26 21:31:11 -05:00
Katsumi Yamaoka
b121ef10f5
Gnus: fix XEmacs compilation
2014-11-27 01:33:09 +00:00
Lars Magne Ingebrigtsen
666e90e5cc
Better display for paranoid' network-security-level'
...
* net/nsm.el (nsm-new-fingerprint-ok-p): Display the certificate
when querying about new certificates.
2014-11-27 00:44:54 +01:00
Lars Magne Ingebrigtsen
803df8492d
* net/shr.el (shr-make-table-1): dom.el changes for table rendering.
2014-11-27 00:03:09 +01:00
Lars Magne Ingebrigtsen
fc4d2c7784
Only send SNI if the host name is not an IP address
...
* gnutls.c (gnutls_ip_address_p): New function.
(Fgnutls_boot): Only send SNI if the host name is not an IP address.
2014-11-26 23:11:57 +01:00
Toke Høiland-Jørgensen
ccae04f205
* gnutls.c (Fgnutls_boot): Send the server name over
...
Fixes: debbugs:18208
* gnutls.c (Fgnutls_boot): Send the server name over (bug#18208).
2014-11-26 22:56:57 +01:00
Lars Magne Ingebrigtsen
7520f8919a
Further eww dom.el cleanups
...
* net/eww.el (eww-tag-title): Use `dom-text'.
* dom.el (dom-by-tag): Use `equal' for comparisons so that tags
can be strings.
(dom-elements): Protect against non-text nodes.
(dom-non-text-children): New function.
2014-11-26 22:08:52 +01:00
Dani Moncayo
c9cb3d535b
configure.ac [MINGW]: Fix the way of getting the right host platform.
...
* configure.ac [MINGW]: Fix the way of getting the right host
platform.
2014-11-26 20:59:07 +01:00
Lars Magne Ingebrigtsen
b67e8b793f
* text.texi (Document Object Model): Typo fix
2014-11-26 20:47:01 +01:00
Sam Steingold
41a1fd3638
Pass -utf8 to tidy.
...
* lisp/textmodes/sgml-mode.el (sgml-validate-command): Pass -utf8 to tidy.
2014-11-26 14:38:35 -05:00
Lars Magne Ingebrigtsen
28653a727e
* net/eww.el (eww-highest-readability): More dom.el fixes.
2014-11-26 20:30:59 +01:00
Lars Magne Ingebrigtsen
97d6e7e711
* text.texi (Document Object Model): New node to document dom.el.
2014-11-26 20:23:06 +01:00
Lars Magne Ingebrigtsen
f054f0f265
ChangeLog for last checkin
2014-11-26 19:42:29 +01:00
Lars Magne Ingebrigtsen
d9ba097fe4
Use the new dom.el accessors in shr and eww
...
* net/shr.el: Ditto.
* net/eww.el: Use the new dom.el accessors throughout.
2014-11-26 19:42:29 +01:00
Lars Magne Ingebrigtsen
115178cd46
* dom.el: New file.
2014-11-26 19:42:29 +01:00
Ulf Jasper
549a1bae4a
newsticker: Take care of UIDs when adding elements to cache.
...
* lisp/net/newst-backend.el (newsticker--parse-generic-items): Take
care of UIDs when adding elements to cache.
2014-11-26 19:29:34 +01:00
Simon Leinen
4e0f8f7b2d
Fix for vc-filewise.el unresolved-call glitch.
2014-11-26 13:22:35 -05:00
Simon Leinen
181b12e7fd
Fix up autoloads in vc-rcs.el and vc-sccs.el.
2014-11-26 13:10:26 -05:00
Alan Mackenzie
7e24ac11d4
Remove spurious reference to symbol category_properties.
...
cc-engine.el (c-state-pp-to-literal): Fixed here.
2014-11-26 16:42:55 +00:00
Glenn Morris
9740d86c30
* lisp/arc-mode.el (archive-visit-single-files): Add :version.
2014-11-25 19:15:55 -05:00
Eric S. Raymond
873bc1329f
Minor typo fixes in vc-src.el.
2014-11-25 16:44:02 -05:00
Paul Eggert
92f6486a11
Fix gnutls problems caught by static checking.
...
* gnutls.c (Fgnutls_boot): Remove unused local.
(Fgnutls_boot): Fix pointer signedness.
2014-11-25 09:23:33 -08:00
Paul Eggert
50cc807377
Use usual GNU style for white space.
2014-11-25 09:23:33 -08:00
Ted Zlatanov
c8a2d63196
* net/gnutls.el (gnutls): Set :group to 'comm so it's near NSM.
2014-11-25 11:45:36 -05:00
Glenn Morris
7dbd10d530
* configure.ac: Fix yesterday's use of uninitialised $version.
2014-11-25 08:43:52 -08:00
Lars Magne Ingebrigtsen
cfe0d44ecb
* misc.texi (Network Security): Use "untrustworthy" instead of "unsafe"
2014-11-25 16:34:55 +01:00
Lars Magne Ingebrigtsen
ee4eb2810c
Fix previous version of nsm-warnings-ok-p
...
* net/nsm.el (nsm-format-certificate): Don't bug out on missing
elements.
(nsm-warnings-ok-p): The new version of this function always
returned nil when everything was OK.
2014-11-25 16:30:36 +01:00
Lars Magne Ingebrigtsen
88871ef611
(gnutls_certificate_details): Reversed check in last checkin.
2014-11-25 16:13:10 +01:00
Lars Magne Ingebrigtsen
63ca64241c
* net/nsm.el (nsm-format-certificate): Don't bug out on missing elements
2014-11-25 16:12:47 +01:00
Lars Magne Ingebrigtsen
d3739fec53
Make gnutls.c compile on older gnutls installations
...
* gnutls.c (gnutls_certificate_details): Don't include certain
certificate details on older gnutls versions (bug#19168).
(syms_of_gnutls): Export gnutls_peer_status_warning_describe.
2014-11-25 16:04:47 +01:00
Ted Zlatanov
2428e38d76
* gnutls.c (Fgnutls_boot): Minor logging fixes.
2014-11-25 09:48:37 -05:00
Ted Zlatanov
59bf524c77
net/nsm.el: Use `gnutls-peer-status-warning-describe'.
...
* net/nsm.el (nsm-check-tls-connection, nsm-save-host)
(nsm-warnings-ok-p): Use `gnutls-peer-status-warning-describe'.
2014-11-25 09:09:11 -05:00
Ted Zlatanov
8608c1009d
Use a simple list of symbols in GnuTLS peer verification.
...
* gnutls.c (Fgnutls_peer_status_warning_describe): Add function to describe a
peer verification warning symbol.
(Fgnutls_peer_status): Use it.
(Fgnutls_boot): Use it.
2014-11-25 09:07:13 -05:00
Nicolas Richard
8be099a2c1
byte-run.el (function-put): Match argument names to docstring (bug#19118).
2014-11-25 13:18:40 +01:00
Ted Zlatanov
10f2f8aafa
* gnutls.c (Fgnutls_peer_status): Check GNUTLS_INITSTAGE, not gnutls_p.
2014-11-25 05:15:23 -05:00
Glenn Morris
6a4dee9b99
* gnus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag.
2014-11-25 00:27:02 -08:00
Glenn Morris
a3e1f8ef25
* etc/MACHINES: State supported OS X versions.
2014-11-25 00:18:45 -08:00
Oscar Fuentes
70d7aa8a28
configure.ac [mingw]: Set $canonical default value
...
... as per the compiler's target.
The value provided by MSYS2 `uname' is not correct when MSYS2 runs on
one architecture (x86_64) and the user is building for another (i686).
* configure.ac [mingw]: Set $canonical default value as per the
compiler's target.
2014-11-25 03:29:43 +01:00
Sam Steingold
27f46ae31c
Remove a spurious comma
...
* lisp/vc/vc-hooks.el (vc-directory-exclusion-list):
Fix a trivial typo (bug#19171).
2014-11-24 15:54:07 -05:00
Glenn Morris
8df5745cf5
* configure.ac: Relocate some recent changes to a more logical location.
2014-11-24 13:40:02 -05:00