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