]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog
Remove VC rollback method.
[gnu-emacs] / lisp / ChangeLog
index 62a603b679063130344ee09468f62e7747c3fd1c..5916f2996e3f6a144dda573fec3af18042f87b73 100644 (file)
@@ -1,3 +1,138 @@
+2014-12-12  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc/vc.el, vc/vc-hg.el, vc/vc-git.el, vc/vc-hooks.el,
+       vc/vc-mtn.el, vc/vc-rcs.el, vc/vc-sccs.el, vc/vc-src.el: rrollback
+       method removed, to be replaced in the future by uncommit.
+
+2014-12-11  Michael Albinus  <michael.albinus@gmx.de>
+
+       * vc/vc-hg.el (vc-hg-state): Make FILE absolute.  Handle the case
+       that there is empty output.
+
+2014-12-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * emacs-lisp/eldoc.el (eldoc-documentation-function): Change default.
+       (eldoc-mode, eldoc-schedule-timer): Adjust to new default.
+
+2014-12-10  Artur Malabarba  <bruce.connor.am@gmail.com>
+
+       * let-alist.el: Add new package and macro.
+
+2014-12-10  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc/vc-dispatcher.el, vc/vc-hooks.el, vc/vc-rcs.el,
+       vc/vc-sccs.el, vc/vc.el: Righteous featurectomy of
+       vc-keep-workfiles, it's a shoot-self-in-foot archaism.
+       Workfiles are always kept.
+
+2014-12-10  Rasmus Pank Roulund  <emacs@pank.eu>
+
+       * net/ange-ftp.el (ange-ftp-switches-ok): Disallow flags causing
+       trouble with ls over ftp.  These flags result in ls returning no
+       output, causing Tramp-breakage.  (bug#19192)
+
+2014-12-10  Andreas Schwab  <schwab@suse.de>
+
+       * files.el (file-tree-walk): Use file-name-as-directory unconditionally.
+
+2014-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * files.el (directory-files-recursively):
+       Use `file-name-all-completions' instead of `directory-files' for
+       greater speed.
+
+       * net/shr.el (shr-tag-object): Don't bug out on text elements in
+       <object>.
+
+2014-12-09  Bozhidar Batsov  <bozhidar@batsov.com>
+
+       * progmodes/ruby-mode.el (auto-mode-alist): Add .rabl, Berksfile
+       and Puppetfile.
+       (ruby-toggle-string-quotes): New command that allows you to quickly
+       toggle between single-quoted and double-quoted string literals.
+
+2014-12-09  Eric S. Raymond  <esr@snark.thyrsus.com>
+
+       * vc/vc-src.el (vc-src-do-comand): Prepend -- to file argument
+       list, avoids problems witth names containing hyphens.
+
+2014-12-09  Wilson Snyder  <wsnyder@wsnyder.org>
+
+       Sync with upstream verilog-mode revision aa4b777.
+       * 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.
+
+2014-12-09  Alex Reed  <acreed4@gmail.com>  (tiny change)
+
+       * 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.
+
+2014-12-09  Reto Zimmermann  <reto@gnu.org>
+
+       Sync with upstream vhdl mode v3.36.1.
+       * 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'.
+
+2014-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * files.el (find-files): New function.
+
+       * net/shr.el (shr-dom-print): Don't print comments.
+       (shr-tag-svg): Give inline SVG images the right type.
+
+       * net/eww.el (eww-update-header-line-format): Mark valid/invalid
+       certificates in the header line.
+       (eww-invalid-certificate, eww-valid-certificate): New faces.
+
+2014-12-09  Fabián Ezequiel Gallina  <fgallina@gnu.org>
+
+       * progmodes/python.el (inferior-python-mode):
+       Set `comint-prompt-read-only` to `t` only locally.
+
+2014-12-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * net/nsm.el (nsm-check-protocol): Test for RC4 on `high'.
+       (nsm-format-certificate): Include more data about the connection.
+       (nsm-query): Fill the text to that it looks nicer.
+       (nsm-check-protocol): Also warn if using SSL3 or older.
+
 2014-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * progmodes/gud.el (gud-gdb-completions): Remove unused var `start'.
        * progmodes/elisp-mode.el (elisp--local-variables): Don't burp on
        incorrect lexical elements (bug#19250).
 
-2014-12-03  Eric S. Raymond  <esr@snark.thyrsus.com>
+2014-12-03  A. N. Other  <none@example.com>
 
        * files.el (file-tree-walk): Lisp translation of ANSI ftw(3).