1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00
Commit graph

118318 commits

Author SHA1 Message Date
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
Eli Zaretskii
a6248f1390 doc/emacs/misc.texi (Network Security): Improve wording and indexing. 2014-11-24 20:07:51 +02:00
Lars Magne Ingebrigtsen
e22f5c07d8 Moved the Network Security Manager to the Emacs manual
* misc.texi (Gnus Summary Buffer): Moved the Network Security
Manager stuff here from the lispref manual.
2014-11-24 18:30:01 +01:00
Stefan Monnier
b3b0b0971d * lisp/vc/vc-hooks.el (vc-state-base-face): Don't override
mode-line-inactive.
2014-11-24 12:26:01 -05:00
Lars Magne Ingebrigtsen
87ac437437 eww input field fixup
(eww-process-text-input): Inhibit read only so that input fields
don't get shortened (bug#19085).
2014-11-24 18:19:05 +01:00
Glenn Morris
409e4c82dc * configure.ac [HAVE_W32]: Generate nt/*.rc files when HAVE_W32. 2014-11-24 09:07:45 -08:00
Lars Magne Ingebrigtsen
f9bff82aa4 (Network Security): Mention more NSM variables. 2014-11-24 17:57:28 +01:00
Lars Magne Ingebrigtsen
7f311629f0 * processes.texi (Network Security): Made into its own section and fleshed out 2014-11-24 17:47:00 +01:00
Lars Magne Ingebrigtsen
f9fcf84a9c * net/eww.el (eww-set-character-encoding): Use `read-coding-system'. 2014-11-24 16:59:15 +01:00
Leo Liu
6dbaf04719 New macro macroexp-let2*
* emacs-lisp/macroexp.el (macroexp-let2*): New macro.

* window.el (with-temp-buffer-window)
(with-current-buffer-window, with-displayed-buffer-window):
* emacs-lisp/cl-macs.el (cl--compiler-macro-adjoin):
* emacs-lisp/cl-lib.el (substring):
* emacs-lisp/cl-extra.el (cl-getf): Use it.
2014-11-24 23:01:05 +08:00
Lars Magne Ingebrigtsen
d71a2d495f * gnutls.c: Fix compilation warnings given fix --enable-gcc-warnings. 2014-11-24 15:42:34 +01:00
Eli Zaretskii
9faf591a66 Fix bug #19157 with incorrect hscroll during I-search.
lisp/isearch.el (isearch-update): Don't assume
 pos-visible-in-window-p will return nil when point is hscrolled
 out of view.
2014-11-24 15:32:14 +02:00
Glenn Morris
e01ec2ed08 * src/emacs.c (main) <--version>: Make use of PACKAGE_NAME. 2014-11-23 17:11:51 -08:00
Glenn Morris
825351bcce Reduce nt and src Makefile duplication wrt emacs.res
* nt/Makefile.in (../src/emacs.res): New target.

* src/Makefile.in (emacs.res): Use ../nt rule, rather than duplicating it.
(ntsource, WINDRES, EMACS_MANIFEST): Remove, now unused.
2014-11-23 16:16:57 -08:00
Lars Magne Ingebrigtsen
8c4475f9ce * gnutls.c: Fix Windows function definition of gnutls_x509_crt_get_fingerprint. 2014-11-23 23:55:58 +01:00
Lars Magne Ingebrigtsen
1653296fa2 Typo fix from previous check-in 2014-11-23 23:09:00 +01:00
Lars Magne Ingebrigtsen
1aafa6b682 gnutls.c windows compilation fix
* gnutls.c: Fixed Windows function definition of
gnutls_x509_crt_get_fingerprint.
2014-11-23 23:06:17 +01:00
Glenn Morris
5a0e58af1e * lib-src/Makefile.in (emacsclient.res): Fix yesterday's thinko. 2014-11-23 11:33:56 -08:00