Release checklist file.
[erlware-mode.git] / ChangeLog
blobed4a0be7be52e44894398332f4d1656b062c96c5
1 2009-05-04  Dave Peticolas <dave@krondo.com>
3         * Jim Morris's patch to make erlang.el byte-compile in 22.1 and 22.2.
5 2009-05-04  Dave Peticolas <dave@krondo.com>
7         * Support tags in Emacs > 19. (ported from original mode by Jim Morris).
9 2009-03-20  mats cronqvist <mats.cronqvist@gmail.com>
11         * numerous syntax highlighting fixes
13 2009-02-19  Derek Upham <sand@blarg.net>
15         * run after-change-major-mode-hook in Emacs 23 and greater
17 2009-02-18  mats cronqvist <mats.cronqvist@gmail.com>
19         * himBHliteral fix
21 2009-02-16  mats cronqvist <mats.cronqvist@gmail.com>
23         * fixed syntax hilite
25 2008-12-11  Dave Peticolas <dave@krondo.com>
27         * Fix bif/guard highlighting (Issue 25).
29 2008-10-31  Dave Peticolas <dave@krondo.com>
31         * Remove cruft. Fix issue 24 (catch clause indentation).
33 2008-10-31  Dave Peticolas <dave@krondo.com>
35         * Update tests.
37 2008-05-17  Dave Peticolas <dave@krondo.com>
39         * Remove the arrow font lock function.
41 2008-05-16  Dave Peticolas <dave@krondo.com>
43         * Erlang test file for erlware mode.
45 2008-05-15  Dave Peticolas <dave@krondo.com>
47         * Remove dead code.
49 2008-05-15  Dave Peticolas <dave@krondo.com>
51         * Treat $ as a character quote, not an expression prefix.
53 2008-05-04  Dave Peticolas <dave@krondo.com>
55         * Automatic newline for electric comma at the end of erlang clauses.
57 2008-04-28  Dave Peticolas <dave@krondo.com>
59         * New comment indenting behavior.
61 2008-04-20  Dave Peticolas <dave@krondo.com>
63         * Use supervisor:start_link/0. Update docs.
65 2008-04-12  Dave Peticolas <dave@krondo.com>
67         * Consistent spacing in export lines.
69 2008-04-04  Dave Peticolas <dave@krondo.com>
71         * Remove unused files. The app-wizard is superseded by sinan.
73 2008-02-03  Dave Peticolas <dave@krondo.com>
75         * Use newline-and-indent.
77 2008-02-03  Dave Peticolas <dave@krondo.com>
79         * Turn on electric newline by default.
81 2008-02-03  Dave Peticolas <dave@krondo.com>
83         * Apply separator config to section headers.
85 2008-02-03  Dave Peticolas <dave@krondo.com>
87         * Consistently use 3 percent signs for section headers.
89 2008-02-03  Dave Peticolas <dave@krondo.com>
91         * Consistent newline after section headers.
93 2008-02-03  Dave Peticolas <dave@krondo.com>
95         * Configurable horizontal separators for function docs.
97 2008-01-09  Dave Peticolas <dave@krondo.com>
99         * Add erlware.org to README.
101 2008-01-05  Dave Peticolas <dave@krondo.com>
103         * Update README with erlare-man-root-dir change.
105 2008-01-05  Dave Peticolas <dave@krondo.com>
107         * Rename erlang-root-dir to erlang-man-root-dir.
109 2008-01-03  Dave Peticolas <dave@krondo.com>
111         * Add sinan clean function.
113 2008-01-01  Dave Peticolas <dave@krondo.com>
115         * Start of sinan command support.
117 2007-12-29  Dave Peticolas <dave@krondo.com>
119         * Obey user's delete-key-deletes-forward setting.
121 2007-12-27  Dave Peticolas <dave@krondo.com>
123         * Update supervisor init method.
125 2007-12-27  Dave Peticolas <dave@krondo.com>
127         * Distinguish between original mode and erlware mode.
129 2007-12-27  Dave Peticolas <dave@krondo.com>
131         * Whitespace cleanup.
133 2007-12-26  Martin Logan <dave@krondo.com>
135         * updated the init method
137 2007-12-27  Dave Peticolas <dave@krondo.com>
139         * Update supervisor init method.
141 2007-12-27  Dave Peticolas <dave@krondo.com>
143         * Whitespace cleanup.
145 2007-12-26  Martin Logan <dave@krondo.com>
147         * updated the init method
149 2007-12-25  Dave Peticolas <dave.peticolas@gmail.com>
151         * Reformat @doc sections to be consistent.
153 2007-12-25  Dave Peticolas <dave.peticolas@gmail.com>
155         * Add ChangeLog to comply with EPL.
157 2007-12-25  Dave Peticolas <dave.peticolas@gmail.com>
159         * Remove '.' characters from ends of @spec lines.
161 2007-12-25  Dave Peticolas <dave.peticolas@gmail.com>
163         * Add @private lines to generic callback function docs.
165 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
167         * Formatting cleanup.
169 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
171         * Move header @copyright edoc lines above @doc lines.
173 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
175         * Cleanup whitespace.
177 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
179         * Add XEmacs instructions for windows section.
181 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
183         * Cleanup whitespace in emacs code.
185 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
187         * Add instructions for XEmacs.
189 2007-12-23  Dave Peticolas <dave.peticolas@gmail.com>
191         * Clean up whitespace in emacs code.
193 2007-12-16  Dave Peticolas <dave.peticolas@gmail.com>
195         * Clean up whitespace in emacs code.
197 2007-12-15  Dave Peticolas <cyberlync@cyberlync-laptop.(none)>
199         * Remove trailing whitespace from skeleton code.
201 2007-12-14  Martin Logan <martinjlogan@Macintosh.local>
203         * @doc now sits below @spec
205 2007-11-02  Eric Merritt <cyberlync@gmail.com>
207         * skeleton changes