Commit Graph

611 Commits

Author SHA1 Message Date
Thomas Jensen
29bceca33b
Add CONTRIBUTING.md 2019-02-13 12:20:46 +01:00
Thomas Jensen
25b9e7ac58 Add undocumented option -q, use it for -l 2019-02-08 13:00:52 +01:00
Thomas Jensen
b39076ea19 Add 'designer' keyword to vim syntax file 2018-10-05 12:43:51 +02:00
Salvatore Bonaccorso
efbc51e022 Fix spelling error in manpage 2018-03-11 13:38:20 +01:00
Matthew Thompson
b4ff5ded9f Update boxes-config with both f90 comments and box
The previous suggestion I made called `fortran` was for the box. However, older Fortran (i.e., FORTRAN 77) uses `c` as the comment character, not `!`. So, in case someone wants an `f77-box`, move the name to `f90-box`.

Also, a la the `ada-box` and `ada-cmt`, make a `f90-cmt` which does `!` commenting.
2018-02-13 17:31:47 +01:00
Matthew Thompson
b9cb042e49 Update boxes-config with Fortran box
As a Fortran programmer, it's nice to have a box that uses the Fortran ! comment character
2018-02-09 10:41:25 +01:00
Stephen M. Cameron
e631886c56 Fix some compiler warnings:
boxes.c:1024:31: warning: format ‘%d’ expects argument of type ‘int’,
but argument 3 has type ‘size_t {aka long unsigned int}’ [-Wformat=]

Signed-off-by: Stephen M. Cameron <stephenmcameron@gmail.com>
2017-10-22 14:00:45 +02:00
Santiago Castro
d981796d6d Fix broken Markdown headings 2017-04-19 14:46:59 +02:00
bdimych
21981529d2 new designs added: "fence" and "important" 1,2,3 (#39) 2017-04-12 17:00:39 +01:00
Thomas Jensen
5afc827c77 Bumped version number to 1.2.1-SNAPSHOT 2017-03-17 10:27:08 +01:00
Thomas Jensen
4ca282b327 Increased version number to 1.2 for release 2017-03-17 10:24:58 +01:00
Thomas Jensen
076253535b Bumped version number to 1.1.4-SNAPSHOT 2017-03-16 21:30:33 +01:00
Thomas Jensen
7dc7c517f6 Increased version number to 1.1.3 for release 2017-03-16 21:26:38 +01:00
Thomas Jensen
8aee647bf2 Streamline README.md 2017-03-15 21:57:25 +01:00
Thomas Jensen
f6bae3493d Adapt 2 test cases for homebrew 64-bit #38 2017-03-14 21:47:53 +01:00
Thomas Jensen
014843c3aa Remove -ansi from CFLAGS (patch by @fxcoudert in #38) 2017-03-14 13:26:38 +01:00
Thomas Jensen
96686d03e7 Add missing header to parser.y (patch by @fxcoudert in #38) 2017-03-14 13:25:30 +01:00
Yu-Jie Lin
d5795402d5 Close files and initialize variable as per cppcheck errors (#28) 2017-01-08 13:12:26 +01:00
Scyptnex
4576f966af fixes a bug with strtol on mac 2017-01-06 14:22:58 +01:00
Scyptnex
71e9f4f0af TeX/LaTeX comments and boxes 2016-12-01 22:41:15 +01:00
Thomas Jensen
9ee0f3c792 minor update to .gitignore 2016-05-07 15:28:13 +02:00
Thomas Jensen
735ddf75b2 Add bin/ and .jekyll-metadata to .gitignore 2016-02-07 20:41:38 +01:00
Thomas Jensen
ccd0e9fc7c Merge pull request #27 from bdimych/master
new design "face"
2016-01-27 15:08:19 +02:00
Dmitry Bolshakov
9eb1472f9c new design "face" 2016-01-26 09:20:50 -03:00
Thomas Jensen
c647bfd0e1 Add some files to .gitignore; adjust .travis.yml to build only master 2016-01-07 21:10:28 +01:00
Thomas Jensen
d5ddb5665f Some iso-8859-1 characters accidentally got converted to utf-8, revert that conversion 2016-01-05 22:45:27 +01:00
Thomas Jensen
af85c0c255 Evaluate new 'designer' keyword and show it in box design information output #22 2016-01-05 22:39:11 +01:00
Thomas Jensen
9239b15ad5 Added 'designer' keyword to all box designs (where possible) as per #22 2016-01-05 21:48:37 +01:00
Thomas Jensen
11e2150636 minor formatting of boxes-config 2016-01-03 23:16:48 +01:00
Thomas Jensen
776082dc80 Merge pull request #24 from tajmone/Twisted-Geometries
New box design: twisted
2016-01-03 23:12:58 +01:00
tajmone
444a032edd New box design: Twisted-Geometries
Corrected as suggested: "keywors" to "tags"

PS: Removed Scroll-AKN
Removed duplicate "scroll AKN" (which I had pasted here to have an "all
in one commit"). _Mea culpa_!
2016-01-03 22:53:17 +01:00
Thomas Jensen
3b07a3c23d Merge pull request #21 from tajmone/Scroll-AKN
New box design by @tajmone: scroll-akn
2016-01-03 14:45:20 +01:00
tajmone
6e3f1d9ef9 Scroll-AKN
Added new box design "Scroll-AKN" to boxes-config

keywords -> tags
Corrected as suggested: "keywors" to "tags"

Squashed into single commit.
2016-01-02 23:30:24 +01:00
Thomas Jensen
33c9eb0bf9 Merge pull request #20 from zerotao/master
Fixes #19 Problems with boxes.el in xemacs
2015-12-11 15:52:21 +01:00
Jason L. Shiffer
53601bd733 Fixes #19 Problems with boxes.el in xemacs
Removes the 6th arg to shell-command-on-region as it is not necessary
and does not exist in older versions of xemacs

Thanks to Kevin Ryde <user42_kevin@yahoo.com.au> for this fix.
2015-12-11 09:31:08 -05:00
Jason L. Shiffer
e38546fe7e Remove spaces at EOL 2015-12-11 09:26:58 -05:00
Thomas Jensen
5b630c3646 Merge pull request #18 from zerotao/master
fix issue #17 boxes.el history list nil
2015-12-10 11:03:37 +01:00
Jason L. Shiffer
b934190917 fix invalid defvar initialization that now errors 2015-12-09 19:33:15 -05:00
Thomas Jensen
3c2316a0c4 Switch to Travis CI container infrastructure 2015-07-24 10:44:57 +02:00
Thomas Jensen
d42b434cd0 Merge pull request #16 from carnil/bugfix/implicit-declaration-of-function-strdup
Properly quote argument to echo containing # in Makefile
2015-07-24 10:32:07 +02:00
Salvatore Bonaccorso
b3327c558d Properly quote argument to echo containging # in Makefile
lex.yy.c did not include config.h since the argument to echo was treated
as comment, so just an empty line was prepended.

Closes: #15
2015-07-24 10:19:24 +02:00
Thomas Jensen
85f90fa248 Delete create_changelog.pl
It solved a problem we had with RCS (creating an overview HTML of all changes to all files). This functionality is now provided by GitHub.
2015-03-20 10:00:15 +01:00
Thomas Jensen
775d51c7a9 Update FAQ location 2015-03-17 18:00:10 +01:00
Thomas Jensen
5b327e12c3 Bumped version number to 1.1.3-SNAPSHOT 2015-01-17 00:01:15 +01:00
Thomas Jensen
bd7e78a771 Increased version number to 1.1.2 for release 2015-01-16 22:16:13 +01:00
Thomas Jensen
90f967adb3 Remove obsolete revision histories from source file headers 2015-01-11 23:15:48 +01:00
Thomas Jensen
793be8322c Update URL to source of boxes.vim 2015-01-11 23:08:07 +01:00
Thomas Jensen
a60d74eb02 Apply patch by Salvatore Bonaccorso to fix FTBFS on GNU/kFreeBSD and GNU/Hurd 2015-01-11 22:23:25 +01:00
Thomas Jensen
0a58a24763 Apply patch by Jakub Hrozek to eliminate a compilation warning on Fedora 2015-01-10 22:35:08 +01:00
Thomas Jensen
a2f9088d8d Add new box design 'caml' by Michael Tiernan 2015-01-10 21:17:41 +01:00