dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

Changes (3930B)


      1 0.0.16 Wed Sep 20 00:01:32 CEST 2023
      2 	* Do not modify the buffer in `yaml-indent-line` unless necessary
      3 	(Konstantin Kharlamov)
      4 	* More tests (Vasilij Schneidermann)
      5 	* Add unit test and github actions (Shohei YOSHIDA)
      6 	* Fix syntax highlighting in presence of inline comments (liuyinz)
      7 	* Fix byte-compile warning (Shohei YOSHIDA)
      8 	* Upgrade license to GPLv3 (Stefan Kangas)
      9 	* Turn on lexical binding (Daniel Mendler)
     10 	* Add magic-mode-list entry (Ville Skyttä)
     11 0.0.15 Mon Nov  9 11:22:02 CET 2020
     12 	* Fix propertization for lists of dicts with literal block (Ben
     13 	Strutt)
     14 	* Exclude newline from `yaml-nested-map-re` (Vasilij
     15 	Schneidermann)
     16 	* Fix indent after comment line (Adam Hess)
     17 	* Speed up syntax-propertize-function in files with large JSON
     18 	strings (Dmitry Gutov)
     19 	* Fix maintainer email (Vasilij Schneidermann)
     20 	* Fix typos (Jonas Bernoulli, Damien Cassou)
     21 0.0.14 Tue Jun 25 19:21:12 CET 2019
     22 	* Adjust filling in comment to behave as in text modes (Tim
     23 	Showalter)
     24 	* Improve block literal fontification (wasamasa)
     25 	* Support escaped quote in a single quoted string (Väinö Järvelä)
     26 	* Support double quote in implicit keys (Väinö Järvelä)
     27 	* Support non-whitespace preceded apostrophe (Väinö Järvelä)
     28 	* Support for apostrophe in words (Väinö Järvelä)
     29 	* Don't consider a line a document delimiter if it has
     30 	leading whitespace (Jonathan Frederickson)
     31 	* Treat alias nodes as punctuation (Wilfred Hughes)
     32 0.0.13 Fri Nov 4 22:23:34 CET 2016
     33 	* Derive from text-mode, adjustments to major mode definition
     34 	(wasamasa)
     35 	* Inclusion of longstanding PRs (wasamasa)
     36 	* Improved comment highlighting (wasamasa)
     37 	* Add *.raml to auto-mode-alist (Ville Skyttä)
     38 	* Map both DEL and <backspace> to electric backspace (forcer)
     39 	* Change dashes from word to symbol syntax (forcer)
     40 0.0.12 Mon Aug 17 05:34:37 UTC 2015
     41         * Enable encrypted yamls. (rhoml)
     42         * Use font-lock-flush when available. (tarsius)
     43         * Improve paragraph filling of block literals. (wentasah)
     44 0.0.11 Tue Nov 25 08:35:56 GMT 2014
     45         * Fix incorrect highlighting of colons in comments. (Wilfred)
     46 0.0.10 Mon Aug 25 04:06:50 GMT 2014
     47         * Remove default C-j binding. (barrkel)
     48 0.0.9  Mon Mar 11 12:43:23 2013
     49         * Fix anchor name can contain '_'. (Monson Shao)
     50         * `checkdoc' nits (including the `checkdoc-autoload' extension).
     51           (Samuel Bronson)
     52         * Enable yaml-mode for *.yaml files. (Georgi Valkov)
     53 0.0.8  Tue Feb 28 13:06:42 2012
     54         * Replaced `last-command-char` to `last-command-event` (sugyan)
     55         * Ignore *.elc in .gitignore (semperos)
     56         * Added autoload comments. (arthuraa)
     57 0.0.7  Thu Aug 5 14:35:14 2010 JST
     58        	* Fixed bug for 5th level's indentation becomes TAB character.
     59           See YAML spec 1.2 section 5.5. White Space Characters (ochko)
     60 0.0.6  Mon Mar 1 20:16:29 2009 JST
     61         * The dash (-) is a word character.
     62           See YAML spec 1.2 section 5.6 (Remco van 't Veer)
     63 0.0.5  Mon Dec 21 2009
     64         - Provide outline of yaml document via imenu (Tim Harper)
     65 0.0.4  Mon Apr 20 16:46:13 2009 JST
     66         - Patch from knagano and mad-p. Fixed font-lock bugs(#4)
     67         * Move to github.com
     68           New repogitory is http://github.com/yoshiki/yaml-mode/tree/master
     69 0.0.3  Thu Jan 25 15:36:51 2007 JST
     70 	- Patch from Julian Scheid. Fixed comment highlighting bugs
     71 	  using this idea. #2
     72 	* Fixed comment-start bugs.
     73 	  See also http://emasaka.blog65.fc2.com/blog-entry-188.html
     74 	* Fixed few keywords regex.
     75 	  yaml-comment-re
     76 	  yaml-bare-scalar-re
     77 	  yaml-block-literal-base-re
     78 	* Fixed little bugs #1
     79 0.0.2  Fri Aug 25 18:04:01 2006 JST
     80 	- Patch from Marshall T. Vandegrift. Added lots of features.
     81 	* Added face used for YAML node anchors and aliases to
     82 	  `font-lock-function-name-face'.
     83 	* Added face used for YAML tags to `font-lock-type-face'.
     84 	  See http://www.yaml.org/refcard.html
     85 0.0.1  Fri Jan 21 03:18:00 2006 JST
     86 	- original version