Update ChangeLog, AUTHORS.
[erlware-mode.git] / ChangeLog
blob0cd262038dfa57589eb7d00d0ea17f859ef998e7
1 2009-12-28  Dave Peticolas <dave@krondo.com>
3         * Add -define(SERVER, ?MODULE). to gen_event to fix
4         compilation. Add newline.
6 2009-12-21  bile <bile@landofbile.com>
8         * Add -define(SERVER, ?MODULE). to fix compilation
10         * Added underscores to handle_sync_event's Event and From to
11         suppress warning.
13 2009-12-21  bile <bile@landofbile.com>
15         * Create new option, erlang-compile-outdir, which is concat'ed to
16         the beam outdir when calling erlang-compile
18 2009-11-09  Tino Breddin <tino@.(none)>
20         * changed shebang to use env instead of hardcoded path
22 2009-09-14  Magnus Henoch <magnus@erlang-consulting.com>
24         * erlang.el (erlang-dollar-is-escape): New variable.
25         (erlang-toggle-dollar-is-escape): New function.
26         (erlang-syntax-table-init): Check erlang-dollar-is-escape.
28 2009-07-28  Magnus Henoch <magnus.henoch@gmail.com>
30         * erlang-start.el: Associate files using interpreter "escript" with Erlang mode.
32 2009-07-16  mats cronqvist <mats.cronqvist@gmail.com>
34         * better include file detection (again)
36 2009-07-15  mats cronqvist <mats.cronqvist@gmail.com>
38         * removed flawed next-error code.
40 2009-06-15  mats cronqvist <mats.cronqvist@gmail.com>
42         * this should have been part of the previous commit.
44 2009-06-15  mats cronqvist <mats.cronqvist@gmail.com>
46         * make flymake use $HOME/.erlang-flymake as temp dir. Ought to work on windows, and (more importantly) if the erl file is write protected.
48 2009-06-02  mats cronqvist <mats.cronqvist@gmail.com>
50         * fixed the backtick problems by removing emacs 19 compatibility flymake enhancements
52 2009-07-02  Magnus Henoch <magnus@erlang-consulting.com>
54         * erlang.el (erlang-calculate-stack-indent): Combine ignored 'if' statement for 'after' with the one for 'catch', to fix indentation of try-after.
56 2009-06-27  Dave Peticolas <dave@krondo.com>
58         * Ignore module name mismatch, as flymake renames the file.
60 2009-06-11  Magnus Henoch <magnus@erlang-consulting.com>
62         * erlang.el (erlang-get-function-name-and-arity): Fix arity: only count "sexp" as parameter when followed by "," or ")".
64 2009-06-08  Magnus Henoch <magnus@erlang-consulting.com>
66         * erlang.el (erlang-get-function-name-and-arity): New function. (erlang-mode-variables): Use it to include function arity in imenu entries.
68 2009-05-22  Magnus Henoch <magnus@erlang-consulting.com>
70         * (erlang-mode-variables): Set comment-add to 0 if using new-style comments, for proper operation of M-; on regions.
72 2009-05-18  Magnus Henoch <magnus@erlang-consulting.com>
74         * (erlang-mode-map): Define keymap when module is loaded.
75         
76         * (erlang-mode): Don't call erlang-keymap-init.
78         * (erlang-keymap-init, erlang-mode-commands): Remove.
80 2009-05-08  Magnus Henoch <magnus@erlang-consulting.com>
82         * (inferior-erlang): Prompt for command when called with prefix argument.
84 2009-05-14  mats cronqvist <mats.cronqvist@gmail.com>
86         * flymake support
88 2009-05-04  Dave Peticolas <dave@krondo.com>
90         * Jim Morris's patch to make erlang.el byte-compile in 22.1 and 22.2.
92 2009-05-04  Dave Peticolas <dave@krondo.com>
94         * Support tags in Emacs > 19. (ported from original mode by Jim Morris).
96 2009-03-20  mats cronqvist <mats.cronqvist@gmail.com>
98         * numerous syntax highlighting fixes
100 2009-02-19  Derek Upham <sand@blarg.net>
102         * run after-change-major-mode-hook in Emacs 23 and greater
104 2009-02-18  mats cronqvist <mats.cronqvist@gmail.com>
106         * himBHliteral fix
108 2009-02-16  mats cronqvist <mats.cronqvist@gmail.com>
110         * fixed syntax hilite
112 2008-12-11  Dave Peticolas <dave@krondo.com>
114         * Fix bif/guard highlighting (Issue 25).
116 2008-10-31  Dave Peticolas <dave@krondo.com>
118         * Remove cruft. Fix issue 24 (catch clause indentation).
120 2008-10-31  Dave Peticolas <dave@krondo.com>
122         * Update tests.
124 2008-05-17  Dave Peticolas <dave@krondo.com>
126         * Remove the arrow font lock function.
128 2008-05-16  Dave Peticolas <dave@krondo.com>
130         * Erlang test file for erlware mode.
132 2008-05-15  Dave Peticolas <dave@krondo.com>
134         * Remove dead code.
136 2008-05-15  Dave Peticolas <dave@krondo.com>
138         * Treat $ as a character quote, not an expression prefix.
140 2008-05-04  Dave Peticolas <dave@krondo.com>
142         * Automatic newline for electric comma at the end of erlang clauses.
144 2008-04-28  Dave Peticolas <dave@krondo.com>
146         * New comment indenting behavior.
148 2008-04-20  Dave Peticolas <dave@krondo.com>
150         * Use supervisor:start_link/0. Update docs.
152 2008-04-12  Dave Peticolas <dave@krondo.com>
154         * Consistent spacing in export lines.
156 2008-04-04  Dave Peticolas <dave@krondo.com>
158         * Remove unused files. The app-wizard is superseded by sinan.
160 2008-02-03  Dave Peticolas <dave@krondo.com>
162         * Use newline-and-indent.
164 2008-02-03  Dave Peticolas <dave@krondo.com>
166         * Turn on electric newline by default.
168 2008-02-03  Dave Peticolas <dave@krondo.com>
170         * Apply separator config to section headers.
172 2008-02-03  Dave Peticolas <dave@krondo.com>
174         * Consistently use 3 percent signs for section headers.
176 2008-02-03  Dave Peticolas <dave@krondo.com>
178         * Consistent newline after section headers.
180 2008-02-03  Dave Peticolas <dave@krondo.com>
182         * Configurable horizontal separators for function docs.
184 2008-01-09  Dave Peticolas <dave@krondo.com>
186         * Add erlware.org to README.
188 2008-01-05  Dave Peticolas <dave@krondo.com>
190         * Update README with erlare-man-root-dir change.
192 2008-01-05  Dave Peticolas <dave@krondo.com>
194         * Rename erlang-root-dir to erlang-man-root-dir.
196 2008-01-03  Dave Peticolas <dave@krondo.com>
198         * Add sinan clean function.
200 2008-01-01  Dave Peticolas <dave@krondo.com>
202         * Start of sinan command support.
204 2007-12-29  Dave Peticolas <dave@krondo.com>
206         * Obey user's delete-key-deletes-forward setting.
208 2007-12-27  Dave Peticolas <dave@krondo.com>
210         * Update supervisor init method.
212 2007-12-27  Dave Peticolas <dave@krondo.com>
214         * Distinguish between original mode and erlware mode.
216 2007-12-27  Dave Peticolas <dave@krondo.com>
218         * Whitespace cleanup.
220 2007-12-26  Martin Logan <dave@krondo.com>
222         * updated the init method
224 2007-12-27  Dave Peticolas <dave@krondo.com>
226         * Update supervisor init method.
228 2007-12-27  Dave Peticolas <dave@krondo.com>
230         * Whitespace cleanup.
232 2007-12-26  Martin Logan <dave@krondo.com>
234         * updated the init method
236 2007-12-25  Dave Peticolas <dave.peticolas@gmail.com>
238         * Reformat @doc sections to be consistent.
240 2007-12-25  Dave Peticolas <dave.peticolas@gmail.com>
242         * Add ChangeLog to comply with EPL.
244 2007-12-25  Dave Peticolas <dave.peticolas@gmail.com>
246         * Remove '.' characters from ends of @spec lines.
248 2007-12-25  Dave Peticolas <dave.peticolas@gmail.com>
250         * Add @private lines to generic callback function docs.
252 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
254         * Formatting cleanup.
256 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
258         * Move header @copyright edoc lines above @doc lines.
260 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
262         * Cleanup whitespace.
264 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
266         * Add XEmacs instructions for windows section.
268 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
270         * Cleanup whitespace in emacs code.
272 2007-12-24  Dave Peticolas <dave.peticolas@gmail.com>
274         * Add instructions for XEmacs.
276 2007-12-23  Dave Peticolas <dave.peticolas@gmail.com>
278         * Clean up whitespace in emacs code.
280 2007-12-16  Dave Peticolas <dave.peticolas@gmail.com>
282         * Clean up whitespace in emacs code.
284 2007-12-15  Dave Peticolas <cyberlync@cyberlync-laptop.(none)>
286         * Remove trailing whitespace from skeleton code.
288 2007-12-14  Martin Logan <martinjlogan@Macintosh.local>
290         * @doc now sits below @spec
292 2007-11-02  Eric Merritt <cyberlync@gmail.com>
294         * skeleton changes