You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

release-notes.html 24KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Vaadin Framework @version@</title>
  6. <link rel="stylesheet" type="text/css" href="css/styles.css" />
  7. <!--[if lte IE 6]>
  8. <link rel="stylesheet" type="text/css" href="css/ie.css" />
  9. <![endif]-->
  10. <style type="text/css">
  11. .nested-list ol {
  12. counter-reset: item
  13. }
  14. .nested-list li {
  15. display: block
  16. }
  17. .nested-list li:before {
  18. content: counters(item, ".") ". ";
  19. counter-increment: item
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <div id="header">
  25. <h1>Vaadin &ndash; thinking of U and I</h1>
  26. <div id="version">
  27. <strong>Version @version@</strong>
  28. </div>
  29. </div>
  30. <!-- /header -->
  31. <div id="content">
  32. <p>Version @version@ built on @builddate@.</p>
  33. <h2 id="tableofcontents">Release Notes for Vaadin Framework
  34. @version@</h2>
  35. <ul>
  36. <li><a href="#overview">Overview of Vaadin
  37. @version@ Release</a></li>
  38. <li><a href="#changelog">Change Log for Vaadin
  39. @version@</a></li>
  40. <li><a href="#enhancements">Enhancements in Vaadin
  41. @version-minor@</a></li>
  42. <li><a href="#incompatible">Incompatible or Behavior-altering Changes in
  43. @version-minor@</a></li>
  44. <li><a href="#knownissues">Known Issues</a></li>
  45. <li><a href="#limitations">Limitations</a></li>
  46. <li><a href="#vaadin">Vaadin Installation</a></li>
  47. <li><a href="#package">Package Contents</a></li>
  48. <li><a href="#migrating">Migrating from Vaadin 6</a></li>
  49. <li><a href="#dependencies">Vaadin @version@
  50. dependencies</a></li>
  51. <li><a href="#upgrading">Upgrading to Vaadin
  52. @version-minor@</a></li>
  53. <li><a href="#supportedversions">Supported
  54. Technologies</a></li>
  55. <li><a href="#vaadinontheweb">Vaadin on the Web</a></li>
  56. </ul>
  57. <h2 id="overview">Overview of Vaadin @version@ Release</h2>
  58. <p>
  59. Vaadin @version@ is a feature release that includes a
  60. number of new features and bug fixes, as listed in the <a
  61. href="#enhancements">list of enhancements</a> and <a
  62. href="#changelog">change log</a> below.
  63. </p>
  64. <!-- ================================================================ -->
  65. <h3 id="changelog">Change Log for Vaadin @version@</h3>
  66. <p>This release includes the following closed issues:</p>
  67. <table>
  68. @release-notes-tickets@
  69. <tr><td>&nbsp;</td><td></td></tr>
  70. <tr><td class="fv"><span class="vote">Vote</span></td><td colspan="2" class="pad">Enhancements <a href=" https://vaadin.com/support">Vaadin support</a> users have voted for</td></tr>
  71. <tr><td class="bfp"><span class="bfp">Priority</span></td><td colspan="2" class="pad">Defects <a href=" https://vaadin.com/support">Vaadin support</a> users have prioritized</td></tr>
  72. </table>
  73. <br/>
  74. <p>
  75. You can also view the <a
  76. href="http://dev.vaadin.com/query?status=pending-release&status=released&resolution=fixed&milestone=Vaadin+@version@&order=id">list
  77. of the closed issues</a> at the Vaadin developer's site.
  78. </p>
  79. <h2 id="enhancements">Enhancements in Vaadin @version-minor@</h2>
  80. <p>The @version-minor@ includes many major and minor
  81. enhancements. Below is a list of the most notable changes:</p>
  82. <ul>
  83. <li>Grid is a new component for showing tabular data. It has been
  84. designed from the ground up to eventually replace the Table
  85. and TreeTable components.<br />
  86. The most notable Grid features in @version-minor@ are:
  87. <ul>
  88. <li>Support for multiple rows in the header and footer sections.</li>
  89. <li>Renderer concept for customizing how the data in a given column is represented in the browser.</li>
  90. <li>Support for frozen columns.</li>
  91. <li>Support for inline editing of one row at a time.</li>
  92. <li>Support for components in header and footer cells.</li>
  93. <li>Hardware accelerated, touch optimized scrolling.</li>
  94. </ul></li>
  95. <li>Declarative layout support for initializing a component hierarchy from an HTML file.</li>
  96. <li>Uses GWT 2.7 for improved compilation times when using Super Dev Mode.</li>
  97. <li>@Viewport annotation for declaratively defining a mobile viewport definition for a UI.</li>
  98. <li>Component captions, TabSheet/Accordion tab captions and Calendar event captions can be configured to be displayed as HTML.</li>
  99. <li>Selects use converters when presenting itemids.</li>
  100. <li>Improved performance when server response contains no visual changes (e.g. empty polling responses).</li>
  101. <li>Development time on-the-fly scss compilation cache may now be preserved when redeploying or restarting the server.</li>
  102. <li>Unified JSON library for using the same API in both server-side and client-side code.</li>
  103. <li>Range validators and converters for additional numerical types.</li>
  104. <li>Support for fine grained add/remove item events in in-memory containers.</li>
  105. </ul>
  106. <p>
  107. For enhancements introduced in Vaadin 7.3, see the <a
  108. href="http://vaadin.com/download/release/7.3/7.3.0/release-notes.html">Release
  109. Notes for Vaadin 7.3.0</a>.
  110. </p>
  111. <h3 id="incompatible">Incompatible or Behavior-altering Changes in @version-minor@</h3>
  112. <ul>
  113. <li>
  114. <p>The org.json and com.google.gwt.json libraries have been replaced by elemental.json.</p>
  115. <p>JavascriptFunction.call parameter type has been changed to elemental.json.JsonArray, affecting JavaScript.addFunction, AbstractJavaScriptComponent.addFunction and AbstractJavaScriptExtension.addFunction</p>
  116. <p>Raw JSON values passed to AbstractJavaScriptComponent.callFunction and AbstractJavaScriptExtension.callFunction should be changed to use elemental.json types.</p>
  117. </li>
  118. <li>The semantics of empty and required for Field classes has been made more consistent. This mainly affects Checkbox which is now considered to be empty when it is not checked.</li>
  119. <li>The previously inconsistent behavior in HTML vs plain text rendering of Calendar event captions has been made consistent.</li>
  120. <li>Support for Opera 12 has been dropped. Newer versions based on the Blink rendering engine are still supported.</li>
  121. <li>Window's accessibility shortcut was moved to server-side. Now setCloseShortcut overrides the default value, while addCloseShortcut can be used to add more than one shortcut key for closing the window.
  122. The protected value closeShortcut in Window was removed.</li>
  123. </ul>
  124. <h3 id="knownissues">Known Issues</h3>
  125. <ul>
  126. <li>Drag'n'drop in a Table doesn't work on touch devices running
  127. Internet Explorer (Windows Phone, Surface)
  128. (<a href="http://dev.vaadin.com/ticket/13737">#13737</a>)
  129. </li>
  130. </ul>
  131. <h3 id="limitations">Limitations</h3>
  132. <ul>
  133. <li><p>It is currently not possible to specify <tt>font-size</tt>
  134. as <tt>em</tt> or <tt>%</tt>, or layout component sizes
  135. with <tt>em</tt> (<a
  136. href="http://dev.vaadin.com/ticket/10634">#10634</a>).</p><p>This
  137. does not apply to Valo, but using em sizes to size layouts is discouraged,
  138. because it results in fractional component sizes in many cases, which
  139. might cause unwanted 1px gaps between components.</p>
  140. </li>
  141. <li>Push is currently not supported in portals (See <a
  142. href="http://dev.vaadin.com/ticket/11493">#11493</a>)
  143. </li>
  144. <li>HTTP session can not be invalidated while using
  145. push over websockets on Tomcat 7 (<a href="http://dev.vaadin.com/ticket/11721">#11721</a>)
  146. </li>
  147. <li>Cookies are not available while using websockets (<a
  148. href="http://dev.vaadin.com/ticket/11808">#11808</a>)
  149. </li>
  150. <li>Not all proxies are compatible with websockets or streaming.
  151. Use long polling to avoid these problems.</li>
  152. </ul>
  153. <h2 id="vaadin">Vaadin Installation</h2>
  154. <p>
  155. <b>Vaadin</b> is a Java framework for building modern web
  156. applications that look great, perform well and make you and
  157. your users happy. <b>Vaadin</b> is available under the
  158. Apache License, Version 2.0 (see the
  159. <tt>license.html</tt>
  160. in the Vaadin ZIP or JAR package).
  161. </p>
  162. <p>
  163. The easiest ways to install <b>Vaadin</b> are:
  164. </p>
  165. <ul>
  166. <li>If using Maven, define it as a dependency or use
  167. any of the available archetypes (only <tt>vaadin-application</tt>
  168. is available for Vaadin 7 at the time of this release)
  169. to create a new project
  170. </li>
  171. <li>If using Eclipse, use the Vaadin Plugin for
  172. Eclipse, which automatically downloads the Vaadin
  173. libraries.
  174. </li>
  175. </ul>
  176. <p>
  177. It is also available as a ZIP package downloadable from <a
  178. href="http://vaadin.com/download">Vaadin Download
  179. page</a>.
  180. </p>
  181. <h3 id="package">Package Contents</h3>
  182. <p>Inside the ZIP installation package you will find:</p>
  183. <ul>
  184. <li>Separate server-side (<tt>vaadin-server</tt>) and
  185. client-side (<tt>vaadin-client</tt>, <tt>vaadin-client-compiler</tt>)
  186. development libraries
  187. </li>
  188. <li>Precompiled widget set (<tt>vaadin-client-compiled</tt>)
  189. for server-side development
  190. </li>
  191. <li>Shared library (<tt>vaadin-shared</tt>) for both
  192. server- and client-side libraries
  193. </li>
  194. <li>Built-in themes (<tt>vaadin-themes</tt>)
  195. </li>
  196. <li>Dependency libraries provided under the <tt>lib/</tt>
  197. folder
  198. </li>
  199. </ul>
  200. <p>
  201. See the
  202. <tt>README.TXT</tt>
  203. in the installation package for detailed information about
  204. the package contents. <a href="http://vaadin.com/book">Book
  205. of Vaadin</a> (for Vaadin 7) gives more detailed
  206. instructions.
  207. </p>
  208. <p>
  209. For server-side development, copy the
  210. <tt>vaadin-server</tt>
  211. ,
  212. <tt>vaadin-client-compiled</tt>
  213. ,
  214. <tt>vaadin-shared</tt>
  215. , and
  216. <tt>vaadin-themes</tt>
  217. from the main folder and the dependencies from the
  218. <tt>lib</tt>
  219. folder to the
  220. <tt>WEB-INF/lib</tt>
  221. folder of your Vaadin project. (The
  222. <tt>vaadin-client-compiled</tt>
  223. is necessary if you do not wish to compile the widget set by
  224. your own, which you need to do if you use almost any add-on
  225. components.)
  226. </p>
  227. <h4 id="package.updates">Updates to the Packaging</h4>
  228. <p>
  229. Since Vaadin 7.2.0, the old vaadin-theme-compiler has been moved into
  230. a separate project and renamed to vaadin-sass-compiler. It is now included
  231. along with the other 3rd party dependencies in the ZIP package.
  232. </p>
  233. <p>
  234. For pure client-side development, you only need the
  235. <tt>vaadin-client</tt>
  236. and
  237. <tt>vaadin-client-compiler</tt>
  238. JARs, which should be put to a non-deployed project library
  239. folder, such as
  240. <tt>lib</tt>
  241. . You also need them if you compile the widget set for any
  242. reason, such as using Vaadin add-ons, or create new
  243. server-side components integrated with client-side widgets.
  244. </p>
  245. <h2 id="migrating">Migrating from Vaadin 6</h2>
  246. <p>
  247. All Vaadin 6 applications need some changes when migrating
  248. to Vaadin 7. The most obvious changes are in the
  249. application/window API and require extending either <b>UI</b>
  250. or <b>UI.LegacyApplication</b> instead of <b>Application</b>.
  251. A detailed list of migration changes are given in the <a
  252. href="https://vaadin.com/wiki/-/wiki/Main/Migrating+from+Vaadin+6+to+Vaadin+7">Vaadin
  253. 7 Migration Guide</a>.
  254. </p>
  255. <p>Any custom client-side widgets need to be ported to use
  256. the new client-server communication API, or the Vaadin 6
  257. compatibility API.</p>
  258. <p>
  259. Vaadin 6 add-ons (ones that contain widgets) do not work in
  260. Vaadin 7 - please check the add-ons in <a
  261. href="http://vaadin.com/directory/">Vaadin Directory</a>
  262. for Vaadin 7 support.
  263. </p>
  264. <h2 id="dependencies">Vaadin @version@ Dependencies</h2>
  265. <p>When using Maven, Ivy, Gradle, or other dependency
  266. management system, all Vaadin dependencies are downloaded
  267. automatically. This is also the case when using the Vaadin
  268. Plugin for Eclipse.</p>
  269. <p>
  270. The Vaadin ZIP installation package includes the
  271. dependencies in the
  272. <tt>lib</tt>
  273. subfolder. These need to be copied to the
  274. <tt>WEB-INF/lib</tt>
  275. folder of the web application that uses Vaadin.
  276. </p>
  277. <p>
  278. The dependencies are listed in the <a href="license.html">Licensing
  279. description</a>. Some are explicit dependencies packaged and
  280. distributed as separate JARs, while some are included inside
  281. other libraries.
  282. </p>
  283. <h3>Bean Validation</h3>
  284. <p>
  285. If you use the bean validation feature in Vaadin 7, you need
  286. a Bean Validation API implementation. You need to install
  287. the implementation JAR in the
  288. <tt>WEB-INF/lib</tt>
  289. directory of the web application that uses validation.
  290. </p>
  291. <h2 id="upgrading">Upgrading to Vaadin @version-minor@</h2>
  292. <p>When upgrading from an earlier Vaadin version, you must:
  293. </p>
  294. <ul>
  295. <li>Recompile your classes using the new Vaadin
  296. version. Binary compatibility is only guaranteed for
  297. maintenance releases of Vaadin.</li>
  298. <li>Unless using the precompiled widget set, recompile
  299. your widget set using the new Vaadin version.</li>
  300. </ul>
  301. <p>Remember also to refresh the project in your IDE to
  302. ensure that the new version of everything is in use.</p>
  303. <p>
  304. By using the "
  305. <tt>?debug</tt>
  306. " URL parameter, you can verify that the version of the
  307. servlet, the theme, and the widget set all match.
  308. </p>
  309. <p>
  310. <b>Eclipse</b> users should always check if there is a new
  311. version of the Eclipse Plug-in available. The Eclipse
  312. Plug-in can be used to update the Vaadin version in the
  313. project (Project properties &raquo; Vaadin).
  314. </p>
  315. <p>
  316. <b>Maven</b> users should update the Vaadin dependency
  317. version in the
  318. <tt>pom.xml</tt>
  319. unless it is defined as
  320. <tt>LATEST</tt>
  321. . You must also ensure that the GWT dependency uses the
  322. correct version and recompile your project and your widget
  323. set.
  324. </p>
  325. <p>
  326. <b>Liferay and other portal</b> users must install the
  327. Vaadin libraries in
  328. <t>ROOT/WEB-INF/lib/</b> in the portal (and remove a
  329. possibly obsolete older <tt>vaadin.jar</tt>). Additionally,
  330. the contents of the <tt>vaadin-client-compiled</tt> and <tt>vaadin-themes</tt>
  331. must be extracted to the <tt>ROOT/html/VAADIN</tt> directory
  332. in the Liferay installation. If your portal uses custom
  333. widgets, you can use <a
  334. href="http://vaadin.com/directory#addon/liferay-control-panel-plugin-for-vaadin:vaadin">
  335. Liferay Control Panel for Vaadin</a> for easy widget set compilation.</t>
  336. </p>
  337. <h2 id="gae">
  338. Notes and Limitations for Google App Engine
  339. </h4>
  340. </h2>
  341. <p>The following instructions and limitations apply when you
  342. run a Vaadin application under the Google App Engine.</p>
  343. <ul>
  344. <li>
  345. <p>
  346. Applications must use <b>GAEVaadinServlet</b>
  347. instead of <b>VaadinServlet</b> in
  348. <tt>web.xml</tt>
  349. .
  350. </p>
  351. </li>
  352. <li>
  353. <p>
  354. Session support must be enabled in
  355. <tt>appengine-web.xml</tt>
  356. :
  357. </p> <pre> &lt;sessions-enabled&gt;true&lt;/sessions-enabled&gt;</pre>
  358. </li>
  359. <li>
  360. <p>Avoid using the session for storage, usual App
  361. Engine limitations apply (no synchronization, that
  362. is, unreliable).</p>
  363. </li>
  364. <li>
  365. <p>
  366. Vaadin uses memcache for mutex, the key is of the
  367. form
  368. <tt>_vmutex&lt;sessionid&gt;</tt>
  369. .
  370. </p>
  371. </li>
  372. <li>
  373. <p>
  374. The Vaadin <b>VaadinSession</b> class is serialized
  375. separately into memcache and datastore; the memcache
  376. key is
  377. <tt>_vac&lt;sessionid&gt;</tt>
  378. and the datastore entity kind is
  379. <tt>_vac</tt>
  380. with identifiers of the type
  381. <tt>_vac&lt;sessionid&gt;</tt>
  382. .
  383. </p>
  384. </li>
  385. <li>
  386. <p>
  387. DO NOT update application state when serving an <b>ConnectorResource</b>
  388. (such as <b>ClassResource</b>.<i>getStream()</i>).
  389. </p>
  390. </li>
  391. <li>
  392. <p>The application remains locked during uploads - a
  393. progress bar is not possible</p>
  394. </li>
  395. </ul>
  396. <p>
  397. For other known problems, see open tickets at developer site
  398. <a href="http://dev.vaadin.com/">dev.vaadin.com</a>.
  399. </p>
  400. <h2 id="supportedversions">Supported Technologies</h2>
  401. <p>
  402. Vaadin 7 is compatible with <b>Java 6</b> and newer. Vaadin
  403. 7 is especially supported on the following <b>operating
  404. systems</b>:
  405. </p>
  406. <ul>
  407. <li>Windows</li>
  408. <li>Linux</li>
  409. <li>Mac OS X</li>
  410. </ul>
  411. <p>
  412. Vaadin 7 requires <b>Java Servlet API 2.4</b> but also
  413. supports later versions and should work with any Java
  414. application server that conforms to the standard. The
  415. following <b>application servers</b> are supported:
  416. </p>
  417. <ul>
  418. <li>Apache Tomcat 5-8</li>
  419. <li>Apache TomEE 1</li>
  420. <li>Oracle WebLogic Server 10.3-12</li>
  421. <li>IBM WebSphere Application Server 7-8</li>
  422. <li>JBoss Application Server 4-7</li>
  423. <li>Wildfly 8</li>
  424. <li>Jetty 5-9</li>
  425. <li>Glassfish 2-4</li>
  426. </ul>
  427. <p>
  428. Vaadin 7 supports the JSR-286 Portlet specification and all
  429. portals that implement the specification should work. The
  430. following <b>portals</b> are supported:
  431. </p>
  432. <ul>
  433. <li>Liferay Portal 5.2-6</li>
  434. <li>GateIn Portal 3</li>
  435. <li>eXo Platform 3</li>
  436. <li>IBM WebSphere Portal 8</li>
  437. </ul>
  438. <p>
  439. Vaadin also supports <b>Google App Engine</b>.
  440. </p>
  441. <p>
  442. Vaadin @version@ supports the following <b>desktop browsers</b>:
  443. </p>
  444. <ul>
  445. <li>Mozilla Firefox 18-35</li>
  446. <li>Mozilla Firefox 17 ESR, 24 ESR, 31 ESR</li>
  447. <li>Internet Explorer 8-11</li>
  448. <li>Safari 6-8</li>
  449. <li>Opera 16-27</li>
  450. <li>Google Chrome 23-40</li>
  451. </ul>
  452. <p>
  453. Additionally, Vaadin supports the built-in browsers in the
  454. following <b>mobile operating systems</b>:
  455. </p>
  456. <ul>
  457. <li>iOS 5-8</li>
  458. <li>Android 2.3-5</li>
  459. <li>Windows Phone 8</li>
  460. </ul>
  461. <p>Vaadin SQL Container supports the following databases:</p>
  462. <ul>
  463. <li>HSQLDB</li>
  464. <li>MySQL</li>
  465. <li>MSSQL</li>
  466. <li>Oracle</li>
  467. <li>PostgreSQL</li>
  468. </ul>
  469. <h2 id="vaadinontheweb">Vaadin on the Web</h2>
  470. <ul>
  471. <li><a href="http://vaadin.com">vaadin.com - The
  472. developer portal containing everything you need to
  473. know about Vaadin</a></li>
  474. <li><a href="http://vaadin.com/demo">vaadin.com/demo
  475. - A collection of demos for Vaadin</a></li>
  476. <li><a href="http://vaadin.com/learn">vaadin.com/learn
  477. - Getting started with Vaadin</a></li>
  478. <li><a href="http://vaadin.com/forum">vaadin.com/forum
  479. - Forums for Vaadin related discussions</a></li>
  480. <li><a href="http://vaadin.com/book">vaadin.com/book
  481. - Book of Vaadin - everything you need to know about
  482. Vaadin</a></li>
  483. <li><a href="http://vaadin.com/api">vaadin.com/api
  484. - Online javadocs</a></li>
  485. <li><a href="http://vaadin.com/directory">vaadin.com/directory
  486. - Add-ons for Vaadin</a></li>
  487. <li><a href="http://vaadin.com/pro-tools">vaadin.com/pro-tools
  488. - Commercial tools for Vaadin development</a></li>
  489. <li><a href="http://vaadin.com/support">vaadin.com/support
  490. - Commercial support for Vaadin development </a></li>
  491. <li><a href="http://vaadin.com/services">vaadin.com/services
  492. - Expert services for Vaadin</a></li>
  493. <li><a href="http://vaadin.com/company">vaadin.com/company
  494. - Information about the company behind Vaadin</a></li>
  495. <li><a href="http://dev.vaadin.com">dev.vaadin.com
  496. - Bug tracker</a></li>
  497. <li><a
  498. href="http://dev.vaadin.com/wiki/Vaadin/Development/StartingVaadin7Development">How
  499. to get the source code of Vaadin</a></li>
  500. </ul>
  501. </div>
  502. <!-- /content-->
  503. <div id="footer">
  504. <span class="slogan"><strong>vaadin <em>}></em>
  505. </strong> thinking of U and I<span> <a href="#top">&uarr; Back
  506. to top</a>
  507. </div>
  508. <!-- /footer -->
  509. </body>
  510. </html>
  511. <!-- Keep this comment at the end of the file
  512. Local variables:
  513. mode: xml
  514. sgml-omittag:nil
  515. sgml-shorttag:nil
  516. sgml-namecase-general:nil
  517. sgml-general-insert-case:lower
  518. sgml-minimize-attributes:nil
  519. sgml-always-quote-attributes:t
  520. sgml-indent-step:2
  521. sgml-indent-data:t
  522. sgml-parent-document:nil
  523. sgml-exposed-tags:nil
  524. sgml-local-catalogs:("/etc/sgml/catalog" "/usr/share/xemacs21/xemacs-packages/etc/psgml-dtds/CATALOG")
  525. sgml-local-ecat-files:("ECAT" "~/sgml/ECAT" "/usr/share/sgml/ECAT" "/usr/local/share/sgml/ECAT" "/usr/local/lib/sgml/ECAT")
  526. End:
  527. -->