- 09 Dec, 2014 15 commits
-
-
Bozhidar Batsov authored
* progmodes/ruby-mode.el (ruby-toggle-string-quotes): New command that allows you to quickly toggle between single-quoted and double-quoted string literals.
-
Andy Moreton authored
-
Bozhidar Batsov authored
* progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile and Puppetfile.
-
Eric S. Raymond authored
* vc/vc-src.el (vc-src-do-comand): Prepend -- to file argument list, avoids problems witth names containing hyphens.
-
Eric S. Raymond authored
-
Wilson Snyder authored
* lisp/progmodes/verilog-mode.el (verilog-mode-version): Update. (verilog-auto-end-comment-lines-re, verilog-end-block-ordered-re) (verilog-set-auto-endcomments): Automatically comment property/ endproperty blocks to match other similar blocks like sequence/ endsequence, function/endfunction, etc. Reported by Alex Reed. (verilog-set-auto-endcomments): Fix end comments for functions of type void, etc. Detect the function- or task-name when auto-commenting blocks that lack an explicit portlist. Reported by Alex Reed. (verilog-nameable-item-re): Fix nameable items that can have an end-identifier to include endchecker, endgroup, endprogram, endproperty, and endsequence. Reported by Alex Reed. (verilog-preprocessor-re, verilog-beg-of-statement): Fix indentation of property/endproperty around pre-processor directives. Reported by Alex Reed. (verilog-label-be): When auto-commenting a buffer, consider auto-comments on all known keywords (not just a subset thereof). Reported by Alex Reed. (verilog-beg-of-statement): Fix labeling do-while blocks, bug842. Reported by Alex Reed. (verilog-beg-of-statement-1, verilog-at-constraint-p): Fix hanging with many curly-bracket pairs, bug663. (verilog-do-indent): Fix electric tab deleting form-feeds. Note caused by indent-line-to deleting tabls pre 24.5. (verilog-auto-output, verilog-auto-input, verilog-auto-inout) (verilog-auto-inout-module, verilog-auto-inout-in): Doc fixes. (verilog-read-always-signals, verilog-auto-sense-sigs) (verilog-auto-reset): Fix AUTORESET with always_comb and always_latch, bug844. Reported by Greg Hilton. Author: Alex Reed <acreed4@gmail.com> (tiny change) * lisp/progmodes/verilog-mode.el (verilog-no-indent-begin-re): Fix `verilog-indent-begin-after-if' nil not honoring 'forever', 'foreach', and 'do' keywords. (verilog-endcomment-reason-re, verilog-beg-of-statement): Fix labeling do-while blocks, bug842. (verilog-backward-token): Fix indenting sensitivity lists with named events, bug840.
-
Reto Zimmermann authored
* lisp/progmodes/vhdl-mode.el (vhdl-version, vhdl-time-stamp): Update. (vhdl-compiler-alist): Anchor all error regexps. (vhdl-compile-use-local-error-regexp): Change default to nil. (vhdl-asort, vhdl-anot-head-p): Remove. (vhdl-aput, vhdl-adelete, vhdl-aget): Simplify. Remove optional argument of vhdl-aget and update all callers. (vhdl-import-project): Also set `vhdl-compiler'.
-
Lars Magne Ingebrigtsen authored
* doc/lispref/files.texi (Contents of Directories): Document directory-files-recursively. * etc/NEWS: Mention directory-files-recursively. * lisp/files.el (find-files): New function.
-
Glenn Morris authored
Ref thread: http://lists.gnu.org/archive/html/emacs-devel/2014-12/msg00306.html
-
Glenn Morris authored
The same thing was done for other files a while ago.
-
Lars Magne Ingebrigtsen authored
* net/shr.el (shr-dom-print): Don't print comments. (shr-tag-svg): Give inline SVG images the right type.
-
Lars Magne Ingebrigtsen authored
* lisp/net/eww.el (eww-update-header-line-format): Mark valid/invalid certificates in the header line. (eww-invalid-certificate, eww-valid-certificate): New faces.
-
Lars Magne Ingebrigtsen authored
(url-http-parse-headers): When being redirected, make sure we flush the previous certificate.
-
Lars Magne Ingebrigtsen authored
* lisp/url/url-http.el (url-http-parse-headers): Pass the GnuTLS status of the connection to the caller.
-
Fabián Ezequiel Gallina authored
Fixes: debbugs:19288 * lisp/progmodes/python.el (inferior-python-mode): Set `comint-prompt-read-only` to `t` only locally.
-
- 08 Dec, 2014 23 commits
-
-
Matt Curtis authored
Fixes: debbugs:17260 * lisp/cedet/pulse.el (pulse-momentary-highlight-one-line): Respect the POINT argument.
-
Lars Magne Ingebrigtsen authored
* doc/emacs/misc.texi (Network Security): Mention the new protocol-level `high' NSM checks. (nsm-check-protocol): Also warn if using SSL3 or older.
-
Lars Magne Ingebrigtsen authored
(nsm-format-certificate): Include more data about the connection. (nsm-query): Fill the text to that it looks nicer.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* src/gnutls.c (Fgnutls_peer_status): Return the key exchange, cipher and MAC algorithms.
-
Eric S. Raymond authored
Remove references that imply otherwise.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:18210
-
Stefan Monnier authored
* lisp/info.el (Info-mode-map): Remove left-over binding. * lisp/net/tramp.el (tramp-handle-make-symbolic-link): Mark unused arg. * lisp/obsolete/gulp.el (gulp-create-m-p-alist): Remove unused var `mnt-tm'. * lisp/progmodes/gud.el (gud-gdb-completions): Remove unused var `start'. * lisp/url/url-http.el (url-http-activate-callback): Make debug more verbose. * src/process.c: Whitespace and line-break nitpicks.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:16253 (emacs_gnutls_handle_error): Fatal errors should be on level 1, so that they are not messaged by default.
-
Stefan Monnier authored
(avl-tree--root): Remove redundant defsetf.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:19153
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* lisp/net/nsm.el (network-security-level): Remove the detailed description, which was already outdated, and refer the users to the manual.
-
Lars Magne Ingebrigtsen authored
(gnutls_certificate_details): Put :signature-algorithm back again, which was removed by mistake.
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* src/gnutls.c (gnutls_certificate_details): The :signature isn't that useful, so remove it.
-
Lars Magne Ingebrigtsen authored
-
Andrey Kotlarski authored
Fixes: debbugs:19131 * doc/misc/eww.texi (Basics): Document managing multiple eww buffers. * lisp/net/eww.el (eww-buffers-mode): New major mode. (eww-list-buffers, eww-buffer-select, eww-buffer-show-next) (eww-buffer-show-previous, eww-buffer-kill, eww-buffer-show): New commands/functions.
-
Lars Magne Ingebrigtsen authored
Fixes: debbugs:15866 * lisp/net/gnutls.el (gnutls-negotiate): Ignore files found via 'file-name-handler-alist' since the gnutls library can't use those.
-
Eli Zaretskii authored
-
Dmitry Gutov authored
Fixes: debbugs:19304 * lisp/vc/vc-hg.el (vc-hg-dir-status-files): Only include ignores files when FILES is non-nil.
-
Eric S. Raymond authored
...so a test framework won't trip over bit-rot in it. There has been no Arch snapshot for nine years.
-
- 07 Dec, 2014 2 commits
-
-
Lars Magne Ingebrigtsen authored
-
Lars Magne Ingebrigtsen authored
* net/eww.el (eww-follow-link): Revert prefix behaviour to previous behavior.
-