- 24 Nov, 2014 11 commits
-
-
Stefan Monnier authored
mode-line-inactive.
-
Lars Magne Ingebrigtsen authored
(eww-process-text-input): Inhibit read only so that input fields don't get shortened (bug#19085).
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Leo Liu authored
* 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.
-
Lars Magne Ingebrigtsen authored
-
Eli Zaretskii authored
lisp/isearch.el (isearch-update): Don't assume pos-visible-in-window-p will return nil when point is hscrolled out of view.
-
Glenn Morris authored
-
Glenn Morris authored
* 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.
-
- 23 Nov, 2014 26 commits
-
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* gnutls.c: Fixed Windows function definition of gnutls_x509_crt_get_fingerprint.
-
Glenn Morris authored
-
Lars Magne Ingebrigtsen authored
-
Andrey Kotlarski authored
* net/eww.el (eww-browse-url): Optionally create new eww buffer. (eww-follow-link): Follow in new buffer in case of prefix argument, open externally with double prefix.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
(eww): Pop to the *eww* buffer immediately after executing the `M-x eww' command to avoid having buffers pop up later. (eww-display-html): Don't pop the *eww* buffer. (eww-display-raw): Ditto. (eww-display-image): Ditto.
-
Lars Magne Ingebrigtsen authored
-
Ivan Shmakov authored
* net/eww.el (eww-suggest-uris): New variable. (eww-suggested-uris): New function. (eww): Default to URL under point. (eww-links-at-point): New function.
-
Ivan Shmakov authored
Fixes: debbugs:18010 * eww.texi (Advanced): Mention the Desktop stuff (bug#18010).
-
Mark Oteiza authored
-
Mark Oteiza authored
* net/eww.el (eww-mode-map): Bind backtab to shr-previous-link
-
Kenjiro Nakayama authored
Fixes: debbugs:16225 * net/eww.el (eww-set-character-encoding): New command and keystroke. (eww-display-raw): Use it.
-
Lars Magne Ingebrigtsen authored
* net/nsm.el (network-security-level): Rename from `nsm-security-level' and documented.
-
Lars Magne Ingebrigtsen authored
* url-http.el (url-http): Respect `url-request-noninteractive'. * url-queue.el (url-queue-start-retrieve): Fetching through url-queue should always be noninteractive. * url-vars.el (url-request-noninteractive): New variable.
-
Lars Magne Ingebrigtsen authored
* mail/smtpmail.el (smtpmail-via-smtp): Warn unless encrypted and we're sending a password. * pop3.el (pop3-open-server): Warn unless encrypted. * nnimap.el (nnimap-open-connection-1): Warn unless encrypted.
-
Lars Magne Ingebrigtsen authored
* processes.texi (Network): Mention the new :warn-unless-encrypted parameter to `open-network-stream'. (Network): Mention the Network Security Manager. * net/nsm.el: New file that implements a Network Security Manager. * net/network-stream.el (open-network-stream): Add a new :warn-unless-encrypted parameter. (network-stream-open-plain): Allow warning unless encrypted. (network-stream-open-starttls): Call the Network Security Manager. (network-stream-open-tls): Ditto.
-
Lars Magne Ingebrigtsen authored
* gnutls.c (gnutls_hex_string, gnutls_certificate_details) (Fgnutls_peer_status): New functions to export TLS certificate details to Emacs Lisp. * process.h: Added more fields to Lisp_Process to track certificate details. * gnutls.c (Fgnutls_boot): Save certificate for later inspection.
-
Jan D authored
* gtkutil.c (gtk_adjustment_configure): Don't use 2.14 functions (Bug#19149).
-
Michael Albinus authored
`process-environment' when running `process-file' or `start-file-process'.
-
Jan D authored
* gtkutil.c (gtk_adjustment_configure): Define for Gtk+ < 2.14. (xg_set_toolkit_horizontal_scroll_bar_thumb): Remove wrong version check for gtk_adjustment_configure (Bug#19149).
-
Michael Albinus authored
Change version to 25.1.
-
Michael Albinus authored
-
Michael Albinus authored
New customer option. Supports cases when Emacs hasn't been invoked in the same environment where the notifications shall go to. (erc-notifications-notify): Use it.
-
Leo Liu authored
Fixes: debbugs:18953 * calendar/cal-china.el (calendar-chinese-from-absolute-for-diary) (calendar-chinese-to-absolute-for-diary) (calendar-chinese-mark-date-pattern, diary-chinese-anniversary): Handle leap months in Chinese calendar. (Bug#18953)
-
- 22 Nov, 2014 3 commits
-
-
Glenn Morris authored
-
Glenn Morris authored
-
Glenn Morris authored
Accidentally left out of previous commit. Apparently "git mv" doesn't do what I thought it did...
-