Commit Graph

18 Commits

Author SHA1 Message Date
David Vazquez 7ff5e2bb3d Fix the output type UTXT
Only set the coding for the output buffer of the process to binary if
the output is an image.
2015-09-26 13:05:00 +02:00
David Vazquez e886aff9c5 Use utxt as default output type if can't display images
for example, if it is in terminal node (-nw)
2015-09-26 12:42:34 +02:00
David Vazquez 13fc1b1cbe Customizable output type
Define a variable `puml-output-type' that the user can customize per
buffer. It does also define a `puml-set-output-type' command to set the
output type for the current buffer interactively.
2015-09-26 12:39:16 +02:00
David Vazquez c352acb1c2 Merge remote-tracking branch 'origin/define-derived-mode' into customizable-output-type 2015-09-26 12:11:52 +02:00
David Vazquez 6b4b0a957d Use the recommended macro `define-derived-mode'
This macro implements all the conventions for the major modes.
2015-09-26 11:41:33 +02:00
Carlo Sciolla f47a0c559a Prepare for bugfix release 2015-09-26 11:22:45 +02:00
David Vazquez dba290a22b Use eq to compare symbols
The equalp function is defined in the 'cl' library, which is not loaded
by default. So I was getting the error

   error in process sentinel: not: Symbol's function definition is void:
   equalp

I replaced it with eq as it is comparing symbols
2015-09-26 11:13:53 +02:00
Carlo Sciolla 7e4056cf05 Updated the release notes 2015-09-26 09:29:52 +02:00
Carlo Sciolla ff322bf843 #6 Use 'binary coding for reading the PNG output / writing to the preview buffer 2015-09-26 09:24:22 +02:00
Carlo Sciolla 5963bd0080 Resolved warning on arity of 2015-09-21 19:32:30 +02:00
Carlo Sciolla d03d37f6b2 Prepare for the new version 2015-09-21 17:28:46 +02:00
Carlo Sciolla 4758925ce9 Patch amended, PNG still not working >:( 2015-09-21 17:03:33 +02:00
Pavel Kukushkin (kukushkinp) 5ed5f8321c Preview diagram 2015-09-14 13:04:32 +03:00
Carlo Sciolla 7038cf41d6 Allow for customisable jar location 2015-07-14 17:02:09 +02:00
Carlo Sciolla 9f6be8bfef Moar docs; fixed warnings 2015-07-14 16:50:41 +02:00
Carlo Sciolla 551c899e9b Migrate to a common prefix 2015-07-14 16:40:02 +02:00
Carlo Sciolla efad202065 removed references to the old name 2015-07-13 23:06:41 +02:00
Carlo Sciolla f7a82308da Rename file 2015-07-13 23:04:51 +02:00