From: Vinicius Jose Latorre Date: Wed, 27 Sep 2006 02:38:13 +0000 (+0000) Subject: ebnf2ps changes. X-Git-Tag: emacs-pretest-22.0.90~325 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fb25feaec89cd00bd465f432620f775ac17e9a57;p=emacs.git ebnf2ps changes. --- diff --git a/etc/ChangeLog b/etc/ChangeLog index ff9d55b8d00..992e1ddf181 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2006-09-26 Vinicius Jose Latorre + + * NEWS: ebnf2ps changes. + 2006-09-26 Reiner Steib * refcard.ps: Regenerate. diff --git a/etc/NEWS b/etc/NEWS index 00a625adb17..c1b5c09075e 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -957,6 +957,19 @@ so package-specific faces can inherit from it. +++ *** `vertical-border' face is used for the vertical divider between windows. +** ebnf2ps changes: + ++++ +*** New option `ebnf-arrow-extra-width' which specify extra width for arrow +shape drawing. +The extra width is used to avoid that the arrowhead and the terminal border +overlap. It depens on `ebnf-arrow-shape' and `ebnf-line-width'. + ++++ +*** New option `ebnf-arrow-scale' which specify the arrow scale. +Values lower than 1.0, shrink the arrow. +Values greater than 1.0, expand the arrow. + ** Font-Lock changes: +++