Ulf Jasper
d36439ca66
newsticker: Take care of nil value for `newsticker-groups-filename'.
...
* lisp/net/newst-treeview.el (newsticker--treeview-load): Take care of
nil value for `newsticker-groups-filename'.
2014-11-28 16:27:34 +01:00
Daiki Ueno
f33ec1f529
epg: Use epg-context-set-*-callback for extra treatment of args
...
* epa.el (epa-sign-file, epa-encrypt-file, epa-decrypt-region)
(epa-sign-region, epa-encrypt-region): Use
`epg-context-set-{passphrase,progress}-callback', instead of
`setf'. This partially reverts commit 9e48a95c (bug#19150).
Reported by José A. Romero L.
2014-11-28 15:59:23 +09:00
David Engster
692322388c
admin: Add documentation for gitmerge.el
...
* gitmerge.el: New file.
* notes/git-workflow: Add documentation for using it.
2014-11-27 23:23:48 +01:00
Lars Magne Ingebrigtsen
d931478266
Fix typo in last checkin
...
* eww.el (eww-restore-history): Bind
`inhibit-modification-hooks' instead of `after-change-functions'.
2014-11-27 21:26:49 +01:00
Lars Magne Ingebrigtsen
a5fde629ff
* net/eww.el (eww-restore-history): Bind `inhibit-modification-hooks'
...
instead of `after-change-functions'.
2014-11-27 20:28:34 +01:00
Lars Magne Ingebrigtsen
370258f761
(eww-process-text-input): Try to keep track of the size more reliably.
2014-11-27 20:26:31 +01:00
Ulf Jasper
cceb7a8921
newsticker: Handle embedded (x)html in atom feeds.
...
* lisp/net/newst-backend.el (newsticker--parse-atom-1.0): Handle
embedded (x)html in summary node.
2014-11-27 19:32:08 +01:00
Sam Steingold
07efa3f0ba
Use `mouse-menu-bar-map' when no other menus are available.
...
* lisp/menu-bar.el (menu-bar-open): When everything else fails,
use (mouse-menu-bar-map).
2014-11-27 13:17:42 -05:00
Ulf Jasper
5749885098
newsticker: Change wording of confirmation prompt regarding obsolete variable `newsticker-groups-filename'.
...
Fixes: debbugs:19165
* lisp/net/newst-treeview.el (newsticker-groups-filename): Change
default value to nil. Point out that variable is obsolete in doc
string.
(newsticker--treeview-load): Change wording of the questions the
user is asked when `newsticker-groups-filename' is found to be
used and we offer to read and remove the groups file.
2014-11-27 18:37:47 +01:00
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