Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-06 | 1 | -6/+4 |
| | |||||
* | Fix up comment convention on the arch-tag lines. | Stefan Monnier | 2008-04-10 | 1 | -1/+1 |
| | |||||
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ | | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987 | ||||
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | | |||||
* | | (ebnf-map-name, ebnf-dimensions): Use mapc rather than mapcar. | Glenn Morris | 2007-10-13 | 1 | -6/+6 |
| | | |||||
* | | New: Header/Footer comment & Log messages | Vinicius Jose Latorre | 2007-07-26 | 1 | -160/+658 |
|/ | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (ebnf-insert-style, ebnf-merge-style): Fix typos in error messages. | Juanma Barranquero | 2007-04-13 | 1 | -2/+2 |
| | |||||
* | Doc fixes | Vinicius Jose Latorre | 2007-02-03 | 1 | -9/+10 |
| | |||||
* | (ebnf-eps-buffer, ebnf-eps-region) | Eli Zaretskii | 2007-02-02 | 1 | -38/+45 |
| | | | | | | | (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region) (ebnf-style-database, ebnf-apply-style, ebnf-reset-style) (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list) (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes. | ||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | Remove Time-stamp comment mark. | Vinicius Jose Latorre | 2006-12-04 | 1 | -1/+0 |
| | |||||
* | (ebnf-stop-on-error): Fix typo in docstring. | Juanma Barranquero | 2006-11-19 | 1 | -3/+3 |
| | |||||
* | (ebnf-stop-on-error): Improve previous doc fix. | Glenn Morris | 2006-11-11 | 1 | -1/+1 |
| | |||||
* | (ebnf-stop-on-error): Doc fix (Nil -> nil). | Glenn Morris | 2006-11-10 | 1 | -1/+1 |
| | |||||
* | Implement arrow spacing and scaling. (v4.3) | Vinicius Jose Latorre | 2006-09-27 | 1 | -93/+130 |
| | |||||
* | Adjust X-URL | Vinicius Jose Latorre | 2006-09-20 | 1 | -2/+2 |
| | |||||
* | Update copyright for 2006. | Nick Roberts | 2006-02-10 | 1 | -1/+1 |
| | |||||
* | (ebnf-eps-production-list): Use insert-buffer-substring. | Richard M. Stallman | 2005-10-02 | 1 | -1/+1 |
| | |||||
* | Message format fixes, commit no. 3 | Deepak Goel | 2005-09-18 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (postscript, ebnf2ps, ebnf-special, ebnf-except, ebnf-repeat, ebnf-terminal, | Juanma Barranquero | 2005-07-04 | 1 | -14/+14 |
| | | | | | | ebnf-non-terminal, ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic, ebnf-optimization): Finish `defgroup' description with period. (ebnf-eps-filename, ebnf-trim-right): "?\ " -> "?\s". | ||||
* | * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el, | Werner LEMBERG | 2005-03-25 | 1 | -2/+2 |
| | | | | | | | progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el, progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el, progmodes/sh-script.el, progmodes/xscheme.el: Replace `illegal' with `invalid'. | ||||
* | eval-and-compile | Vinicius Jose Latorre | 2004-11-20 | 1 | -12/+11 |
| | |||||
* | fix typos | Vinicius Jose Latorre | 2004-11-20 | 1 | -3/+3 |
| | |||||
* | :version tag | Vinicius Jose Latorre | 2004-11-20 | 1 | -1/+70 |
| | |||||
* | ebnf2ps 4.2 | Vinicius Jose Latorre | 2004-04-05 | 1 | -15/+84 |
| | |||||
* | Write a buffer if and only if the buffer was modified. | Vinicius Jose Latorre | 2004-03-31 | 1 | -47/+48 |
| | |||||
* | Doc fix. | Vinicius Jose Latorre | 2004-03-28 | 1 | -6/+26 |
| | |||||
* | Doc fix. | Vinicius Jose Latorre | 2004-02-29 | 1 | -3/+3 |
| | |||||
* | Doc fix. | Vinicius Jose Latorre | 2004-02-28 | 1 | -2/+2 |
| | |||||
* | New funs. | Vinicius Jose Latorre | 2004-02-28 | 1 | -3/+38 |
| | |||||
* | Doc fix. | Vinicius Jose Latorre | 2004-02-28 | 1 | -3/+6 |
| | |||||
* | Doc fix. | Vinicius Jose Latorre | 2004-02-28 | 1 | -4/+4 |
| | |||||
* | For compatibility with Emacs 20, define assq-delete-all if it's not defined. | Vinicius Jose Latorre | 2004-02-26 | 1 | -8/+24 |
| | |||||
* | ABNF parser. Fix bug on productions like test = {"test"}* | ("tt" ["test"]). ↵ | Vinicius Jose Latorre | 2004-02-25 | 1 | -105/+458 |
| | | | | Reported by Markus Dreyer. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Move defvar before first use. | Vinicius Jose Latorre | 2003-08-09 | 1 | -3/+5 |
| | |||||
* | ebnf-begin-job code fix | Vinicius Jose Latorre | 2003-08-08 | 1 | -2/+2 |
| | |||||
* | (ebnf2ps): Fix typo. | Juanma Barranquero | 2003-02-10 | 1 | -36/+36 |
| | | | | | | | | | | | (ebnf-syntactic): Change group name and tag from "ebnf-syntatic". (ebnf-syntax, ebnf-lex-comment-char, ebnf-lex-eop-char, ebnf-terminal-regexp) (ebnf-case-fold-search, ebnf-iso-alternative-p, ebnf-iso-normalize-p) (ebnf-yac-ignore-error-recovery): Add to group "ebnf-syntactic", not "ebnf-syntatic". (ebnf-optimize, ebnf-print-buffer, ebnf-print-region, ebnf-spool-buffer) (ebnf-spool-region, ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-buffer) (ebnf-syntax-region, ebnf-generate-region): Fix typo. | ||||
* | Eliminate make-local-hook calls. Doc fix. | Gerd Moellmann | 2001-09-24 | 1 | -10/+4 |
| | | | | (ebnf-version): New version (3.6.1). | ||||
* | Replace "Prologue" by "Prolog" in PostScript | Gerd Moellmann | 2001-09-19 | 1 | -11/+11 |
| | | | | | | | programming. Doc fix. (ebnf-version): New version (3.6). (ebnf-eps-begin): Data fix. (ebnf-begin-file): Code fix. | ||||
* | Some fixes to follow coding conventions. | Pavel Janík | 2001-07-16 | 1 | -6/+5 |
| | |||||
* | Eliminate time-stamp functions. | Gerd Moellmann | 2001-02-05 | 1 | -6/+7 |
| | | | | | | (ebnf-version): New version (3.5). (ebnf-eps-finish-and-write): Replace time-stamp functions by format-time-string. | ||||
* | Fix a problem with skip-chars-forward: it doesn't accept | Gerd Moellmann | 2000-12-21 | 1 | -14/+23 |
| | | | | | | | | | ranges like \177-\237, but accepts the character sequence from \177 to \237. Doc fix. (ebnf-version): New version (3.4). (ebnf-setup): Code fix. (ebnf-range-regexp): New fun. (ebnf-8-bit-chars): Const fix. | ||||
* | Doc fix. | Gerd Moellmann | 2000-08-29 | 1 | -76/+24 |
| | | | | | | | (ebnf-version): New version (3.3). (ebnf-user-arrow): Change variable customization to sexp. (ebnf-user-arrow): Function eliminated. (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix. | ||||
* | Get around a bug on skip-chars-forward. | Gerd Moellmann | 2000-08-03 | 1 | -1/+14 |
| | | | | | (ebnf-8-bit-chars): New var for bug fix. (ebnf-string): Bug fix. | ||||
* | Update ps-print functions call. Indentation fix. Doc | Gerd Moellmann | 2000-08-01 | 1 | -84/+76 |
| | | | | | | fix. (ebnf-version): New version number (3.2). (ebnf-format-color, ebnf-begin-job): Code fix. | ||||
* | Update copyright. | Gerd Moellmann | 2000-01-31 | 1 | -14/+15 |
| | |||||
* | (ebnf-syntax): Doc fix | Gerd Moellmann | 2000-01-29 | 1 | -1/+2 |
| |