[brailleblaster] push by RandomCh...@xxxxxxxxx - epub.sem on 2014-01-28 18:14 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Tue, 28 Jan 2014 18:14:44 +0000

Revision: 6895a5a94e4e
Branch:   default
Author:   cmyers@xxxxxxxxxxxxxxxxx
Date:     Tue Jan 28 18:14:15 2014 UTC
Log:      epub.sem
http://code.google.com/p/brailleblaster/source/detail?r=6895a5a94e4e

Modified:
 /dist/programData/liblouisutdml/lbu_files/epub.sem
 /src/main/org/brailleblaster/perspectives/braille/ui/BrailleMenu.java

=======================================
--- /dist/programData/liblouisutdml/lbu_files/epub.sem Mon Jan 27 20:16:02 2014 UTC +++ /dist/programData/liblouisutdml/lbu_files/epub.sem Tue Jan 28 18:14:15 2014 UTC
@@ -11,7 +11,7 @@
        document body
        markhead head
        para p
-       #no br
+       no br
        no hr
        stanza poem
        generic linegroup
@@ -76,17 +76,17 @@
        no bdo
        quotation blockquote
        quotation epigraph
-       #caption caption
+       caption caption
        boldx cite
        compbrl code
        no del
-       #no dfn
+       no dfn
        italicx em
        no ins
-       #no kbd
+       no kbd
        no mark
        no meter
-       #no pre
+       no pre
        code pre
        no progress
        generic q
@@ -143,7 +143,7 @@
        no ol
        list li
        generic dl
-       #para dt
+       para dt
        list dt
        para dd
        no menu
@@ -153,10 +153,10 @@
 # Tables
        table table
        caption caption
-       #no caption
+       no caption
        no th
        list tr
-       #no tr
+       no tr
        no td
        no thead
        no tbody
@@ -170,7 +170,7 @@

 # Style/Sections
        skip style
-       #no div
+       no div
        no span
        no header
        no footer
@@ -182,7 +182,7 @@
        no summary

 # Meta Info
-       #no head
+       no head
        no meta
        no base

=======================================
--- /src/main/org/brailleblaster/perspectives/braille/ui/BrailleMenu.java Mon Jan 27 18:34:22 2014 UTC +++ /src/main/org/brailleblaster/perspectives/braille/ui/BrailleMenu.java Tue Jan 28 18:14:15 2014 UTC
@@ -352,7 +352,7 @@
                });
                searchItem = new MenuItem(editMenu, SWT.PUSH);
                searchItem.setText(lh.localValue("&Search"));
-               searchItem.setEnabled(false);
+               searchItem.setEnabled(true);
                searchItem.addSelectionListener(new SelectionAdapter() {
                        @Override
                        public void widgetSelected(SelectionEvent e) {

Other related posts:

  • » [brailleblaster] push by RandomCh...@xxxxxxxxx - epub.sem on 2014-01-28 18:14 GMT - brailleblaster