]> git.lyx.org Git - features.git/blob - src/frontends/xforms/ChangeLog
John's possible fix to the Bad Window problems that some people have
[features.git] / src / frontends / xforms / ChangeLog
1 2002-02-28  John Levon  <moz@compsoc.man.ac.uk>
2
3         * FormBase.C:
4         * FormBaseDeprecated.C:
5         * FormFiledialog.C: possible fix to the Bad Window problems that some
6         people have been experiencing.
7
8 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
9
10         * FormForks.C (input_button_all): resolve comparison between signed
11         and unsigned.
12
13 2002-02-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
14
15         * Menubar_pimpl.C (makeMenubar): ignore entries which are not
16         submenus in menubar.
17
18 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
19
20         * FormForks.[Ch]:
21         * forms/form_forks.fd: new files. A view for the Forked Child
22         processes dialog, enabling the user to see what forked processes
23         are running, and, if he so desires, to kill them.
24
25         * Dialogs.C: add the class Forked Child dialog.
26
27         * Makefile.am: add FormForks.[Ch], form_forks.[Ch].
28
29         * forms/makefile: add form_forks.fd.
30
31         * FormPreferences.C (LnFmisc::apply): rather ugly: call
32         grfx::GCache::changeDisplay if the lyxrc.display_graphics changes.
33
34 2002-02-24  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
35
36         * forms/form_graphics.fd: Enlarge Restore button.
37         * FormGraphics.C: Set filter to bounding box input fields.
38
39 2002-02-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
40
41         * Makefile.am: simpler obj. file compiling
42
43 2002-02-20  Juergen Vigna  <jug@sad.it>
44
45         * FormTabular.C (input): don't call the autoapply on exit input calls
46         if we don't really have a change!
47
48 2002-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
49
50         * FormBase.h (FormCB): tiny bugfix.
51
52         * xforms_helpers.h: remove incorrect comment.
53
54 2002-02-18  Herbert Voss  <voss@lyx.org>
55
56         * FormGraphics.C: same units for LyX and Latex view, cosmetics
57
58 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
59
60         * Timeout_pimpl.[Ch] (running): new method.
61
62 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
63
64         * FormParagraph.C:
65         * FormTabular.C: added a using std::remove_if directive.
66
67 2002-02-14  Herbert Voss  <voss@lyx.org>
68
69         * xforms_helpers.h: fix bug with "?%" units
70
71 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
72         * forms/form_graphics.fd:
73         * form_graphics.C: minor layout changes, such as stretching all
74         tab-windows to equal sizes and better keyboard-shortcuts.
75
76 2002-02-14  Rob Lahaye  <lahaye@users.sourceforge.net>
77         * forms/form_graphics.fd:
78         * form_graphics.C: minor layout changes, such as stretching all
79         tab-windows to equal sizes and better keyboard-shortcuts.
80
81 2002-02-12  Herbert Voss  <voss@lyx.org>
82
83         * forms/form_graphics.fd:
84         * form_graphics.[Ch]: small changes to the layout, mentioned
85         by Rob
86
87         * FormGraphics.C: fix bug with use of updateWidget... when
88         no unit is given.
89
90 2002-02-11  John Levon  <moz@compsoc.man.ac.uk>
91
92         * FormMinipage.C: return SMI_VALID on other form changes
93  
94 2002-02-11  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
95
96         * FormParagraph.C (update): [VSpace:] Delete the special method
97         for gluelengths...
98         * xforms_helpers.C: ...and move it here.
99         Activate JMarcs new (shorter) code for updateWidgetsFromLengthString
100         and updateWidgetsFromLength.
101
102 2002-02-10  Rob Lahaye  <lahaye@users.sourceforge.net>
103  
104         * forms/form_external.fd:
105         * form_external.C: change color2 of a few buttons into the
106         proper grey color.
107
108 2002-02-08  Herbert Voss  <voss@lyx.org>
109
110         * forms/form_graphics.fd:
111         * FormGraphics.C:
112         * form_graphics.[Ch]: Adding buttons for unzip-Option,
113         getValues from LyX/LaTeXfolder
114
115 2002-02-08  Rob Lahaye  <lahaye@users.sourceforge.net>
116
117         * forms/form_graphics.fd:
118         * FormGraphics.C:
119         * form_graphics.[Ch]: simplify the bounding box folder
120         of the Graphic GUI
121         
122 2002-02-08  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
123
124         * Menubar_pimpl.C (create_submenu): work around an xforms bug (?)
125         where one could not have both toggleon and disabled.
126
127 2002-02-08  Herbert Voss  <voss@lyx.org>
128
129         * xforms_helpers.h: change unit "%" to t%
130
131         * FormGraphics.C: fiy bug when BB is read from file and the
132         unit is always "pt"
133
134 2002-02-08  Martin Vermeer <martin.vermeer@hut.fi>
135
136         * FormMathsDeco.C: \underleftarrow and \underrightarrow
137
138 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
139
140         Stabilise the tooltip interface and get Jürgen's patch to work ;-)
141
142         * Tooltips.[Ch]: new files. A wrapper to the tooltip code with a nice
143         clean interface. Means that FormBase, FormBaseDeprecated and
144         Tollbar_pimpl can all use the same code to have tooltips. No bloat.
145
146         * FormBase.C: add a Tooltips instance and interface with it.
147         (setTooltipLevel): removed. Replaced by fillTooltipChoice and
148         setTooltipLevel(ob).
149         (getVerboseTooltip, getMinimalTooltip) now passed a const FL_OBJECT.
150
151         * FormBibtex.[Ch]:
152         * FormCitation.[Ch]:
153         * FormTexinfo.[Ch]:
154         * Makefile.am: altered appropriately.
155         
156 2002-02-06  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
157
158         * forms/form_texinfo.fd:
159         * forms/form_bibtex.fd:
160         * forms/form_citation.fd: delete text_info field again, add help choice
161
162         * FormBibtex.[Ch]:
163         * FormCitation.[Ch]:
164         * FormTexinfo.[Ch]: Implement new Tooltip behaviour.
165
166 2002-02-06  Angus Leeming  <a.leeming@ic.ac.uk>
167
168         * FormBase.[Ch]: can now chose the verbosity of the tooltip through
169         a new method setTooltipLevel(). In turn this determines which of the
170         new virtual methods, getVerboseTooltip() or getMinimalTooltip() gets
171         called from getTooltip.
172         No need for a "message" widget at the bottom of every dialog, therefore.
173         If retained, this "message" widget can be used to display "warnings",
174         pure and simple.
175
176         * FormBibtex.[Ch]:
177         * FormCitation.[Ch]:
178         * FormTexinfo.[Ch]: altered appropriately. Still need to be reshaped,
179         to lose the "message" widget and to gain a "tooltip level" choice.
180
181 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
182
183         * forms/form_graphics.fd: Tiny tweek to make the Restore, Ok, Apply,
184         Cancel buttons' positions consistent with the other dialogs.
185
186 2002-02-05  Herbert Voss  <voss@lyx.org>
187
188         * forms/form_graphics.fd: Noew the same view of the 
189         buttons as in preferences (LyXView). Make some things clear
190         with better names.
191         * FormGraphic.C: cosmetic changes to the layout. Delete
192         the help button
193
194 2002-02-05  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
195
196         * forms/form.texinfo.fd: delete help button, add text_info
197         * forms/form.citation.fd,form.bibtex.fd: add text_info
198         * FormTexinfo.[Ch]: Delete Help mechanism, add tooltips and help messages.
199         * FormCitation.[Ch],FormBibtex.[Ch]: add tooltips and help messages (actually
200         no tooltips in Bibtex). 
201
202 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
203
204         * FormBase.[Ch]: You want tooltips too? You got 'em. Verified as
205         working with both xforms 0.88 and 0.89. Use by invoking
206         setTooltipHandler(ob) and by providing a method getTooltip(ob) in this
207         derived class to provide the required string.
208
209 2002-02-05  Angus Leeming  <a.leeming@ic.ac.uk>
210
211         * FormBase.[Ch]: make it really easy to set up and use a prehandler
212         for feedback messages and to invoke an input event on paste from
213         the middle mouse button. The derived class needs invoke only
214         setPrehandler(ob) and for the feedback to override the virtual methods
215         feedback(ob) and clear_feedback(). If the message posted is a warning
216         rather than mere feedback, first setWarningPosted(true) to ensure
217         that the message remains visible.
218
219         * FormBaseDeprecated.C: a physical rearrangement of the file,
220         nothing more.
221
222         * FormPreamble.C: use setPrehandler to invoke an input event on paste.
223
224 2002-02-04  Herbert Voss  <voss@lyx.org>
225
226         * forms/form_graphics.fd: small changes to the layout
227         * FormGraphic.C: Apply-button, keepaspectratio enabling
228         depends to case of LaTeXView. Other small changes and
229         fixes. Add LyXView scale.
230
231 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
232
233         * FormGraphics.C (c-tor): prevent resizing of the dialog.
234
235 2002-02-03  Herbert Voss  <voss@lyx.org>
236
237         * xforms_helpers.C: fix bug with unit "%" in 
238         updateWidgetsFromLengthString(...)
239
240 2002-02-02  Herbert Voss  <voss@lyx.org>
241
242         * FormGraphic.C: fix bug with filename, rearrange the code,
243         delete choice "referencePoint" which is only possible for
244         rotatebox
245         * forms/form_graphics.fd: position options in a logical way,
246         add folder and scale for LyXView
247
248 2002-02-01  Angus Leeming  <a.leeming@ic.ac.uk>
249
250         * FormGraphics.C (apply, update): respect the new DEFAULT state of
251         InsetGraphicsParams::DisplayType.
252
253 2002-01-31  Martin Vermeer <martin.vermeer@hut.fi>
254
255         * forms/form_graphics.fd: tweeks.
256
257 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
258
259         * FormGraphics.C: Fix MAXDIGIT values for height and width.
260
261 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
262
263         * forms/form_citation: a few tweaks of my own.
264
265 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
266
267         * forms/form_citation: De-Monsterization (make it smaller).
268
269 2002-01-30  Angus Leeming  <a.leeming@ic.ac.uk>
270
271         * forms/form_graphics.fd:
272         * FormGraphics.C: a few tweaks of my own.
273
274 2002-01-30  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
275
276         * forms/form_graphics.fd: Very small tweaks.
277
278 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
279
280         * forms/form_graphics.fd: Change the dialog to look similar as
281         the nice QT2-Version (added tabfolder "Bounding Box", rearrangements);
282         added text_warning field..
283
284         * FormGraphics.[Ch]: Handle the Rearrangements.
285         Add input filters and warnings concerning invalid inputs.
286         Recognize the lyxrc-settings of display_graphics.
287
288 2002-01-29  Angus Leeming  <a.leeming@ic.ac.uk>
289
290         * FormMathsSpace.h (space_):
291         * FormMathsStyle.h (style_): change from a short to an int to fix
292         type conversion warnings.
293
294 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
295
296         * FormMathsSpace.[Ch]:
297         * forms/form_maths_space.fd:
298         Changed the "Space" subpanel of the math panel into one of
299         ordinary buttons rather than radio buttons. They are now
300         self-applying so OK and Apply could go.
301
302 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
303
304         * FormMathsStyle.[Ch]:
305         * forms/form_maths_style.fd:
306         Patched to use button arrays. Buttons are self-applying, saving
307         one keystroke and the OK and Apply buttons.
308
309 2002-01-27  Herbert Voss  <voss@lyx.org>
310
311         * FormGraphic.[Ch]: 
312         * form_graphic.[Ch]: 
313         * forms/form_graphic.fd: rewritten to support graphicx with
314         all options and to be sure that the old figinsets are correct
315         converted.
316         * xforms-helpers.h: added two choice const for the LyXLength
317         one with all and one only with length which have a unit.
318
319 2002-01-29  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
320
321         * forms/form_minipage.fd: add text_warning field.
322
323         * FormMinipage.[Ch]: added input filters and warnings
324         (ButtonPolicy::SMInput FormMinipage::input)
325
326 2002-01-28  Angus Leeming  <a.leeming@ic.ac.uk>
327
328         * FormAboutlyx.[Ch]: Removed redundant form() method and
329         dialog_ variable. They replicate that in the parent FormDB.
330
331 2002-01-28  Martin Vermeer <martin.vermeer@hut.fi>
332
333         * FormMathsDeco[hC]:
334         * forms/form_maths_deco.fd: added math accents as a separate bitmap to
335         the Decorations sub-panel of mathed. See Lamport Table 3.11.
336
337         * FormMathsPanel.C:
338         * MathsSymbols.C: reorganization of the two AMS panels "relations" and
339         "negated relations". Lower and broader.
340
341 2002-01-25  Angus Leeming  <a.leeming@ic.ac.uk>
342
343         * FormTabular.C (update): Remove redundant code.
344
345 2002-01-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
346
347         * forms/form_tabular.fd: checkbox2radiobutton changes.
348
349 2002-01-20  Herbert Voss  <voss@perce.de>
350
351         * FormInclude.[C]: better control of unexistings files
352         when entered without the browser
353
354 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
355
356         * Toolbar_pimpl.C (update): disable layout combox when LFUN_LAYOUT
357         is disabled
358
359         * combox.C (activate): 
360         (deactivate): change color of labels to reflect the state of the
361         combox
362
363 2002-01-16  Herbert Voss  <voss@lyx.org>
364
365         * FormExternal.C (build): activate  apply/ok-button when something
366         is entered in the filename-field
367
368 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
369
370         * FormMathsBitmap.C (apply): fix bug caused by using 'unsigned int'
371         rather than 'string::size_type'
372
373 2002-01-17 Martin Vermeer <martin.vermeer@hut.fi>
374
375         * FormMathPanel.[hC]:
376         * MathsSymbols.[hC]:
377         * form_math_panel.[hC]:
378         * form_math_panel.fd: Modified. Added five symbol sub-panels
379         to the math panel containing AMS math symbols: arrows, relations,
380         negated relation, operators and miscellaneous (also containing some
381         hebrew and corner symbols).
382
383 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
384
385         * FormMinipage.C (apply): change because MinipageParams::pageWidth
386         is now a real LyXLength
387
388 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
389
390         * FormDocument.C: enable line spacing input properly
391  
392 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
393
394         * forms/form_preferences.fd:
395         * form_preferences.h:
396         * form_preferences.C:
397         * FormPreferences.h:
398         * FormPreferences.C: use better variable name
399  
400 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
401
402         * forms/form_preferences.fd: change "Use Scalable Fonts"
403           to "Rescale bitmap fonts"
404  
405 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
406
407         * FormMathsPanel.C:
408         * FormPreferences.C: #include "ButtonController.tmpl" to instantiate
409         the button controller for IgnorantPolicy and PreferencesPolicy.
410
411 2002-01-16  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
412
413         * forms/form_tabular.fd: text_info field was too small. Enlarge it.
414
415 2002-01-15  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
416
417         * xforms_helpers.C: modify getLengthFromWidgets to ignore the unit
418         choice if the input field contains a LyXGlueLength.
419
420         * FormParagraph.C: Allow to insert and display gluelengths in VSpace
421
422         * FormParagraph.C
423         * FormDocument.C
424         * FormTabular.C: Change input filter to allow inserting
425         gluelengths/lyxlength or numbers with unit choices.
426
427         * FormMinipage.C: Use getLengthFromWidgets instead of the code there,
428         which was more or less duplicated.
429
430         * FormGraphics.C: set default units, dependent on US/other paper.
431
432 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
433
434         * Dialogs.C: no longer need to #include the Controller classes, as this
435         is how done in GUI.h.
436
437         * xformsBC.C: #include ButtonController.tmpl, containing the
438         instatiation of the button controller.
439         
440 2002-01-15  John Levon  <moz@compsoc.man.ac.uk>
441
442         * FormThesaurus.C: fix a crash
443
444 2002-1-15  Martin Vermeer <martin.vermeer@hut.fi>
445
446         * FormMathsDelim.C:
447         * form_maths_delim_C:
448         * form_maths_delim.h:
449         * form_maths_delin.fd:
450         Put three radio buttons on the delimiters pop-up. It works as follows:
451         
452                                 left mouse     middle mouse        right mouse
453         ----------------------------------------------------------------------
454         Left radio button   |       (               ()                   )
455         Middle radio button |       ()              ()                   )
456         Right radio button  |        )               )                   )
457         ----------------------------------------------------------------------
458
459         Where 
460
461         (       left-side delimiter selected
462         )       right-side delimiter selected
463         ()      "symmnetric pair" selected, of which the clicked delimiter is
464                 the left one. 
465                 So, if the middle radio button is activated ("()\nBoth")
466                 and you click on "[" with the default (left) mouse button, you
467                 get the delimiter pair "[]".
468                 A shortcut for this (if the leftmost radio button is on) is
469                 simply clicking the middle mouse button.
470
471         To create equal pairs, either have the middle radio button on and use
472         Mouse-left, or have the left radio button on and use Mouse-middle.
473
474         To create unequal pairs, you should have either the left or middle radio
475         button on, and do: "Mouse-left ( Mouse-right >" to create "(>".
476
477 2002-01-15  Angus Leeming  <a.leeming@ic.ac.uk>
478
479         * FormSpellchecker.[Ch]: a bit of a clean up, leaving the functionality
480         unchanged:
481         Remove the clickline_ member variable and hide() method;
482         Use fl_set_browser_dblclick_callback;
483         Constify a few temporary variables;
484         Use xforms_helpers' wrappers functions returning string rather than
485         the raw xforms functions returning char const *.
486
487 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
488
489         * DropDown.C: include <cctype> for isprint()
490
491 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
492
493         * FormMinipage.C (apply, update): MinipageParams::width renamed
494         as MinipageParams::pageWidth.
495
496 2002-01-14      Martin Vermeer <martin.vermeer@hut.fi>
497
498         * FormMathsBitmap.C:
499           FormMathsPanel.C:
500           MathsSymbols.C: Blackboard Bold and Calligraphic std symbols
501         added to math panel's 'misc' sub-panel.
502
503 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
504
505         * FormMathsMatrix.C (input): use lyx::count rather than std::count.
506
507 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
508
509         * FormPreferences.h: add a std:: to make_pair.
510
511 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
512
513         * DropDown.[Ch] (keypress, key_pressed): new signal and method,
514         respectively.
515
516         * DropDown.C: place xforms callback functions in namespace anon.
517         Set browser callback on single not double click.
518         (select): return immediately of the vector is empty. Highlight the top
519         line. Position the browser above the minibuffer, not below it.
520         (peek): call key_pressed when a key press is detected.
521         (key_pressed): clean-up and emit the keypress signal.
522
523         * xforms_helpers.[Ch} (getSelectedStringFromBrowser): new function.
524         If nothing is selected, return string().
525
526 2002-01-14  John Levon  <moz@compsoc.man.ac.uk>
527
528         * FormSpellchecker.C: disable resizing due to xforms bug
529  
530 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
531
532         * FormFiledialog.C (Reread): skip broken symlinks
533
534 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
535
536         * FormMathsMatrix.C (AlignFilter): use std::count and add some
537         comments.
538
539 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
540
541         * MathsSymbols.C (get_pixmap_from_symbol): add a default statement
542         in the switch.
543
544         * FormPreferences.C (Interface::input): 
545         (Language::input): 
546         (Paths::input): add shortcuts to file dialogs directory buttons
547         
548         * FormPreference.h (browse): add default empty parameters for
549         buttons descriptions.
550
551         * FormFiledialog.C (SetButton): allow for a shortcut in the name
552         of the button.
553
554 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
555
556         * FormThesaurus.C:
557         * FormThesaurus.h:
558         * form_thesaurus.h:
559         * form_thesaurus.C:
560         * forms/form_thesaurus.fd: update to Aiksaurus 0.14
561  
562 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
563
564         * Toolbar_pimpl.C (setPixmap): simplify a bit
565
566 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
567
568         * Toolbar_pimpl.C (ToolbarCB): 
569         * Menubar_pimpl.C (MenuCallback): use verboseDispatch instead of
570         dispatch.
571
572 2002-01-12  Allan Rae  <rae@lyx.org>
573
574         * FormTabular.C (FormTabular): Fix Purify UMR.
575
576         * FormPreferences.C (build): "Conversion" is a better name. 
577
578 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
579
580         * FormMathsPanel.[Ch] (dispatchFunc): new method. Invokes
581         LyXFunc::dispatch.
582
583         * FormMathsStyle.C (apply): use LFUNs to apply, not insertSymbol.
584
585 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
586
587         * FormPreferences.C:
588         * forms/form_preferences.fd: change names and descriptions of popup
589         font variables to reflect their actual use.
590
591         * Menubar_pimpl.C: return MENU_LABEL_STYLE to FL_NORMAL_STYLE.
592
593 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
594
595         * FormPreferences.C (input): allow empty values for document_path
596         and template_path.
597
598         * FormFiledialog.C (SetButton):
599         (FileDlgCB): do not disable directory buttons if they have an
600         empty path.
601         (SetDirectory): if the argument is an empty string, change to
602         cwd().
603
604 2002-01-09  Martin Vermeer <martin.vermeer@hut.fi>
605
606         * forms/form_maths_style.fd:
607         * FormMathsStyle.[Ch]: New files, Implementing a mathed pop-up for math 
608         size "styles" and font types.
609         * FormMathsPanel.[Ch]:
610         * MathsSymbols.C:
611         * forms/form_maths_panel.fd: Modified too.
612
613 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
614
615         * Menubar_pimpl.C (create_submenu): 
616         * Toolbar_pimpl.C (update): use FuncStatus.
617
618 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
619
620         * xform_helpers.[Ch] (getStringFromBrowser): a littel wrapper function
621         for fl_get_browser_line that is guaranteed to return a valid string.
622
623 2002-01-08  John Levon  <moz@compsoc.man.ac.uk>
624
625         * FormSpellchecker.C: fix possible crash on clicking a suggestion
626
627 2002-01-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
628
629         * forms/form_document.fd (bullets): fix small cosmetic problem after
630         John's radio2button change.
631
632 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
633
634         * FormDocument.C:
635         * forms/form_document.fd: change the labels and variable names of
636         left_margin, right_margin to inner_margin, outer_margin, in line
637         with bugzilla bug #157.
638
639         * FormFiledialog.C (Reread): used locally stored modtime variable
640         rather than make repeated calls to fileInfo.getModificationTime().
641
642         * xforms_helpers.C (ReadableFile, WriteableFile): added a couple of
643         isOK() checks to the use of the FileInfo instance and removed those
644         FIXMEs.
645
646         * Menubar_pimpl.C: added a variable MENU_LABEL_STYLE and use it.
647         Set it to FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
648
649 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
650
651         * form_*:
652         * forms/form_*: change radio buttons to round3dbutton
653  
654 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
655
656         * FormFiledialog.C: add FIXME
657  
658         * xforms_helpers.C: fix use of FileInfo
659  
660 2002-01-07  John Levon  <moz@compsoc.man.ac.uk>
661
662         * FormTabular.h:
663         * FormTabular.C:
664         * form_tabular.h:
665         * form_tabular.C:
666         * forms/form_tabular.fd: ugly fix to get around
667           some of the UI problems (bug #110).
668  
669 2002-01-04  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
670
671         * FormDocument.C: Recognize the default paper settings too
672         when setting the default length values (cm or inch).
673         * FormParagraph.C: do the same.
674
675 2001-12-11  Michael A. Koziarski <michael@koziarski.org>
676
677         * FormFloat.C: changes to prevent here definitely being used
678         with wide figures.
679
680 2001-12-29  Dekel Tsur  <dekelts@tau.ac.il>
681
682         * FormMathsMatrix.C (AlignFilter): Allow entering the '|' char.
683
684 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
685
686         * DropDown.C: always include <config.h> in sources.
687
688         * xforms_helpers.h: 
689         * FormFiledialog.h: 
690         * Timeout_pimpl.h: 
691         * DropDown.h: do not include <config.h> in headers
692
693 2001-12-20  Juergen Vigna  <jug@sad.it>
694
695         * FormTabular.C (update): final LT-h/f support modifications.
696
697 2001-12-19  Juergen Vigna  <jug@sad.it>
698
699         * FormTabular.C (update): change a bit the tabular layout and added
700         better longtable options handling.
701
702 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
703
704         * FormToc.C: using std::endl
705
706 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
707
708         * FormToc.C: fix crash when no entries, and
709           update types properly
710  
711 2001-12-11  Ben Stanley <bds02@uow.edu.au>
712
713         * Menubar_pimpl.C: Fixed a crashing bug when document has more
714         than 80 floats and using xforms 0.88
715
716 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
717
718         * xforms_helpers.C: include lyxlength.h here
719         * xforms_helpers.h: ... but not here
720
721         * FormTabular.C: use LyXLength instead of string wherever
722         necessary; whitespace changes.
723
724 2001-12-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
725
726         * forms/form_preferences.fd: use the same name for font sizes
727         than the character dialog.
728
729 2001-11-26  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
730
731         * forms/form_search.fd: Added label text to search buttons
732         (to make the shortcuts visible).
733
734 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
735
736         * FormParagraph.C: set combo box correctly for VSpace::LENGTH
737
738 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
739
740         * FormFiledialog.C:
741         * xforms_helpers.C: change "while(" to "while ("
742
743 2001-12-05  Allan Rae  <rae@lyx.org>
744
745         * FormParagraph.C (apply): One other LyXText fix.
746
747 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
748
749        * FormParagraph.C (getCurrentParagraph): 
750         (apply):  get the right LyXText !
751  
752 2001-11-29  John Levon  <moz@compsoc.man.ac.uk>
753
754         * FormParagraph.C: disallow page breaks in insets
755  
756 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
757
758         * FormParagraph.C: allow signed space above/below, actually
759           use space below units
760
761 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
762
763         * FormToc.C: fixes to make floatlists work
764  
765 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
766
767         * Makefile.am:
768         * Alert_pimpl.C: Alert etc.
769
770         * xforms_helpers.h:
771         * xforms_helpers.C:
772         * forms/fdfix.sh: move idex etc. to here
773
774         * GUIRunTime.C: move getScreenDPI() to here
775  
776 2001-11-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
777
778        * forms/form_ref.fd, form_preferences.fd, form_citation.fd,
779        form_graphics.fd, form_paragraph.fd: Enlarged the Restore button
780        to 100p (now German translation fits in).
781        * forms/form_external.fd, form_bibtex.fd, form_print.fd,
782        form_preferences.fd, form_graphics.fd, form.include.fd,
783        form-external.fd:
784        Unified label "Browse..." and unified its width to 100p.
785
786 2001-11-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
787
788        * forms/form_graphics.fd: fixed shortcut clash
789        * forms/form-external.fd: added shortcut for "Apply"
790
791 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
792
793         * FormFiledialog.C: don't reset path if new dir
794           doesn't exist.
795  
796 2001-11-12  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
797
798        * forms/form_document.fd: Renamed "Save as Class Defaults"
799        to "Save as Document Defaults"
800        * FormDocument.C:
801        Removed the setEnabled-Definitions for the
802        "save_default"-Button since it causes nothing but trouble.
803        Changed the text of AskQuestion on saveParamsAsDefault.
804
805 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
806
807         * DropDown.C: fix crash, improve behaviour a bit
808  
809 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
810
811         * FormDocument.C (class_apply): 
812         (paper_apply): 
813         (language_apply): 
814         (options_apply): 
815         (bullets_apply): add a version of these methods taking a
816         BufferParams& parameters. The original versions are now wrappers
817         around these. 
818         (saveParamsAsDefault): new function, moved from old
819         LFUN_LAYOUT_SAVE_DEFAULT code.
820
821 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
822
823         * Makefile.am:
824         * DropDown.h:
825         * DropDown.C: drop-down completion
826  
827 2001-11-04  John Levon  <moz@compsoc.man.ac.uk>
828
829         * forms/form_graphics.fd: change clashing shortcut
830  
831 2001-10-24  Juergen Vigna  <jug@sad.it>
832
833         * FormTabular.C: changed calls for footer/headers of longtabulars.
834
835 2001-10-23  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
836
837         * forms/form_tabular.fd: Add value choices
838         * FormTabular.C: Handle that choices
839
840         * FormDocument.C: fix small bug.
841
842 2001-10-23  Angus Leeming  <a.leeming@ic.ac.uk>
843
844         * FormGraphics.[Ch]: move some parameters out of the heaader file and
845         into namespace anon.
846
847         * FormPreferences.C:
848         * forms/form_preferences.fd: replaced button_colorspace with two
849         radio buttons, button_hsv and button_rgb.
850
851 2001-10-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
852
853        * forms/form_document.fd:
854          Class: add a value choice for Default Skip.
855          Some rearrangements (minor tweaks).
856        * FormDocument.C: Handle that choice, minor tweaks.
857        * forms/form_paragraph.fd: Add value choices
858        * FormParagraph.C: Handle that choices.
859        * FormMinipage.C/FormGraphics.C: Small tweaks.
860
861 2001-10-15  Angus Leeming  <a.leeming@ic.ac.uk>
862
863         * FormDocument.C: fixed some bugs in the Paper tab.
864
865         * xforms_helpers.[Ch] (updateWidgetsFromLengthString): add argument
866         specifying default unit for choice if input string is empty.
867
868 2001-10-12  Angus Leeming  <a.leeming@ic.ac.uk>
869
870         * FormDocument.C (input): one more tweak...
871
872 2001-10-10  Herbert Voss  <voss@perce.de>
873
874         * FormTexinfo.[Ch]: some changes to the code
875
876 2001-10-10  André Pönitz  <poenitz@htwm.de>
877         
878         * FormsMathMatrix.C: add missing space between v- and h-alignment
879         parameters
880
881 2001-10-09  Herbert Voss  <voss@perce.de>
882
883         * FormTexinfo.[Ch]:
884         * forms/form_texinfo.fd: new files. Display information about the
885         installed texfiles (cls,sty,bst).
886
887         * FormShowFile.[Ch]: new files. Display the contents of a file.
888
889         * Dialog.C:
890         * Makefile.am: modified appropriately.
891
892 2001-10-09  Angus Leeming  <a.leeming@ic.ac.uk>
893
894         * xforms_helpers.[Ch] (getLengthFromWidgets): new function.
895         Given input and choice widgets, create a string such as "1cm".
896         (updateWidgetsFromLengthString): new function.
897         Given a string such as "1cm", set the input and choice widgets.
898
899         * FormDocument.C:
900         * forms/form_document.fd: improve the GUI of the paper tab using these
901         new helper functions.
902
903 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
904
905         * FormDocument.C (build): support latin4
906
907 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
908
909         * FormDocument.C (build): support latin3
910
911 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
912
913         * forms/form_aboutlyx.fd: use flat boxes for tabs.
914
915 2001-10-03  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
916
917         * forms/form_document.fd: rearrangement of the paper tab;
918         rename "use geometry" to "custom margins/sizes".
919
920         * FormDocument.C: add code to avoid the input of senseless data
921         in document -> paper.
922
923 2001-10-01  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
924
925         * FormDocument.C: Disable choice "Special" if landscape
926         is chosen to prevent senseless values.
927
928 2001-09-28  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
929
930         * forms/form_preferences.fd: small tweaks.
931
932 2001-09-24  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
933
934         * forms/form_document.fd: Removed "Auto Reset", renamed the "Reset"
935         button to "Use Class Defaults" and moved it outside the tab.
936         Some more minor tweaking.
937
938         * FormDocument.C: handled this changes.
939
940 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
941
942         * Dialogs.C: remove splash dialog code.
943
944         * FormSplash.[Ch]:
945         * form_splash.[Ch]:
946         * forms/form_splash.fd: removed.
947
948         * Makefile.am:
949         * forms/makefile: remove splash dialog files.
950
951         * Menubar_pimpl.C (MenuCallback): no longer call
952         Dialogs::destroySplash.
953
954 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
955
956         * forms/form_preferences.fd: fix typo
957
958 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
959
960         * FormRef.C:
961         * forms/form_ref.fd: renamed the widgets in the standard style.
962
963         * xforms_helpers.[Ch] (getVectorFromChoice, getVectorFromBrowser): new
964         helper functions. Build a vector<string> from the contents of
965         an fl_choice and fl_browser respectively.
966
967         * FormCitation.C (fillChoice, updateBrowser):
968         * FormRef.C: use these new functions to only update the choices and
969         browsers when absolutely necessary.
970
971 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
972
973         * FormBase.C (InputCB):
974         * FormBaseDeprecated.C (InputCB): generalised Dekel's fix to the
975         "select choice < 1" problem.
976
977         * FormRef.C (input): undid Dekel's change in light of the above
978         generalisation.
979
980 2001-09-21  Dekel Tsur  <dekelts@tau.ac.il>
981
982         * FormRef.C (input): Fix crash when using dialog with keyboard.
983
984 2001-09-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
985
986         * forms/form_document.fd: small tweaks.
987
988 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
989
990         * forms/form_document.fd: Added checkbox "auto_reset", button
991         "reset_defaults" and button "save_defaults".
992
993         * Form_Document.[Ch]: Removed AskQuestion when changing class.
994         Implement the 2 buttons and the checkbox described above.
995
996         * forms/form_preferences.fd: Added checkbox "auto_reset" (to
997         save the default value of that lyxrc)
998
999         * FormPreferences.C: Handle that button
1000
1001 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
1002
1003         * form_ref.fd: a little tweaking.
1004
1005         * FormSpellchecker.C (build): set the bounds to the slider, so it
1006         updates during a spellchecking session.
1007
1008 2001-09-14  Angus Leeming  <a.leeming@ic.ac.uk>
1009
1010         * forms/form_preferences.fd: rearrangement and addition of new
1011         Display Graphics radio buttons to Look & Feel->Misc
1012         (By Jürgen Spitzmüller).
1013
1014         * FormPreferences.C: modify new lyxrc variable "display_graphics"
1015         depending on the values of the Display Graphics radio buttons.
1016
1017         * FormGraphics.C: use this variable.
1018
1019 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
1020
1021         * FormMathsBitmap.[Ch]: add d-tor to finally fix a memory leak.
1022         Hoorah! Happy Birthday to me!
1023
1024 2001-09-07  Dekel Tsur  <dekelts@tau.ac.il>
1025
1026         * forms/form_ref.fd: Add buffer button.
1027
1028         * FormRef.C (update): Handle the buffer button.
1029         (input): Ditto
1030
1031 2001-09-13  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1032
1033         * forms/form_graphics.fd: complete rewrite of the dialog
1034         (Most work was done by Angus, though).
1035
1036 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1037
1038         * combox.C (hide): execute the callback _after_ closing the
1039         combox.
1040
1041 2001-09-12  Angus Leeming  <a.leeming@ic.ac.uk>
1042
1043         * FormDocument.C (c-tor): initialise some variables.
1044
1045         * forms/form_citation.fd: remove spurious shortcut to a labelframe!
1046         (Thereby removing a warning message when the dialog is built.)
1047
1048         * FormFloat.C (input): return SMI_VALID.
1049
1050 2001-09-11  Angus Leeming  <a.leeming@ic.ac.uk>
1051
1052         * FormDocument.C (input, options_update): add code to enable the
1053         Author-Year/Numerical citation choice only if the natbib checkbox is
1054         active.
1055
1056         * FormFloat.[Ch]: added new method input() to control the behaviour of
1057         the buttons better.
1058         * forms/form_float.fd: renamed Here as button_here_definitely.
1059
1060         * FormGraphics.C:
1061         * forms/form_graphics.fd: add callbacks to a few widgets that didn't
1062         have them, so enabling the Ok, Apply buttons appropriately.
1063
1064 2001-09-08  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1065
1066         * forms/form_paragraph.fd: cosmetics (renamed "Label Width" to "Longest
1067         Label", added a labelframe).
1068
1069 2001-09-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1070
1071         * Toolbar_pimpl.C (C_Toolbar_BubblePost): fix linking
1072         (C_Toolbar_BubbleTimerCB): fix linking
1073
1074         * FormMathsBitmap.C (form): use get() to get the raw pointer.
1075
1076         * FormMathsBitmap.h: use shared_c_ptr for form_ as well.
1077
1078 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1079
1080         * combox.C (C_Combox_input_cb): make it static
1081         (C_Combox_combo_cb): make it static
1082         (C_Combox_peek_event): make it static
1083
1084         * Toolbar_pimpl.C (C_Toolbar_BubbleTimerCB): make it static
1085         (C_Toolbar_BubblePost): make it static
1086         (C_Toolbar_ToolbarCB): make it static
1087
1088         * Timeout_pimpl.C (C_intern_timeout_cb): make it static
1089
1090         * Menubar_pimpl.C (C_Menubar_Pimpl_MenuCallback): make it static
1091
1092         * Makefile.am (libxforms_la_LIBADD): add this and depend on the
1093         gui libs
1094
1095 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1096
1097         * FormBaseDeprecated.[Ch]: use the same allow_resize methodology as has
1098         been used successfully in FormBase.
1099         (show): call bc().refresh() after building the dialog to activate the
1100         button controller.
1101
1102         * FormPreferences.C (build): remove hack to fix butoon controller as
1103         the correct fix is in FormBaseDeprecated.
1104
1105         * FormPreferences.[Ch] (connect, disconnect): removed (redundant).
1106
1107         * FormMaths*.C (c-tor): prohibit resizing of the dialog.
1108         
1109 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1110
1111         * Toolbar_pimpl.C (setLayout): 
1112         (layoutSelected): make them work even when gettext has been
1113         translating the interface.
1114
1115 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1116
1117         * FormMathsSpace.C: Fix bug: the "Maths spacing" dialog is broken
1118         ("Apply" does not work without former user change in the dialog).
1119
1120         * FormPreferences.C (build): Fix bug: if you start LyX and open the
1121         Preferences dialog, "Apply" is activated even though no change has been
1122         made so far.
1123
1124 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
1125
1126         * FormBase.C (show): use controller_.IconifyWithMain() to control
1127         the dialog's show policy
1128
1129         * FormBaseDeprecated.C (show): ditto, but use lyxrc variable directly.
1130
1131         * FormPreferences.C:
1132         * forms/form_preferences.fd: add a check_dialogs_iconify_with_main
1133         check button to the Look & Feel->Misc tab and code to modify the lyxrc
1134         variable dialogs_iconify_with_main appropriately.
1135
1136 2001-09-07  Angus Leeming  <a.leeming@ic.ac.uk>
1137
1138         * FormBase.h: clean-up comments. Remove mutable status of minw_, minh_.
1139
1140 2001-09-06  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
1141
1142         * forms/form_character.fd: small cosmetics (aligned "Language:" right
1143         as suggested in Michael's Buglist).
1144
1145 2001-09-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1146
1147         * Toolbar_pimpl.C (updateLayoutList): do not display obsolete
1148         layouts
1149         (layoutSelected): remove the numeric argument and use the text of
1150         the combox entry instead.
1151
1152         * combox.C: lowercase a few remaining methods, rename select_text
1153         to select
1154         * several files: propagate these changes
1155
1156 2001-09-03  Angus Leeming  <a.leeming@ic.ac.uk>
1157
1158         * FormPreferences.C: add fl_set_input_return to input_paperoption.
1159
1160 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
1161
1162         * FormParagraph.C: fix default line spacing case
1163  
1164 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1165
1166         * FormParagraph.C: disable space inputs when != Length
1167
1168 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1169
1170         * FormPreferences.C:
1171         * form_preferences.h:
1172         * form_preferences.C:
1173         * forms/form_preferences.fd: add view_dvi_paper_option
1174  
1175 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1176
1177         * FormMathsPanel.h: sub dialogs must be Ignorant.
1178  
1179 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
1180
1181         * FormParagraph.C: fix to not allow 0 linespacing
1182  
1183 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1184
1185         * FormCitation.C (c-tor): prevent re-sizing of the dialog.
1186
1187         * FormParagraph.C (input): set fl_get_choice check for the linespacing
1188         to 5 not 4. xforms arrays start at 1.
1189
1190 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1191
1192         * FormParagraph.[Ch]:
1193         * forms/form_paragraph.fd: clean up of dialog and of controlling
1194         code.
1195
1196 2001-08-29  Angus Leeming  <a.leeming@ic.ac.uk>
1197
1198         * FormBase.C (C_CutandPastePH): new function that can be used as a
1199         pre-handler to any xforms text input widget. Will trigger an event on
1200         pasting into the widget using the middle mouse button.
1201
1202         * FormPreamble.C (build): use this pre-handler for the input widget.
1203
1204 2001-08-26  Angus Leeming  <a.leeming@ic.ac.uk>
1205
1206         * FormCitation.C:
1207         * forms/form_citation.fd: a little tweaking to ensure that the
1208         style choice remains centred within the frame if its contents change.
1209
1210         * FormBase.h: added an allow_resize_ member variable. If false
1211         resizing the dialog is prohibitted.
1212
1213         * FormBase.[Ch]:
1214         * FormBrowser.[Ch]: modify c-tors to pass this new variable to FormBase.
1215
1216         * FormAboutlyx.C:
1217         * FormCharacter.C:
1218         * FormThesaurus.C:
1219         make use of this functionality to ensure that the dialog cannot be
1220         resized.
1221
1222 2001-08-27  John Levon  <moz@compsoc.man.ac.uk>
1223
1224         * GUIRunTime.C: initApplication() should take a int & argc
1225  
1226 2001-08-24  John Levon  <moz@compsoc.man.ac.uk>
1227
1228         * FormCitation.h:
1229         * FormCitation.C: tidy code a little
1230  
1231         * GUIRunTime.C: more informative error
1232  
1233 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1234
1235         * forms/form_preferences.fd: order the items "logically" so that
1236         tabbing through the dialog makes sense. Close bug #404569.
1237
1238 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
1239
1240         * FormPreferences.C: Tentative fix of John's "no point in spell
1241         command "None"" bug, #223255.
1242
1243 2001-08-23  Herbert Voss  <voss@perce.de>
1244
1245         * FormBibtex.C (input): normalize database list
1246
1247 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
1248
1249         * FormBibtex.C: make sure that any database is stored only once.
1250
1251 2001-08-22  Herbert Voss  <voss@perce.de>
1252
1253         * FormBibtex.C (input): fix for multiple databases
1254
1255 2001-08-21  Herbert Voss  <voss@perce.de>
1256
1257         * FormBibtex.C (input): extension handling for ".bst"
1258
1259 2001-08-21  Angus Leeming  <a.leeming@ic.ac.uk>
1260
1261         * forms/form_bibtex.fd: activate "Ok" when the "Add bibliography to TOC"
1262         check button is pressed.
1263
1264 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
1265
1266         * FormParagraph.C (general_apply): Handle default spacing.
1267         (general_update): Ditto.
1268
1269 2001-08-20  Angus Leeming  <a.leeming@ic.ac.uk>
1270
1271         * FormBibtex.C:
1272         * forms/form_bibtex.fd: get the browse buttons working as they should.
1273
1274 2001-08-20  Herbert Voss  <voss@perce.de>
1275
1276         * FormBibtex.C:
1277         * forms/form_bibtex.fd: enhanced bibtex-data gui to browse for
1278         databases and styles. Added an option for "bibliography into toc"
1279
1280 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1281
1282         * FormMathsBitmap.h: use the lyx::shared_c_ptr that uses free() to
1283         cleanup.
1284
1285 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
1286
1287         * combox.h: fix source doc
1288
1289         * form_math_matrix.C: 
1290         * forms/form_math_matrix.fd: new layout
1291  
1292 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
1293
1294         * form_paragraph.h:
1295         * form_paragraph.C:
1296         * forms/form_paragraph.fd:
1297         * FormParagraph.C: support per-para linespacing
1298  
1299         * forms/form_float.fd:
1300         * form_float.C: fix shortcut typo
1301  
1302 2001-08-15  Angus Leeming  <a.leeming@ic.ac.uk>
1303
1304         * forms/form_character.fd: small adjustment to the position of John's
1305         extra Language label.
1306
1307 2001-08-09  André Pönitz  <poenitz@htwm.de>
1308
1309         * FormMathsDelim.C: renamed some delimiter parameters.
1310
1311 2001-08-09  Angus Leeming  <a.leeming@ic.ac.uk>
1312
1313         * FormCitation.C (build):
1314         * FormDocument.C (build):
1315         * FormMinipage.C (build):
1316         * FormParagraph.C (build):
1317         * FormRef.C (build): added stuff to read-only list in the
1318         button controller.
1319
1320         * FormCitation.C (update): disable citation style stuff when not using
1321         Natbib.
1322
1323 2001-08-06  Juergen Vigna  <jug@sad.it>
1324
1325         * forms/form_ert.fd: new file.
1326
1327         * form_ert.[Ch]: new files.
1328
1329         * FormERT.[Ch]: new files. Implementation of ERT dialog.
1330
1331 2001-08-01  Angus Leeming  <a.leeming@ic.ac.uk>
1332
1333         * FormPreferences.C (Color c-tor): initialise modifiedXformsPrefs.
1334
1335 2001-07-30  Angus Leeming  <a.leeming@ic.ac.uk>
1336
1337         * GUIRunTime.C (processEvents, runTime): small code rearrangement.
1338
1339 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
1340
1341         * FormMathsPanel.C:
1342         * FormMathsPanel.h:
1343         * form_maths_panel.C:
1344         * form_maths_panel.h:
1345         * forms/form_maths_panel.fd: re-add dots bitmaps
1346          
1347         * FormRef.C: "Goto" -> "Go to"
1348
1349 2001-07-29  John Levon  <moz@compsoc.man.ac.uk>
1350
1351         * FormMathsBitmap.C: initialise form_
1352
1353 2001-07-29  Baruch Even  <baruch@lyx.org>
1354
1355         * src/forms/form_graphics.fd:
1356         * src/FormGraphics.C: Added support for the new horizontal scale factor.
1357
1358 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1359
1360         * forms/makefile (SRCS): add form_float.fd
1361
1362         * forms/form_float.fd: new file
1363
1364         * form_float.[Ch]: new files
1365
1366         * Makefile.am (libxforms_la_SOURCES): add FormFloat.C,
1367         FormFloat.h, form_float.C and form_float.h
1368
1369         * FormFloat.[Ch]: new files
1370
1371         * Dialogs.C: init GUIFloat is well
1372
1373 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
1374
1375         * FormToc.C (updateType): Fix problem with TOC that couldn't be
1376         updated because the type list was not updated.
1377
1378 2001-07-26  Angus Leeming  <a.leeming@ic.ac.uk>
1379
1380         * forms/form_aboutlyx.fd: made a bit bigger to get the Copyright &
1381         Version stuff in.
1382
1383         * input_validators.[Ch] (fl_int_filter, fl_float_filter): new methods.
1384
1385         * FormGraphics.C (build): uncommented the fl_set_input_return call for
1386         input_rotate_angle. Set input filter on rotate_angle to make it accept
1387         only floating point numbers.
1388         (input): Browse now activates the Ok button approriately.
1389
1390 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
1391
1392         * Dialogs.C:
1393         * Makefile.am:
1394         * FormThesaurus.h:
1395         * FormThesaurus.C:
1396         * form_thesaurus.h:
1397         * form_thesaurus.C:
1398         * forms/makefile:
1399         * forms/form_thesaurus.fd: add thesaurus
1400
1401 2001-07-26  Baruch Even  <baruch@lyx.org>
1402
1403         * FormGraphics.h:
1404         * FormGraphics.C: Removed hide method since it was interfering with the
1405         needed work, it cleared several vectors that were needed for proper
1406         functioning. Also changed rotateAngle to float.
1407
1408         * FormGraphics.C:
1409         * forms/form_graphics.fd: Removed inline option, all InsetGraphics figures
1410         are inlined.
1411         
1412 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1413
1414         * FormInclude.C: add load file facility back
1415  
1416 2001-07-23  John Levon  <moz@compsoc.man.ac.uk>
1417
1418         * FormCharacter.C: disable resizing as it doesn't work
1419
1420         * FormPreamble.C: allow to copy-paste from RO preamble by
1421           enabling editing.
1422
1423 2001-07-20  Jürgen Spitzmüller  <juergen.sp@t-online.de>
1424
1425         * forms/form_citation.fd: resized form to fit on a 800x600 screen.
1426
1427 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
1428
1429         * FormCitation.[Ch]: changes associated with adding natbib support.
1430         New helper functions, string_width, fillChoice, updateStyle.
1431         (apply): set the citation command appropriately.
1432         (input): deal with the citation command choices.
1433         (update): parse the citation command and deal with it. Nuke the
1434         setSize stuff.
1435         (setSize): nuked!
1436
1437         * FormDocument.C (build): add options to use natbib.
1438
1439         * forms/form_citation.fd: add natbib support. Rearrange dialog to
1440         fit onto shorter screens.
1441
1442         * forms/form_document.fd: add natbib support.
1443
1444 2001-07-16  Juergen Vigna  <jug@sad.it>
1445
1446         * form_aboutlyx.C: set default for "Close" button to "ESC"-key.
1447
1448 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
1449
1450         Consistent use of Lsstream.h:
1451         * FormAboutlyx.C (build):
1452         * FormVCLog.C (update): std::ostringstream -> ostringstream.
1453
1454         * FormMathsDelim.C (apply):
1455         * FormMathsMatrix.C (apply): std::stringstream -> stringstream.
1456
1457 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1458
1459         * implement 1 about lyx dialog instead of 3 separate ones
1460
1461         * FormCredits.[Ch]: removed
1462         * FormCopyright.[Ch]: removed
1463         * form_credits.[Ch]: removed
1464         * forms/form_credits.fd: removed
1465         * form_copyright.[Ch]: removed
1466         * forms/form_copyright.fd: removed
1467         * FormAboutlyx.[Ch]: added
1468         * form_aboutlyx.[Ch]: added
1469         * forms/form_aboutlyx.fd: added
1470         * Dialogs.C: add about lyx stuff
1471
1472 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
1473
1474         * add spellchecker
1475
1476         * FormPreferences.[Ch]: rename spellchecker to spelloptions
1477         * form_preferences.[Ch]: idem
1478         * forms/form_preferences.fd: idem
1479         * FormSpellchecker.[Ch]: added
1480         * form_spellchecker.[Ch]: added
1481         * forms/form_spellchecker.fd: added
1482         * Dialogs.C: add spellchecker
1483
1484 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1485
1486         * FormFiledialog.C: (*it). -> it->
1487         * Toolbar_pimpl.C: ditto
1488         * RadioButtonGroup.C: ditto
1489         * FormPreferences.C: ditto
1490
1491 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1492
1493         * GUIRunTime.C (x11Display): 
1494         (x11Screen): 
1495         (x11Colormap): 
1496         (x11VisualDepth): new methods
1497
1498 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1499
1500         * FormDocument.C (class_apply): call CutAndPaste::'s staitc method
1501         directly. 
1502
1503         * Toolbar_pimpl.h: make owner be a XFormsView, small changes
1504         because of this.
1505
1506         * GUIRunTime.C (createMainView): implement
1507
1508 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
1509
1510         * FormCharacter.C:
1511         * form_character.C:
1512         * forms/form_character.fd: hide the widget underneath language
1513           combox hack.
1514
1515 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
1516
1517         * FormPreferences.h:
1518         * FormPreferences.C: connect and operator
1519           showSpellcheckerPreferences signal
1520
1521         * FormPrint.C (input): modify to select radio_file
1522           when the user uses the filename input
1523  
1524 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
1525
1526         * combox.C (remove): send debug output to Debug::GUI.
1527
1528 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
1529
1530         * Menubar_pimpl.C (create_submenu): 
1531         * Toolbar_pimpl.C (update): update to use func_status
1532
1533 2001-06-25  The LyX Project  <lyx@tulip.home.sad.it>
1534
1535         * FormPreferences.C (Path::feedback): remove bogus description of
1536         lyxpipe.
1537
1538 2001-06-16  Angus Leeming  <a.leeming@ic.ac.uk>
1539
1540         * xformsBC.h: clean-up of included files.
1541
1542 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
1543
1544         * FormDocument.C:
1545         * FormParagraph.C (c-tor): cosmetic name change of signal.
1546
1547         * FormParagraph.[Ch]: added machinery to act on an updateParagraph
1548         signal. It's pretty crude at the moment! Mental note: would be more
1549         elegant if we passed a LyXParagraph & with both the signals rather than
1550         search through the Buffer.
1551
1552 2001-06-13  Angus Leeming  <a.leeming@ic.ac.uk>
1553
1554         * *.[h]: added // -*- C++ -*-
1555         * *.[C]: removed // -*- C++ -*-
1556
1557         * FormCharacter.C (update): now uses contents of font_, stored
1558         permanently by the controller to update() the dialog.
1559
1560 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
1561
1562         * FormInclude.C:
1563         * form_include.fd: (various places): Ok button is now activated when
1564         the filename is input from the keyboard.
1565
1566         * FormPreferences.C white-space change in various places.
1567         (Converters::GetTo): get the contents of "to" not "from"! Thus fix bug
1568         that disabled addition of new converters.
1569
1570         * FormCharacter.C (input, update): new methods. Activate the Apply
1571         button when any of the input fileds are not IGNORE.
1572
1573 2001-06-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1574
1575         * FormToc.C (input): change test slightly.
1576         (updateContents): clear list if empty and add no list msg.
1577
1578 2001-05-30  Angus Leeming  <a.leeming@ic.ac.uk>
1579
1580         * FormParagraph.C (update, general_update): enabling the align buttons
1581         is now dependent on the AlignPossible entry in the Layout.
1582
1583 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1584
1585         * MathsSymbols.C: 
1586         * FormMathsMatrix.C: bring C functions into global namespace if
1587         necessary. 
1588
1589 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1590
1591         * MathsSymbols.C (pixmapFromBitmapData): add std::
1592
1593         * FormMathsMatrix.C (AlignFilter): add std::
1594
1595 2001-05-22  Adrien Rebollo <rebollo@iaf.cnrs-gif.fr>
1596
1597         * FormDocument.C (build): add iso8859-15 support.
1598
1599 2001-05-08  Baruch Even  <baruch@lyx.org>
1600
1601         * Menubar_pimpl.C: Fixed compilation problem.
1602
1603 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1604
1605         * Menubar_pimpl.C (add_toc): use name and not type with float.
1606         (create_submenu): correct call of new object
1607         (create_submenu): add FloatListInsert and FloatInsert to dummy clause.
1608
1609 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1610
1611         * FormParagraph.[Ch]: remove !NO_PEXTRA and !NEW_INSETS cruft
1612
1613 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
1614
1615         * Dialogs.C: included insetgraphicsParams.h
1616
1617         * FormMathsMatrix.C:
1618         * FormMathsBitmap.C: included LAssert.h
1619
1620 2001-04-24  Allan Rae  <rae@lyx.org>
1621
1622         * xforms_helpers.C (formatted): two consecutive spaces would kill it.
1623
1624 2001-04-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1625
1626         * xforms_helpers.C (formatted): do not use string::substr(1) on a
1627         string of length 1 !
1628
1629 2001-04-16  Allan Rae  <rae@lyx.org>
1630
1631         * xforms_helpers.C (formatted): 
1632         * Menubar_pimpl.C (add_toc): #warning triggers an error on Sun CC 6.0
1633         as an unrecognised preprocessor directive.  So ensure they're wrapped. 
1634
1635 2001-04-06  John Levon  <moz@compsoc.man.ac.uk>
1636
1637         * FormTabularCreate.C: pass a pair of uints to the controller
1638
1639         * FormVCLog.C: the log appears as a stringstream now
1640
1641         * forms/form_external.fd: make params update state (from Angus)
1642
1643 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1644
1645         * Menubar_pimpl.C: include gettext.h
1646
1647 2001-04-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1648
1649         * xforms_helpers.C (formatted): constify length
1650
1651         * FormTabular.C (update): small restructure, adjust for scoped_ptr
1652         (input): adjust for scoped_ptr
1653         (input): constify str
1654
1655 2001-04-03  John Levon  <moz@compsoc.man.ac.uk>
1656
1657         * Dialogs.C: s/popup/dialog/
1658
1659         * Form*.C:
1660         * FormBase.h:
1661         * FormBase.C: s/ControlButton/ControlButtons/
1662         move bc().refresh() into base show() method
1663
1664         * Form*.C:
1665         * FormBaseDeprecated.C:
1666         s/UndoAll/restore/
1667
1668 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1669
1670         * FormMathsPanel.C (c-tor): set button controller cancel label to close.
1671
1672         * FormToc.[Ch]:
1673         * forms/form_toc.fd: implemented controller-view split.
1674
1675         * Dialogs.C: associated changes.
1676
1677 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1678
1679         * FormCitation.C:
1680         * forms/form_citation.fd: Don't change the name of the button when
1681         toggling between regular expression and simple searches.
1682         Squashed bug when creating a new inset, the keys field contained
1683         one (empty) key. No more; thanks, Dekel.
1684
1685         * FormExternal.C: 
1686         * forms/form_external.fd: added Apply button.
1687
1688 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
1689
1690         * FormBase.[Ch]:
1691         * FormBrowser.[Ch]: changes associated with renaming ControlBase as
1692         ControlButton.
1693
1694         * FormExternal.[Ch]:
1695         * forms/form_external.fd: implemented controller-view split.
1696
1697         * Dialogs.C: associated changes.
1698
1699         * FormGraphics.[Ch]:
1700         * FormInclude.[Ch]:
1701         * FormPrint.[Ch]:
1702         moved the browsing functionality into the controller.
1703
1704         * xforms_helpers.[Ch]: moved browseFile to
1705         ../controllers/helper_funcs.[Ch]
1706
1707         * FormCitation.C
1708         * forms/form_citation.fd: added case sensitive search button.
1709
1710 2001-03-29  Angus Leeming  <a.leeming@ic.ac.uk>
1711
1712         * xformsBC.[Ch]: Patched in a slight reworking of Baruch Even's patch.
1713         Code moved into the generic template base class. Replaced
1714         setCancelCloseButton() with setButtonLabel().
1715
1716 2001-03-29  Juergen Vigna  <jug@sad.it>
1717
1718         * FormMinipage.C: removed widthp_ and all it's functions and changed
1719         to use new %-lengths of LyXLength.
1720
1721 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
1722
1723         * FormGraphics.[Ch]:
1724         * forms/form_graphics.fd:
1725         * FormIndex.[Ch]:
1726         * forms/form_index.fd: implemented controller-view split.
1727
1728         * Dialogs.C: associated changes.
1729
1730         * FormCharacter.[Ch]: changes associated with ControlCharacter cleanup.
1731
1732         * FormCitation.C: changes associated with ControlCitation cleanup.
1733
1734         * FormMinipage.h: cleaned-up forward declarations.
1735
1736 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
1737
1738         * FormMinipage.[Ch]:
1739         * forms/form_minipage.fd:
1740         * FormPrint.[Ch]:
1741         * forms/form_print.fd:
1742         * FormSplash.[Ch]: implemented controller-view split.
1743
1744         * Dialogs.C: associated changes.
1745
1746 2001-03-26  Angus Leeming  <a.leeming@ic.ac.uk>
1747
1748         * FormPreamble.[Ch]:
1749         * forms/form_preamble.fd:
1750         * FormRef.[Ch]:
1751         * forms/form_ref.fd:
1752         * FormSearch.[Ch]:
1753         * forms/form_search.fd:
1754         * FormTabularCreate.[Ch]:
1755         * forms/form_tabular_create.fd: implemented controller-view split.
1756
1757         * Dialogs.C: associated changes.
1758
1759 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1760
1761         * FormError.[Ch]:
1762         * form_error.fd:
1763         * FormInclude.[Ch]:
1764         * form_include.fd:
1765         * FormUrl.[Ch]:
1766         * form_url.fd: implemented controller-view split.
1767
1768         * Dialogs.C: associated changes.
1769
1770         * FormBibitem.h:
1771         * FormBibtex.h:
1772         * FormCitation.h: moved methods from protected to private.
1773
1774 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
1775
1776         * FormCredits.C (build): changes associated with
1777         ControlCredits::getCredits returning a stringstream not a vector<string>
1778
1779 2001-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1780
1781         * FormCopyright.[Ch]:
1782         * forms/form_copyright.fd: implemented controller-view split.
1783
1784         * FormCredits.[Ch]:
1785         * forms/form_credits.fd: implemented controller-view split.
1786
1787         * Dialogs.C: associated changes.
1788
1789         * xforms_helpers.C (formatted): improved the function so that it now
1790         repects '\n' characters in the input string. Ie, the user can now
1791         specify line breaks explicitly.
1792
1793 2001-03-21  Angus Leeming  <a.leeming@ic.ac.uk>
1794
1795         * FormCharacter.[Ch]:
1796         * forms/form_character.fd: implemented controller-view split.
1797
1798         * Dialogs.C: associated changes.
1799
1800         * FormBase.C (input): changed return to SMI_VALID.
1801
1802         * FormCitation.C (updateBrowser): ensure that the keys are stripped of
1803         any surrounding whitespace.
1804
1805 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
1806
1807         * FormBase.[Ch] (input): no longer pure virtual. Has defualt state of
1808         SMI_NOOP.
1809         (FormBase2): split into two template classes, FormDB (DialogBase) and
1810         FormCB (ControllerBase) for greater flexibility.
1811
1812         * FormBibitem.[Ch]:
1813         * FormBibtex.[Ch]:
1814         * FormCitation.[Ch]: associated changes.
1815
1816         * FormBrowser.[Ch]:
1817         * FormLog.[Ch]:
1818         * FormVCLog.[Ch]:
1819         * forms/form_browser.fd: implemented controller-view split.
1820
1821         * Dialogs.C: associated changes.
1822
1823 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1824
1825         * FormBibtex.[Ch]:
1826         * forms/form_bibtex.fd: implemented controller-view split.
1827
1828         * Dialogs.C: associated changes.
1829
1830 2001-03-19  Angus Leeming  <a.leeming@ic.ac.uk>
1831
1832         * FormBaseDeprecated.[Ch]: rename title as title_.
1833         
1834         * FormBaseDeprecated.C: restore John's trick to give the dialog a border
1835         with limited functionality. It got lost in the MVC merge.
1836
1837         * FormBaseDeprecated.C:
1838         * FormBase.C (show): moved initialisation of minw_, minh_ here.
1839
1840         * FormBibitem.C (build):
1841         * FormBibtex.C (build):
1842         * FormBrowser.C (build):
1843         * FormCharacter.C (build):
1844         * FormCitation.C (build):
1845         * FormCopyright.C (build):
1846         * FormCredits.C (build):
1847         * FormDocument.C (build):
1848         * FormError.C (build):
1849         * FormExternal.C (build):
1850         * FormGraphics.C (build):
1851         * FormInclude.C (build):
1852         * FormIndex.C (build):
1853         * FormMinipage.C (build):
1854         * FormParagraph.C (build):
1855         * FormPreamble.C (build):
1856         * FormPreferences.C (build):
1857         * FormPrint.C (build):
1858         * FormRef.C (build):
1859         * FormSearch.C (build):
1860         * FormTabular.C (build):
1861         * FormTabularCreate.C (build):
1862         * FormToc.C (build):
1863         * FormUrl.C (build): removed initialisation of minw_, minh_.
1864         
1865         * The Maths Panel stuff no longer causes a crash on exit from LyX.
1866
1867         * FormMaths.[Ch]:
1868         * forms/form_maths.fd: removed.
1869
1870         * forms/form_maths_delim.fd:
1871         * forms/form_maths_deco.fd:
1872         * forms/form_maths_matrix.fd:
1873         * forms/form_maths_space.fd:
1874         * forms/form_maths_panel.fd: new files.
1875         Split contents of form_maths.fd into 5 new files, one for each form.
1876
1877         * MathsSymbols.[Ch]: remove class BitmapMenu, renamed and reworked as
1878         class FormMathsBitmap in FormMathsBitmap.[Ch].
1879
1880         * FormMathsPanel.[Ch]:
1881         * FormMathsBitmap.[Ch]:
1882         * FormMathsDeco.[Ch]:
1883         * FormMathsDelim.[Ch]:
1884         * FormMathsMatrix.[Ch]:
1885         * FormMathsSpace.[Ch]: Split contents of FormMaths into new files,
1886         one for each popup. Rewrite so that all the new classes are derived from
1887         FormBaseBD. Clean up the logic in the process (I hope!).
1888
1889         * Makefile.am: added new fils, removed redundant ones.
1890
1891 2001-03-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1892
1893         * FormMinipage.C (FormMinipage): add SigC:: namespace specifier.
1894         (showInset): ditto
1895         (updateInset): ditto
1896
1897 2001-03-16  Juergen Vigna  <jug@sad.it>
1898
1899         * Dialogs.C (Dialogs): create minipage options dialog.
1900
1901         * forms/form_minipage.fd: 
1902         * form_minipage.C: 
1903         * form_minipage.h: 
1904         * FormMinipage.C: 
1905         * FormMinipage.h: new files for the minipage options dialog.
1906
1907 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1908
1909         * FormMaths.[Ch]: make the FD_ structs private. Create appropriate
1910         callback methods.
1911
1912         * forms/form_maths.fd: change C_FormBaseCancelCB to
1913         FormBaseDeprecatedCancelCB and so fix crash on closing the panel.
1914
1915 2001-03-16  John Levon  <moz@compsoc.man.ac.uk>
1916
1917         * FormMaths.C: quash warnings
1918
1919 2001-03-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
1920
1921         * FormMaths.C (C_FormMathsDelimCB): add usual .c_str() for lyxstring
1922         compatibility. 
1923
1924 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
1925
1926         * Form_various.h: cleaned up #includes and forward declarations.
1927
1928         * Form_various.C: added "using SigC::slot" declaration.
1929
1930         * FormMaths.[Ch]: moved to boost::scoped_ptrs.
1931
1932         * FormDocument.C (CheckChoiceClass): removed string tct as the
1933         compiler warned that it was defined but never used.
1934         removed USE_CLASS_COMBO.
1935
1936 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
1937
1938         * Dialogs.C:
1939         * FormMaths.h:
1940         * FormMaths.C:
1941         * MathsSymbols.h:
1942         * MathsSymbols.C:
1943         * Makefile.am:
1944         * Toolbar_pimpl.C:
1945         * form_*.C:
1946         * forms/makefile:
1947         * forms/form_maths.fd:
1948         * forms/fdfixc.sed:
1949         * forms/fdfix.sh: add maths panel
1950
1951         * bmtable.h:
1952         * bmtable.c: moved from src/
1953
1954 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1955
1956         * FormParagraph.h: NO_PEXTRA
1957         * FormParagraph.C (input): NO_PEXTRA
1958
1959 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
1960
1961         * several files: remove CXX_WORKING_NAMESPACES
1962
1963 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
1964
1965         * Merging changes from BRANCH_MVC back into HEAD.
1966
1967 2001-03-12  Angus Leeming  <a.leeming@ic.ac.uk>
1968
1969         * Dialogs.C (c-tor): Changes associated with storing a vector of
1970         boost::shared_ptrs.
1971         Use MVC Bibitem popup.
1972
1973         * FormBase.h: add a new template class FormBase2, derived from FormBase
1974         to make life creating MVC popups even easier ;-)
1975
1976         * FormBibitem.[Ch]:
1977         * forms/form_bibitem.fd: moved over to the MVC way of doing things.
1978         Proof that a simple popup should be easy to implement!
1979
1980         * FormCitation.[Ch]: now derived from FormBase2.
1981
1982         * FormToc.C: added using std::vector directive.
1983
1984 2001-03-09  Dekel Tsur  <dekelts@tau.ac.il>
1985
1986         * FormSearch.C: Add missing #pragma
1987
1988 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
1989
1990         * FormCitation.C:
1991         * forms/form_citation.fd: added the ability to Search, both Simply and
1992         for Regular Expressions. Use the Search code in the controller() to do
1993         the actual searching.
1994
1995 2001-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1996
1997         * Makefile.am: added FormCredits.[Ch] and form_credits.[Ch]
1998         * forms/makefile: added form_credits.fd
1999         
2000         * Dialogs.C: added FormCredits and removed ShowCredits.
2001         
2002         * FormCredits.[Ch]:
2003         * forms/form_credits.fd:
2004         * forms/form_search.fd: ported to the MVC way.
2005         
2006 2001-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
2007
2008         * xforms_helpers.h (formatted): now has default arguments for size and
2009         style.
2010
2011         * FormCitation.[Ch]: moved code out of this class and into
2012         ControlCitation and associated helper funcs.
2013         
2014 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2015
2016         * FormBase.[Ch]: (InputCB): use ButtonController::input() rather than
2017         ButtonController::valid() to check state of input. The buttons are
2018         now controlled correctly.
2019
2020         * Form*.[Ch]: use boost::scoped_ptr for the remaining few classes.
2021
2022 2001-03-05  Lars Gullik Bjønnes  <larsbj@lyx.org>
2023
2024         * Form*.[Ch]: use boost::scoped_ptr for dialog_ et al.
2025
2026         * FormBase.[Ch]: rename title as title_.
2027
2028 2001-03-02  John Levon  <moz@compsoc.man.ac.uk>
2029
2030         * FormBase.C (c-tor): initialise variables in correct order.
2031
2032         * FormCitation.C: add #include <algorithm>
2033
2034 2001-03-02  Angus Leeming  <a.leeming@ic.ac.uk>
2035
2036         * xformsBC.[Ch]: Changes associated with the changes to
2037         controllers/ButtonController.[Ch]. Ie, the class is now derived from
2038         ButtonControllerBase and the ButtonPolicy is accessed through a method
2039         bp() rather than the instance bp_.
2040
2041         * FormBaseDeprecated.[Ch]: no longer store a ButtonController, but
2042         rather use a pure virtual method bc() to access the controller
2043         instantiated by the daughter classes.
2044
2045         * F*.[Ch]: changes associated with the above.
2046
2047 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
2048
2049         * FormBase.[Ch]: renamed as FormBaseDeprecated.[Ch]
2050
2051         * ViewXforms.[Ch]: renamed as FormBase.[Ch]
2052
2053 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2054
2055         * ButtonController.[Ch]: deleted. The class is split into two
2056         (with identical functionality), the code being found in
2057         ../controllers/ButtonController.[Ch] and xformsBC.[Ch]
2058
2059         * xformsBC.[Ch]: new files. Xforms specific part of Allan's original
2060         ButtonController class.
2061
2062         * FormBase.[Ch]: changes associated with the above split.
2063
2064         * ViewXforms.[Ch]: Base class for xforms dialogs derived from ViewBase
2065         (../controllers/ViewBase.h). Ie, for Dialogs with GUI-I controllers
2066         controlling all interaction to/from the LyX kernel.
2067
2068         * FormCitation.[Ch]:
2069         * forms/form_citation.fd: An xforms-specific implementation of the
2070         Citation dialog, controlled by the GUI-I ControlCitation.
2071
2072         * Dialogs.C: Use the controlled Citation dialog.
2073
2074 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
2075
2076         * Makefile.am:
2077         * combox.h:
2078         * combox.C: moved from src/
2079
2080 2001-03-09  Angus Leeming  <a.leeming@ic.ac.uk>
2081
2082         * forms/fdfix.sh:
2083         * forms/form_filedialog.C.patch: I hate having to make these patches,
2084         but on reflection I think it's probably better than hacking fdfix.sh.
2085
2086 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
2087
2088         * forms/fdfix.sh: test whether bmtable.h is needed before #including it.
2089
2090 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
2091
2092         * FormGraphics.C: remove unnecessary hack
2093
2094 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
2095
2096         * FormCitation.C (apply): Do not put space between multiple keys.
2097
2098 2001-03-12  Dekel Tsur  <dekelts@tau.ac.il>
2099
2100         * Menubar_pimpl.C (add_toc): Remove debug message.
2101
2102 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
2103
2104         * Makefile.am:
2105         * Dialogs.C:
2106         * FormExternal.C:
2107         * FormExternal.h:
2108         * form_external.C:
2109         * form_external.h:
2110         * xforms/forms/makefile:
2111         * forms/form_external.fd: add FormExternal
2112
2113 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2114
2115         * Dialogs.C: add destroySplash()
2116
2117         * form_splash.h:
2118         * form_splash.C:
2119         * forms/form_splash.fd:
2120         * FormSplash.h:
2121         * FormSplash.C: make independent of FormBase, tidy
2122         
2123         * Menubar_pimpl.C: destroy splash on interaction
2124
2125 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
2126
2127         * FormInclude.h:
2128         * FormInclude.C:
2129         * form_include.h:
2130         * form_include.C:
2131         * forms/form_include.fd: rework, clean up
2132
2133 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2134
2135         * FormToc.h: use Buffer::typedef
2136
2137         * Menubar_pimpl.C (add_toc): use the Buffer::typedefs
2138         * FormToc.C (build): ditto
2139         (updateToc): ditto
2140
2141 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2142
2143         * FormToc.C (build): implement for dynamic number of lists
2144         (updateToc): ditto
2145         * Menubar_pimpl.C (add_toc): ditto
2146
2147 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
2148
2149         * added credits:
2150         * Dialogs.C:
2151         * Makefile.am:
2152         * FormCredits.[Ch]:
2153         * form_credits.[Ch]:
2154         * forms/form_credits.fd:
2155
2156 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2157
2158         * Menubar_pimpl.h: make Pipl::ItemInfo::item_ a boost::shared_ptr,
2159         make ButtonList contain boost::shared_ptr<ItemInfo>
2160
2161         * Menubar_pimpl.C (~Pimpl): remove destructor 
2162
2163 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
2164
2165         * Makefile.am:
2166         * FileDialog.C:
2167         * FormFiledialog.C:
2168         * FormFiledialog.h:
2169         * form_filedialog.C:
2170         * form_filedialog.h:
2171         * FormGraphics.C:
2172         * FormInclude.C:
2173         * FormPreferences.C:
2174         * FormPrint.C:
2175         * xforms_helpers.C:
2176         * xforms_helpers.h:
2177         * forms/fdfix.sh:
2178         * forms/makefile:
2179         * form/form_filedialog.fd: add File Dialog
2180         * Toolbar_pimpl.h:
2181         * Toolbar_pimpl.C: move LayoutsCB to here
2182
2183 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2184
2185         * FormParagraph.C: changes because of ParagraphParameters.
2186
2187 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2188
2189         * FormSearch.C (Replace): remove default argument
2190         (Find): ditto
2191
2192 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2193
2194         * added find/replace dialog:
2195         * FormSearch.*: added
2196         * form_search.*: added
2197         * forms/form_search.fd: added
2198
2199 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2200
2201         * xform_helpers.[Ch]: renamed as xforms_helpers.[Ch].
2202
2203         * various: in a rush of delayed guilt, I've renamed all instances of
2204         xform as xforms. Jean-Marc sowed this seed a long, long time ago and it
2205         finally sprouted.
2206
2207         * xforms_helpers.[Ch] (setEnabled): a little wrapper function to
2208         activate/deactivate an FL_OBJECT.
2209
2210         * FormCitation.C:
2211         * FormDocument.C:
2212         * FormInclude.C:
2213         * FormParagraph.C:
2214         * FormPreamble.C:
2215         * FormPreferences.C:
2216         * FormRef.C:
2217         * FormTabular.C: used it.
2218
2219 2001-03-05  Angus Leeming  <a.leeming@ic.ac.uk>
2220
2221         * FormPreferences.C: removed three unused using directives.
2222
2223 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
2224
2225         * added find/replace dialog:
2226         * FormSearch.*: added
2227         * form_search.*: added
2228         * forms/form_search.fd: added
2229
2230 2001-02-27  Dekel Tsur  <dekelts@tau.ac.il>
2231
2232         * FormRef.C: Fixed the behaviour of Goto-Ref.
2233
2234 2001-02-27  Angus Leeming  <a.leeming@ic.ac.uk>
2235
2236         * forms/makefile: added character and preamble dialogs
2237
2238 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
2239
2240         * FormCharacter.C (FormCharacter): change order of deletion,
2241         change combo_language2 to combo_language2_
2242
2243 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
2244
2245         * FormRef.C (apply): Update bookmark #0 after inserting a reference.
2246
2247 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
2248
2249         * Dialogs.C: added layoutcharacter
2250         * FormCharacter.C: added
2251         * FormCharacter.h: added
2252         * form_character.C: added
2253         * form_character.h: added
2254         * forms/form_character.fd: added
2255                
2256 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
2257  
2258         * FormPreferences.C: Handle lyxrc.language_use_babel and
2259         lyxrc.language_global_options.
2260
2261 2001-02-23  Angus Leeming  <a.leeming@ic.ac.uk>
2262
2263         * FormPreferences(GetFrom, GetTo): use size_type rather than int.
2264
2265 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
2266
2267         * FormBase.C: no longer transient dialogs, XMapWindow()
2268           in attempt to de-iconify
2269
2270         * FormDocument.C: remove DO_USE_DEFAULT_LANGUAGE
2271
2272 2001-02-21  Dekel Tsur  <dekelts@tau.ac.il>
2273
2274         * FormDocument.C (checkMarginValues): Activate "use geometry" button 
2275         if using custom paper size/margin.
2276
2277 2001-02-21  Allan Rae  <rae@lyx.org>
2278
2279         * forms/form_preferences.fd: larger, bold font for outer tabfolder
2280
2281 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
2282
2283         * src/frontends/xforms/Dialogs.C: added preamble
2284         * src/frontends/xforms/FormPreamble.C: added
2285         * src/frontends/xforms/FormPreamble.h: added
2286         * src/frontends/xforms/Makefile.am: added
2287         * src/frontends/xforms/form_preamble.C: added
2288         * src/frontends/xforms/form_preamble.h: added
2289         * src/frontends/xforms/form_preamble.fd: added
2290
2291 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2292
2293         * FormBase.h: moved noncopyable derivation to DialogBase.
2294
2295 2001-02-19  Juergen Vigna  <jug@sad.it>
2296
2297         * FormTabular.C (build): make all input field accepted only after
2298         a "RETURN".
2299
2300         * forms/form_tabular.fd: removed default "Return" on Close-Button.
2301
2302 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2303
2304         * FormError.C:
2305         * FormGraphics.C:
2306         * FormInset.C (showInset): change associated with name change
2307         inset::hide to inset::hideDialog.
2308
2309 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
2310
2311         * FormCitation.C (build): altering "Text after" now activates the Ok,
2312         Apply buttons.
2313
2314 2001-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2315
2316         * FormCitation.C: lots of white-space changes to make file consistent
2317         with LyX style.
2318         (input): use the FL_OBJECT * parameter to decide what to do, not the
2319         long parameter.
2320
2321         * FormCitation.h: removed most entries in enum.
2322
2323         * forms/form_citation.fd: change names of variables, consistent with
2324         Allan's naming scheme.
2325         Don't pass any particular arguments to the InputCB function.
2326         choice_style now triggers a callback and looks like other choices.
2327
2328 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2329
2330         * other: use compare instead of strcmp/strncmp
2331
2332 2001-02-15  Angus Leeming  <a.leeming@ic.ac.uk>
2333
2334         * ButtonController.[Ch]: changed trigger_change_ vector and associated
2335         methods to dont_trigger_change_ because FL_OBJECTs that trigger a
2336         callback to InputCB() but don't trigger a change in the state of the
2337         Ok, Apply buttons are much rarer than those that do.
2338
2339         * FormCitation.C (build): associated change.
2340
2341 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
2342
2343         * ButtonController.C: include algorithm
2344
2345 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2346
2347         * ButtonController.[Ch] (addTriggerChange, eraseTriggerChange):
2348         new methods.
2349         (valid): method can now be passed an optional FL_OBJECT *. If it is, and
2350         the vector of FL_OBJECT *s that can trigger a change in the button state
2351         is not empty, then a change of state will occur only if the FL_OBJECT *
2352         is present in this vector.
2353
2354         * FormBase.C (RestoreCB): call bc.undoAll() before restore(). Allows
2355         the user to deactivate specific fields within restore().
2356         (InputCB): pass the FL_OBJECT * to bc_.valid().
2357
2358         * FormCitation.C (build): create a vector of FL_OBJECT *s that can
2359         trigger a change of state in the Ok,Apply buttons.
2360         (update): bc_.readOnly() to the start of the method. Similar reasoning
2361         to that for FormBase::RestoreCB, above.
2362
2363 2001-02-14  Angus Leeming  <a.leeming@ic.ac.uk>
2364
2365         * FormBrowser.C: used OkCancelPolicy for ButtonController rather than
2366         IgnorantPolicy.
2367
2368         * forms/form_browser.fd:
2369         * forms/form_copyright.fd:
2370         * forms/form_error.fd:
2371         * forms/form_tabular.fd:
2372         * forms/form_toc.fd:
2373         Consistent shortcuts for Close button: Esc and Return only.
2374
2375         * forms/form_citation.fd:
2376         * forms/form_document.fd:
2377         * forms/form_index.fd:
2378         * forms/form_paragraph.fd:
2379         * forms/form_preferences.fd:
2380         * forms/form_print.fd:
2381         * forms/form_ref.fd:
2382         * forms/form_tabular_create.fd:
2383         * forms/form_url.fd:
2384         Consistent shortcut for Cancel button: Esc only.
2385
2386 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
2387
2388         * Dialogs.C: new Splash. Include, Bibitem/tex
2389
2390         * FormBase.h: make show() virtual for Splash's benefit
2391
2392         * Makefile.am:
2393         * forms/makefile:
2394         * FormBibitem.C:
2395         * FormBibitem.h:
2396         * FormBibtex.C:
2397         * FormBibtex.h:
2398         * form_bibitem.C:
2399         * form_bibitem.h:
2400         * form_bibtex.C:
2401         * form_bibtex.h:
2402         * forms/form_bibitem.fd:
2403         * forms/form_bibtex.fd:
2404         * FormInclude.C:
2405         * FormInclude.h:
2406         * form_include.C:
2407         * form_include.h:
2408         * forms/form_include.fd:
2409         * FormSplash.C:
2410         * FormSplash.h:
2411         * form_splash.C:
2412         * form_splash.h:
2413         * forms/form_splash.fd: new forms
2414
2415 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
2416
2417         * FormLog.C: handle Literate build log nicely
2418
2419 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2420
2421         * Menubar_pimpl.C: remove support for reference menuitem type.
2422
2423 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
2424
2425         * Makefile.am:
2426         * Timeout_pimpl.h:
2427         * Timeout_pimpl.C: add Timeout implementation
2428
2429 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
2430
2431         * form_browser.h:
2432         * form_browser.C:
2433         * forms/form_browser.fd:
2434         * forms/makefile:
2435         * FormBrowser.C:
2436         * FormBrowser.h: readonly browser form
2437
2438         * FormLog.C:
2439         * FormLog.h:
2440         * FormVCLog.C:
2441         * FormVCLog.h:
2442         * Dialogs.C: add Log and VCLog
2443
2444         * Makefile.am: add Log and VCLog, add updatesrc target
2445
2446 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
2447
2448         * Menubar_pimpl.C (add_toc2): Add shortcut to the TOC menu.
2449
2450 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2451
2452         * FormPreferences.C (GetFrom): fix crash when there is no format
2453         defined. 
2454         (GetTo): ditto.
2455
2456 2001-01-23  Angus Leeming  <a.leeming@ic.ac.uk>
2457
2458         * FormPreferences.C (LoadBrowserLyX): convert unsigned short to
2459         unsigned char correctly and so fix 2 bugs loading/changing colors.
2460
2461 2001-01-21  Dekel Tsur  <dekelts@tau.ac.il>
2462
2463         * FormRef.C (update): Do not update dialog_->{ref,name,type}
2464         if inset_ == 0.
2465         Deactivate the type button when buffer is LinuxDoc/Docbook
2466         (build): Uncomment calls to addReadOnly().
2467         (updateBrowser) Do not disable the update button when there are no 
2468         keys.
2469         (build, getType, getName): Use InsetRef::types.
2470
2471 2001-01-18  Angus Leeming  <a.leeming@ic.ac.uk>
2472
2473         * FormPrint.[Ch] (browse): new method to browse for file to print to.
2474
2475         * forms/form_print.fd: give the form a Browse button.
2476
2477 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
2478
2479         * FormRef.C (input): Fix the behavior of goto reference button.
2480