diff --git a/RELNOTES b/RELNOTES index 72ac0d8ec4f7297b3a5ba69b95f95f0ba8f07e53..f1254cb3ce7d0a50d45ba78fccfcd4463246221a 100644 --- a/RELNOTES +++ b/RELNOTES @@ -13,17 +13,3 @@ developers or documentation. ************* add new entries below this line ********************************* -7. [bug/rfe#] ... - - - postscript-prologue: emit integers for %%BoundingBox - - use-line-style: allow any line thickness - - correct Windows problem: selecting menu-bar could causes text-field - input to be lost - - correct Windows problem: text-editor pane sometimes failed to recognize - <enter> keystroke when typing very fast - - dovector: evalueate from-end arguemnt at run-time - - enable all Windows cursor shapes - - make-pattern-from-pixmap: implement this method for Windows - - allow Windows menu accelerator to be any keystroke, not just a letter or digit - - add :echo-character functionality to text-field - diff --git a/RELNOTES.70 b/RELNOTES.70 new file mode 100644 index 0000000000000000000000000000000000000000..ce05d013124a5c204cc73fd615b3961e8bb56d39 --- /dev/null +++ b/RELNOTES.70 @@ -0,0 +1,15 @@ + +7. [bug/rfe#] ... + + - postscript-prologue: emit integers for %%BoundingBox + - use-line-style: allow any line thickness + - correct Windows problem: selecting menu-bar could causes text-field + input to be lost + - correct Windows problem: text-editor pane sometimes failed to recognize + <enter> keystroke when typing very fast + - dovector: evalueate from-end arguemnt at run-time + - enable all Windows cursor shapes + - make-pattern-from-pixmap: implement this method for Windows + - allow Windows menu accelerator to be any keystroke, not just a letter or digit + - add :echo-character functionality to text-field +