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