1
0
mirror of https://github.com/skuro/plantuml-mode.git synced 2024-06-22 07:06:44 +02:00
Commit Graph

284 Commits

Author SHA1 Message Date
Carlo Sciolla
03fef302ec
Done with merge stuff 2017-08-19 21:40:04 +02:00
Carlo Sciolla
dee0a46c08
Fixed Makefile after merge 2017-08-19 21:33:34 +02:00
Carlo Sciolla
2b1b6055fc
Fixed travis configuration after merge 2017-08-19 21:27:33 +02:00
Carlo Sciolla
5a2e8d0dd2
Merged with develop 2017-08-19 19:33:36 +02:00
Carlo Sciolla
445d853211
Extra docs for latest releases 2017-08-19 19:31:30 +02:00
Carlo Sciolla
3e017a1a3a
Merge branch 'fix/51' into develop 2017-08-19 19:23:25 +02:00
Carlo Sciolla
da9d39c947
#51 Evaluate the plantuml-java-args defcustom at compile time
`defcustom`s are not executed at byte-compile time. Wrapping the
`defcustom` in an `eval-and-compile` form does the trick.
2017-08-19 19:20:04 +02:00
Carlo Sciolla
5c57f05086
Better clean target for make 2017-08-19 18:23:45 +02:00
Carlo Sciolla
4ba8359045
#60 Upgrading license to GPLv3+ 2017-08-18 12:17:57 +02:00
Carlo Sciolla
ecb4428218
#60 Upgrading license to GPLv3+ 2017-08-18 12:16:12 +02:00
Carlo Sciolla
15d1e41972
WIP 2017-08-18 12:11:09 +02:00
Carlo Sciolla
16b754f643
Create folders to avoid emacs prompts 2017-07-08 11:44:53 +02:00
Carlo Sciolla
6a210b7bb1
Try to test the install process 2017-07-08 11:35:40 +02:00
Carlo Sciolla
1011229c85
Start investigating #51 2017-07-07 21:18:37 +02:00
Carlo Sciolla
1c3a5f53ff
#55 fix doku on org-mode integration 2017-05-10 22:57:49 +02:00
Carlo Sciolla
f0632ea3fe
Added missing test file 2016-12-25 21:17:02 +01:00
Carlo Sciolla
00c4c31052
Disable failing travis build (temporarily) 2016-12-25 21:15:52 +01:00
Carlo Sciolla
d24e464877
Prepare for release v1.2.3 2016-12-25 21:15:52 +01:00
Carlo Sciolla
e671431ee1
#50 switch output type when needed 2016-12-25 21:15:52 +01:00
Carlo Sciolla
8daf8e24fa
#50 use different tests for different outputs 2016-12-25 21:15:15 +01:00
Carlo Sciolla
457ca82471
#50 use different tests for different outputs 2016-12-25 21:14:24 +01:00
Carlo Sciolla
160c865e2b
#50 Added support for unicode rendering 2016-12-25 21:13:40 +01:00
Carlo Sciolla
4bdff5676d
#50 use UTF-8 in start-process; test against a txt file generated by PlantUML instead of a hand-made one 2016-12-25 21:12:58 +01:00
Carlo Sciolla
1adc022ab4
#50 Factored out preview assertion function 2016-12-25 21:12:11 +01:00
Carlo Sciolla
d44445f053
use a newer version of evm 2016-12-25 21:12:11 +01:00
Carlo Sciolla
e974c7406b
only test on newer Emacs releases 2016-12-25 21:12:11 +01:00
Carlo Sciolla
cd17ffdb0b
Added travis badge 2016-12-25 21:12:11 +01:00
Carlo Sciolla
5ae2d7dca3
prepare for Travis builds 2016-12-25 21:12:11 +01:00
Carlo Sciolla
e9241e7f8c
#49 Added related projects in the README 2016-12-25 21:12:11 +01:00
Carlo Sciolla
2e9dc3acc1
prepare for v1.2.2 2016-12-25 21:10:59 +01:00
Carlo Sciolla
4931a52522
prepare for v1.2.1 2016-12-25 21:10:59 +01:00
Carlo Sciolla
7c7e620810
Prepping for v1.2.0 2016-12-25 21:10:59 +01:00
Carlo Sciolla
1db264f540
Prepare for v1.1.1 2016-12-25 21:10:59 +01:00
Carlo Sciolla
73442f1222 Merge pull request #47 from 7mamu4/add-interactive-parameter-for-region
plantuml-preview-region: add interactive parameter for region
2016-12-25 21:03:29 +01:00
Carlo Sciolla
c7e83c2607
Disable failing travis build (temporarily) 2016-12-25 20:47:49 +01:00
Carlo Sciolla
eb380bac56
Prepare for release v1.2.3 2016-12-25 20:42:24 +01:00
Carlo Sciolla
9355343797
#50 switch output type when needed 2016-12-25 20:30:50 +01:00
Carlo Sciolla
343bc5a753
#50 use different tests for different outputs 2016-12-25 20:28:54 +01:00
Carlo Sciolla
4d2bffd2cc
#50 use different tests for different outputs 2016-12-25 20:28:40 +01:00
Carlo Sciolla
9ac32f1c19
#50 Added support for unicode rendering 2016-12-25 20:13:23 +01:00
Carlo Sciolla
b5e880790b
#50 use UTF-8 in start-process; test against a txt file generated by PlantUML instead of a hand-made one 2016-12-25 19:31:01 +01:00
Carlo Sciolla
06a12c3d16
#50 Added (failing) unit test for unicode support 2016-12-25 19:14:32 +01:00
Carlo Sciolla
f8148e9d5f
#50 Factored out preview assertion function 2016-12-25 18:29:48 +01:00
Carlo Sciolla
e3e95fe1d5
use a newer version of evm 2016-12-25 18:18:50 +01:00
Carlo Sciolla
e51c6e6054
only test on newer Emacs releases 2016-12-25 18:14:39 +01:00
Carlo Sciolla
60292608a7
Added travis badge 2016-12-25 18:08:58 +01:00
Carlo Sciolla
d136899d89
prepare for Travis builds 2016-12-25 18:05:15 +01:00
Carlo Sciolla
7a3bdf78c1
#49 Added related projects in the README 2016-12-25 17:40:44 +01:00
Carlo Sciolla
8752e703de
Working test setup which also tests preview 2016-12-25 17:37:18 +01:00
Carlo Sciolla
535ed29d16
Ignore the cask folder 2016-12-25 17:37:18 +01:00