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