Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 sml-mode (6.8-1) unstable; urgency=medium
 .
   * new upstream version
   * update homepage in debian/control
   * bump standards version
Author: Barak A. Pearlmutter <bap@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2017-12-22

--- sml-mode-6.8.orig/sml-mode.el
+++ sml-mode-6.8/sml-mode.el
@@ -1831,6 +1831,119 @@ If nil, align it with previous cases."
   (set (make-local-variable 'font-lock-defaults) sml-yacc-font-lock-defaults))
 
 
+
+;;;; ChangeLog:
+
+;; 2017-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	Bump version to make new release
+;; 
+;; 2016-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* packages/sml-mode/sml-mode.el (sml-smie-rules): Remove incoherent
+;; 	rule.
+;; 
+;; 2016-08-14  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* packages/sml-mode/sml-mode.el (sml-tyvarseq-re): Backtrack less
+;; 	(bug#24205)
+;; 
+;; 2016-08-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode/sml-mode.el: Use cl-lib.
+;; 
+;; 2016-07-11  Paul Eggert	 <eggert@cs.ucla.edu>
+;; 
+;; 	Fix some quoting problems in doc strings
+;; 
+;; 	Most of these are minor issues involving, e.g., quoting `like this' 
+;; 	instead of 'like this'.	 A few involve escaping ` and ' with a preceding
+;; 	\= when the characters should not be turned into curved single quotes.
+;; 
+;; 2015-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode/sml-mode.el: Bump version to make a new release
+;; 
+;; 2015-02-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode/sml-mode.el (sml-smie-rules): Work around Emacs-24.3 bug.
+;; 
+;; 2015-02-09  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode.el: Add prettify-symbols-mode and Poly/ML support
+;; 
+;; 	(sml-font-lock-symbols): Mark obsolete.
+;; 	(sml-font-lock-compose-symbol): Use symbol-boundaries rather 
+;; 	word-boundaries.
+;; 	(sml-smie-rules): Tweak indentation after "fun".
+;; 	(sml-smie-definitional-equal-p): Handle ":>".
+;; 	(sml-prog-proc-send-string): Try and avoid mixing prompt/userinput and 
+;; 	process output on the same line.
+;; 	(sml-error-regexp-alist): Add Poly/ML support.
+;; 	(sml-mode): Add prettify-symbols-mode support.
+;; 
+;; 2014-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* packages/sml-mode/sml-mode.el (sml-smie-grammar): Add "withtype".
+;; 	(sml-smie-rules): Use pcase.
+;; 	(sml-smie-non-nested-of-p): Rewrite to avoid regexp and stay closer to
+;; 	point.
+;; 
+;; 2014-06-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode/sml-mode.el: Release new version.
+;; 
+;; 2014-06-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode.el (sml--rightalign-and-p): New function.
+;; 
+;; 2014-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode/sml-mode.el (sml-smie-grammar): Add include&sharing.
+;; 	(sml-smie-rules): Add functor rule.
+;; 	(sml-smie-definitional-equal-p): Use smie-backward-sexp.
+;; 
+;; 2013-12-27  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode.el (sml-smie-rules): Adjust for new :close-all rule.
+;; 
+;; 2013-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* packages/sml-mode/sml-mode.el (sml-imenu-regexp): Make it a const.
+;; 	(sml-imenu-create-index): Don't assume we'll find an = after structure.
+;; 
+;; 2013-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode: Release 6.3, bugfixes
+;; 
+;; 2013-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode.el (sml-mode-variables): Set sml-prog-proc-descriptor here...
+;; 	(sml-mode): ... instead of here.
+;; 
+;; 2013-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode.el (inferior-sml-mode): Fix comint-completion-addsuffix.
+;; 
+;; 2012-12-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* packages/sml-mode/sml-mode.el (sml-mode-map): Add back C-c C-s
+;; 	binding.
+;; 	(sml-prog-proc-switch-to): Add missing interactive spec.
+;; 
+;; 2012-10-31  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	* sml-mode.el: Integrate BUGS&NEWS; re-add run-sml.
+;; 
+;; 2012-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+;; 
+;; 	Add SML-mode.
+;; 
+;; 	git-subtree-dir: packages/sml-mode git-subtree-mainline:
+;; 	a50c62a632aa422957a0e4224d5c6e4c2366156b git-subtree-split:
+;; 	d2ef91a138487b521bb7e08722b8d122aa757b5a
+;; 
+
 (provide 'sml-mode)
 
 ;;; sml-mode.el ends here
