2004-09-14 Shawn Boyette * ocr.el: ocr-mode should now recover automatically from the user shuffling windows or buffers behind its back, or calling ocr-init multiple times within a proofing session. 2004-09-09 Shawn Boyette * ocr.el: New variable, ocr-fill-column, which overrides the default fill-column while ocr-mode is in effect. Defaults to the regular value of fill-column. New variable, ocr-justify-p, which determines if paragraphs will be justified on fill or not. Default value is nil. New variable, ocr-text-window-width, which controls how wide (in characters) the ocr-edit window is. Should be specified as a negative number (i.e. -72). Default is 2 more (less :) than ocr-fill-column. The prefix-arg form of ocr-resume has been moved into ocr-init 2004-09-05 Shawn Boyette * ocr.el: ocr-load-text now calls (fill-paragraph) if the text is read from a raw OCR data file (and does not if we're looking at a file created by ocr-mode). This was actually the intention all along, but I kept reading the justification argument as optional and leaving it out, causing a failure ocr-init has been split into two functions, and ocr-resume has been rewritten to use the new ocr-init-filelists so that it can be used across emacs sessions (as long as an argument is passed) New function, ocr-save-loadany, bound to [C-c j], which allows jumping to arbitrary pagesets during proofing. 2004-09-04 Shawn Boyette * ocr.el: Initial release