-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathChangeLog
More file actions
24 lines (20 loc) · 1005 Bytes
/
ChangeLog
File metadata and controls
24 lines (20 loc) · 1005 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2009-04-10 Rudolf <omouse@gmail.com>
* processing-make-compile-command: Added conversion for
processing-location variable. It has to be treated as a directory
name otherwise the path concatenation will not work.
2009-02-06 Rudolf Olah <omouse@gmail.com>
* processing-mode.el: Added proper licensing notice for GPLv3 to
top of file. Added a hook to for processing-mode that sets the
buffer-local compile-command.
(concat-with-delims): Removed function. Was only used in one
location.
(make-java-classpath): Replaced 'apply call to 'concat-with-delims
with a lambda version. Added a documentation string explaining the
function.
(make-java-classpath): The delimiter is now dependent on the
platform. Patch by kantide@yahoo.com.
(processing-make-compile-command): New function. Creates a
compile-command that's used in the processing-mode-hook.
(processing-commander): Relocated code for compile-command
construction.
* README: Added instructions on how to setup processing-mode.el