]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
toolbar cleanup. JMarc, Lars, please see the fIXME. I haven't introduced the problem
[lyx.git] / src / ChangeLog
1 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2
3         * MenuBackend.C (expandLastfiles): 
4         (expandDocuments): 
5         (expandFormats): 
6         (expandFloatListInsert): 
7         (expandFloatInsert): 
8         (expand): split expand in parts
9
10 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
11
12         * lyx_gui.C: use lyx_gui::exit()
13  
14 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
15
16         * LyXAction.C: show the failing pseudo action
17  
18 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
19
20         * buffer.C (readFile): Run the lyxconvert script in order to read
21         old files.
22
23 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
24
25         * LyXAction.C:
26         * commandtags.h:
27         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
28  
29 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
30
31         * LyXAction.C:
32         * commandtags.h:
33         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
34  
35 2002-07-22  Herbert Voss  <voss@lyx.org>
36
37         * lengthcommon.C:
38         * lyxlength.[Ch]: add support for the vertical lengths
39         
40 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
41
42         * toc.[Ch]: std:: fixes
43  
44 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
45
46         * lyxrc.C: do not include lyx_main.h
47
48         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
49         for layouts
50
51         * lyxrc.C: 
52         * encoding.C: 
53         * bufferlist.C: 
54         * BufferView2.C: include "lyxlex.h"
55
56         * tabular.h: 
57         * bufferparams.h: do not #include "lyxlex.h"
58
59         * lyxtextclasslist.C (Add): remove method
60         (classlist): renamed to classlist_
61
62         * paragraph_pimpl.C: 
63         * paragraph.C: 
64         * text2.C: 
65         * CutAndPaste.C: 
66         * bufferview_funcs.C: 
67         * bufferlist.C: 
68         * text.C: 
69         * LaTeXFeatures.C: 
70         * buffer.C: 
71         * toc.C (getTocList): use BufferParams::getLyXTextClass
72
73         * toc.C (getTocList): use InsetFloat::addToToc
74
75         * toc.[Ch]: new files, containing helper functions to handle table
76         of contents
77
78         * lyxfunc.C (dispatch): no need to remove spaces around command
79         given as a string
80         (getStatus): handle LFUN_SEQUENCE by returning the status of the
81         first command of the sequence; it is not very clever, but I do not
82         have a better idea, actually
83
84         * LyXAction.C (LookupFunc): make sure to remove space at the
85         beginning and end of the command
86
87 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
88
89         * MenuBackend.C (getMenubar): new method: return the menubar of
90         this menu set
91         (read): treat differently reading of menu and menubar (in
92         particular, the menubar has no name now)
93         (Menu::menubar): remove
94
95         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
96         saving is finished
97
98 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
99
100         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
101         a bibitem inset in a RTL paragraph.
102
103 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
104
105         * paragraph_pimpl.C: constify 
106
107         * BufferView_pimpl.C:
108         * LaTeX.C:
109         * lyxfunc.C: fix dispatch in a nicer way
110  
111 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
112
113         * lyxfunc.C (dispatch): 
114         * BufferView_pimpl.C: 
115         * BufferView_pimpl.h: 
116         * BufferView.C:
117         * BufferView.h: rename Dispatch() to dispatch()
118
119         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
120
121         * lyxlayout.C (Read): honor DependsOn tag
122
123         * lyxlayout.[Ch] (depends_on): new method
124
125         * version.C.in: update lyx_docversion
126
127         * LaTeXFeatures.C (getMacros): only define \LyX when needed
128
129         * paragraph.C (validate): remove from here...
130         * paragraph_pimpl.C (validate): ... and move here
131         (isTextAt): make it const
132
133         * buffer.C (getLists): ws cleanup
134
135 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
136
137         * language.C (read): Use iso8859-1 encoding in latex_lang
138         (this prevents LyX from crashing when using iso10646-1 encoding).
139
140 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
141
142         * text2.C (toggleInset): if cursor is inside an inset, close the
143         inset and leave cursor _after_ it
144
145 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
146
147         * lyxfunc.C: move minibuffer completion handling out of here
148  
149 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
150
151         * BufferView_pimpl.C:
152         * LaTeX.C: fix dispatch calls
153  
154 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
155
156         * text.C (drawChars): Fix Arabic text rendering.
157
158 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
159
160         * LyXAction.C:
161         * commandtags.h:
162         * lyxfunc.C: remove message-push/pop
163  
164         * lyxserver.C:
165         * lyxfunc.h:
166         * lyxfunc.C: rationalise some code by removing verboseDispatch
167           in favour of a bool argument to dispatch()
168  
169 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
170
171         * lyx_main.C (init): make sure to read symlinks as absolute paths
172
173 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
174
175         * lyxfunc.h:
176         * lyxfunc.C: no need for commandshortcut to be a member
177
178 2002-07-15  André Pönitz <poenitz@gmx.net>
179         
180         * converter.C: add support for $$s (scripts from lib/scripts dir)
181         * lyx_main.C: white space
182
183
184 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
185
186         * bufferlist.C:
187         * lyxrc.h:
188         * lyxrc.C: remove second exit confirmation
189  
190 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
191
192         * BufferView.h:
193         * BufferView.C: 
194         * BufferView2.C: 
195         * BufferView_pimpl.h:
196         * BufferView_pimpl.C:
197         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/ 
198  
199 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
200
201         * MenuBackend.C (expand): add numeric shortcuts to document menu
202
203         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
204
205 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
206
207         * lyxfont.C (setLyXFamily): 
208         (setLyXSeries): 
209         (setLyXShape): 
210         (setLyXSize): 
211         (setLyXMisc): 
212         (lyxRead): 
213         * debug.C (value): 
214         * buffer.C (asciiParagraph): use ascii_lowercase
215
216 2002-07-15  Mike Fabian  <mfabian@suse.de>
217
218         * lyxlex_pimpl.C (search_kw): 
219         * lyxlex.C (getLongString): 
220         * converter.h (operator<): 
221         * converter.C (operator<): 
222         * buffer.C (parseSingleLyXformat2Token): 
223         (asciiParagraph): 
224         * ToolbarDefaults.C (read): 
225         * MenuBackend.C (checkShortcuts): 
226         (read): 
227         * LColor.C (getFromGUIName):
228         (getFromLyXName): use the compare_ascii_no_case instead of
229         compare_no_case, because in turkish, 'i' is not the lowercase
230         version of 'I', and thus turkish locale breaks parsing of tags.
231
232 2002-07-16  Angus Leeming  <leeming@lyx.org>
233
234         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
235         now takes a Buffer const & argument.
236
237 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
238
239         * BufferView.C (resize): check there's a buffer to resize
240  
241 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
242
243         * lyxfunc.C: remove dead code
244
245         * lyxserver.h:
246         * lyxserver.C: use lyx_guii::set_read_callback
247  
248 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
249
250         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
251         an inset in a RTL paragraph.
252
253 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
254
255         * lyxfunc.C: repaint after a font size update
256
257 2002-07-15  André Pönitz <poenitz@gmx.net>
258
259         * lyxlength.C: inBP should be able to return negative values
260
261 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
262
263         * lyxfunc.C: use lyx_gui::update_fonts()
264  
265 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
266
267         * lyxfunc.C: use lyx_gui::update_color()
268  
269 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
270
271         * bufferlist.C:
272         * lyxfunc.h: 
273         * lyxfunc.C:
274         * lyxrc.h:
275         * lyxrc.C: remove file->new asks for name option, and let
276           buffer-new take an argument
277  
278 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
279
280         * BufferView_pimpl.C: remove unneeded extra repaint()
281  
282 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
283
284         * LyXAction.C: allow command-sequence with NoBuffer
285
286         * lyxfunc.C: don't insist on trailing ';' for command-sequence
287  
288 2002-07-10  Angus Leeming  <leeming@lyx.org>
289
290         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
291
292 2002-07-09  Angus Leeming  <leeming@lyx.org>
293
294         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
295
296 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
297
298         * lengthcommon.h: whitespace
299  
300         * lyxfunc.C: update scrollbar after goto paragraph 
301
302         * lyxtext.h: factor out page break drawing, and fix it so
303           page break/added space paints as selected nicely
304  
305 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
306
307         * BufferView_pimpl.C: add FIXMEs, clean up a little
308
309 2002-07-09  André Pönitz <poenitz@gmx.net>
310
311         * lyxfont.[Ch]: support for wasy symbols
312
313 2002-07-08  André Pönitz <poenitz@gmx.net>
314
315         * BufferView_pimpl.C: apply John's patch for #93. 
316
317 2002-07-05  Angus Leeming  <leeming@lyx.org>
318
319         * BufferView_pimpl.C (buffer): generate previews if desired.
320
321         * LColor.h: add "preview" to the color enum.
322
323         * LColor.C (LColor): add a corresponding entry to the items array.
324
325         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
326         with this buffer.
327
328 2002-07-05  Angus Leeming  <leeming@lyx.org>
329
330         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
331         The body of the code is now in the method that is passed an ostream &
332         rather than a file name.
333         Pass an additional only_preamble parameter, useful for the forthcoming
334         preview stuff.
335
336 2002-07-03  André Pönitz <poenitz@gmx.net>
337
338         * lyxfunc.C: simplify getStatus() a bit for math stuff
339
340 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
341
342         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
343
344 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
345
346         * text.C (changeRegionCase): do not change case of all the
347         document when region ends at paragraph end (bug #461)
348
349 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
350
351         * paragraph.C (startTeXParParams):
352         (endTeXParParams): add \protect when necessary
353
354 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
355
356         * BufferView_pimpl.C (workAreaExpose): remove warning
357
358 2002-06-27  Angus Leeming  <leeming@lyx.org>
359
360         * Makefile.am: add lyxlayout_ptr_fwd.h.
361
362 2002-06-26  André Pönitz <poenitz@gmx.net>
363
364         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
365
366 2002-06-25  Angus Leeming  <leeming@lyx.org>
367
368         * lyxfunc.C (dispatch): Comment out the call to
369         grfx::GCache::changeDisplay. The method no longer exists now that the
370         pixmap generation part of the graphics loader has been moved into
371         InsetGraphics.
372
373 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
374
375         * text2.C: layout as layout
376
377         * text.C: layout as layout
378
379         * tabular.C (OldFormatRead): layout as layout
380
381         * paragraph_pimpl.C (TeXDeeper): layout as layout
382         (realizeFont): layout as layout
383
384         * paragraph.C (writeFile): layout as layout
385         (validate): layout as layout
386         (getFont): layout as layout
387         (getLabelFont): layout as layout
388         (getLayoutFont): layout as layout
389         (breakParagraph): layout as layout
390         (stripLeadingSpaces): layout as layout
391         (getEndLabel): layout as layout
392         (getMaxDepthAfter): layout as layout
393         (applyLayout): layout as layout
394         (TeXOnePar): layout as layout
395         (simpleTeXOnePar): layout as layout
396         (TeXEnvironment): layout as layout
397         (layout): layout as layout
398         (layout): layout as layout
399
400         * lyxtextclass.C (compare_name): new functor to work with
401         shared_ptr, layout as layout
402         (Read): layout as layout
403         (hasLayout): layout as layout
404         (operator): layout as layout
405         (delete_layout): layout as layout
406         (defaultLayout): layout as layout
407
408         * lyxlayout_ptr_fwd.h: new file
409
410         * lyxlayout.C (Read): layout as layout
411
412         * lyx_cb.C (MenuInsertLabel): layout as layout
413
414         * bufferlist.C (newFile): layout as layout
415
416         * buffer.C (readLyXformat2): layout as layout
417         (parseSingleLyXformat2Token): layout as layout
418         (insertStringAsLines): layout as layout
419         (asciiParagraph): layout as layout
420         (latexParagraphs): layout as layout
421         (makeLinuxDocFile): layout as layout
422         (simpleLinuxDocOnePar): layout as layout
423         (makeDocBookFile): layout as layout
424         (simpleDocBookOnePar): layout as layout
425         (getLists): layout as layout
426
427         * LaTeXFeatures.C (getTClassPreamble): layout as layout
428
429         * CutAndPaste.C (cutSelection): layout as layout
430         (pasteSelection): layout as layout
431         (SwitchLayoutsBetweenClasses): layout as layout
432
433         * BufferView_pimpl.C (Dispatch): layout as layout
434         (smartQuote): layout as layout
435
436         * BufferView2.C (unlockInset): layout as layout
437
438 2002-06-24  André Pönitz <poenitz@gmx.net>
439
440         * lyxfunc.C: fix #487
441
442 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
443
444         * lyxrc.h:
445         * lyxrc.C:
446         * lyxfunc.C: remove display_shortcuts, show_banner
447
448 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
449
450         * Buffer_pimpl.C: oops, update on resize
451
452 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
453
454         * buffer.C:
455         * converter.C:
456         * exporter.C:
457         * lyxfunc.C:
458         * BufferView.h:
459         * BufferView.C: use repaint()
460
461         * BufferView_pimpl.h:
462         * BufferView_pimpl.C: s/updateScreen()/repaint()/
463           as it's a clearer description. Remove superfluous
464           redraws.
465
466 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
467
468         * text.C: fix bug 488. Not ideal, but getting
469           getWord() to work properly for the insets that
470           matter is more difficult ...
471
472 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
473
474         * BufferView_pimpl.C:
475         * LyXAction.C:
476         * commandtags.h:
477         * lyxfunc.C: remove the six million index lyxfuncs to just
478           one, and DTRT (bug 458)
479
480 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
481
482         * BufferView.h:
483         * BufferView.C:
484         * BufferView_pimpl.h:
485         * BufferView_pimpl.C: clean up resize() stuff,
486           and unnecessary updateScreen()s
487
488 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
489
490         * BufferView.h:
491         * BufferView.C:
492         * BufferView_pimpl.h:
493         * BufferView_pimpl.C:
494         * lyxfind.h:
495         * lyxfind.C:
496         * minibuffer.C: remove focus management of workarea,
497           not needed. Use screen's greyOut()
498
499 2002-06-17  Herbert Voss  <voss@lyx.org>
500
501         * converter.C: (convert) do not post a message, when converting
502         fails, let the calling function decide what to do in this case
503
504 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
505
506         * lyxfunc.C: tidy up a little
507
508 2002-06-16    <alstrup@diku.dk>
509
510         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
511         Got rid of FORMS_H_LOCATION include. Now we are
512         GUII.
513
514 2002-06-15  LyX Development team  <lyx@rilke>
515
516         * buffer.[Ch] (sgmlOpenTag):
517         (sgmlCloseTag): Added support for avoiding pernicious mixed
518         content. Return number of lines written.
519
520         (makeLinuxDocFile):
521         (makeDocBookFile): Fixed calls to sgml*Tag.
522         Simple white space clean.
523
524         (simpleDocBookOnePar): Simple white space clean.
525
526         * tabular.[Ch] (docBook): Renamed to docbook and got another
527         argument to related with the pernicious mixed content.
528
529         (docbookRow): Fixed calls for docbook inset method.
530
531 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
532
533         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
534         so it's X11 independent.
535
536         * kb*.[Ch]: ditto.
537
538         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
539
540 2002-06-15  Lyx Development team  <lyx@electronia>
541
542         * intl.h: Renamed getTrans to getTransManager.
543
544 2002-06-14  Angus Leeming  <leeming@lyx.org>
545
546         * Makefile.am: nuke forgotten stl_string_fwd.h.
547
548 2002-06-12  Angus Leeming  <leeming@lyx.org>
549
550         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
551
552 2002-06-13  Angus Leeming  <leeming@lyx.org>
553
554         * LaTeX.C:
555         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
556
557 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
558
559         * kbmap.C (getiso): add support for cyrillic and greek
560
561 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
562
563         * BufferView.h:
564         * BufferView.C:
565         * BufferView_pimpl.h:
566         * BufferView_pimpl.C: move bogus scrolling logic
567           to xforms
568
569 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
570
571         * lyxfunc.C:
572         * BufferView_pimpl.C: view->resize() change
573
574 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
575
576         * BufferView_pimpl.C: topCursorVisible
577           prototype change
578
579 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
580
581         * Makefile.am:
582         * lyx_gui.h:
583         * lyx_gui.C: move to frontends/
584
585         * main.C:
586         * lyx_main.h:
587         * lyx_main.C: changes from above
588
589 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
590
591         * intl.C:
592         * intl.h:
593         * kbmap.C:
594         * kbsequence.C:
595         * lyx_cb.C:
596         * lyx_main.C: minor tidy
597
598 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
599
600         * BufferView_pimpl.h:
601         * BufferView_pimpl.C:
602         * BufferView.h:
603         * BufferView.C: make painter() const,
604           remove dead code
605
606         * BufferView2.C: use screen() accessor
607
608         * lyx_main.h:
609         * lyx_main.C: some minor cleanup
610
611 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
612
613         * BufferView_pimpl.h:
614         * BufferView_pimpl.C: remove enter/leaveView,
615           use workHeight()
616
617 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
618
619         * BufferView.h:
620         * BufferView.C:
621         * BufferView2.C:
622         * BufferView_pimpl.h:
623         * BufferView_pimpl.C: only construct screen once,
624           rename
625
626         * lyxrc.C: remove pointless comment
627
628 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
629
630         * BufferView.h:
631         * BufferView.C: remove active() and belowMouse()
632
633         * BufferView_pimpl.h:
634         * BufferView_pimpl.C: use workarea() not workarea_,
635           and make it use a scoped_ptr instead
636
637 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
638
639         * lyx_gui.C: add debug message on BadWindow
640
641 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
642
643         * sp_spell.C: fdopen is not part of the C++ standard.
644
645         * paragraph.C (InsetIterator): use >= instead of ==
646
647 2002-06-07  Angus Leeming  <leeming@lyx.org>
648
649         Fixes needed to compile with Compaq cxx 6.5.
650         * BufferView_pimpl.C:
651         * DepTable.C:
652         * buffer.C:
653         * converter.C:
654         * encoding.C:
655         * lyx_gui.C:
656         * lyx_main.C:
657         * lyxtextclasslist.C:
658         * minibuffer.C:
659         * sp_spell.C:
660         * tabular_funcs.C:
661         * vc-backend.C:
662         all c-library variables have been moved into namespace std. Wrap
663         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
664
665         * lyxlength.C:
666         * tabular-old.C:
667         * tabular.C:
668         Add a using std::abs declaration.
669
670         * kbmap.h (modifier_pair):
671         * paragraph.h (InsetTable, InsetList):
672         * lyxfont.h (FontBits):
673         type definition made public.
674
675         * bufferlist.C (emergencyWriteAll): the compiler complains that
676         there is more than one possible lyx::class_fun template to choose from.
677         I re-named the void specialisation as lyx::void_class_fun.
678
679         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
680
681         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
682         the compiler is is unable to find tostr in write_attribute.
683
684 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
685
686         * buffer.C (sgmlError): hide #warning
687
688 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
689
690         * xtl/*: get rid of xtl, which is not in use anyway
691
692         * LyXAction.C (init):
693         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
694         were unimplemented xtl experimentation
695
696 2002-06-04  André Pönitz <poenitz@gmx.net>
697
698         * lyxfunc.C: disable array operation on simple formulae
699
700 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
701
702         * converter.C: constify a bit
703
704 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
705
706         * lyx_gui.C: check xforms version correctly
707
708 2002-04-30  Herbert Voss  <voss@lyx.org>
709
710         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
711         "keep" option
712
713 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
714
715         * lyxvc.C: fix bug 416 (make sure buffer is saved before
716           attempt to register it with a VCS)
717
718 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
719
720         * lyx_main.C (init): honor variables LYX_DIR_13x and
721         LYX_USERDIR_13x
722
723 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
724
725         * buffer.h:
726         * buffer.C:
727         * lyx_main.C: fix a crash on bad command line,
728           and give a useful exit status on error
729
730         * lyxfunc.C (doImport): allow -i lyx to work
731
732 2002-03-30  André Pönitz <poenitz@gmx.net>
733
734         * lyxfunc.C: mathed font changes
735
736 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
737
738         * LaTeX.C:
739         * importer.h:
740         * importer.C:
741         * lyx_sty.h:
742         * lyx_sty.C:
743         * lyxlex.C:
744         * lyxrow.h:
745         * lyxtext.h:
746         * paragraph.h:
747         * paragraph.C:
748         * texrow.h:
749         * texrow.C:
750         * text.C:
751         * trans_mgr.h: srcdocs, and some minor cleanups
752
753 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
754
755         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
756         call getFont all the time)
757
758 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
759
760         * switch from SigC signals to boost::signals
761
762 2002-05-29  André Pönitz <poenitz@gmx.net>
763
764         * paragraph_pimpl.C (getChar): don't call size() too often...
765
766 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
767
768         * paragraph_pimpl.C (insertChar): do not try to update tables when
769         appending (pos == size())
770
771         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
772         in order to reduce drastically the number of comparisons needed to
773         parse a large document
774
775 2002-05-29  André Pönitz <poenitz@gmx.net>
776
777         * text.C:
778         * text2.C:
779         * lyxtextclass.C:
780         * sp_pspell.h:
781         * textclasslist.[Ch]:
782         * sp_ispell.h: whitespace change
783
784 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
785
786         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
787         lyxaction directly now.
788
789 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
790
791         * trans.C:
792         * lyxfont.C:
793         * lyxvc.C: remove unused headers
794
795 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
796
797         * Makefile.am:
798         * buffer.h:
799         * undostack.h:
800         * undostack.C:
801         * undo_funcs.h:
802         * undo_funcs.C: some cleanups. Use shared_ptr
803           and a template for the undo stacks.
804
805 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
806
807         * BufferView_pimpl.h:
808         * BufferView_pimpl.C:
809         * kbmap.h:
810         * kbmap.C:
811         * kbsequence.h:
812         * kbsequence.C:
813         * lyxfunc.h:
814         * lyxfunc.C:
815         * text2.C: use key_state/mouse_state
816
817 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
818
819         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
820         and LSubstring
821
822         * chset.C: change include order
823         (loadFile): use boost regex and get rid of LRegex and LSubstring
824
825         * Makefile.am (BOOST_LIBS): new variable
826         (lyx_LDADD): use it
827
828         * LaTeX.C: change include order.
829         (scanAuxFile): use boost regex and get rid of LRegex and
830         LSubstring
831         (deplog): ditto
832
833 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
834
835         * ColorHandler.h:
836         * ColorHandler.C:
837         * FontInfo.h:
838         * FontInfo.C: moved to frontends/xforms/
839
840         * FontLoader.h:
841         * FontLoader.C: moved into frontends for GUIIzation
842
843         * Makefile.am:
844         * lyx_gui.C:
845         * lyxfont.C:
846         * lyxfunc.C: changes from above
847
848 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
849
850         * LColor.C: remove spurious X include
851
852         * BufferView_pimpl.C:
853         * Makefile.am:
854         * font.h:
855         * font.C:
856         * text.C:
857         * text2.C: move font metrics to frontends/
858
859 2002-05-24  Juergen Vigna  <jug@sad.it>
860
861         * undo_funcs.C (textHandleUndo): fix the cursor selection after
862         setting the undo_cursor.
863
864         * ParagraphParameters.h: include local includes first.
865
866 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
867
868         * BufferView_pimpl.C:
869         * BufferView_pimpl.h:
870         * Makefile.am:
871         * WorkArea.h:
872         * WorkArea.C:
873         * screen.C: move WorkArea into frontends/
874
875         * lyxscreen.h:
876         * screen.C:
877         * text.C:
878         * BufferView.C:
879         * BufferView2.C: move LyXScreen into frontends/
880
881         * lyxlookup.h:
882         * lyxlookup.C:
883         * lyx_gui.C: move lyxlookup into frontends/xforms/
884
885 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
886
887         * BufferView2.C:
888         * BufferView_pimpl.C:
889         * FontLoader.C:
890         * LyXView.h:
891         * LyXView.C:
892         * Makefile.am:
893         * WorkArea.C:
894         * XFormsView.h:
895         * XFormsView.C:
896         * buffer.C:
897         * bufferlist.C:
898         * bufferview_funcs.C:
899         * converter.C:
900         * importer.C:
901         * lyx_cb.C:
902         * lyx_gui.C:
903         * lyx_main.C:
904         * lyx_find.C:
905         * lyxfunc.C:
906         * lyxvc.C:
907         * minibuffer.C:
908         * text.C:
909         * text2.C:
910         * trans.C:
911         * vc-backend.C: move LyX/XFormsView into frontends/
912
913 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
914
915         * Makefile.am:
916         * PainterBase.C:
917         * PainterBase.h:
918         * Painter.C:
919         * Painter.h:
920         * WorkArea.C:
921         * WorkArea.h:
922         * screen.C:
923         * tabular.C:
924         * text.C:
925         * text2.C: move Painter to frontends/
926
927 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
928
929         * buffer.C: comment out some some code that depend upon lyx_format
930         < 220
931
932         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
933         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
934
935         * buffer.h (NO_COMPABILITY): turn off compability
936
937         * ColorHandler.C: include scoped_array.hpp
938
939         * font.C: Use more specific smart_ptr header.
940         * Painter.C: ditto
941         * gettext.C: ditto
942         * ShareContainer.h: ditto
943         * lyx_main.h: ditto
944         * kbmap.h: ditto
945         * FontInfo.h: ditto
946         * BufferView_pimpl.h: ditto
947         * ColorHandler.h: ditto
948
949         * kbmap.C (defkey): change call to shared_ptr::reset
950
951 2002-05-21  Juergen Vigna  <jug@sad.it>
952
953         * buffer.C (insertErtContents): fix to insert ert asis if it is
954         non empty. Skip it completely if it contains only whitespaces.
955
956 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
957
958         * BufferView_pimpl.C:
959         * BufferView2.C: clear selection on paste (bug 393)
960
961 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
962
963         * DepTable.C: include ctime
964
965 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
966
967         * buffer.C (latexParagraphs): Add new argument (moving_arg).
968
969 2002-05-14  Juergen Vigna  <jug@sad.it>
970
971         * text.C (breakParagraph): fixed function to honor the keepempty
972         layout in the right maner and also to permit the right breaking
973         algorithm on empty or non empyt keepempty paragraphs.
974
975         * paragraph.C (breakParagraph): we have to check also if the par
976         is really empty (!size()) for isempty otherwise we do the wrong
977         paragraph break.
978
979 2002-05-10  Juergen Vigna  <jug@sad.it>
980
981         * buffer.[Ch] : The following are only changes to the ert
982         compatibility read reading old LaTeX layout and font stuff and
983         convert it to ERTInsets.
984
985         * buffer.h: added isErtInset().
986
987         * buffer.C (struct ErtComp): add a fromlayout bool to check
988         if we're inside a LaTeX layout.
989         (isErtInset): new helper function.
990         (insertErtContents): look for other ert insets before this one
991         and insert the contents there, so that we don't have subsequent
992         ERT insets with nothing between them. This way we create only one
993         inset with multiple paragraphs. Also check if we don't insert only
994         spaces ' ' as they are ignored anyway afterwards in the .tex file
995         so if we have only spaces we will ignore this latex part in the
996         new file.
997         (parseSingleLyXformat2Token \\layout): better compatibility when
998         reading layout-latex stuff.
999         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
1000         language tag.
1001         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
1002         stuff after reading the inset only get the information back from
1003         the stack.
1004
1005 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
1006
1007         * buffer.C (makeLaTeXFile): Put language options after loading babel.
1008
1009         * LaTeXFeatures.C (getBabelOptions): New method.
1010
1011 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1012
1013         * BufferView_pimpl.C (Dispatch): work around missing argument for
1014         'layout'
1015
1016 2002-05-08  Juergen Vigna  <jug@sad.it>
1017
1018         * text.C (leftMargin): handle paragraph leftindent.
1019
1020         * paragraph.C (writeFile): write the new \\leftindent tag.
1021         (validate): handle leftindent code.
1022         (TeXEnvironment): handle paragraphleftindent code again.
1023
1024         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
1025
1026         * buffer.C (parseSingleLyXformat2Token): added compatibility code
1027         for paragrap_extra indent code and new token \\leftindent.
1028         (latexParagraphs): handle the leftindent as environment.
1029
1030         * ParameterStruct.h: added leftindent support.
1031
1032         * ParagraphParameters.C (leftIndent): added support functions for
1033         the paragraph left indent.
1034
1035         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
1036         more appropriate.
1037
1038 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
1039
1040         * paragraph.C (isRightToLeftPar): Return false for a paragraph
1041         inside insetERT.
1042
1043         * text.C (computeBidiTables): No bidi in insetERT.
1044
1045         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
1046         in RTL documents.
1047
1048 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1049
1050         * version.C.in: pre 5
1051
1052 2002-05-02  José Matos  <jamatos@fep.up.pt>
1053         * buffer.C (makeDocBookFile): white space changes, add newline to
1054         command styles.
1055         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
1056
1057         * tabular.C (docBook): fix typo.
1058
1059 2002-05-03  Juergen Vigna  <jug@sad.it>
1060
1061         * screen.C (drawFromTo): recalculate the rowpointer if we had a
1062         change in LyXText as we can not be sure it was not freed.
1063         (drawOneRow): remove unused code.
1064
1065         * text.C (drawInset): redo the calculation of the need_break_row as
1066         it could have a row which was already freed.
1067         (draw): look at the return value of drawInset and return false if
1068         it also returned false.
1069         (paintRowText): look at the return value of draw and return false if
1070         it also returned false.
1071
1072         * lyxtext.h: added bool return type to drawInset() and draw() so that
1073         if we have a change in the row so that the rowbreak has to be redone
1074         we abort drawing as it will be called again.
1075
1076 2002-05-02  Juergen Vigna  <jug@sad.it>
1077
1078         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
1079         a change in the maintext also if we're inside an inset.
1080         (Dispatch): set the cursor again after a break line and after the
1081         screen has been updated as it could be we're in a different row.
1082
1083         * text2.C (fixCursorAfterDelete): check to make sure we don't request
1084         to set the cursor behind the pargraph with > size().
1085         (setCursor): check also for the same paragraph when checking where
1086         to put the cursor if we have a NFR inset.
1087
1088         * buffer.C (parseSingleLyXformat2Token): move the compatibility
1089         parts of layout read further up as it still was in the wrong
1090         position.
1091
1092 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1093
1094         * screen.C (drawFromTo): change sine fullRebreak always return
1095         true.
1096
1097         * buffer.C (parseSingleLyXformat2Token): reindent some
1098
1099         * BufferView_pimpl.C (update): change since fullRebreak always
1100         return true.
1101         (Dispatch): git rid of the last hardcoded "Standard"s.
1102
1103 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1104
1105         * text2.[Ch] (fullRebreak): make it return void now that we always
1106         returned true.
1107
1108 2002-04-30  Juergen Vigna  <jug@sad.it>
1109
1110         * buffer.C (parseSingleLyXformat2Token): reset the font before the
1111         ert compatibility check for "latex" layout.
1112
1113 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
1114
1115         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
1116         minipages: use col% instead of p%, and also use the current font.
1117         (makeLaTeXFile): Fix use babel condition.
1118         (parseSingleLyXformat2Token): Correct font when reading old floats.
1119
1120 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
1121
1122         * BufferView_pimpl.C (Dispatch): Check that float type exists when
1123         inserting list of floats.
1124
1125 2002-04-25  Herbert Voss  <voss@lyx.org>
1126
1127         * MenuBackend.C (expand): don't add the graphics extensions to the
1128         export menu
1129
1130 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1131
1132         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
1133         non-existing layout, do not complain if it was the default layout
1134         of the original class (bug #342)
1135
1136 2002-04-24  Juergen Vigna  <jug@sad.it>
1137
1138         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
1139         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
1140
1141 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
1142
1143         * buffer.C (getBibkeyList): If using \bibliography, return the
1144         option field with the reference itself. Enables us to provide natbib
1145         support when using \bibliography.
1146
1147 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
1148
1149         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
1150
1151         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
1152         natbib is provided by the LaTeX class.
1153
1154 2002-04-23  Juergen Vigna  <jug@sad.it>
1155
1156         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
1157         Wakeup functions.
1158
1159         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
1160
1161 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1162
1163         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
1164
1165         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
1166         ensuremath around textordmasculine, textordfeminine and
1167         textdegree.
1168
1169 2002-04-19  Juergen Vigna  <jug@sad.it>
1170
1171         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
1172         reinitializing the buffer otherwise row-dimensions may be wrong.
1173         (update): reset also the selection cursors if they do exits otherwise
1174         their x/y positions may be wrong.
1175
1176         * text2.C (cursorDown): don't enter the inset if we came from a row
1177         above and are one row over the inset.
1178
1179         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
1180         really leaving an inset.
1181
1182 2002-04-18  Juergen Vigna  <jug@sad.it>
1183
1184         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
1185         of the selected paragraph does not have the selected layout also if
1186         the last one had!
1187
1188         * text2.C (setLayout): fixed bug which did not change last selected
1189         paragraph.
1190
1191         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
1192         changed the read and substituted \\end_float with \\end_inset!
1193
1194         * BufferView_pimpl.C (cursorPrevious):
1195         (cursorNext): fixed to make it work with rows heigher than the work
1196         area without moving the cursor only the draw of the row.
1197         (workAreaMotionNotify): fix jumping over high rows.
1198
1199 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1200
1201         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
1202         Ressler.
1203
1204 2002-04-16  Juergen Vigna  <jug@sad.it>
1205
1206         * text2.C (setCursor): set also the irow().
1207         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
1208         (cursorUp):
1209         (cursorDown): support for locking an inset if the x_fix value goes
1210         inside it. That way I can transverse insets too with cursor up/down.
1211
1212         * lyxrow.h: added irow helper function same as other (i) functions.
1213
1214         * BufferView_pimpl.C (cursorPrevious):
1215         (cursorNext): fixed for insets!
1216
1217 2002-04-15  Juergen Vigna  <jug@sad.it>
1218
1219         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
1220         position otherwise it is wrong in some cases.
1221
1222         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
1223         inside the inset before the call.
1224
1225 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
1226
1227         * buffer.[Ch] (getBibkeyList): make it const.
1228
1229 2002-04-12  Juergen Vigna  <jug@sad.it>
1230
1231         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
1232
1233         * text2.C (getCursorX): new helper function
1234         (setCursor): compute also ix_
1235         (setCursorFromCoordinates): set also ix.
1236
1237         * lyxcursor.h: added ix_ and helper functions.
1238
1239         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
1240
1241         * buffer.C (insertStringAsLines): dont break paragraph if the this
1242         paragraph is inside an inset which does not permit it!
1243
1244         * text.C (breakParagraph): honor keepempty flag and break the paragraph
1245         also with no chars on this paragraph.
1246         (paintRowText): only paint stuff if it's inside the workarea!
1247
1248         * paragraph.C (breakParagraph): honor keepempty flag and break the
1249         paragraph always below not above.
1250
1251         * BufferView2.C (unlockInset): update the paragraph layout on inset
1252         unlock as we changed paragraph in such a case.
1253
1254         * lyxfind.C (LyXFind): clear the former selection if not found!
1255
1256         * text2.C (insertInset): freeze Undo after setUndo so that it is not
1257         again called in insertChar().
1258
1259         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
1260         an inset which uses the whole row!
1261         (rightMargin): ditto.
1262         (insertChar): force a rebreak if we inserted an inset!
1263
1264 2002-03-28  Herbert Voss  <voss@lyx.org>
1265
1266         * lyxlength.[Ch]: add inBP() to get the right PS-point
1267         units (BigPoint). With inPixels we have rounding errors
1268
1269 2002-04-11  Juergen Vigna  <jug@sad.it>
1270
1271         * text2.C (setCursorFromCoordinates): set iy to the right value.
1272         (setCursor): add check if row->previous exists!
1273
1274         * buffer.C (parseSingleLyXformat2Token): reset font after read of
1275         an old float_type as this was the case in the old code!
1276
1277         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
1278
1279         * BufferView2.C (showLockedInsetCursor): use iy
1280         (fitLockedInsetCursor): ditto
1281
1282         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
1283         locked insets as there we have the right value now.
1284
1285         * lyxcursor.C: added iy_ variable and iy functions to set to the
1286         baseline of cursor-y of the locked inset.
1287
1288         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
1289         (setCursor): fixed for insets which need a full row.
1290
1291         * text.C (rowLastPrintable): don't ignore the last space when before
1292         an inset which needs a full row.
1293         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
1294         as last character of a row when before a inset which needs a full row.
1295
1296 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1297
1298         * version.C.in: update date
1299
1300         * text2.C (fullRebreak): try to always return true and see what
1301         happens...
1302
1303 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1304
1305         * MenuBackend.C (expand): use Floating::listName
1306
1307         * FloatList.C (FloatList): add listName argument to the built-in
1308         floats
1309
1310         * Floating.[Ch]: add listName member, which is the 'List of XXX'
1311         text associated with the float.
1312
1313 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1314
1315         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
1316
1317 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1318
1319         * ShareContainer.h: add a couple of missing typenames.
1320
1321 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
1322
1323         * lyxrc.C (getDescription): use _() correctly rather than N_().
1324
1325 2002-03-28  Herbert Voss  <voss@lyx.org>
1326
1327         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
1328         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
1329
1330 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1331
1332         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
1333         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
1334
1335 2002-03-29  Juergen Vigna  <jug@sad.it>
1336
1337         * lyxfunc.C (dispatch): add a missing fitCursor call.
1338
1339         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
1340         it was scrolled by a cursor move, so return the bool status.
1341
1342         * BufferView.C (fitCursor): return the bool flag also to the outside
1343         world as this is needed.
1344
1345         * screen.C (toggleToggle): don't subtract the offset if it's positive.
1346
1347         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
1348         call the edit() as it is not needed (and wrong) IMO.
1349         (workAreaButtonPress): set the screen_first variable before evt.
1350         unlock the inset as this may change screen_first and then we have
1351         a wrong y position for the click!
1352
1353 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1354
1355         * MenuBackend.C (expand): another translation that I missed
1356
1357 2002-03-28  Juergen Vigna  <jug@sad.it>
1358
1359         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
1360
1361         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
1362
1363 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1364
1365         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
1366
1367         * MenuBackend.C (expand): fix export/view/update when there is no
1368         document open.
1369
1370 2002-03-27  Herbert Voss  <voss@lyx.org>
1371
1372         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
1373         and text%
1374
1375 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1376
1377         * bufferview_funcs.C (currentState): only show paragraph number
1378         for is DEVEL_VERSION is set.
1379
1380         * lyxfunc.C (dispatch): put warning in INFO channel
1381
1382         * MenuBackend.C (expand): translate the name of floats
1383
1384         * FloatList.C (FloatList): mark the float names for translation
1385
1386         * converter.C (convert): use LibScriptSearch
1387
1388 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1389
1390         * MenuBackend.C (defaults): fix default menu (we might as well get
1391         rid of it...)
1392
1393 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1394
1395         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
1396         directory.
1397
1398 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1399
1400         * lyxvc.C: reorder includes.
1401
1402 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
1403
1404         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
1405           properly
1406
1407 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
1408
1409         * CutAndPaste.C: change layouts earlier on paste
1410           to avoid crashing when calling getFont()
1411
1412 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
1413
1414         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
1415         irritating #error.
1416
1417 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1418
1419         * WorkArea.C: remove 'Pending' debug message.
1420
1421         * most files: ws cleanup
1422
1423         * buffer.[Ch]: ws changes
1424
1425         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
1426
1427 2002-03-21  Juergen Vigna  <jug@sad.it>
1428
1429         * tabular.C (SetMultiColumn): collapse also the contents of the
1430         cells and set the last border right. Added a Buffer const * param.
1431
1432 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1433
1434         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
1435         linking or not.
1436
1437 2002-03-19  Juergen Vigna  <jug@sad.it>
1438
1439         * text2.C (clearSelection): reset also xsel_cache.
1440
1441         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
1442         where it needs to be called (John tells us to do so too :)
1443         (selectionLost): reset sel_cache.
1444
1445         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
1446
1447 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1448
1449         * text2.C (setCursorIntern): put debuging code in INSETS channel
1450
1451 2002-03-19  André Pönitz <poenitz@gmx.net>
1452
1453         * lyxfunc.C: tiny whitespace change
1454
1455 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1456
1457         * ToolbarDefaults.C (init):
1458         * LyXAction.C (init):
1459         * commandtags.h:
1460         * BufferView_pimpl.C (Dispatch):
1461         * lyxfunc.C (dispatch): remove LFUN_DEPTH
1462
1463 2002-03-19  Allan Rae  <rae@lyx.org>
1464
1465         * exporter.C (Export): removeAutoInsets before doing anything else.
1466         While I've just introduced a dependency on BufferView this really is
1467         the best place to clean the buffer otherwise you need to cleanup in
1468         a dozen places before calling export or cleanup in a dozen functions
1469         that export calls.
1470
1471         * converter.C (runLaTeX):
1472         (scanLog): Better handling of removeAutoInsets and screen updates.
1473
1474         * lyxfunc.C (dispatch): small whitespace changes
1475
1476 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1477
1478         * WorkArea.C (C_WorkAreaEvent): return a value.
1479         (event_cb): return 1 if we handled the event, 0 otherwise.
1480
1481         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
1482
1483 2002-03-18  Juergen Vigna  <jug@sad.it>
1484
1485         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
1486         (GetAdditionalWidth): ditto.
1487         (RightLine): ditto.
1488         (LeftLine): ditto.
1489
1490         * BufferView2.C (copy): use getLyXText() so that we do it inside an
1491         inset if we're there actually (probably not used right now but this
1492         is the direction to go for unifying code).
1493         (paste): disable code to clear the selection.
1494
1495         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
1496         inside an InsetText and move the check further up as it is in the
1497         wrong place.
1498
1499         * text2.C (pasteSelection): set a selection over the pasted text.
1500
1501 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
1502
1503         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
1504         and libgraphics to build on Cygwin.
1505
1506 2002-03-15  Juergen Vigna  <jug@sad.it>
1507
1508         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
1509         inserting an Inset into the paragraph. I know this is not the best
1510         fix but we already use current_view in CutAndPaste so we will remove
1511         all of it's using at the same time.
1512
1513         * buffer.C (sgmlError): deactivated function till it is rewritten in
1514         the right mode, now it can create problems.
1515
1516         * paragraph.C (isLineSeparator): check if getInset returns != 0,
1517         before accessing it.
1518
1519 2002-03-14  Juergen Vigna  <jug@sad.it>
1520
1521         * undo_funcs.C (textHandleUndo): do the right thing when updating
1522         the inset after the undo/redo.
1523
1524         * text2.C (setCursor): just some testcode for #44 not ready yet.
1525
1526         * undo_funcs.C (textHandleUndo): set the next() and previous()
1527         pointers of the paragraph to 0 before deleting otherwise we have
1528         problems with the Paragraph::[destructor].
1529
1530         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
1531         on a paragraph insertion.
1532
1533 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1534
1535         * buffer.C (asciiParagraph): use += operator for char append to
1536         string.
1537
1538         * paragraph.C (getFontSettings): compare >= not just >
1539         (highestFontInRange): ditto
1540         (setFont): ditto
1541
1542 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1543
1544         * paragraph.C: change several algorithm to be more appripriate for
1545         the problem domain. This is lookip in FontList and in the InsetList.
1546
1547 2002-03-13  André Pönitz <poenitz@gmx.net>
1548
1549         * commandtags.h:
1550         * LyXAction.C: remove unused LFUN_MATH_MACROARG
1551
1552 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
1553
1554         * commandtags.h:
1555         * LyXAction.C:
1556         * lyxfunc.C:
1557         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
1558
1559 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1560
1561         * Painter.C (display): anon helper function, adjust code for this
1562         change.
1563         (pixmap): remove function.
1564
1565         * Painter.h: remove private display variable.
1566
1567         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
1568
1569 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
1570
1571         * WorkArea.[Ch]: remove figinset_canvas cruft.
1572
1573 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1574
1575         * lyxtextclass.C (operator): add one item cache optimization.
1576
1577         * bufferlist.h: doxy changes
1578
1579         * bufferlist.C: ws changes
1580
1581         * DepTable.[Ch] (ext_exist): place const in the right spot.
1582
1583         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
1584         call resizeInsets.
1585         (workAreaExpose): call resizeInsets when the with BufferView changes.
1586         (Dispatch): adjust for protectedBlank removal
1587         (specialChar): call updateInset if the insert went ok.
1588
1589         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
1590         specialChar instead.
1591
1592         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
1593
1594         * BufferView.h: doxy change
1595
1596         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
1597
1598         * lyxtextclass.C (operator[]): remove non-const version
1599         (defaultLayout): remove non-const version
1600
1601 2002-03-12  Juergen Vigna  <jug@sad.it>
1602
1603         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
1604         did resize the LyXText too.
1605
1606         * buffer.C (readLyXformat2): set layout information on newly allocated
1607         paragraphs.
1608
1609         * tabular.C (OldFormatRead): set layout information on the paragraph.
1610
1611 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1612
1613         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
1614
1615 2002-03-11  Juergen Vigna  <jug@sad.it>
1616
1617         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
1618         plainly wrong.
1619         (resizeCurrentBuffer): force also the insets to resize themselfes.
1620         (moveCursorUpdate): fixed up for InsetText.
1621
1622 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
1623
1624         * commandtags.h:
1625         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
1626         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
1627         value of Dialogs::tooltipsEnabled().
1628         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
1629
1630 2002-03-08  Juergen Vigna  <jug@sad.it>
1631
1632         * BufferView_pimpl.C (updateInset): update inset inside inset also
1633         if it isn't inside theLockingInset().
1634
1635 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1636
1637         * buffer.C (asciiParagraph): redo some of the word and line length
1638         handling.
1639         (getLists): look for Caption instead of caption.
1640
1641 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1642
1643         * buffer.C (Buffer): initialize niceFile to true
1644         (makeLaTeXFile):
1645         (makeLinuxDocFile):
1646         (makeDocBookFile): make sure niceFile is true on exit
1647
1648 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1649
1650         * buffer.C (makeLaTeXFile): escape ~ in \input@path
1651
1652 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
1653
1654         * LyXSendto.C: remove.
1655         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
1656         * lyx_gui.C: remove now-redundant comment.
1657         * ColorHandler.h: remove forward declaration of class WorkArea.
1658         * lyxfunc.C: remove #include "WorkArea.h".
1659
1660 2002-03-07  Juergen Vigna  <jug@sad.it>
1661
1662         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
1663         got moved away with the DEPM and also set the inset_owner always
1664         right which before could have been omitted.
1665
1666 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1667
1668         * buffer.C (parseSingleLyXformat2Token): use default layout is the
1669         wanted layout is not found.
1670
1671 2002-03-07  Juergen Vigna  <jug@sad.it>
1672
1673         * CutAndPaste.C (cutSelection): another layout settings forgotten.
1674
1675 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1676
1677         * paragraph.C (breakParagraph): use default layout not layout of
1678         prev paragraph.
1679         (Paragraph): clear ParagraphParameters.
1680
1681 2002-03-06  Juergen Vigna  <jug@sad.it>
1682
1683         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
1684         otherwise it would not be a valid lenght. Fixed a special case in
1685         the minipage compatibility read where we end the document with a
1686         minipage.
1687
1688         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
1689         was set as it could be 0 for InsetTexts first entry.
1690
1691 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1692
1693         * paragraph.C (writeFile): if layout is empty write out
1694         defaultLayoutName().
1695
1696         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
1697         file without named layout we set layout to defaultLayoutName().
1698
1699 2002-03-06  Juergen Vigna  <jug@sad.it>
1700
1701         * CutAndPaste.C (copySelection): set layout for new paragraph.
1702
1703         * text.C (prepareToPrint): leave ERT inset left aligned
1704         (leftMargin): don't indent paragraphs inside ERT insets
1705
1706 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1707
1708         * paragraph.C (breakParagraph): dont call clear do the work manually
1709
1710         * paragraph.[Ch] (clear): remove function
1711
1712 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1713
1714         * paragraph.C (Paragraph): dont call clear, the work has already
1715         been done.
1716
1717         * lyxtextclass.C (operator): assert if n is empty
1718
1719         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
1720         work manually instead.
1721
1722 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1723
1724         * BufferView_pimpl.C: protect selectionLost against text == 0
1725
1726 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1727
1728         * text.C (breakParagraph): fix a setting layout to '0' problem.
1729
1730 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1731
1732         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
1733         final location of file, for the included files, and graphics.
1734
1735 2002-03-05  Juergen Vigna  <jug@sad.it>
1736
1737         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
1738
1739 2002-03-04  Juergen Vigna  <jug@sad.it>
1740
1741         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
1742
1743         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
1744         last column of multicolumn cells.
1745         (SetWidthOfMulticolCell): recalculate NMC and real columns.
1746
1747 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
1748
1749         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
1750         file if it doesn't go to a temporary file.
1751
1752         * buffer.C (sgmlOpenTag):
1753         (sgmlCloseTag):  remove extra newline insertion.
1754
1755 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1756
1757         * text.C (getRowNearY): comment out debug msg
1758
1759 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1760
1761         * text2.C: first -> first_y
1762
1763         * text.C (getRowNearY): add some attemts at a possible
1764         optimization, not working.
1765
1766         * tabular.[Ch]: add BufferParams to several function so that newly
1767         created paragraph can be initialized to he default layotu for the
1768         buffers textclass.
1769
1770         * tabular-old.C (ReadOld): add buf->params to call of Init
1771
1772         * screen.C: rename text->first to text->first_y
1773
1774         * paragraph.C (breakParagraph): always set layout in the broken
1775         paragraph
1776
1777         * lyxtextclass.C (Read): remove lowercase
1778         (hasLayout): ditto
1779         (operator): ditto
1780         (delete_layout): ditto
1781
1782         * lyxtext.h: rename first -> first_y
1783
1784         * lyxlayout.C (Read): remove lowercase
1785         (name): ditto
1786         (setName): ditto
1787         (obsoleted_by): ditto
1788
1789         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
1790
1791         * buffer.C (insertErtContents): add params are to InsetERT
1792         (parseSingleLyXformat2Token): add code to check if a paragraphs
1793         layout really exist.
1794         (parseSingleLyXformat2Token): add params to several inset
1795         constructors
1796         (asciiParagraph): remove lowercase, do the layout comparisons with
1797         no_case
1798
1799         * BufferView_pimpl.C (cursorNext): first -> first_y
1800         (resizeCurrentBuffer): first -> first_y
1801         (updateScrollbar): first -> first_y
1802         (scrollCB): first -> first_y
1803         (workAreaMotionNotify): first -> first_y
1804         (workAreaButtonPress): first -> first_y
1805         (checkInsetHit): first -> first_y
1806         (cursorPrevious): first -> first_y
1807         (cursorNext): first -> first_y
1808         (Dispatch): add buffer_->params to severl inset contructors
1809
1810 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
1811
1812         * lyxlayout.C (Read): remove some debug info that I forgot.
1813
1814         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
1815         clean up the code slightly.
1816         (makeLinuxDocFile): ditto
1817         (makeDocBookFile): ditto
1818
1819         * text2.C: layout as string
1820
1821         * text.C: layout as string
1822
1823         * paragraph_pimpl.C: layout as string
1824
1825         * paragraph.[Ch]: layout as string
1826
1827         * lyxtextclasslist.[Ch]: layout as string
1828
1829         * lyxtextclass.[Ch]: layout as string
1830
1831         * lyxtext.h: layout as string
1832
1833         * lyxlayout.[Ch]: layout as string
1834
1835         * lyx_cb.C: layout as string
1836
1837         * bufferview_funcs.C: layout as string
1838
1839         * bufferparams.C: layout as string
1840
1841         * buffer.C: layout as string
1842
1843         * LyXView.[Ch]: layout as string
1844
1845         * LaTeXFeatures.[Ch]: layout as string
1846
1847         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
1848
1849         * BufferView_pimpl.C: change current_layout to string, remove
1850         lyx::layout_type.
1851         (Dispatch):
1852         (smartQuote):
1853         (insertInset):
1854         (workAreaButtonRelease): layout as string
1855
1856         * BufferView2.C (unlockInset): adjust
1857
1858         * vspace.C (asLatexCommand): use an explict temp variable.
1859
1860 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
1861
1862         * Makefile.am: use FRONTEND_*
1863
1864 2002-03-01  Juergen Vigna  <jug@sad.it>
1865
1866         * tabular.C (SetWidthOfMulticolCell): changed to something better
1867         I hope but still work in progress.
1868         (recalculateMulticolumnsOfColumn): renamed function from
1869         recalculateMulticolCells as it is more appropriate now.
1870         (SetWidthOfCell): calculate multicols better.
1871
1872 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1873
1874         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
1875
1876         * lyxfunc.C (processKeySym): print sequence also if it is
1877         `deleted' (complete)
1878
1879         * kbsequence.C (print): print sequence even if it is deleted
1880         (complete would be a better word, actually).
1881
1882         * lyxfunc.C (dispatch): print complete options after a prefix key
1883
1884         * vspace.C (asLatexCommand): rewrite in a slightly different form.
1885
1886 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
1887
1888         * text2.C (setCharFont): eliminate setCharFont code duplication.
1889
1890 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1891
1892         * BufferView_pimpl.C (Dispatch): remove bogus handling of
1893         LFUN_TABULAR_FEATURE (bug #177)
1894
1895 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
1896
1897         * Makefile.am: remove figure.h
1898
1899 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
1900
1901         * Bufferview_pimpl.C:
1902         * CutAndPasteC:
1903         * LaTeX.C:
1904         * LyXSendto.C:
1905         * buffer.C:
1906         * bufferlist.C:
1907         * converter.C:
1908         * language.C:
1909         * lyxfunc.C:
1910         * lyxvc.C:
1911         * paragraph.C:
1912         * text.C:
1913         * text2.C: remove #include "lyx_gui_misc.h".
1914
1915         * LaTeX.C: added #include <cstdio>
1916
1917 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1918
1919         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
1920         that the paragraph following this one can have.
1921
1922         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
1923
1924         * vspace.C (asLatexCommand): fix bogus gcc warning
1925
1926         * Makefile.am (lyx_SOURCES): remove vms_defines.h
1927
1928 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
1929
1930         * text2.C (setLayout): get rid of redundant code
1931
1932 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
1933
1934         * text2.C (incDepth): make sure depth cannot be increased beyond
1935         reasonable values.
1936
1937 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
1938
1939         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
1940         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
1941
1942         * PainterBase.h (image):
1943         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
1944         a LyXImage const *.
1945
1946 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1947
1948         * BufferView.C:
1949         * BufferView.h:
1950         * BufferView_pimpl.C:
1951         * BufferView_pimpl.h:
1952         * LaTeXFeatures.C:
1953         * LyXAction.C:
1954         * LyXView.C:
1955         * Makefile.am:
1956         * UpdateList.h:
1957         * UpdateList.C:
1958         * buffer.C:
1959         * figure.h:
1960         * figureForm.C:
1961         * figureForm.h:
1962         * figure_form.C:
1963         * figure_form.h:
1964         * lyx_cb.C:
1965         * lyx_gui.C:
1966         * lyx_gui_misc.C:
1967         * lyxfunc.C:
1968         * sp_base.h:
1969         * sp_ispell.h:
1970         * sp_pspell.h:
1971         * sp_spell.C: remove fig inset, and the crap house of
1972           cards that follows it
1973
1974 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
1975
1976         * Makefile.am:
1977         * lyxserver.C:
1978         * os2_defines.h:
1979         * os2_errortable.h:
1980         * nt_defines.h: move .h into support/
1981
1982         * vms_defines.h: remove
1983
1984         * WorkArea.C: add space in debug output
1985
1986         * text2.C:
1987         * paragraph.C:
1988         * buffer.C: add WITH_WARNINGS
1989
1990         * vc-backend.h:
1991         * vc-backend.C:
1992         * bufferlist.C: s/retrive/retrieve/, add docs
1993
1994         * vspace.h:
1995         * vspace.C:
1996         * kbmap.h:
1997         * lyxlength.h:
1998         * lyxgluelength.h:
1999         * length_common.h:
2000         * chset.h:
2001         * chset.C: add docs
2002
2003         * lyxgui.C: add ID to X error handler
2004
2005         * lyxtestclass.c: fix typo
2006
2007 2002-02-26  Juergen Vigna  <jug@sad.it>
2008
2009         * tabular_funcs.C (write_attribute): changed so that some default
2010         attributes are not written at all.
2011         (getTokenValue): set default values before trying to read the
2012         value so we have the return value always set as default if we don't
2013         find the token we search for.
2014
2015         * tabular.C (Write): write bools as bools not as strings!
2016
2017 2002-02-22  Juergen Vigna  <jug@sad.it>
2018
2019         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
2020         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
2021
2022         * text.C (leftMargin): don't add an indent for paragraphs inside
2023         tabular cells (fix #208).
2024
2025 2002-02-21  José Matos  <jamatos@fep.up.pt>
2026
2027         * tabular.C (docBook): fixed support for long tables.
2028
2029 2002-02-20  Juergen Vigna  <jug@sad.it>
2030
2031         * text2.C (getFont): get the drawing font of the Inset if this
2032         paragraph is inside an inset (only important for InsetERT for now).
2033
2034         * buffer.C (insertErtContents): use new lanugage params in ERT
2035         constructor.
2036
2037         * CutAndPaste.C: commenting out seemingly uneeded code.
2038
2039 2002-02-19  Allan Rae  <rae@lyx.org>
2040
2041         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
2042         Iterators might be simple to use but they also get invalidated.
2043         (removeAutoInsets): renamed saved cursor tracking variables and added
2044         some comments to clarify what everything does.
2045
2046 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
2047
2048         * Chktex.C:
2049         * LaTeX.C:
2050         * LyXSendto.C:
2051         * converter.C:
2052         * lyx_cb.C:
2053         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
2054         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
2055
2056         * lyxfunc.C:
2057         * vc-backend.h: remove #include "support/syscall.h"
2058
2059         * LaTeX.C:
2060         * LyXSendto.C:
2061         * converter.C: rearrange #includes in Lars' approved fashion.
2062
2063         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
2064         forward declare class Timeout in the header file.
2065
2066         * XFormsView.C: changes due to the above.
2067
2068         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
2069         similar to LyXView.
2070
2071         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
2072         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
2073
2074 2002-02-18  José Matos  <jamatos@fep.up.pt>
2075
2076         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
2077         insets contents.
2078
2079 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
2080
2081         * a lot of small ws changes
2082         * add a lot of using std::XXX
2083         * use std construcs some places where approp.
2084         * use some exisint stuff from lyxfunctional where approp.
2085         * Make file changes to use partial linking (lets test this now...)
2086
2087 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2088
2089         * Chktex.C:
2090         * buffer.C:
2091         remove #include "support/syscontr.h" as it's redundant. Always has been.
2092
2093         * Chktex.C:
2094         * LaTeX.C:
2095         * LyXSendto.C:
2096         * converter.C:
2097         * lyx_cb.C:
2098         * vc-backend.C:
2099         change Systemcalls::System to Systemcalls::Wait and
2100         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
2101         No change of functionality, just reflects the stripped down Systemcalls
2102         class.
2103
2104 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
2105
2106         * debug.[Ch]: add a GRAPHICS type to the enum.
2107
2108 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2109
2110         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
2111
2112         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
2113         there is an inset.
2114
2115 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2116
2117         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
2118         match the changes below.
2119
2120         * text2.C (toggleInset): if there is not editable inset at cursor
2121         position, try to see if cursor is _inside_ a collapsable inset
2122         and close it.
2123
2124 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2125
2126         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
2127         document menu has a nice checkbox
2128
2129 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2130
2131         * lyxlength.C (asLatexString): change PW to output as percent of
2132         \textwidth.
2133
2134         * lengthcommon.C: change '%' to 't%'
2135
2136         * lyxfunc.C (dispatch): a few comments from Martin
2137
2138 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
2139
2140         * WorkArea.h:
2141         * WorkArea.C:
2142         * BufferView_pimpl.h:
2143         * BufferView_pimpl.C: clear our selection when X tells us we've lost
2144           the X selection.
2145
2146 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2147
2148         * vspace.C (inPixels): fix compiler warning
2149
2150 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2151
2152         * lyxfunc.C (getStatus): fix status message for disabled commands.
2153
2154 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
2155
2156         * BufferView_pimpl.C: fix crash on close buffer
2157         during selection (#227)
2158
2159 2002-01-27  Herbert Voss  <voss@lyx.org>
2160
2161         * buffer.C: link old Figure to new graphic inset
2162
2163 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
2164
2165         * FontLoader.C (getFontinfo): Change the latex font names in order
2166         to match the names of type1inst.
2167
2168 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2169
2170         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
2171
2172         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
2173         (extchanged): ditto
2174         (ext_exist): ditto
2175         (remove_files_with_extension): ditto
2176         (remove_file): ditto
2177         (write): ditto
2178
2179         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
2180         document is smaller than the work area height. Do not initialize
2181         static variables to 0.
2182
2183 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2184
2185         * lyx_gui.C (init): give the toolbar tooltips a normal font.
2186
2187         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
2188         LFUN_LAYOUT_PARAGRAPHS.
2189
2190         * tabular.C (GetCellFromInset): new method. Finds an inset in a
2191         tabular. It is possible to provide a possible cell, which will
2192         typically be the actcell from the corresponding insettabular
2193
2194         * lyxfunc.C (getStatus): small cleanup; disable
2195         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
2196         true
2197
2198 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2199
2200         * tabular.C (Validate): remove broken optimization (fixes bug #201)
2201
2202         * paragraph.C (startTeXParParams):
2203         (endTeXParParams): new methods. The LaTeX code to
2204         start/end paragraph formatting
2205         (simpleTeXOnePar): call startTeXParParams also when paragraph is
2206         empty (fixes bug #200)
2207
2208         * vspace.C (inPixels): adapt to the change below
2209         (inPixels): [later] more cleanups (remove unused variables)
2210
2211         * lyxlength.C (inPixels): change to use a width and a height as
2212         parameter.
2213
2214 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2215
2216         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
2217         Replaced with \paperwidth
2218
2219         * DepTable.C (insert): add std:: qualifier
2220
2221 2002-01-18  Allan Rae  <rae@lyx.org>
2222
2223         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
2224         updated also?
2225
2226         * text.C (drawInset): Turned out I didn't know enough about how
2227         rebreaking worked.  This fixes most of the redraw problems.  I see
2228         an occasional cursor trail when a line is broken now and the cursor
2229         placement can seem out by a few pixels also after a rebreak.
2230
2231 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2232
2233         * buffer.C (parseSingleLyXformat2Token): update because minipage
2234         width is now a LyXLength
2235
2236         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
2237
2238         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
2239         math insets
2240
2241 2002-01-17  Juergen Vigna  <jug@sad.it>
2242
2243         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
2244
2245         * BufferView2.C (lockInset): call edit() so that theLockingInset()
2246         is set correctly and the inset is updated correctly.
2247
2248 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2249
2250         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
2251         the beginning of the loop.
2252
2253 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
2254
2255         * lyxrc.C: improve help for use_scalable_fonts
2256
2257 2002-01-17  Allan Rae  <rae@lyx.org>
2258
2259         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
2260
2261 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2262
2263         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
2264         make sure to set their inset_owner to the right value (bug #171)
2265
2266 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
2267
2268         * DepTable.h
2269         * DepTable.C: Implement mtime checking to reduce time spent doing
2270         CRCs.
2271
2272 2002-01-16  Juergen Vigna  <jug@sad.it>
2273
2274         * tabular.C (GetAdditionalHeight): one of error fixed.
2275
2276         * lyxrc.C (output): small fix in writing use_pspell.
2277
2278 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
2279
2280         * sp_base.h: #include LString.h
2281
2282 2002-01-16  Allan Rae  <rae@lyx.org>
2283
2284         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
2285         Can someone check this please?
2286
2287         * text.C (drawInset): It was possible that p.row would be removed by
2288         breakAgainOneRow upsetting a few other settings.  There may be another
2289         small tweak possible by setting need_break_row = 0 when p.row has been
2290         removed but I don't know enough about the logic here.
2291
2292 2002-01-15  Allan Rae  <rae@lyx.org>
2293
2294         * text.C (insertChar): removed conditional truism.
2295
2296         * BufferView2.C (removeAutoInsets): More tweaks.
2297         cur_par_prev could be a stray pointer.  Check for trailing empty line
2298         in case last line was cur_par and only had an error inset on it.
2299
2300 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2301
2302         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
2303         absolute
2304
2305         * vc-backend.C (most methods):
2306         * exporter.C (Export):
2307         * converter.C (convert):
2308         (runLaTeX):
2309         * LyXSendto.C (SendtoApplyCB):
2310         * lyxfunc.C (dispatch):
2311         (menuNew):
2312         (open):
2313         (doImport):
2314         * lyx_cb.C (AutoSave):
2315         (InsertAsciiFile):
2316         * BufferView_pimpl.C (MenuInsertLyXFile):
2317         * buffer.C (runChktex): use Buffer::filePath().
2318
2319         * buffer.h: rename filename to filename_; rename filepath to
2320         filepath_ and make it private
2321         (filePath): new method
2322
2323         * buffer.C (writeFile): use fileName()
2324         (getLatexName):
2325
2326         * lyx_main.C (init): fix starting  of LyX when the binary is a
2327         link from so,ewhere else.
2328
2329         * minibuffer.C: include <cctype> for isprint
2330
2331 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2332
2333         * buffer.C (parseSingleLyXformat2Token): changes associated with the
2334         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
2335         name clash with InsetCollapsable's width function.
2336
2337 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2338
2339         * lastfiles.C: include <iterator>
2340
2341 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2342
2343         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
2344         std::count.
2345
2346         * buffer.C (makeLaTeXFile): ditto.
2347         Also make loop operation more transparent.
2348
2349 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
2350
2351         * ToolbarDefaults.C: remove trailing comma closing namespace.
2352
2353         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
2354
2355         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
2356         as in WorkArea.
2357
2358         * trans.C (Load): comment out unused variable, allowed.
2359
2360 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2361
2362         * minibuffer.[Ch] (append_char): new method to recieve input from the
2363         drop-down completion browser. If a key was pressed, then recieve this
2364         char and append it to the existing string.
2365         (peek_event): modify the positioning data passed to the completion
2366         browser so that it can be placed above the minibuffer rather than below.
2367 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2368
2369         * LyXAction.C (init): alloe error-next for readonly documents.
2370
2371         * BufferView2.C (ChangeRefsIfUnique): use standard version of
2372         count.
2373
2374 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2375
2376         * bufferlist.C (readFile): create the buffer _after_ checking that
2377         the file exists.
2378
2379         * lyxfunc.C (verboseDispatch): fix handling of arguments
2380
2381         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
2382
2383         * lyxrc.C: use string::erase() instead of initializing to "".
2384
2385
2386 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
2387
2388         * BufferView_pimpl.h:
2389         * BufferView_pimpl.C:
2390         * WorkArea.h:
2391         * WorkArea.C:
2392         * text2.C: tell X when we have made a selection for copying
2393
2394 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2395
2396         * BufferView_pimpl.C (MenuInsertLyXFile):
2397         * lyxfunc.C (menuNew):
2398         (open):
2399         (doImport): add shortcuts to directory buttons
2400
2401         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
2402         open a float)
2403
2404         * lyxfunc.C (setStatusMessage):
2405         (getStatusMessage): new methods
2406         (getStatus):use setStatusMessage instead of setErrorMessage
2407         (dispatch): when function is disabled, set error message here
2408         [instead of in getStatus previously]
2409
2410         * BufferView_pimpl.C (workAreaButtonRelease): update
2411         toolbar/menubar here too.
2412
2413 2002-01-13  Allan Rae  <rae@lyx.org>
2414
2415         * BufferView2.C (removeAutoInsets): finished off earlier fix.
2416         Now seems indestructible.  Remaining task is to audit all other
2417         code affected by deleteEmptyParagraphMechanism.  One small quirk
2418         left is that an empty document with an error in the preamble can
2419         be made to report an error but no error box appears.  I don't know
2420         where it goes.
2421         (removeAutoInsets): Improved comments.
2422
2423 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
2424
2425         * Thesaurus.h:
2426         * Thesaurus.C: update for Aiksaurus 0.14
2427
2428 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2429
2430         * text2.C (firstParagraph): removed member function, all uses
2431         replaces with ownerParagraph
2432         (redoParagraphs): here
2433         (updateInset): here
2434         (toggleAppendix): here
2435         * BufferView2.C (insertErrors): here
2436         (setCursorFromRow): here
2437
2438 2002-01-13  Allan Rae  <rae@lyx.org>
2439
2440         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
2441         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
2442         There is still a way to segfault this although you may have to do this
2443         multiple times: Have an InsetERT with an unknown command in it.
2444         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
2445         <down-arrow>, <Enter> again, View->DVI, BANG!
2446
2447         * text2.C (setCursor):
2448         (deleteEmptyParagraphMechanism):
2449         * lyxtext.h (setCursor):
2450         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
2451         Making use of the return value may help fix other bugs.
2452
2453 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2454
2455         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
2456
2457         * LyXView.C (updateMenubar): call MenuBar::update here
2458         (updateToolbar): but not here
2459         (showState): do not update toolbar/menubar
2460
2461         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
2462         should need to care about that.
2463
2464         * lyxfunc.C (verboseDispatch): simplify a bit
2465         (getStatus): have a version which takes a pseudoaction, and
2466         another which requires a (kb_action,string).
2467
2468         * LyXAction.C (retrieveActionArg): make it work also when action
2469         is not a pseudo-action.
2470         (getActionName): simplify a bit
2471         (helpText):
2472
2473 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2474
2475         * lyxfunc.C (verboseDispatch): new families of methods with
2476         several ways to specify a command and a bool to indicate whether
2477         the command name and shortcut should be displayed in minibuffer
2478         (eventually, we could extend that to a finer bitmask like
2479         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
2480         (dispatch): the pristine dispatch command which just, well,
2481         dispatchs! Note it still sets its result to minibuffer; I'm not
2482         sure we want that.
2483
2484         * lyxfunc.h: remove setHintMessage
2485
2486         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
2487
2488 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2489
2490         * BufferView_pimpl.C (specialChar): delete new inset if we have
2491         not been able to insert it.
2492
2493         * kbmap.C: revert to using int instead of kb_action, since all we
2494         are dealing with is pseudo-actions.
2495
2496         * LyXAction.C (searchActionArg): change to return int instead of
2497         kb_action, since the result is a pseudoaction.
2498
2499 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
2500
2501         * buffer.C (insertErtContents): Fix (partially) the font bug.
2502
2503 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
2504
2505         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
2506         as the other one is broken on my machine!
2507
2508 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
2509
2510         * commandtags.h:
2511         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
2512
2513 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
2514
2515         * lyxrc.[Ch]: change names and descriptions of popup font variables to
2516         reflect their actual use. Provide compatibility code for older lyxrc
2517         files.
2518
2519         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
2520         FL_NORMAL_STYLE.
2521         change names of popup font variables in line with the changes to lyxrc.C
2522
2523 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2524
2525         * buffer.C (asciiParagraph): avoid outputing a word twice after
2526         an inset.
2527
2528         * lyxrc.C (getDescription): document that document_path and
2529         template_path can be empty.
2530
2531 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2532
2533         * LaTeXFeatures.C (getMacros):
2534         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
2535
2536         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
2537
2538         * LaTeXFeatures.C (useFloat): require "float" here instead of in
2539         getPackages.
2540         (getPackages): rename feature "floats" to "float". Use an array to
2541         iterate over 'simple' features (i.e. just a \usepackage). Add
2542         handling of "amsmath" (renamed from "amsstyle").
2543
2544 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
2545
2546         * LaTeXFeatures.C (require): Prevent duplicate entries in the
2547         features list.
2548
2549 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
2550
2551         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
2552         FuncStaus::FuncStatus & FuncStaus::some_method().
2553
2554 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
2555
2556         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
2557         of the func_satus stuff. Edited and massaged in various ways by
2558         JMarc.
2559
2560         * lyxfunc.C (getStatus): use FuncStatus
2561
2562 2002-01-08  Juergen Vigna  <jug@sad.it>
2563
2564         * text.C (nextBreakPoint): use function Inset::isChar().
2565
2566         * paragraph.C (TeXOnePar): use function
2567         Inset::forceDefaultParagraphs.
2568
2569         * buffer.C (latexParagraphs): use function
2570         Inset::forceDefaultParagraphs.
2571
2572 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2573
2574         * lyx_gui.C (init): set the style of the menu popups to
2575         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
2576
2577 2002-01-07  Juergen Vigna  <jug@sad.it>
2578
2579         * text.C (setHeightOfRow): small fix
2580         (prepareToPrint): don't look at alignment if we don't have the place
2581         for doing it.
2582
2583 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2584
2585         * box.C: New file. Move the Box methods and functions out of box.h,
2586         following Lars' suggestion.
2587
2588 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
2589
2590         * box.h: #include "support/LOstream.h", needed for inlined function.
2591
2592         * lyxtextclass.C:
2593         * lyxtextclasslist.C: added some using std declarations.
2594
2595 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
2596
2597         * box.h: make signed dimensions to allow insets wider than
2598           the screen (bug #162)
2599
2600         * BufferView_pimpl.C: add some insetHit debug
2601
2602 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
2603
2604         * vc-backend.C: add FIXME
2605
2606 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2607
2608         * lyxfunc.C (getStatus): enable code for showing math font status
2609         in toolbar/menu.
2610
2611 2002-01-07  Juergen Vigna  <jug@sad.it>
2612
2613         * text.C (nextBreakPoint): removed debug output not needed anymore.
2614
2615 2002-01-06  Juergen Vigna  <jug@sad.it>
2616
2617         * text.C (nextBreakPoint): fixed up this function we had this bug
2618         since ever but now hopefully we break row better.
2619         (insertChar): we have to check if an inset is the next char as it
2620         could now happen that a large inset is causing a break.
2621
2622 2002-01-05  Juergen Vigna  <jug@sad.it>
2623
2624         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
2625         if it doesn't like to be drawed.
2626
2627 2002-01-04  Juergen Vigna  <jug@sad.it>
2628
2629         * BufferView2.C (lockInset): forgot to set a cursor.
2630
2631         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
2632
2633 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
2634
2635         * FormMathsPanel.C:
2636         * FormMathsPanel.h
2637         * MathsSymbols.C:
2638         * form_maths_panel.C:
2639         * form_maths_panel.h:
2640         * form_maths_panel.fd: implemented sub- and super- buttons in math
2641         panel.
2642
2643         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
2644         (or ^ space) to be used as in TeX (req'd by André).
2645
2646         * lyxfunc.C: Allow ^ and _ again to be used both as
2647         super/subscript (mathed) and as themselves (in text).
2648
2649 2002-01-03  Allan Rae  <rae@lyx.org>
2650
2651         * LyXView.C (updateWindowTitle): Setup a short icon title of either
2652         "LyX" or the filename of the current buffer if it has one.  This is a
2653         modified form of John Levon's patch.
2654
2655         * XFormsView.C (setWindowTitle): also set icon title.
2656
2657         * LyXView.h (setWindowTitle): signature changed.
2658         * XFormsView.h (setWindowTitle): ditto.
2659
2660 2002-01-02  Juergen Vigna  <jug@sad.it>
2661
2662         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
2663
2664 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2665
2666         * screen.C (topCursorVisible): introduce a temp var for
2667         text->cursor.row(), handle the case where this row is null. (kindo
2668         hachish)
2669
2670         * text2.C (setCursor): add a couple of asserts.
2671
2672         * paragraph.h (inset_iterator): add -> operator
2673
2674         * paragraph.[Ch] (autoDeleteInsets): remove member function
2675
2676         * BufferView2.C (removeAutoInsets): rewrite to handle the old
2677         cursor pos correctly and handle inset deletion by itself.
2678         (insertErrors): move iterator declaration out of for expression
2679
2680         * lyxtextclass.C: add <algorithm>
2681
2682         * Makefile.am: added the new files to sources, removed layout.C
2683
2684         * layout.C: removed file
2685
2686         * layout.h: remove LYX_DUMMY_LAYOUT
2687
2688         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
2689         layout.
2690
2691         * lyxlayout.[Ch]:
2692         * lyxtextclass.[Ch]:
2693         * lyxtextclasslist.[Ch]: new files
2694
2695         * include order changes to a lot of files, also changes because of
2696         the six new files.
2697
2698 2001-12-27  Juergen Vigna  <jug@sad.it>
2699
2700         * buffer.C (asciiParagraph): more fixes.
2701
2702         * tabular.C (ascii): make ascii export support export of only the
2703         data separated by a column-delimiter.
2704         (ascii): better support for ascii export.
2705
2706         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
2707
2708 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
2709
2710         * tabular_funcs.C: use a "using std::getline" instead of the
2711         previous fix from Angus (necessary for cxx + lyxstring)
2712
2713 2001-12-24  Juergen Vigna  <jug@sad.it>
2714
2715         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
2716
2717         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
2718         problems. First check a minipage also if we have some ert-contents
2719         (not only on par->size(), second set the right depth of the paragraph
2720         on the relink to the root-paragraph-list!
2721
2722         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
2723         which then did not anymore update the main paragraphs on undo/redo!
2724
2725 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2726
2727         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
2728         code. Support all font-changing funcs (even those which are not in
2729         menu currently). Support for reporting font settings in
2730         mathed (disabled until Andre provides a function on mathed's side).
2731
2732         * func_status.h (toggle): small helper function to set toggle
2733         state on a flag.
2734
2735 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
2736
2737         * tabular_funcs.C: getline -> std::getline
2738
2739 2001-12-21  Juergen Vigna  <jug@sad.it>
2740
2741         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
2742         accessed and could be 0 (I couldn't generate this but it seems
2743         Michael could!).
2744
2745 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2746
2747         * tabular_funcs.C: add LIstream.h, move write_attribute to..
2748         * tabular_funcs.h: here and include iosfwd
2749
2750 2001-12-20  Juergen Vigna  <jug@sad.it>
2751
2752         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
2753         inside inset but undo_par was.
2754
2755 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2756
2757         * Thesaurus.C: always include <config.h> in sources.
2758
2759         * Painter.h:
2760         * lyxlookup.h:
2761         * box.h: do not include <config.h> in header files
2762
2763         * text.C (paintLastRow): remove unused variable
2764
2765         * text.C (transformChar):
2766         (insertChar):
2767         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
2768
2769         * Painter.C (text):
2770         * font.C (width): rewrite to use uppercase() instead of
2771         islower/toupper.
2772
2773         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
2774
2775 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
2776
2777         * lyxfind.C: clean up of find failure position change
2778
2779 2001-12-20  Juergen Vigna  <jug@sad.it>
2780
2781         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
2782
2783         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
2784         (TeXRow): added to LaTeX a single tabular row.
2785         (TeXLongtableHeaderFooter): added to output LT-h/f data.
2786         (Latex): simplified and finally good LT-h/f support.
2787         (various_functions): just small adaptions for LT-h/f support.
2788
2789         * tabular_funcs.[hC]: added and moved here all not classfunctions
2790         of LyXTabular.
2791
2792 2001-12-19  Juergen Vigna  <jug@sad.it>
2793
2794         * tabular.[Ch]: better support for longtabular options (not finished
2795         yet!)
2796
2797 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2798
2799         * text.C (paintLastRow): use the label font instead of the font of
2800         the last character to compute the size of *_BOX. This makes more
2801         sense and avoids a crash with empty paragraphs.
2802         Use Painter::rectangle to draw EMPTY_BOX.
2803
2804 2001-12-19  Juergen Vigna  <jug@sad.it>
2805
2806         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
2807         the paragraphs if the replaced paragraph is not the first one!
2808         Tried to delete not used paragraphs but does not work yet so for
2809         now it's inside #ifdef's and by default off!
2810
2811 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2812
2813         * MenuBackend.C: include "lyx_main.h" instead of declaring
2814         lastfiles (actually was declared as LastFiles* instead of a
2815         scoped_ptr).
2816
2817 2001-12-17  Juergen Vigna  <jug@sad.it>
2818
2819         * tabular.C (AppendColumn): applied John's fix
2820
2821 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
2822
2823         * BufferView.h:
2824         * BufferView.C:
2825         * BufferView_pimpl.h:
2826         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
2827
2828         * Makefile.am:
2829         * box.h: new start of class for above
2830
2831         * lyxfunc.C: ignore space-only minibuffer dispatches.
2832           Show the command name when it doesn't exist
2833
2834         * minibuffer.C: don't add empty lines to the history
2835
2836         * minibuffer.C: add a space on dropdown completion
2837
2838 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
2839
2840         * text.C: fix line above/below drawing in insets
2841
2842 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2843
2844         * lyxlength.C (LyXLength): Initialize private variables.
2845
2846 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
2847
2848         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
2849         when inserting error insets.
2850
2851 2001-12-13  Juergen Vigna  <jug@sad.it>
2852
2853         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
2854         actually sometimes the before-paragraph.
2855         (setUndo): don't clear the redostack if we're not actually undoing!
2856
2857 2001-12-06  Juergen Vigna  <jug@sad.it>
2858
2859         * undo_funcs.C (textHandleUndo): well after John's hint I got here
2860         and fixed redoing of main paragraph, so we can use it now ;)
2861
2862         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
2863
2864 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2865
2866         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
2867         Juergen's request
2868
2869 2001-12-13  André Pönitz <poenitz@gmx.net>
2870
2871         * undostack.[Ch]:
2872         * undo_func.C: minor cleanup
2873
2874 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2875
2876         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
2877         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
2878         font in urw-fonts package which is marked as -urw-fontspecific and
2879         does not work (incidentally, changing the encoding in the
2880         fonts.dir of this package to -adobe-fontspecific fixes the
2881         problem).
2882
2883         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
2884         is a crash when undoing first paragraph (Juergen, please take a
2885         look). THis does not mean the undo fix is wrong, just that it
2886         uncovers problems.
2887
2888         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
2889         the (Paragraph*) version when needed instead of duplicating the
2890         code.
2891
2892         * text.C (workWidth): use Inset::parOwner to find out where the
2893         inset has been inserted. This is a huge performance gain for large
2894         documents with lots of insets. If Inset::parOwner is not set, fall
2895         back on the brute force method
2896
2897         * paragraph_pimpl.C (insertInset):
2898         * paragraph.C (Paragraph):
2899         (cutIntoMinibuffer): set parOwner of insets when
2900         inserting/removing them
2901
2902         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
2903
2904 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
2905
2906         * commandtags.h:
2907         * LyXAction.C:
2908         * lyx_main.C:
2909         * lyxfunc.C:
2910         * mathed/formulabase.C:
2911         * mathed/math_cursor.[Ch]:
2912         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
2913
2914
2915 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
2916
2917         * lyxlength.[Ch] (operator!=): new function
2918
2919 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2920
2921         * text.C (workWidth): use Inset::parOwner to find out where the
2922         inset has been inserted. This is a huge performance gain for large
2923         documents with lots of insets. If Inset::parOwner is not set, fall
2924         back on the brute force method
2925
2926         * paragraph_pimpl.C (insertInset):
2927         * paragraph.C (Paragraph):
2928         (cutIntoMinibuffer): set parOwner of insets when
2929         inserting/removing them
2930
2931         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
2932
2933 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2934
2935         * tabular-old.C (getTokenValue):
2936         * tabular.C (getTokenValue):
2937         (write_attribute): new versions for LyXLength
2938         (everywhere): adjust the use of widths
2939
2940         * tabular.h: change the type of widths from string to LyXLength
2941
2942 2001-12-11  Ben Stanley <bds02@uow.edu.au>
2943
2944         * paragraph.C: fixed missing line number count when exporting
2945         Environments to LaTeX file
2946
2947         * buffer.C: added informational message for checking line numbers.
2948
2949 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2950
2951         * text2.C (deleteEmptyParagraphMechanism): if there is only one
2952         paragraph, do the 'double space' part, but not the 'empty
2953         paragraph' one.
2954
2955         * text.C (workWidth): small optimization
2956         (getLengthMarkerHeight): use minimal size for negative lengths.
2957
2958 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
2959
2960         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
2961
2962         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
2963
2964 2001-12-11  André Pönitz <poenitz@gmx.net>
2965
2966         * FontLoader.C:
2967         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
2968
2969 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2970
2971         * text2.C: keep selection on a setFont()
2972
2973 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2974
2975         * lyx_cb.C: another bv->text misuse, from insert label
2976
2977 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
2978
2979         * kbsequence.h:
2980         * kbsequence.C: re-instate nmodifier mask
2981
2982 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
2983
2984         * lyx_main.h: make lyxGUI private.
2985
2986 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
2987
2988         * lyxfind.C: place the cursor correctly on failed search
2989
2990 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
2991
2992         * text.C (getLengthMarkerHeight): for small heights, the arrows
2993         are not always on top/bottom of the text
2994         (drawLengthMarker): smaller arrows; take the left margin in
2995         account; draw also vfills.
2996         (paintFirstRow):
2997         (paintLastRow): remove special code for vfill and standard spaces,
2998         since everything is handled in drawLengthMarker now.
2999
3000 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3001
3002         * buffer.C (insertErtContents): try to handle font and language
3003         interaction a bit better.g
3004
3005         * ColorHandler.C (updateColor): change the hash to cover the whole
3006         LColor enum, ws cleanup
3007         (getGCLinepars): ditto
3008         (getGCLinepars): only lookup in the linecache once.
3009
3010 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
3011
3012         * iterators.C (operator++): Make the iterator more robust
3013
3014         * BufferView2.C (removeAutoInsets): Use paragraph iterators
3015         (John's patch)
3016         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
3017
3018 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3019
3020         * lyxtext.h:
3021         * text.C: better added space drawing
3022
3023 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3024
3025         * LyXView.C:
3026         * BufferView2.C: fix layout combo update on inset unlock
3027
3028 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3029
3030         * Makefile.am: don't compile unused files
3031
3032 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3033
3034         * lyxfunc.C:
3035         * commandtags.h:
3036         * LyXAction.C: remove old LFUN_LAYOUTNO
3037
3038 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3039
3040         * paragraph_pimpl.h:
3041         * paragraph_pimpl.C: isTextAt() doesn't need font param
3042
3043 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3044
3045         * lyxlex.h:
3046         * lyxlex.C: little cleanup
3047
3048 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
3049
3050         * BufferView_pimpl.C: fix insertAscii for insets
3051
3052 2001-12-05  Juergen Vigna  <jug@sad.it>
3053
3054         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
3055         set the right font on the "multi" paragraph paste!
3056
3057 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3058
3059         * trans_decl.h:
3060         * trans_mgr.[Ch]:
3061         * trans.[Ch]:
3062         * lyxgluelength.C:
3063         * lyxlength.C: remove out-commented code.
3064
3065         * BufferView_pimpl:
3066         * CutAndPaste.C:
3067         * DepTable.C:
3068         * buffer.C:
3069         * chset.C:
3070         * lastfiles.C:
3071         * lyxlex.C:
3072         * lyxlex_pimpl.C:
3073         * lyxserver.C:
3074         * screen.C:
3075         * tabular-old.C:
3076         * tabular.C:
3077         * text.C:
3078         * trans_mgr.C:
3079         * vc-backend.C: change "while(" to "while ("
3080
3081         * lyxlength.[Ch]: add zero function to check if length is zero or
3082         not
3083         * lyxgluelength.C: use it
3084
3085 2001-12-05  Allan Rae  <rae@lyx.org>
3086
3087         * lyxlength.C: Attempted a fix for the abs(int) header selection.
3088         Works for 2.95.3, from what I understand of Garst's reports this should
3089         work for other g++ versions.  We're screwed if the abs(int) definition
3090         changed between bugfix releases of gcc.
3091
3092 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
3093
3094         * text.C: fix chapter label offset !
3095
3096 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
3097
3098         * lyxtext.h:
3099         * text.C: fix hfill at end of line, clean up
3100
3101 2001-12-04  Juergen Vigna  <jug@sad.it>
3102
3103         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
3104         that we force an update of the inset and it's owners if neccessary.
3105
3106 2001-12-03  Juergen Vigna  <jug@sad.it>
3107
3108         * text.C (rowLast): simplified code
3109
3110 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
3111
3112         * lyxfunc.C: fix show options on timeout
3113
3114 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3115
3116         * screen.C (topCursorVisible): scroll half a page when the cursor
3117         reached top of bottom of screen
3118
3119 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
3120
3121         * minibuffer.C: deactivate on loss of focus
3122
3123 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3124
3125         * vspace.[Ch] (operator!=): add operator.
3126
3127 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
3128
3129         * BufferView_pimpl.C: refuse to open an inset when
3130         there's a selection.
3131
3132 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
3133
3134         * BufferView_pimpl.C: allow to click on RHS of full row insets
3135
3136 2001-11-30  Juergen Vigna  <jug@sad.it>
3137
3138         * tabular.C (LyXTabular): add a same_id to set the same id's in the
3139         insets for undo reasons.
3140
3141 2001-11-28  André Pönitz <poenitz@gmx.net>
3142
3143         * vspace.[Ch]: cosmetical changes
3144
3145 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3146
3147         * LyXAction.h:
3148         * LyXAction.C:
3149         * lyxfunc.h:
3150         * lyxfunc.C:
3151         * kbmap.h:
3152         * kbmap.C:
3153         * lyxrc.C:
3154         * kbsequence.h:
3155         * kbsequence.C: part re-write of old kb code
3156
3157         * Painter.C:
3158         * WorkArea.C: remove Lgb_bug_find_hack
3159
3160 2001-11-30  José Matos <jamatos@fep.up.pt>
3161
3162         * buffer.C (makeDocBookFile): add a comment to point a hack.
3163         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
3164         Fixed a double write of labels.
3165
3166 2001-11-29 Ben Stanley <bds02@uow.edu.au>
3167
3168         * LaTeX.C:
3169         * LaTeX.h Fixed bug in LaTeX class where it would not
3170         re-run latex if no depfiles were changed, but the .dvi was removed.
3171
3172 2001-11-28  André Pönitz <poenitz@gmx.net>
3173
3174         * all the files from the change on 2001/11/26:
3175         use lyx::layout_type instead of LyXTextClass::size_type
3176         use lyx::textclass_type instead of LyXTextClassList::size_type
3177
3178 2001-11-29  Juergen Vigna  <jug@sad.it>
3179
3180         * text.C: added support for paragraph::isFreeSpacing()
3181
3182         * buffer.C: same as above
3183
3184         * paragraph.h: inserted isFreeSpacing() function to enable
3185         FreeSpacing inside InsetERT.
3186
3187         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
3188         of the paragraph's in the cut/copy buffer to 0!
3189
3190         * text2.C (removeRow): remove the assert as it can!
3191
3192         * lyxtext.h: added helper function firstRow returning firstrow and
3193         made firstrow private again.
3194
3195         * BufferView2.C (lockInset): don't relock if we're already locked!
3196
3197         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
3198         the only paragraph.
3199         (removeRow): added Assert::(firstrow)
3200
3201         * debug.C: forgot to add INSETTEXT here.
3202
3203 2001-11-28  Juergen Vigna  <jug@sad.it>
3204
3205         * sp_spell.C (initialize): changed error text to more general
3206         spellchecker command use (not only ispell!)
3207
3208         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
3209
3210         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
3211
3212 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3213
3214         * vspace.C: initialise lyxgluelength on failure
3215
3216 2001-11-28  Allan Rae  <rae@lyx.org>
3217
3218         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
3219         declaration & definition that looks like a function declaration.
3220
3221 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3222
3223         * BufferView2.C (copy):
3224         (copyEnvironment): do not clear the selection when doing a copy.
3225
3226         * text.C (paintFirstRow): compilation fix
3227
3228 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
3229
3230         * tabular.C (Latex): correct line count when writing latex.
3231
3232 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
3233
3234         * paragraph_pimpl.h:
3235         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
3236           bug a bit
3237
3238 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
3239
3240         * text.C:
3241         * LColor.h:
3242         * LColor.C: change vfillline->added_space
3243
3244         * text.C: add markers and text for added space
3245
3246         * vspace.C: fix comment
3247
3248 2001-11-28  André Pönitz <poenitz@gmx.net>
3249
3250         * paragraph.C: whitespace changes
3251         * all the other files from the change on 2001/11/26:
3252         change *::pos_type into lyx::pos_type
3253
3254 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
3255
3256         * buffer.C (parseSingleLyXformat2Token): Set the language to the
3257         language of the document when inserting error insets.
3258
3259 2001-11-26  André Pönitz <poenitz@gmx.net>
3260
3261         * BufferView_pimpl.[Ch]:
3262         *       CutAndPaste.C:
3263         * buffer.[Ch]:
3264         * lyxcursor.[Ch]:
3265         * lyxfind.C:
3266         * lyxfunc.C:
3267         * lyxrow.[Ch]:
3268         * paragraph.[Ch]:
3269         * paragraph_pimpl.[Ch]:
3270         * sp_spell.C:
3271         * text.C:
3272         * text2.C: reduce header dependencies, introduce type for positions
3273
3274 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3275
3276         * <various>: change to use Alert.h
3277
3278 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
3279
3280         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
3281         when encountering an unknown token.
3282         (readLyXformat2): Show an error message if there were unknown tokens.
3283
3284 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
3285
3286         * BufferView2.C:
3287         * BufferView_pimpl.C:
3288         * buffer.C:
3289         * paragraph.h:
3290         * text.C:
3291         * text2.C: use par->isInset()
3292
3293 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
3294
3295         * paragraph_pimpl.h:
3296         * paragraph_pimpl.C: cleanup
3297
3298 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3299
3300         * text2.C (removeRow):
3301         * text.C (setHeightOfRow): remove useless (and costly) call to
3302         getRow.
3303
3304 2001-11-20  Allan Rae  <rae@lyx.org>
3305
3306         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
3307         Now need Inset*::checkInsertChar() to return true for appropriate
3308         cases so that the characters in the minibuffer will actually be
3309         inserted.
3310
3311 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3312
3313         * text.C: change the order of the includes.
3314         (workWidth): initialize it at once.
3315         (workWidth): make maxw unsigned
3316         (setHeightOfRow): remove unused variable (inset)
3317         (selectSelectedWord): remove unused variable (inset)
3318         (paintRowText): fix drawing of hfill characters, and clean up a bit.
3319
3320 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3321
3322         * lyxserver.C (emergencyCleanup): do not try to close pipes if
3323         server is not running.
3324         (openConnection):
3325         (closeConnection): add debug info when server is disabled.
3326
3327         * ColorHandler.C (getGCForeground): send debug message to GUI
3328         channel.
3329
3330         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
3331
3332         * kbmap.C (bind): modify because return conventions of
3333         kb_sequence::parse have changed.
3334
3335         * kbsequence.C (parse): only ignore spaces and not any stupid
3336         control character. This avoids tests like s[i] <= ' ', which are
3337         guaranteed to fail with 8bit characters and signed chars.
3338         Change return code to string::npos when there have been no error
3339         (0 was a bad idea when error is at first character)
3340
3341 2001-11-14  José Matos  <jamatos@fep.up.pt>
3342
3343         * buffer.h:
3344         * buffer.C (simpleDocBookOnePar): removed unused argument.
3345
3346 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3347
3348         * text.C (selectNextWordToSpellcheck): do not test explicitely for
3349         insets which are part of a word. Paragraph::isLetter takes care of
3350         that now. Use Paragraph::isInset to identify insets.
3351         (selectSelectedWord): do not test for hyphenation break.
3352
3353         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
3354         that protected spaces are considered as spaces.
3355
3356         * paragraph.C (isLetter): cleanup the code for ispell extras; use
3357         Inset::isLetter.
3358
3359 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
3360
3361         * lyxserver.h:
3362         * lyxserver.C: fix it. and small cleanup.
3363
3364 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3365
3366         * BufferView_pimpl.C: use inline helpers
3367
3368         * LaTeXFeatures.h:
3369         * LaTeXFeatures.C: fix typos
3370
3371         * Spacing.h:
3372         * Spacing.C: move spacing_string into class
3373
3374         * ToolbarDefaults.C: move stuff into namespace anon
3375
3376         * layout.h: update enum
3377
3378         * lyxfunc.C: use better debug
3379
3380         * minibuffer.h: fix typo
3381
3382         * debug.h:
3383         * debug.C:
3384         * WorkArea.C: add and use Debug::WORKAREA
3385
3386         * lyxtext.h:
3387         * text.C:
3388         * text2.C: code re-organisation, inline helpers
3389
3390 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
3391
3392         * Layout.C: replaced a few cases of std::vector.size() == 0 with
3393         std::vector.empty().
3394
3395 2001-11-09  Allan Rae  <rae@lyx.org>
3396
3397         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
3398         '\n's after tables.  Tabular and ERT inset work now makes this no
3399         longer necessary.
3400
3401 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
3402
3403         * minibuffer.h:
3404         * minibuffer.C: fix crash, improve drop-down completion
3405
3406 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
3407
3408         * lyxserver.h:
3409         * lyxserver.C: invalidate fd's when doing endPipe()
3410
3411 2001-11-08  José Matos  <jamatos@fep.up.pt>
3412
3413         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
3414         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
3415
3416         * paragraph.h:
3417         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
3418
3419 2001-11-07  José Matos  <jamatos@fep.up.pt>
3420
3421         * buffer.h:
3422         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
3423         const qualifier.
3424
3425         * buffer.C (sgmlOpenTag):
3426         * buffer.C (sgmlCloseTag): removed debug info.
3427
3428         * buffer.h (sgmlOpenTag):
3429         * buffer.h (sgmlCloseTag): made public.
3430
3431 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3432
3433         * buffer.C (saveParamsAsDefaults):
3434         * lyx_cb.C (MenuLayoutSave): remove
3435
3436         * LyXAction.C (init):
3437         * commandtags.h:
3438         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
3439
3440 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3441
3442         * buffer.C (setPaperStuff): removed from here...
3443
3444         * bufferparams.C (setPaperStuff): ... and moved there.
3445
3446 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
3447
3448         * minibuffer.h:
3449         * minibuffer.C:
3450         * XFormsView.C: add support for drop-down completion
3451
3452 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
3453
3454         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
3455         commands.
3456
3457 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3458
3459         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
3460         disabled.
3461
3462 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
3463
3464         * lyx_main.C: change ref to known bugs
3465
3466 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
3467
3468         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
3469         to work around older babel problems.
3470
3471 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
3472
3473         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
3474
3475 2001-10-24  Juergen Vigna  <jug@sad.it>
3476
3477         * tabular-old.C (ReadOld): below variable changes reflected.
3478
3479         * tabular.[Ch]: added ltType struct for longtable header/footer
3480         defines and changed all instances where they are used. Added
3481         future support for double top/bottom rows.
3482
3483 2001-10-24  José Matos  <jamatos@fep.up.pt>
3484
3485         * buffer.h (docbookHandleCaption):
3486         * buffer.C (docbookHandleCaption): removed unused function.
3487         (makeDocBookFile): moved docbook supported version to v4.1.
3488
3489 2001-10-24  José Matos  <jamatos@fep.up.pt>
3490
3491         * tabular.h:
3492         * tabular.C (docbookRow): new function to export docbook code of a row.
3493         (DocBook): now honors the longtable flags.
3494
3495 2001-10-23  José Matos  <jamatos@fep.up.pt>
3496
3497         * LaTeXFeatures.h:
3498         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
3499         of the lyx defined sgml entities used in a docbook/linuxdoc document.
3500
3501         * buffer.C (makeLinuxDocFile):
3502         (makeDocBookFile): reworked the preamble, more clean, and with
3503         support for lyx defined entities. Changed the document declaration
3504         to be more XML friendly.
3505
3506         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
3507         if we need to output XML that should be done with a filter.
3508
3509 2001-10-22  Juergen Vigna  <jug@sad.it>
3510
3511         * sp_pspell.h (class PSpell): add alive function needed in the
3512         controller to see if the spellchecker could be started.
3513
3514 2001-10-22  Juergen Vigna  <jug@sad.it>
3515
3516         * buffer.C (insertStringAsLines): modify the font for inserting
3517         chars in certain conditions by calling checkInsertChar(font).
3518
3519 2001-10-19  Juergen Vigna  <jug@sad.it>
3520
3521         * text.C (workWidth): use getRow instead of wrong algorithm.
3522         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
3523
3524 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
3525
3526         * lyxserver.h:
3527         * lyxserver.C:
3528         * lyx_main.h:
3529         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
3530
3531 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3532
3533         * text.C (workWidth): do not search for the exact row when
3534         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
3535         optimization for big documents.
3536
3537 2001-10-18  Juergen Vigna  <jug@sad.it>
3538
3539         * text.C (workWidth): new function with added Inset * parameter.
3540
3541 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3542
3543         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
3544
3545         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
3546         change return type of getColumnNearX.
3547
3548
3549         * text.C (changeRegionCase): use uppercase/lowercase instead of
3550         toupper/tolower.
3551         (leftMargin):
3552         (rightMargin): simplify code by factoring out the uses of
3553         textclasslist.
3554         (labelFill):
3555         (numberOfHfills):
3556         (setHeightOfRow):
3557         (appendParagraph): use Paragraph::size_type
3558
3559 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3560
3561         * vspace.C (asLatexString): add a missing break
3562
3563 2001-10-15  Herbert Voss  <voss@perce.de>
3564
3565         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
3566
3567 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3568
3569         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
3570         is not available.
3571
3572 2001-10-10  André Pönitz <poenitz@gmx.net>
3573
3574         * lyxfunc.C: removed greek_kb_flag.
3575
3576 2001-10-10  Herbert Voss  <voss@perce.de>
3577
3578         * lyx_main.C: delete global string help_lyxdir.
3579
3580 2001-10-09  Herbert Voss  <voss@perce.de>
3581
3582         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
3583
3584         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
3585
3586         * lyx_main.C: added global string help_lyxdir.
3587
3588         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
3589
3590 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3591
3592         * lyxrc.C (set_font_norm_type): support iso8859-4
3593
3594 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
3595
3596         * LaTeX.C (deplog): add another regex for MikTeX
3597
3598 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3599
3600         * lyxrc.C (set_font_norm_type): support iso8859-3
3601
3602 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3603
3604         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
3605
3606         * LaTeXFeatures.C: remove special case of french and index
3607
3608         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
3609         before \begin{document}). This solves several incompatibilities.
3610
3611 2001-10-03  Garst Reese  <reese@isn.net>
3612
3613         * lyx_cb.C: change CheckTex error msg.
3614
3615 2001-10-03  José Matos  <jamatos@fep.up.pt>
3616
3617         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
3618
3619 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3620
3621         * .cvsignore: update
3622
3623         * lyx_main.C (commandLineVersionInfo): use new style version info.
3624
3625         * buffer.C (writeFile):
3626         (makeLaTeXFile):
3627         (makeLinuxDocFile):
3628         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
3629
3630         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
3631
3632         * version.h: update to use stuff in version.C
3633
3634         * version.C.in: new file. Contains version information determined
3635         at compile time. This is a merging of version.h and
3636         version_info.h.in.
3637
3638 2001-10-03  Juergen Vigna  <jug@sad.it>
3639
3640         * BufferView_pimpl.C (update): don't change "dirty" status in
3641         updateInset call.
3642
3643 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
3644
3645         * WorkArea.C (c-tor): re-position version string slightly.
3646
3647 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
3648
3649         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
3650         revert to previous code.
3651
3652         WorkArea.[Ch]: (show, destroySplash): methods removed.
3653
3654         WorkArea.C: rework code so that it's an amalgam of the codes before and
3655         after the splash screen was moved to WorkArea.
3656
3657 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3658
3659         * lyxrc.C (read):
3660         * vspace.C (inPixels):
3661         (lyx_advance):
3662         * kbmap.C (bind):
3663         * buffer.C (insertStringAsLines):
3664         (asciiParagraph): fix types to be large enough
3665
3666         * lyxlex_pimpl.h: change member status from short to int
3667
3668         * layout.h: fix type of endlabeltype
3669
3670         * kbmap.C (bind):
3671         * kbsequence.C (parse): change return type to string::size_type
3672
3673         * LaTeX.C (updateBibtexDependencies): comment out unneeded
3674         variable
3675
3676         * Bullet.C (bulletSize):
3677         (bulletEntry): do not use short ints as parameters
3678
3679         * BufferView2.C (insertLyXFile): change a char to an int.
3680
3681         * WorkArea.C (WorkArea): remove unneeded floats in computation
3682
3683 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
3684
3685         * buffer.C (asciiParagraph): Treat '\\' as other chars.
3686
3687         * paragraph.C (asString): Do not ignore newline/hfill chars when
3688         copying to the clipboard.
3689
3690 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
3691
3692         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
3693         after a multi-line inset.
3694
3695 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
3696
3697         * paragraph.C (validate): Set NeedLyXFootnoteCode
3698
3699 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3700
3701         * lyxfont.C (LyXSizeNames): changed increase-error to increase
3702         and decrease-error to decrease.
3703
3704 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3705
3706         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
3707         it more readable (should be equivalent)
3708
3709 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
3710
3711         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
3712
3713 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3714
3715         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
3716         of a cursor (row, etc.) after a character has been deleted
3717         (deleteEmptyParagraphMechanism): call the method above on _all_
3718         cursors held by the LyXText when a double space has been
3719         detected/deleted.
3720
3721 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
3722
3723         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
3724         pixmap.
3725         (resizeCurrentBuff): remove code to destroy the old splash dialog.
3726
3727         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
3728         background. Use greyOut() and the new show() methods to toggle between
3729         the foreground and background. Add code to remove the splash after
3730         its initial showing.
3731
3732         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
3733         (create_forms): no longer call Dialogs::showSplash.
3734
3735 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3736
3737         * .cvsignore: add version_info.h
3738
3739 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3740
3741         * version_info.h.in: new file
3742
3743         * Makefile.am: add version_info.h.in
3744
3745         * lyx_main.C (commandLineVersionInfo): use version_info defined in
3746         version_info.h instead of VERSION_INFO
3747
3748 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
3749
3750         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
3751         The ERT inset now returns string().
3752
3753 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
3754
3755         * lyxtext.h, text.C (selectNextWord): renamed as
3756         selectNextWordToSpellcheck.
3757
3758         * text.C (selectNextWordToSpellcheck): Modified to not select
3759         words inside an ERT inset.
3760
3761 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3762
3763         * lyx_cb.C (MenuLayoutSave): change a bit the question
3764
3765         * sp_base.h: include <sys/types.h>
3766
3767 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
3768
3769         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
3770
3771 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
3772
3773         * several files: fix typos in user-visible strings
3774
3775 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3776
3777         * text2.C (pasteSelection): do not set the selection, since it
3778         will be cleared later. Actually, the intent was to fix the way the
3779         selection was set, but I figured rmoving the code was just as good.
3780
3781 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
3782
3783         * FontLoader.C (available): Check if font is available without
3784         loading the font.
3785
3786 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
3787
3788         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
3789
3790 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
3791
3792         * lyxrc.[Ch]: added display_graphics variable and associated code.
3793
3794 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3795
3796         * bufferparams.C (hasClassDefaults): new method. Returns true if
3797         the buffer parameters correspond to known class defaults
3798
3799 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
3800
3801         * XFormsView.C (show): set minimum size to the main window.
3802
3803 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3804
3805         * text2.C (copySelection):
3806         (cutSelection):
3807         * lyxfind.C (LyXReplace):
3808         * BufferView_pimpl.C (Dispatch): pass the correct flag to
3809         LyXText::selectionAsString.
3810
3811         * paragraph.C (asString): add "label" argument to the second form
3812
3813         * text2.C (selectionAsString): add "label" argument and pass it to
3814         Paragraph::asString.
3815
3816 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3817
3818         * lyx_main.C (commandLineHelp): remove version information
3819
3820 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
3821
3822         * lyx_main.C: add -version commandline option
3823
3824 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3825
3826         * paragraph.h: make the optional constructor arg required instead.
3827         some modifications to other files because of this.
3828
3829         * minibuffer.C (C_MiniBuffer_peek_event): make it static
3830
3831         * lyxserver.C (C_LyXComm_callback): make it static
3832
3833         * lyx_main.C (error_handler): make it static
3834
3835         * lyx_gui.C (LyX_XErrHandler): make it static
3836
3837         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
3838
3839         * WorkArea.C: make the extern "C" methods static.
3840
3841         * Makefile.am (lyx_LDADD): simplify
3842
3843 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3844
3845         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
3846         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
3847
3848         * LyXAction.C (init):
3849         * lyxfunc.C (dispatch): associated code removal.
3850
3851 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
3852
3853         * lyxfont.h (isSymbolFont): shut off warning
3854
3855         * text.C (setHeightOfRow):
3856         (getVisibleRow): fix crash with empty paragraphs which have a
3857         bottom line
3858
3859 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
3860
3861         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
3862         code.
3863
3864 2001-09-04  José Matos  <jamatos@fep.up.pt>
3865         * buffer.C
3866         * buffer.h
3867         * tabular.C (docbook): rename docBook method to docbook.
3868
3869 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3870
3871         * Makefile.am: add dependencies to main.o.
3872
3873 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
3874
3875         * FontLoader.C (available): Return false if !lyxrc.use_gui
3876
3877 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
3878
3879         * FontInfo.C (query):
3880         * converter.C (view):
3881         * importer.C (Import):
3882         * exporter.C (Export): Can not -> cannot.
3883
3884 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
3885
3886         * BufferView_pimpl.C: allow to create index inset even if
3887           string is empty
3888
3889 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
3890
3891         * buffer.C (getLists): replace boost::tie code with an explicit pair
3892         as boost::tie can break some compilers.
3893
3894         * iterators.h: Added a std:: declaration to the return type of
3895         ParIterator::size.
3896
3897 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
3898
3899         * lyxrc.C: add help for view_dvi_paper_option, default to safe
3900           case.
3901
3902 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
3903
3904         * iterators.[Ch]: New files. Provide paragraph iterators.
3905
3906         * buffer.C (changeLanguage): Use paragraph iterators.
3907         (isMultiLingual): ditto
3908
3909         * BufferView2.C (ChangeInsets): Use paragraph iterators.
3910
3911 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
3912
3913         * FontLoader.C: Support for cmr font.
3914
3915 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
3916
3917         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
3918         (available): New method.
3919
3920         * FontInfo.C (getFontname): Use scalable fonts even when
3921         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
3922         found.
3923
3924 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3925
3926         * converter.C (Formats::view): reverted! Incorrect fix.
3927
3928 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
3929
3930         * converter.C (Formats::view): only output the -paper option
3931         if the dvi viewer is xdvi, thereby fixing bug #233429.
3932
3933 2001-08-23  Herbert Voss  <voss@perce>
3934
3935         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
3936
3937 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
3938
3939         * Spacing.h (Spacing): Set space to Default on in the default
3940         constructor.
3941
3942 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3943
3944         * vc-backend.h (RCS::versionString): add RCS to version
3945         (CVS::versionString): add CVS to version
3946
3947         * vc-backend.C (scanMaster): do not add CVS to version.
3948         (scanMaster): do not add RCS to version
3949
3950         * lyxvc.C (versionString): new method
3951
3952         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
3953
3954 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
3955
3956         * Spacing.C (set): initialize fval
3957
3958 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
3959
3960         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
3961         " or \.
3962
3963 2001-08-16  Juergen Vigna  <jug@sad.it>
3964
3965         * lyxfunc.C (dispatch): implemented the new FINISHED states.
3966
3967 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3968
3969         * BufferView_pimpl.C:
3970         * figureForm.C:
3971         * lyxtext.h:
3972         * text2.C: setParagraph takes linespacing now
3973
3974 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
3975
3976         * LyxAction.C: add internal LFUN_CITATION_INSERT
3977
3978         * LyXView.C: actually apply fix
3979
3980         * bufferlist.C: fix open non-existent file
3981
3982         * lyxfind.C: fix indentation
3983
3984         * lyxfunc.C: remove unneeded assert, fix typo
3985
3986 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
3987
3988         * MenuBackend.C: use "Floatname List"
3989
3990 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
3991
3992         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
3993         when converting LaTeX layout to insetERT.
3994         Generate a non-collapsed float when reading old float
3995
3996 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
3997
3998         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
3999         ERT insets.
4000
4001 2001-08-13  Juergen Vigna  <jug@sad.it>
4002
4003         * text.C (fill): return 0 instead of 20 as this seems to be the more
4004         correct value.
4005
4006 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
4007
4008         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
4009         lyxrc.font_norm.
4010
4011 2001-08-13  Juergen Vigna  <jug@sad.it>
4012
4013         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
4014         casesensitive off.
4015         (SearchBackward): comment out the unlocking of the inset_owner this
4016         should not be needed!
4017
4018 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
4019
4020         * Many files: Remove inherit_language, and add latex_language
4021
4022         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
4023         collapsible insets.
4024
4025 2001-08-10  Juergen Vigna  <jug@sad.it>
4026
4027         * text.C (prepareToPrint): fixed hfill-width in draw!
4028
4029         * BufferView2.C (selectLastWord): save the selection cursor as this
4030         now is cleared in the function LyXText::clearSelection!
4031
4032 2001-08-08  Juergen Vigna  <jug@sad.it>
4033
4034         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
4035         BACKSPACE type functions.
4036
4037         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
4038         is only cutted from the document but not put in the cut-buffer, where
4039         still the old stuff should be.
4040
4041         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
4042
4043         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
4044
4045         * tabular.C (SetWidthOfCell): fixed special case where the width
4046         was not updated!
4047         (LeftLine): handle '|' in align_special.
4048         (RightLine): ditto
4049         (LeftAlreadyDrawed): ditto
4050         (SetWidthOfCell): ditto
4051
4052 2001-08-07  Juergen Vigna  <jug@sad.it>
4053
4054         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
4055
4056 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4057
4058         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
4059         * lyxlex.[hC]: ditto
4060
4061 2001-08-06  Juergen Vigna  <jug@sad.it>
4062
4063         * text.C (getVisibleRow): fix up row clearing a bit.
4064
4065 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4066
4067         * minibuffer.C: make sure the X server sees the changes in the input.
4068
4069 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4070
4071         * paragraph.C (getFont): split into...
4072         (getLabelFont): this
4073         (getLayoutFont): and this
4074         * paragraph_pimpl.C (realizeFont): calling this
4075
4076         * text2.C (getFont): split into...
4077         (getLayoutFont): this
4078         (getLabelFont): and this
4079         (realizeFont): all three calling this
4080
4081         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
4082         files where used.
4083
4084 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4085
4086         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
4087
4088 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
4089
4090         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
4091         layouts from the Quote inset insertion.
4092
4093 2001-08-03  Juergen Vigna  <jug@sad.it>
4094
4095         * BufferView_pimpl.C (update): do the fitCursor only at the end!
4096
4097         * screen.C (drawFromTo): don't call fitcursor here and do the loop
4098         only if status not is already CHANGED_IN_DRAW (second level).
4099
4100         * text.C (draw): don't set the need_break_row when inside an
4101         InsetText LyXText.
4102
4103 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4104
4105         * buffer.C (parseSingleLyXformat2Token): handle more latex
4106         conversion cases.
4107
4108         * bufferview_funcs.[hC]: change function names to
4109         begin with small char, adjust other files.
4110
4111 2001-08-02  André Pönitz <poenitz@gmx.net>
4112
4113         * lyxfunc.C:
4114         BufferView_pimpl.C: remove broken special code for math-greek
4115
4116 2001-08-02  Juergen Vigna  <jug@sad.it>
4117
4118         * BufferView_pimpl.C (update): redone this function so that we
4119         update the text again if there was a CHANGE_IN_DRAW.
4120
4121         * screen.C (cursorToggle): removed LyXText parameter and recoded.
4122         (drawFromTo): added a new internal bool which is used by draw() and
4123         redraw() function.
4124         (general): some cursor drawing problems fixed.
4125
4126 2001-08-01  Juergen Vigna  <jug@sad.it>
4127
4128         * lyxfind.C (LyXFind): fixed
4129         (SearchForward): ditto
4130         (SearchBackward): ditto
4131
4132         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
4133         spurius drawing of the cursor in the main area.
4134
4135         * text2.C (status): small fix which could lead to a segfault!
4136         (clearSelection): remove unneeded BufferView param.
4137
4138 2001-08-01  André Pönitz <poenitz@gmx.net>
4139
4140         * lyxfunc.C: small change due to changed mathed interface
4141
4142 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4143
4144         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
4145
4146 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
4147
4148         * lyxfunc.c: fail gracefully if file doesn't exist
4149
4150         * LyXSendto.C:
4151         * buffer.C:
4152         * lyxfunc.C:
4153         * BufferView_pimpl.C: IsDirWriteable() proto changed
4154
4155         * LyXView.C: fix updateWindowTitle() to store the last title
4156
4157 2001-07-31  Juergen Vigna  <jug@sad.it>
4158
4159         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
4160         the font (wrong since using of Paragraph::highestFontInRange).
4161
4162         * paragraph.C (highestFontInRange): added a default_size parameter.
4163
4164         * text.C (getVisibleRow): minor clear row changes (still not perfect).
4165         (setHeightOfRow): reformat
4166
4167 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4168
4169         * converter.[hC] + affected files: move to (inital-char)lowercase
4170         function names.
4171
4172         * ParagraphParameters.C (ParagraphParameters): remove commented code
4173
4174         * PainterBase.[Ch]: remove commented code
4175
4176         * LaTeXFeatures.h: add "bool floats" for float.sty
4177
4178         * LaTeXFeatures.C (LaTeXFeatures): init floats
4179         (require): handle float
4180         (getPackages): do it with floats
4181
4182 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4183
4184         * BufferView_pimpl.C (Dispatch): improve handling of
4185         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
4186
4187         * commandtags.h: #include lyxfont.h here temporarily to avoid
4188         keybinding bug.
4189
4190         * bufferlist.h: include LString.h here.
4191
4192 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4193
4194         * text2.C (getStringToIndex): new method.
4195
4196 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
4197
4198         * *: Reduced header file dependencies all over.
4199
4200 2001-07-30  Baruch Even  <baruch@lyx.org>
4201
4202         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
4203
4204 2001-07-29  Baruch Even  <baruch@lyx.org>
4205
4206         * buffer.C (readInset): Changed GRAPHICS to Graphics.
4207
4208 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4209
4210         * ParameterStruct.h (endif): add a default constructor to make
4211         sure that all variables is initialized.
4212
4213         * ParagraphParameters.C (ParagraphParameters): adjust
4214
4215 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4216
4217         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
4218         index; also, check that there is something to index, and that it
4219         does not span over several paragraphs.
4220         (doubleClick): use WHOLE_WORD_STRICT for double click.
4221
4222         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
4223
4224         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
4225         scheme.
4226
4227 2001-07-26  Baruch Even  <baruch@lyx.org>
4228
4229         * buffer.C (readInset): Changed to call up InsetGraphics when reading
4230         an InsetFig figure, backwards compatible reading of old figure code.
4231
4232 2001-07-27  Juergen Vigna  <jug@sad.it>
4233
4234         * text2.C: font.realize function adaption.
4235
4236         * text.C (draw): add a warnings lyxerr text if needed.
4237
4238         * layout.C: font.realize function adaption.
4239
4240         * language.C: add inherit_language and implement it's handlings
4241
4242         * bufferview_funcs.C (StyleReset): remove language parameter from
4243         font creation (should be language_inherit now).
4244
4245         * bufferparams.C (writeFile): handle ignore_language.
4246
4247         * paragraph.C (getFontSettings): the language has to be resolved
4248         otherwise we have problems in LyXFont!
4249
4250         * lyxfont.C (lyxWriteChanges): added document_language parameter
4251         (update): removed unneeded language parameter
4252
4253         * paragraph.C (validate): fixed wrong output of color-package when
4254         using interface colors for certain fonts in certain environments,
4255         which should not seen as that on the final output.
4256
4257 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
4258
4259         * BufferView_pimpl.C:
4260         * Thesaurus.h:
4261         * Thesaurus.C:
4262         * Makefile.am:
4263         * commandtags.h:
4264         * LyXAction.C: add thesaurus support
4265
4266         * lyxfind.h:
4267         * lyxfind.C: add "once" parameter, for thesaurus, to not
4268           move to the next match
4269
4270 2001-07-26  Juergen Vigna  <jug@sad.it>
4271
4272         * lyxfont.C (realize): honor ignore_language too!
4273         (resolved): ditto.
4274
4275         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
4276
4277         * text.C (draw): one place more for ignore_language to not draw
4278         itself!
4279
4280 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
4281
4282         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
4283
4284 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4285
4286         * buffer.C (parseSingleLyXformat2Token): a more general fix for
4287         the minipage conversion problem.
4288
4289 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4290
4291         * buffer.C (parseSingleLyXformat2Token): check minipage if we
4292         insert an inset.
4293
4294 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4295
4296         * BufferView.h: don't forward declare WorkArea
4297
4298         * BufferView.C: don't include WorkArea.h
4299
4300 2001-07-25  André Pönitz <poenitz@gmx.net>
4301
4302         * commandtags.h:
4303         * LyXAction.C:
4304         * lyxfunc.C:  new LFUN 'math-space'
4305
4306         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
4307
4308 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4309
4310         * text2.C (toggleInset): call open/close
4311
4312 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4313
4314         * lyxfunc.C (dispatch): add debug for the disabled case
4315
4316         * font.C (buttonText): make similar to rectText
4317
4318         * buffer.C (readInset): comment out parsing of insetlist and
4319         insttheorem
4320
4321         * PainterBase.C (rectText): small correction
4322
4323         * BufferView_pimpl.C: comment out insettheorem and insetlist
4324         * LyXAction.C: ditto
4325         * commandtags.h: ditto
4326
4327 2001-07-24  Juergen Vigna  <jug@sad.it>
4328
4329         * text.C (draw): honor the ignore_language.
4330
4331         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
4332
4333 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4334
4335         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
4336         char inset.
4337
4338 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4339
4340         * lyxtext.h: remove unused (and unimplemented) methods
4341
4342 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4343
4344         * text.C (getVisibleRow): honor background color
4345
4346         * PainterBase.h:
4347         * Painter.h: remove default color argument for fillRectangle
4348
4349         * text.C (backgroundColor): new method
4350
4351 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4352
4353         * text.C (getVisibleRow): adjust
4354
4355         * font.[Ch] (rectText): new method, metrics
4356         (buttonText): new method, metrics
4357
4358         * PainterBase.[hC]: make rectText and buttonText always draw and take
4359         fewer paramteres.
4360
4361 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4362
4363         * ToolbarDefaults.C (read):
4364         * MenuBackend.C (read): allow escaping in all strings
4365
4366         * BufferView_pimpl.C (insertAndEditInset): new method.
4367         (Dispatch): use insertAndEditInset whenever appropriate.
4368
4369         * BufferView_pimpl.C (insertNote): removed
4370
4371         * BufferView_pimpl.C (smartQuote): new method, moved from
4372         BufferView; if an insetquote cannot be inserted, insert a '"'
4373         character instead.
4374
4375         * BufferView2.C: remove insertCorrectQuote();
4376
4377         * lyxfunc.C (getStatus): Add support for all remaingin
4378         inset-insert lfuns.
4379
4380         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
4381
4382         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
4383         command (necessary to pass " as parameter of self-insert.
4384
4385         * text.C (selectWordWhenUnderCursor):
4386         (selectWord): add word_location parameter
4387         (selectWordWhenUnderCursor): same + remove special code for word
4388         boundary.
4389         (selectNextWord): use kind() to guess type of insetspecialchar,
4390         not latex().
4391
4392         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
4393         (insertErtContents): create ert insets as collapsed.
4394         (readInset): better compatibility code for Info inset.
4395
4396 2001-07-20  Juergen Vigna  <jug@sad.it>
4397
4398         * lyxfunc.C (dispatch): use always LyXFind now!
4399
4400         * text2.C (init): add a reinit flag so that the LyXText can be
4401         reinited instead of deleted and reallocated (used in InsetText).
4402
4403         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
4404
4405         * text.C: ditto
4406
4407         * text2.C: ditto
4408
4409 2001-07-18  Juergen Vigna  <jug@sad.it>
4410
4411         * text.C (selectNextWord): handle insets inside inset by calling
4412         always the bv->text functions so that we can go up the_locking_inset!
4413
4414         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
4415         in strange locations when inside an inset!
4416
4417         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
4418         handling to include insets.
4419
4420         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
4421
4422 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4423
4424         * LyXAction.C (init):
4425         * commandtags.h:
4426         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
4427         LIGATURE_BREAK, since the name is so stupid.
4428
4429 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4430
4431         * buffer.C (readInset): enable reading of new InsetNotes as well as old
4432         InsetInfos.
4433
4434         * FontLoader.C: remove FORMS_H_LOCATION cruft.
4435
4436         * sp_form.[Ch]: remove.
4437
4438         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
4439
4440         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
4441         InsetInfo.
4442
4443         * src/buffer.C (readInset): ditto.
4444
4445 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4446
4447         * BufferView_pimpl.C (specialChar): new method. Obsoletes
4448         menuSeparator(), endOfSentenceDot(), ldots() and
4449         hyphenationPoint(), which are therefore removed.
4450         (Dispatch): handle LFUN_HYPHENATION_BREAK.
4451
4452         * LyXAction.C (init):
4453         * commandtags.h: add LFUN_HYPHENATION_BREAK.
4454
4455         * paragraph.C (getWord): removed.
4456
4457         * BufferView_pimpl.C (Dispatch): use last word or selection for
4458         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
4459
4460         * lyx_main.C (queryUserLyXDir): do not ask before creating
4461         user_dir, except if it has been named explicitely.
4462
4463 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
4464
4465         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
4466         a document of zero size.
4467
4468 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
4469
4470         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
4471         approriately in the c-tor and in require().
4472         (getPackages): output the appropriate LaTeX for natbib support.
4473
4474         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
4475         variables "use_natbib" and "use_numerical_citations" when reading the
4476         LyX file.
4477         (readInset): read the various natbib cite commands.
4478         (validate): white-space change.
4479
4480         * bufferparams.[Ch]: new variables "bool use_natbib" and
4481         "bool use_numerical_citations".
4482         (writeFile): output them in the LyX file.
4483
4484 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
4485
4486         * lyxfunc.C (getStatus): add support for all the inset insertion
4487         commands.
4488
4489         * text2.C (insertInset):
4490         * paragraph.C (insetAllowed):
4491         * BufferView_pimpl.C (insertInset): update to take in account the
4492         renaming of insertInsetAllowed
4493
4494         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
4495
4496         * text2.C (getInset): new method. returns inset at cursor position.
4497
4498         * BufferView_pimpl.C (Dispatch): changes because of this.
4499
4500         * LyXAction.C (init): rename open-stuff to inset-toggle.
4501
4502         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
4503
4504         * text2.C (toggleInset): renamed from openStuff; use
4505         Inset::open().
4506
4507 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
4508
4509         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
4510
4511         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
4512
4513 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
4514
4515         * buffer.C (readLyXformat2): Add filename to the error dialog
4516
4517 2001-07-18  Juergen Vigna  <jug@sad.it>
4518
4519         * tabular.C (GetCellNumber): put an assert here instead of the check!
4520
4521 2001-07-17  Juergen Vigna  <jug@sad.it>
4522
4523         * BufferView_pimpl.C (toggleSelection): adapted too.
4524
4525         * text.C (selectNextWord): adapted for use with insets.
4526         (selectSelectedWord): ditto
4527
4528 2001-07-17  Juergen Vigna  <jug@sad.it>
4529
4530         * sp_spell.C (PSpell): fix initialitation order.
4531
4532 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4533
4534         * paragraph.C: spacing
4535
4536 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
4537
4538         * sp_spell.C: repair language selection for pspell
4539
4540 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4541
4542         * lyxfunc.h: change more methods to begin with lower char.
4543
4544 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
4545
4546         * buffer.C (parseSingleLyXformat2Token): Generate error insets
4547         for unknown layouts.
4548
4549 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
4550
4551         * buffer.C (readLyXformat2): Generate an error dialog if there are
4552         unknown layouts.
4553
4554 2001-07-16  Juergen Vigna  <jug@sad.it>
4555
4556         * sp_spell.C: always compile ISpell part.
4557
4558         * lyxrc.C: added use_pspell entry and it's handling.
4559
4560 2001-07-13  Juergen Vigna  <jug@sad.it>
4561
4562         * sp_spell.C: removed double includes.
4563
4564 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
4565
4566         Consistent use of Lsstream.h:
4567         * Lsstream.h: added using std::stringstream for consistencies sake.
4568
4569         * buffer.C: removed using std::stringstream
4570
4571         * lyxfont.C (stateText):
4572         * paragraph.C (asString):
4573         * text.C (selectNextWord, selectSelectedWord):
4574         * text2.C (setCounter):
4575         * vspace.C (asString, asLatexString):
4576         std::ostringstream -> ostringstream.
4577
4578 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4579
4580         * LyXAction.C: add LFUN_HELP_ABOUTLYX
4581         * commandtags.h: add LFUN_HELP_ABOUTLYX
4582         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
4583
4584 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
4585
4586         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
4587         cursorToggle()
4588         * lyx_gui_misc.C: remove spellchecker
4589         * lyxfunc.C: showSpellchecker
4590         * sp_base.h: added
4591         * sp_ispell.h: added
4592         * sp_pspell.h: added
4593         * sp_spell.C: added
4594         * sp_form.[Ch]: removed
4595         * spellchecker.[Ch]: removed
4596
4597 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
4598
4599         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
4600         is set.
4601         (simpleTeXSpecialChars): Simply print the input character without
4602         any special translation if pass_thru is set.
4603
4604         * layout.h: Added bool pass_thru to layout class for being able to
4605         implement pass through of a paragraph for Literate Programming.
4606
4607         * layout.C: add LT_PASS_THRU to LayoutTags enum.
4608         * layout.C (LyXLayout): set pass_thru to flase in constructor.
4609         * layout.C (Read): add "passthru" to list of layout tags and add
4610         code to set the pass_thru boolean when it is read.
4611
4612 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4613
4614         * trans_decl.h: remove allowed from KmodInfo
4615
4616         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
4617         remove allowed code
4618         (Load): adjust
4619
4620         * paragraph_pimpl.C (erase): use boost::prior
4621
4622         * Painter.C (text): use data() instead of c_str() when length is
4623         also provided.
4624         * WorkArea.C (putClipboard): ditto
4625         * font.h (width): ditto
4626
4627         * BufferView2.C: use it-> instead of (*it). for iterators
4628         * texrow.C: ditto
4629         * paragraph_pimpl.C: ditto
4630         * paragraph.C: ditto
4631         * minibuffer.C: ditto
4632         * language.C: ditto
4633         * kbmap.C: ditto
4634         * encoding.C: ditto
4635         * counters.C: ditto
4636         * converter.C: ditto
4637         * chset.C: ditto
4638         * Variables.C: ditto
4639         * TextCache.C: ditto
4640         * MenuBackend.C: ditto
4641         * LyXAction.C: ditto
4642         * LColor.C: ditto
4643         * FloatList.C: ditto
4644         * DepTable.C: ditto
4645         * ColorHandler.C (LyXColorHandler): ditto
4646
4647 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4648
4649         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
4650
4651         * text2.C (openStuff): reintroduce this method (which had been
4652         nuked in NEW_INSETS frenzy).
4653
4654         * lyxfunc.C (Dispatch): when an action has not been handled, use
4655         its name in the error message, not its number.
4656
4657         * paragraph.C (inInset): change method name to begin with lowercase.
4658
4659         * undo_funcs.C:
4660         * text2.C: updates because of this.
4661
4662 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4663
4664         * ToolbarDefaults.C (add): add spaces in error message
4665
4666 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4667
4668         * buffer.C (readLyXformat2): initialize the ert comp. variables.
4669         (readLyXformat2): rename return_par to first_par, use lyxlex's
4670         pushToken and remove the manual push handling.
4671         (parseSingleLyXformat2Token): add another ert comp. variable:
4672         in_tabular, rename return_par to first_par. handle newlines better
4673
4674 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4675
4676         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
4677
4678 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4679
4680         * text2.C (getParFromID): removed
4681
4682         * buffer.C (getParFromID): new method moved form lyxtext.
4683         * BufferView2.C (insertErrors): adjust
4684         (setCursorFromRow): adjust
4685         * BufferView_pimpl.C (restorePosition): adjust
4686         * lyxfunc.C (Dispatch): adjust
4687         * undo_funcs.C (textUndo): adjust
4688         (textRedo): adjust
4689         (textHandleUndo): adjust
4690         (textHandleUndo): adjust
4691
4692 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4693
4694         * buffer.C: up' the LYX_FORMAT
4695
4696         * lyxfont.h: turn NO_LATEX on as default
4697
4698         * buffer.C (insertErtContents): new methods of tex style compability.
4699         (parseSingleLyXformat2Token): use it several places.
4700         * tabular.C (OldFormatRead): and here
4701
4702 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4703
4704         * text2.C: remove some commented code.
4705         reindent file.
4706
4707         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
4708         * trans.C: changes because of the above.
4709
4710 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
4711
4712         * text2.C (setCounter): Fix counters bug with bibliography layout.
4713
4714 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4715
4716         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
4717         own member functions
4718         (simpleTeXSpecialChars): ditto
4719
4720 2001-07-06  Juergen Vigna  <jug@sad.it>
4721
4722         * a lot of files: changed the access to LyXText::status and the
4723         call of undo-functions.
4724
4725         * undo.[Ch]: added a inset_id to the undo informations.
4726
4727         * undo_funcs.[Ch]: added and moved here all undo functions.
4728
4729         * lyxtext.h: give the status enum a weight, made status_ a private
4730         variable and made accessor functions for it, removed the whole bunch
4731         of undo-functions as they are now in their own file, make some
4732         functions publically available. Added function ownerParagraph with
4733         int parameter.
4734
4735         * paragraph.[Ch]: added "bool same_ids" to the constructor,
4736         made InInset() a const function, added getParFromID() function.
4737
4738         * buffer.[Ch]: added const version for inset_iterator functions,
4739         added getInsetFromID() function.
4740
4741         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
4742         changed undo functions for new version.
4743
4744 2001-07-05  Juergen Vigna  <jug@sad.it>
4745
4746         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
4747         unknow mechanism does not call the proper constructor but only this
4748         one also if I request the other!?
4749
4750 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4751
4752         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
4753
4754         * text2.C (LyXText): use initialization lists.
4755
4756         * lyxtext.h (Selection): initialize set_ and mark_
4757         (init): remove method
4758
4759 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
4760
4761         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
4762
4763 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4764
4765         * screen.[Ch]: change method names to begin with lowercase
4766
4767         * BufferView_pimpl.C (updateScrollbar): simplify further and
4768         hopefully make it a bit faster.
4769
4770 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4771
4772         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
4773         calling directly xforms functions.
4774
4775         * Painter.C (Painter):
4776         * lyx_cb.C (MenuWrite):
4777         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
4778         fl_display.
4779
4780         * lyx_gui.C: remove bogus guiruntime extern declaration.
4781
4782 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4783
4784         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
4785         in NEW_INSETS
4786         (redoDrawingOfParagraph): ditto
4787         (redoParagraphs): ditto
4788         (cutSelection): don't create a object for CutAndPaste use the
4789         static method directly
4790         (pasteSelection): ditto
4791
4792         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
4793         LyXview (+ rename)
4794
4795 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4796
4797         * modifications to some other files because of this.
4798
4799         * Makefile.am (lyx_SOURCES): add XFormsView
4800
4801         * XFormsView.[Ch]: new files
4802
4803         * LyXView.[Ch]: make LyXView a base class for the gui handling for
4804         the main window. Move the gui dependent stuff to XFormsView
4805
4806 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4807
4808         * tabular.C (GetCellInset): update cur_cell also in the row/col
4809         version of this function.
4810
4811         * lyxfunc.C: no need to include figure_form.h here.
4812
4813         * FontLoader.h:
4814         * lyxfunc.h:
4815         * lyxscreen.h:
4816         * text2.C:
4817         * lyxvc.C: no need to include forms.h here.
4818
4819 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4820
4821         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
4822
4823         * lyxfunc.C (Dispatch):
4824         * Spacing.C (set):
4825         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
4826         constructor argument.
4827
4828 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4829
4830         * paragraph.C (Paragraph): dont't clear, and just set layout.
4831         (makeSameLayout): use params's copy contructor.
4832
4833         * ParagraphParameters.[Ch] (makeSame): delete method
4834
4835 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
4836
4837         * Variables.[Ch]: fix indentation, rename set to isSet
4838
4839 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4840
4841         * lyxfunc.C (Dispatch): fix typo
4842
4843 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4844
4845         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
4846         upper_bound.
4847
4848         * bufferlist.C: include assert.h for emergencyWrite().
4849
4850 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
4851
4852         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
4853           give up at last (bug #425202) !
4854
4855 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
4856
4857         * lyx_gui_misc.C:
4858         * sp_form.h:
4859         * sp_form.C:
4860         * spellchecker.h:
4861         * spellchecker.C: strip spellchecker options and bring up
4862           preferences tab instead
4863
4864 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4865
4866         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
4867         the istringstream constructor
4868
4869 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4870
4871         * paragraph.C (getLayout): fix return value
4872
4873         * paragraph.h: do not declare getLayout as inline.
4874
4875         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
4876
4877 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4878
4879         * lyxcursor.h (operator<): new func
4880         (operator>): new func
4881         (operator>=): new func
4882         (operator<=): new func
4883
4884         * text.C (changeCase): use selection.start and selection.end
4885         (changeRegionCase): require from to be <= to. Require par to be a
4886         valid paragraph.
4887
4888         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
4889
4890 2001-06-27  Juergen Vigna  <jug@sad.it>
4891
4892         * text.C (cursorLeftOneWord): changed to return the cursor and added
4893         overlay with BufferView * parameter which calls this one.
4894         (getWord): added
4895         (selectWord): use new getWord function.
4896         (changeCase): renamed from changeWordCase as and extended to work
4897         also on selections.
4898
4899         * lyxtext.h: added enum word_location
4900
4901         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
4902         changeCase as this operates now also on selections.
4903
4904 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
4905
4906         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
4907
4908         * many files: send debug output to Debug::INFO instead of
4909         Debug::ANY.
4910
4911         * converter.C (View):
4912         (Convert):
4913         (Move): send debug output to Debug::FILES instead of console.
4914
4915 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
4916
4917         * lyxfunc.C (getStatus): use func_status
4918
4919         * func_status.h: new header, describing the results of
4920         LyXFunc::getStatus;
4921
4922         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
4923         LFUN_MATH_HALIGN.
4924
4925 2001-06-25  The LyX Project  <jug@sad.it>
4926
4927         * buffer.C (sgmlOpenTag):
4928         (sgmlCloseTag):
4929         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
4930
4931 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4932
4933         * text2.C: remove some dead code
4934
4935         * tabular.C (GetCellInset): store the last cell checked (gotten)
4936
4937         * tabular.h: add the helper for the speedup
4938
4939         * lyxtext.h: remove some dead code
4940
4941 2001-06-26  The LyX Project  <Asger>
4942
4943         * paragraph.C: Change export to LaTeX of alignment to
4944         \begin{center} and family for better roundtrip work with reLyX.
4945
4946         * Tune the math drawing a bit.
4947
4948 2001-06-25  The LyX Project  <Asger>
4949
4950         * LColor.C (LColor): New color for math background. New color
4951         for buttons.
4952
4953 2001-06-25  The LyX Project  <jug@sad.it>
4954
4955         * lyxfunc.C (MenuNew): remove extra check for .lyx file
4956
4957         * lyxfunc.C (Open):
4958         * bufferlist.C (newFile): do not restrict to files ending with
4959         .lyx
4960
4961         * BufferView_pimpl.C (MenuInsertLyXFile):
4962
4963 2001-06-24  The LyX Project  <jug@sad.it>
4964
4965         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
4966         of compare_no_case
4967
4968 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4969
4970         * lyxtext.h: rename most methods to begin with a small char.
4971         Lots of changes because of this.
4972
4973         * paragraph.C (Paragraph): do not call fitToSize
4974         (erase): call Pimpl::erase
4975         (insertChar): call Pimpl::insertChar
4976         (insertInset): call Pipl::insertInset
4977         (breakParagraph): do not call fitToSize
4978         (breakParagraphConservative): do not call fitToSize
4979         (fitToSize): remove method
4980
4981         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
4982
4983 2001-06-24  The LyX Project  <Asger>
4984
4985         * Fix Qt compilation^2
4986
4987 2001-06-24  The LyX Project  <jug@sad.it>
4988
4989         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
4990         depthHook(getDepth()-1).
4991
4992         * paragraph.h:
4993         * ParagraphParameters.h:
4994         * ParameterStruct.h: change type of depth to unsigned int ==
4995         depth_type. Many adaptations to other files before of that.
4996
4997 2001-06-24  The LyX Project  <Asger>
4998
4999         * Fix Qt compilation.
5000
5001 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5002
5003         * paragraph.h: renamed several methods to begin with small letter.
5004         several changes to many parts of the code because of this.
5005
5006 2001-06-23  The LyX Project  <jug@sad.it>
5007
5008         * text2.C (InsertStringAsLines): renamed from InsertStringA;
5009         rewritten to discard all double spaces when KeepEmpty is off
5010         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
5011         to only handle newlines but not fiddle with spaces and friends.
5012
5013         * lyxfunc.C (MenuNew): when doing 'new from template', use
5014         template_path as default directory
5015
5016 2001-06-23  The LyX Project  <Asger>
5017
5018         * Clean-up of header file includes all over
5019         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
5020
5021 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5022
5023         * paragraph.h: renamed from lyxparagraph.h
5024
5025 2001-06-23  Asger  <lyx@violet.home.sad.it>
5026
5027         * Buffer.h: Removed Buffer::resize
5028         * BufferList.h: Removed BufferList::resize
5029         * LyXView.h: Added LyXView::resize. This way, we will only reflow
5030         the document lazily when we change the width, or the font settings.
5031
5032 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5033
5034         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
5035
5036 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5037
5038         * buffer.h: remove out of date comment
5039
5040 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
5041
5042         * lyxscreen.h:
5043         * screen.C: fix "theoretical" GC leak
5044
5045 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5046
5047         * LaTeX.C (scanAuxFile):
5048         (deplog): remove trailing \r when reading stream (useful under
5049         win32)
5050
5051 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
5052
5053         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
5054         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
5055         and BufferView::theLockingInset(Inset*), so should use them and not
5056         access bv_->text->the_locking_inset directly.
5057
5058         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
5059
5060 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5061
5062         * Makefile.am:
5063         * tex-defs.h: remove old unused file
5064
5065 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
5066
5067         * BufferView_pimpl.C: fix typo, remove minibuffer message
5068           when buffer has loaded
5069
5070 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5071
5072         * lyxfunc.C (Dispatch): use stringstream
5073         (MenuNew): use stringstream
5074         (Open): use stringstream
5075
5076         * importer.C (Import): use stringstream
5077
5078         * bufferview_funcs.C (CurrentState): use stringstream
5079
5080         * LaTeX.C (run): use stringstream
5081
5082         * BufferView_pimpl.C (savePosition): use stringstream
5083         (restorePosition): use stringstream
5084         (MenuInsertLyXFile): use stringstream
5085
5086 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
5087
5088         * BufferView.C:
5089         * Bullet.C:
5090         * ColorHandler.C:
5091         * FontInfo.C:
5092         * FontLoader.C:
5093         * LColor.C:
5094         * LaTeXFeatures.C:
5095         * Painter.C:
5096         * gettext.C:
5097         * lyx_gui_misc.C:
5098         * lyxserver.C:
5099         * vspace.C: removed // -*- C++ -*- as first line.
5100
5101         * lyxfind.h:
5102         * version.h: added // -*- C++ -*- as first line.
5103
5104 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5105
5106         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
5107
5108         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
5109         of string
5110
5111 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5112
5113         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
5114         of floats.
5115
5116 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5117
5118         * gettext.C: include LString.h even when --disable-nls is on.
5119
5120 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
5121
5122         * converter.h (Get): changed argument type from int to
5123         FormatList::size_type to avoid unnecessary conversion.
5124
5125         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
5126         before using it.
5127
5128 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5129
5130         * gettext.h: include LString.h even when --disable-nls is on.
5131
5132 2001-06-07  Juergen Vigna  <jug@sad.it>
5133
5134         * text.C (BreakAgain): subst spaces with tabs.
5135
5136         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
5137         (resizeInsetsLyXText): set force on resizeLyXText.
5138
5139 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5140
5141         * gettext.h (gettext_init):
5142         (locale_init): use a real definition instead of a macro
5143
5144 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
5145
5146         * Bufferview_pimpl.C:
5147         * LColor.h:
5148         * LColor.C: further lcolor tidies
5149
5150 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5151
5152         * BufferView_pimpl.C (updateScrollbar): simplify.
5153
5154         * BufferView2.C: don't include insets/insetinfo.h, change
5155         prototype for insertInset and call the Pimpl version. let
5156         updateInset call Pimpl version.
5157
5158         * BufferView.h: move inset_slept to BufferView::Pimpl, move
5159         gotoInset to BufferView::Pimpl
5160
5161 2001-06-01  Juergen Vigna  <jug@sad.it>
5162
5163         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
5164         inside a LockingInset (is the update needed at all?).
5165
5166 2001-05-31  Juergen Vigna  <jug@sad.it>
5167
5168         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
5169         here not the old one otherwise how should we compare it afterwards
5170         if it's the same!
5171
5172 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5173
5174         * lyxfont.C:
5175         * tabular.C:
5176         * tabular-old.C:
5177         * FontInfo.C: bring C functions into global namespace when
5178         necessary
5179
5180 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5181
5182         * LString.h: make sure config.h has been loaded before LString.h.
5183
5184         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
5185         (one for each char read by EatLine!).
5186
5187         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
5188         variables.
5189
5190 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5191
5192         * paragraph.C (BreakParagraph): set the inset_owner in the new par
5193         to the same as the par we break from
5194
5195 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5196
5197         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
5198
5199         * MenuBackend.C (expand): also create menu entries for wide
5200         versions of the floats.
5201
5202         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
5203
5204         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
5205
5206         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
5207         frontends/Makefile.am
5208
5209         * text2.C: adjust
5210         * text.C: adjust
5211
5212
5213         * tabular.C (getTokenValue): add std::
5214
5215         * tabular-old.C (getTokenValue): add std::
5216         (getTokenValue): ditto
5217         (getTokenValue): ditto
5218
5219         * screen.C (ToggleSelection): adjust
5220
5221         * lyxtext.h: put selection cursors inside a Selection struct.
5222
5223         * lyxfunc.C (moveCursorUpdate): adjust
5224
5225         * lyxfont.C (latexWriteStartChanges): add std::
5226
5227         * lyxfind.C: adjust
5228
5229         * font.h: delete with(char const *, LyXFont const &)
5230
5231         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
5232
5233         * FontInfo.C (getFontname): add std::
5234
5235         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
5236         (workAreaButtonPress): adjust
5237         (tripleClick): adjust
5238         (update): adjust
5239         (moveCursorUpdate): adjust
5240         (Dispatch): adjust
5241
5242         * BufferView2.C (gotoInset): adjust
5243
5244 2001-05-30  Juergen Vigna  <jug@sad.it>
5245
5246         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
5247         to check pspell I add this as default as I now have new pspell
5248         libraries and they seem to use this.
5249
5250 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5251
5252         * text2.C (CutSelection): make the cursor valid before the call to
5253         ClearSelection.
5254
5255 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5256
5257         * kbsequence.C (parse): de-uglify a bit the parsing code, which
5258         relied on 0 terminated strings and other horrors. Bug found due to
5259         the new assert in lyxstring!
5260
5261         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
5262         KP_ keys.
5263
5264 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5265
5266         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
5267         to latinkeys.bind.
5268
5269         * lyxfunc.C (processKeySym): change method of getting to the
5270         self-insert char.
5271
5272         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
5273         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
5274         * BufferView_pimpl.[Ch]: here as private methods.
5275
5276 2001-05-28  Juergen Vigna  <jug@sad.it>
5277
5278         * text.C (SetHeightOfRow): added the update() call again as it is
5279         needed to initialize inset dimensions!
5280
5281 2001-05-16  Juergen Vigna  <jug@sad.it>
5282
5283         * text2.C (SetCharFont): Add new function with BufferView * and
5284         bool toggleall parameters for setting insets internal fonts.
5285         (SetFont): Freeze the undo as we may change fonts in Insets and
5286         all this change should be inside only one Undo!
5287
5288         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
5289         setting font's in insets as for them we have the SetFont function!
5290
5291 2001-05-15  Juergen Vigna  <jug@sad.it>
5292
5293         * text2.C (ClearSelection): to be sure we REALLY don't have any
5294         selection anymore!
5295
5296         * tabular.C (TeXCellPreamble): fixed the left border problem for
5297         multicolumn cells.
5298
5299 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
5300
5301         * LaTeX.C (deplog): Make sure that the main .tex file is in the
5302         dependancy file
5303
5304 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5305
5306         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
5307         LFUN_BREAKPARAGRAPH.
5308
5309         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
5310         help test to "internal only", similar for LFUN_INSERT_URL
5311
5312         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
5313         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
5314         auto_region_delete and deadkeys.
5315
5316 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
5317
5318         * LColor.h:
5319         * LColor.C: remove some dead entries, tidy a little
5320
5321 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5322
5323         * lyxfunc.C (processKeySym): comment the Escape handling, remove
5324         commented code.
5325         (Dispatch): implement LFUN_ESCAPE
5326
5327         * commandtags.h: add LFUN_ESCAPE
5328
5329         * LyXAction.C (init): add entry for LFUN_ESCAPE
5330
5331         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
5332         Remove commented code.
5333         (insertNote): moved here
5334         (open_new_inset): moved here
5335
5336         * BufferView[2].[Ch]: move insertNote and open_new_inset to
5337         BufferView_pimpl
5338
5339 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5340
5341         * kbmap.C (findbinding): clean it up and make it work correctly.
5342
5343         * lyx_main.C (init): do not pass argc and argv as parameters
5344
5345 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
5346
5347         * buffer.C: fix path for OS/2 & Win32
5348
5349         * lyx_gui.C:
5350         * lyx_main:
5351         * lyx_main.C: Added os:: class.
5352
5353         * os2_defines.h: update
5354
5355 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5356
5357         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
5358         better by trying again with reduced state.
5359
5360 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5361
5362         * lyxrc.C (read): print error about invalid key sequence only when
5363         debugging (because not all latinX keysyms are known to some X
5364         servers)
5365
5366         * kbsequence.C (getiso): add a few std:: qualifiers
5367         (getiso): comment out extra return statement.
5368
5369 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5370
5371         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
5372         handling.
5373         (Dispatch): enhance the accent inset a bit. (not perfect)
5374
5375 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5376
5377         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
5378
5379 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5380
5381         * bufferlist.C (emergencyWrite): fix assert() call
5382
5383 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
5384
5385         * text.C (InsertChar): Added trivial patch to only send the "you
5386         can not do multiple spaces this way" message once during a
5387         session.
5388
5389 2001-05-08  Baruch Even  <baruch@lyx.org>
5390
5391         * Makefile.am: Changed order of libraries to get LyX to link properly
5392         with the gnome frontend.
5393
5394 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5395
5396         * LaTeXFeatures.h: add a std:: qualifier
5397
5398 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5399
5400         * paragraph.C (String): use stringstream
5401
5402 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5403
5404         * paragraph.C (writeFile): remove footflag arg
5405
5406         * buffer.C (makeLaTeXFile): use stringstream
5407         (latexParagraphs): remove footnot gurba
5408
5409         * LaTeXFeatures.C (getPackages): use stringstream
5410         (getMacros): likewise
5411         (getTClassPreamble): likewise
5412         (getFloatDefinitions): new method
5413
5414         * paragraph.C (writeFile): reindent
5415         (Erase): reindent
5416
5417         * WorkArea.h: revert the xpos + etc changes.
5418
5419         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
5420
5421         * lyxparagraph.[Ch]: add copy constructor, remove Clone
5422
5423         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
5424         (pasteSelection): likewise
5425         * text2.C (CreateUndo): likewise
5426
5427 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5428
5429         * minibuffer.C (peek_event): temporarily reduce the functionality
5430         of the minibuffer (to allow args on lfuns)
5431
5432         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
5433         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
5434
5435         * buffer.C (readInset): add compability reading of old float
5436         lists, add reading of new style float list.
5437         (readInset): avoid reevaluation of inscmd.getCmdName()
5438         (getLists): reindent
5439
5440         * MenuBackend.C (MenuItem): implement parsing of
5441         md_floatlistinsert and md_floatinsert.
5442         (expand::LastFiles): move initalizaton of iterators out of loop,
5443         avoid reevaluation.
5444         (expand::Documents): introduce typdedef vector<string> Strings,
5445         and use it.
5446         (expand::ExportFormats): introduce typedef vector<Format const *>
5447         Formats, and use it.
5448         (expand): implement FloatListInsert and FloatInsert.
5449
5450         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
5451         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
5452         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
5453
5454         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
5455         handling.
5456         (Dispatch::LFUN_FLOAT_LIST): implement
5457
5458 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
5459
5460         * LaTeX.C (run): Fix problem with --export code.
5461
5462 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5463
5464         * BufferView.[Ch] (workarea): removed.
5465         (getClipboard) new method; wrapper for workarea()->getClipboard()
5466
5467         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
5468         bug.
5469
5470         * WorkArea.h (width, height, xpos, ypos): These methods all
5471         returned the dimensions of the work_area sub-area of WorkArea,
5472         resulting in a position error if the WorkArea were resized. Now
5473         return the dimensions of the entire WorkArea.
5474
5475         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
5476
5477 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5478
5479         * LaTeX.C (deplog): correct the syntax of regex reg1
5480
5481 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5482
5483         * undo.C: remove !NEW_INSETS cruft
5484
5485 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5486
5487         * text2.C: remove !NEW_INSETS cruft
5488
5489         * text.C: remove !NEW_INSETS cruft
5490
5491         * tabular.C: remove !NEW_INSETS cruft
5492
5493         * spellchecker.C: remove !NEW_INSETS cruft
5494
5495         * lyxtext.h: remove !NEW_INSETS cruft
5496
5497         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
5498
5499         * lyxfunc.C: remove !NEW_INSETS cruft
5500
5501         * lyxfind.C: remove !NEW_INSETS cruft
5502
5503         * lyx_cb.C: remove !NEW_INSETS cruft
5504
5505         * figureForm.C: remove  !NEW_INSETS cruft
5506
5507         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
5508
5509         * buffer.[Ch]: remove !NEW_INSETS cruft
5510
5511         * ToolbarDefaults.C: remove !NEW_INSETS cruft
5512
5513         * CutAndPaste.C: remove !NEW_INSETS cruft
5514
5515         * BufferView_pimpl.C: remove !NEW_INSETS cruft
5516
5517         * BufferView2.C: remove !NEW_INSETS cruft
5518
5519         * BufferView.h: remove !NEW_INSETS cruft
5520
5521 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5522
5523         * Lsstream.h: include LString.h before the sstream headers to
5524         fix problem with gcc 2.95.3 and lyxstring
5525
5526 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5527
5528         * lyx_main.C: add using directives when needed for C functions
5529         declared in std:: namespace.
5530
5531 2001-04-27  Juergen Vigna  <jug@sad.it>
5532
5533         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
5534         (SetHeightOfRow): comment out the update call should not be needed!
5535
5536 2001-04-13  Juergen Vigna  <jug@sad.it>
5537
5538         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
5539         (LyXTabular): tried to minimize operator= operations (and realized
5540         hopfully Lars wish).
5541
5542 2001-04-27  Juergen Vigna  <jug@sad.it>
5543
5544         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
5545
5546 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5547
5548         * lyxfunc.C (Dispatch): hack to make listof algorithm work
5549
5550         * buffer.C (readInset): hack to make listof algorithm work
5551
5552         * BufferView_pimpl.C: hack to make listof algorithm work
5553
5554 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5555
5556         * LyXAction.C: removed all !NEW_INSETS cruft
5557         (init): moved lfun_item in method
5558
5559         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
5560
5561 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
5562
5563         * BufferView2.C (theLockingInset): white space.
5564
5565 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5566
5567         * minibuffer.C: include <iostream>
5568
5569         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
5570
5571         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
5572
5573         * commandtags.h: add LFUN_TRANSPOSE_CHARS
5574
5575         * text.[Ch] (TransposeChars): new method
5576
5577 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5578
5579         * call message directly through LyXView instead of through LyXFunc
5580         * BufferView2.C: adjust
5581         * BufferView_pimpl.C: adjust
5582         * FontLoader.C: adjust
5583         * buffer.C: adjust
5584         * bufferview_funcs.C: adjust
5585         * converter.C: adjust
5586         * figureForm.C: adjust
5587         * importer.C: adjust
5588         * lyx_cb.C: adjust
5589         * lyx_gui_misc.C: adjust
5590         * lyxfunc.C: adjust
5591         * lyxvc.C: adjust
5592         * text2.C: adjust
5593         + more files in subdirs
5594
5595         * lyxparagraph.h (size): move up int file
5596         (GetLayout): ditto
5597
5598         * adjust all uses of Assert to lyx::Assert.
5599
5600         * BufferView2.C (ChangeCitationsIfUnique): adjust for
5601         lyxfunctional in namespace lyx
5602         * layout.C (hasLayout): ditto
5603         (GetLayout): ditto
5604         (GetLayout): ditto
5605         (delete_layout): ditto
5606         (NumberOfClass): ditto
5607         * converter.C (GetFormat): ditto
5608         (GetNumber): ditto
5609         (Add): ditto
5610         (Delete): ditto
5611         (SetViewer): ditto
5612         * bufferlist.C (getFileNames): ditto
5613         (emergencyWriteAll): ditto
5614         (exists): ditto
5615         (getBuffer): ditto
5616         * MenuBackend.C (hasSubmenu): ditto
5617         (hasMenu): ditto
5618         (getMenu): ditto
5619         * BufferView_pimpl.C (getInsetByCode): ditto
5620
5621 2001-04-18  Juergen Vigna  <jug@sad.it>
5622
5623         * vspace.C (asLatexString): fixed the 100% problem.
5624
5625 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5626
5627         * lyxfunc.C (Dispatch):
5628         * minibuffer.C:
5629         * minibuffer.h: add a few std:: qualifiers
5630
5631 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5632
5633         * minibuffer.[Ch]: reimplement so that commands is initiated and
5634         run from lyxfunc, simplified som handling, and made the completion
5635         and history code for complete. wip.
5636
5637         * lyxfunc.C (processKeySym): call message
5638         (miniDispatch): new temporary method
5639         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
5640         (LFUN_MESSAGE): implement
5641         (LFUN_MESSAGE_PUSH): implement
5642         (LFUN_MESSAGE_POP): implement
5643         (initMiniBuffer): the initial/defualt minibuffer message.
5644
5645         * lyxfont.[Ch]: inline some more getters
5646
5647         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
5648
5649         * lyx_gui_misc.[Ch] (WriteStatus): remove method
5650
5651         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
5652         (AutoSave): use LFUN_MESSAGE
5653         (Reconfigure): ditto
5654
5655         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
5656
5657         * figureForm.C: use LFUN_MESSAGE
5658
5659         * converter.C (runLaTeX): use LFUN_MESSAGE
5660
5661         * bufferview_funcs.C: use LFUN_MESSAGE
5662         (Melt): ditto
5663         (changeDepth): ditto
5664
5665         * bufferparams.h: use boost::
5666
5667         * bufferlist.h: inherit privately from noncopyable
5668
5669         * bufferlist.C (loadLyXFile): remove some commented code.
5670
5671         * buffer.C (runChktex): use LFUN_MESSAGE
5672
5673         * ShareContainer.h: inherit privately from noncopyable
5674
5675         * ParagraphParameters.[hC] (depth): inline it.
5676
5677         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
5678         methods.
5679         (message): new method
5680         (messagePush): ditto
5681         (messagePop): ditto
5682         (show): init minibuffer
5683         (showState): direct call
5684
5685         * LaTeX.[Ch]: inherit privately from noncopyable
5686         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
5687         instead of WriteStatus.
5688
5689         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
5690
5691         * BufferView_pimpl.C (buffer): don't init minibuffer
5692         (workAreaButtonPress): use LFUN_MESSAGE
5693         (workAreaButtonRelease): ditto
5694         (savePosition): ditto
5695         (restorePosition): ditto
5696         (MenuInsertLyXFile): ditto
5697         (workAreaExpose): don't init minibuffer
5698         (update): remove commented code, simplify
5699
5700         * BufferView2.C (openStuff): use LFUN_MESSAGE
5701         (toggleFloat): ditto
5702         (menuUndo): ditto
5703         (menuRedo): ditto
5704         (copyEnvironment): ditto
5705         (pasteEnvironment): ditto
5706         (copy): ditto
5707         (cut): ditto
5708         (paste): ditto
5709         (gotoInset): ditto
5710         (updateInset): remove some commented code
5711
5712         * lastfiles.h: inherit privately from noncopyable
5713         * layout.h: ditto
5714         * lyx_gui.h: ditto
5715         * lyx_main.h: ditto
5716         * lyxlex.h: ditto
5717         * lyxlex_pimpl.h: ditto
5718
5719         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
5720         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
5721         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5722
5723         * LyXAction.h: inherit privately from noncopyable, add methods
5724         func_begin, func_end, returning iterators to the func map.
5725
5726         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
5727         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
5728         (func_begin): new method
5729         (func_end): new method
5730
5731         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
5732         and not)
5733         (copySelection): ditto
5734         (pasteSelection): ditto
5735
5736         * BufferView.C: whitespace change
5737         * BufferView.h: inherit privately from noncopyable
5738
5739 2001-04-16  Allan Rae  <rae@lyx.org>
5740
5741         * tabular-old.C (l_getline):
5742         * spellchecker.C (sc_check_word):
5743         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
5744         an unrecognised preprocessor directive.  So ensure they're wrapped.
5745
5746 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
5747
5748         * src/exporter.C (Export): Give an error message when path to file
5749         contains spaces.
5750
5751 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
5752
5753         * LaTeX.C (deplog): Always check that foundfile exists.
5754
5755 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5756
5757         * lyx_main.h:
5758         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
5759
5760 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5761
5762         * tabular.[Ch] (getLabelList): implement new method
5763
5764         * minibuffer.h: comment ouf setTiimer
5765
5766         * minibuffer.C (ExecutingCB): constify res
5767         (peek_event): constify s
5768         (Set): constify ntext
5769         (Init): constify nicename
5770
5771         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
5772
5773         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
5774         (savePosition): use two params to Minibuffer::Set
5775         (restorePosition): ditto
5776
5777 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5778
5779         * lyx_main.C: include language.h
5780
5781         * Makefile.am (lyx_main.o): add language.h
5782
5783 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5784
5785         * exporter.C:
5786         * paragraph.C:
5787         * screen.C:
5788         * tabular.C:
5789         * CutAndPaste.C: include gettext.h
5790
5791         * lyxfont.h: remove old hack with ON and OFF.
5792
5793         * lyxparagraph.h:
5794         * lyxfont.h: do not include language.h...
5795
5796         * BufferView2.C:
5797         * LaTeXFeatures.C:
5798         * Painter.C:
5799         * bufferview_funcs.C:
5800         * font.C:
5801         * lyxfont.C:
5802         * text.C:
5803         * text2.C:
5804         * trans_mgr.C:
5805         * paragraph.C: ... but do it here instead
5806
5807 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5808
5809         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
5810
5811         * tabular.C: small reformat
5812
5813         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
5814         NEW_INSETS version
5815         (GetChar): ditto
5816         (BreakParagraph): ditto
5817         (SetOnlyLayout): ditto
5818         (SetLayout): ditto
5819
5820         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
5821         with one arg less.
5822
5823         * lastfiles.C: removed most using decl, add std:: where needed
5824
5825         * buffer.C: ws changes
5826
5827         * MenuBackend.C (class compare_format): put into anon namespace
5828         (expand): constify label, names, action, action2
5829         (expand):
5830
5831         * text.C (SingleWidth): constify font
5832         (IsBoundary): constify rtl2
5833         (GetVisibleRow): constify ww
5834
5835         * LaTeX.C (deplog): constify logfile
5836
5837         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
5838         start_x, end_x
5839         (workAreaExpose): constify widthChange, heightChange
5840
5841         * lyxrow.C (par): moved
5842         (height): moved
5843         (next): moved
5844         * lyxrow.h: as inlines here
5845
5846         * lyxfont.h (shape): moved from lyxfont.C
5847         (emph): moved from lyxfont.C
5848
5849         * lyxfont.C (LyXFont): use initialization list for all
5850         constructors
5851         (shape): move to lyxfont.h as inline
5852         (emph): move to lyxfont.h as inline
5853
5854
5855 2001-04-04  Juergen Vigna  <jug@sad.it>
5856
5857         * vspace.C: had to include stdio.h for use of sscanf
5858
5859 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
5860
5861         * BufferView.h:
5862         * BufferView_pimpl.h: remove xforms cruft. Both classes are
5863         independent of xforms.
5864
5865 2001-04-02  Juergen Vigna  <jug@sad.it>
5866
5867         * spellchecker.C: fixed namespace placing!
5868
5869 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
5870
5871         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
5872         the LyXParagraph * is 0.
5873
5874 2001-03-29  Juergen Vigna  <jug@sad.it>
5875
5876         * vspace.C: added support for %, c%, p%, l%.
5877         (stringFromUnit): added helper function.
5878         (asLatexString): changed to give right results for the %-values.
5879
5880         * buffer.C: convert the widthp in a width%.
5881
5882 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
5883
5884         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
5885         figureForm.[Ch].
5886
5887         * figureForm.[Ch]: stripped the FD_from_figure manipulation
5888         code out of lux_cb.[Ch], ready for its (imminent?) removal.
5889
5890         * lyx_cb.[Ch]: see above.
5891
5892         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
5893         form1.[Ch].
5894
5895         * form1.[Ch]:
5896         * lyx.[Ch]: replaced by figure_form.[Ch].
5897
5898         * lyx_gui.C:
5899         * lyx_gui_misc.C:
5900         * lyxfunc.C: changed headers associated with above changes.
5901
5902 2001-03-27  Juergen Vigna  <jug@sad.it>
5903
5904         * BufferView_pimpl.C: set the temporary cursor right!
5905
5906 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
5907
5908         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
5909
5910 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
5911
5912         * LString.h: removed "using std::getline"!
5913
5914         * BufferView_pimpl.C (Dispatch): changes due to changes in
5915         InsetInclude::Params.
5916
5917         * buffer.C (tag_name): removed redundant break statements as they were
5918         producing lots of warnings with my compiler.
5919
5920 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5921
5922         * LString.h: add "using std::getline" when using the real <string>.
5923
5924 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
5925
5926         * buffer.C: removed bitset usage.
5927         PAR_TAG moved to an anonymous name space.
5928         (tag_name): new funtion, also in the anonymous namespace.
5929         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
5930         (makeDocBookFile): clean code. Completed transition from string arrays
5931         to string vectors.
5932         (SimpleDocBookOnePar): code clean.
5933
5934 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5935
5936         * tabular.C: add some comments.
5937
5938 2001-03-22  Juergen Vigna  <jug@sad.it>
5939
5940         * buffer.C (parseSingleLyXformat2Token): redone the minipage
5941         compatibility read a bit and fixed bug with minipage in different
5942         depth.
5943
5944 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
5945
5946         * buffer.C (pop_tag): removed.
5947         (push_tag): removed.
5948         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
5949         array replaced with vector. Added support for CDATA sections.
5950         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
5951         at any nest level.
5952         (makeDocBookFile): XML conformant declaration of CDATA section,
5953         fixed bug related to <emphasis> in the first paragraph char.
5954         (sgmlOpenTag): exclude empty tags.
5955         (sgmlCloseTag): ditto.
5956
5957         * buffer.h (pop_tag): removed.
5958         (push_tag): removed.
5959
5960 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
5961
5962         * language.h (Languages): added size_type and size().
5963
5964 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5965
5966         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
5967         response on compability reading of minipages. One probliem is that
5968         the old usage of minipages was «flertydig»
5969
5970         * several files here and in subdirs: don't use static at file
5971         scope use anon namespaces instead.
5972
5973 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
5974
5975         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
5976         LaTeX output. This is necessary for Literate document
5977         processing.
5978
5979 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
5980
5981         * buffer.C: insert hfill when needed.
5982
5983         * tabular.C (l_getline): use string::erase, small whitespace change.
5984
5985         * BufferView_pimpl.C: try the anon namespace.
5986         * WorkArea.C: ditto
5987
5988 2001-03-16  Juergen Vigna  <jug@sad.it>
5989
5990         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
5991         otherwise it won't open options-dialogs.
5992
5993         * buffer.C: honor pextraWidth(p) on converting minipages.
5994
5995         * tabular.C (l_getline): changed the functions to strip trailing \r.
5996
5997 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
5998
5999         * BufferView_pimpl.C:
6000         * minibuffer..C: added "using SigC::slot" declaration.
6001
6002 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6003
6004         * lyxlex_pimpl.h: noncopyable is in namespace boost.
6005
6006         * text2.C: ditto
6007
6008         * text.C: ditto
6009
6010         * paragraph.C: ditto
6011
6012         * lyxtext.h: NO_PEXTRA
6013
6014         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
6015
6016         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
6017         * ParameterStruct.h: ditto
6018         * ParagraphParameters.h: ditto
6019         * lyxparagraph.h: ditto
6020
6021 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6022
6023         * buffer.C: add compability for minipage alignment.
6024         (latexParagraphs): remove unwanted pextra check.
6025
6026         * several files: remove CXX_WORKING_NAMESPACES
6027
6028         * buffer.C (pop_tag): tie is in namespace boost
6029
6030         * BufferView.h: noncopyable is in namespace boost
6031         * lyxlex.h: ditto
6032         * lyx_main.h: ditto
6033         * lyx_gui.h: ditto
6034         * layout.h: ditto
6035         * lastfiles.h: ditto
6036         * bufferlist.h: ditto
6037         * ShareContainer.h: ditto
6038         * LyXView.h: ditto
6039         * LyXAction.h: ditto
6040         * LaTeX.h: ditto
6041
6042 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6043
6044         * Merging changes from BRANCH_MVC back into HEAD.
6045
6046         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
6047
6048 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
6049
6050         * BufferView_pimpl.C: change from intl.C
6051
6052         * combox.h:
6053         * combox.C:
6054         * Makefile.am: move combox.*
6055
6056         * form1.h:
6057         * form1.C:
6058         * lyx_gui.C:
6059         * intl.h:
6060         * intl.C: remove dialog (covered by prefs)
6061
6062 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
6063
6064         * lyxfunc.C (Dispatch): removed redundant break statement.
6065
6066 2001-03-14  Juergen Vigna  <jug@sad.it>
6067
6068         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
6069
6070 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6071
6072         * buffer.C: add hack to fix compability reading of minipages.
6073
6074 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
6075
6076         * buffer.C (getLists): Cleanup.
6077
6078 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6079
6080         * lyxfont.C (update): don't honor toggleall on font size.
6081
6082 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
6083
6084         * bmtable.c:
6085         * bmtable.h:
6086         * Makefile.am: moved to frontends/xforms/
6087
6088         * lyx_gui_misc.C:
6089         * lyxfunc.C:
6090         * BufferView_pimpl.C: changes for moved mathpanel
6091
6092 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6093
6094         * gettext.h: fix gettext_init() in --disable-nls
6095
6096 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6097
6098         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
6099
6100 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
6101
6102         * lyx.C:
6103         * lyx.h: strip external form
6104
6105 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6106
6107         * BufferView_pimpl.C: add comment, destroySplash()
6108
6109 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
6110
6111         * BufferView_pimpl.C:
6112         * LyXAction.C:
6113         * buffer.C:
6114         * commandtags.h:
6115         * lyxfunc.C: use re-worked insetinclude
6116
6117 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6118
6119         * buffer.C: add using std::stringstream.
6120
6121         * lyx_cb.C: readd using std::ios.
6122
6123         * buffer.C: add using std::map.
6124
6125         * BufferView_pimpl.C: add using std::vector.
6126
6127         * ShareContainer.h: add std:: to swap.
6128
6129         * buffer.h: add some typedefs
6130         * buffer.C (getLists): use them
6131         (getLists): renamed from getTocList.
6132         add a counter for the different float types and use it in the
6133         generated string.
6134         (getLists): use the same counter for the NEW_INSETS and the "non"
6135         NEW_INSETS
6136
6137         * lyx_cb.h: remove unused items, includes, using etc.
6138
6139         * ShareContainer.h: remove some commented code, add more comments
6140         and "documentation".
6141
6142 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6143
6144         * buffer.C (getTocList): make the list also when NEW_INSETS is
6145         defined.
6146
6147         * buffer.h: remove TocType
6148
6149         * buffer.C (getTocList): change to return a map<string,
6150         vector<TocItem> >, implement for dynamic number of list.
6151
6152         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
6153         * text2.C (PasteSelection): adjust
6154         * CutAndPaste.C (pasteSelection): adjust
6155
6156         * FloatList.C (FloatList): update from the new_insets branch.
6157         * Floating.[Ch]: ditto
6158         * LaTeXFeatures.C: ditto
6159         * buffer.C: ditto
6160         * lyxlex_pimpl.C: ditto
6161
6162         * paragraph.C (Last): remove when NEW_INSETS is defined.
6163
6164         * other file: changes because of the above.
6165
6166 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6167
6168         * lyxparagraph.h: rename next to next_, previous to previous_,
6169         make them private for NEW_INSETS. Rename Next() to next(),
6170         Previous() to previous().
6171
6172         * other files: changes because of the above.
6173
6174 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
6175
6176         * BufferView.h:
6177         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
6178         problem.
6179
6180 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6181
6182         * main.C (main): pass lyx_localedir to gettext_init().
6183
6184         * gettext.h: remove locale_init and gettext_init macros
6185
6186         * gettext.C (locale_init): new function
6187         (gettext_init): new function
6188
6189         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
6190         setlocale().
6191
6192 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
6193
6194         * Moved credits to frontends:
6195         * credits.[Ch]: removed
6196         * credits_form.[Ch]: removed
6197         * lyx_gui_misc.C: remove credits stuff
6198         * Makefile.am:
6199
6200 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6201
6202         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
6203
6204         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
6205         unneeded destructor.
6206
6207         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
6208         a standalone pointer again.
6209
6210         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
6211
6212 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
6213
6214         * Makefile.am:
6215         * filedlg.h:
6216         * filedlg.C:
6217         * LyXAction.C:
6218         * ToolbarDefaults.C:
6219         * bufferlist.C:
6220         * commandtags.h:
6221         * form1.C:
6222         * form1.h:
6223         * lyx_cb.C:
6224         * lyx_cb.h:
6225         * lyxfunc.h:
6226         * lyxfunc.C:
6227         * BufferView_pimpl.C: use new file dialog in GUII
6228
6229         * lyx_cb.h:
6230         * lyx_cb.C: remove LayoutsCB to Toolbar
6231
6232 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6233
6234         * ShareContainer.h (get): add std:: qualifier
6235
6236 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6237
6238         * ShareContainer.h: define a proper ShareContainer::value_type
6239         type (and use typename to please compaq cxx)
6240
6241 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6242
6243         * lyxparagraph.h: move serveral local vars to
6244         ParameterStruct/ParagraphParameters., use ShareContainer in
6245         FontTable., make vars in FontTable private and add getter and
6246         setter.
6247
6248         * paragraph.C: changes because of the above.
6249
6250         * lyxfont.h: remove copy constructor and copy assignment. (the
6251         default ones is ok), move number inside FontBits. move inlines to
6252         lyxfont.C
6253
6254         * lyxfont.C: add number to initializaton of statics, move several
6255         inlines here. constify several local vars. some whitespace
6256         cleanup. Dont hide outerscope variables.
6257
6258         * Spacing.h: add two new constructors to match the set methods.
6259
6260         * ShareContainer.h: new file, will perhaps be moved to support
6261
6262         * ParameterStruct.h: new file
6263
6264         * ParagraphParameters.h: new file
6265
6266         * ParagraphParameters.C: new file
6267
6268         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
6269         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
6270
6271         * BufferView_pimpl.C: ParagraphParameter changes.
6272         * buffer.C: Likewise.
6273         * bufferview_funcs.C: Likewise.
6274         * text.C: Likewise.
6275         * text2.C: Likewise.
6276
6277 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6278
6279         * lyxfind.C (LyXReplace): do not redefine default argument in
6280         implementation.
6281         (IsStringInText): ditto
6282         (SearchForward): ditto
6283         (SearchBackward): ditto
6284
6285 2001-03-06  Juergen Vigna  <jug@sad.it>
6286
6287         * lyxfind.C (IsStringInText): put parentes around expressions.
6288
6289 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
6290
6291         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
6292
6293 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
6294
6295         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
6296
6297         * stl_string_fwd.h: add comment
6298
6299         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
6300
6301         * tabular.h:
6302         * tabular.C: remove unused DocBook methods
6303
6304         * intl.C:
6305         * language.C:
6306         * paragraph.C:
6307         * buffer.C:
6308         killed DO_USE_DEFAULT_LANGUAGE
6309
6310 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6311
6312         * lyx_gui.C: do not include language.h.
6313
6314         * bufferview_funcs.C (ToggleAndShow): do not provide optional
6315         arguments in function implementation.
6316
6317 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6318
6319         * BufferView_pimpl.C: add <ctime>
6320
6321 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6322
6323         * BufferView_pimpl.C: add using std::find_if
6324
6325 2001-02-27  José Matos  <jamatos@fep.up.pt>
6326
6327         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
6328         by OnlyPath.
6329
6330 2001-02-11  José Matos  <jamatos@fep.up.pt>
6331
6332         * buffer.C (makeDocBookFile): command styles now have a parameter as
6333         "title" by default.
6334
6335 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
6336
6337         * layout_forms.[Ch]: removed
6338         * lyx_cb.[Ch]: out character
6339         * lyx_gui.C: out character
6340         * lyx_gui_misc.C: out character
6341         * bufferview_funcs.C: : out character,
6342         added toggleall as parameter in ToggleAndShow
6343
6344 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
6345
6346         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
6347
6348         * text2.C (SetCurrentFont): Disable number property at boundary.
6349
6350 2001-02-26  Juergen Vigna  <jug@sad.it>
6351
6352         * lyxfunc.C (getStatus): added a string argument override function so
6353         that this is correctly called from LyXFunc::Dispatch if it contains a
6354         do_not_use_argument which is used!
6355         (Dispatch): added check for "custom" export and call appropriate func.
6356
6357 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
6358
6359         * lyxrc.C: Add language_command_local, language_use_babel and
6360         language_global_options.
6361
6362         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
6363
6364         * buffer.C (makeLaTeXFile): Use language_use_babel and
6365         language_global_options.
6366
6367 2001-02-23  Juergen Vigna  <jug@sad.it>
6368
6369         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
6370         which works with LyXText and putted it inside BufferView. Here now we
6371         only call for that part the BufferView::Dispatch() function.
6372
6373         * BufferView.C (Dispatch): added.
6374
6375         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
6376         functions which needs to use a LyXText over from LyXFunc.
6377         (MenuInsertLyXFile): added
6378         (getInsetByCode): added
6379         (moveCursorUpdate): added
6380         (static TEXT): added
6381
6382 2001-02-22  Juergen Vigna  <jug@sad.it>
6383
6384         * BufferView_pimpl.C (update): call a status update to see if LyXText
6385         needs it.
6386
6387 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
6388
6389         * vc-backend.C (revert): implement for CVS
6390         (getLog): implement for CVS
6391
6392 2001-02-20  Juergen Vigna  <jug@sad.it>
6393
6394         * text2.C (ClearSelection): added BufferView param for inset_owner call
6395
6396         * lyxfunc.C (TEXT): added this function and use it instead of
6397         directly owner->view()-text of getLyXText().
6398
6399 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
6400
6401         * src/layout_forms.C: out preamble
6402         * src/layout_forms.h: out preamble
6403         * src/lyx_cb.C: out preamble
6404         * src/lyx_cb.h: out preamble
6405         * src/lyx_gui.C: out preamble
6406         * src/lyx_gui_misc.C: out preamble
6407         * src/lyxfunc.C: connect with guii preamble
6408
6409 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
6410
6411         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
6412
6413 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
6414
6415         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
6416         whether to run bibtex.
6417
6418 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
6419
6420         * Makefile.am (lyx_SOURCES): Remove BackStack.h
6421
6422 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
6423
6424         * Makefile.am (lyx_SOURCES): removed bibforms.h
6425
6426         * vspace.h: doxygen
6427
6428         * text.C (GetVisibleRow): make several local vars const
6429
6430         * tabular.C: small cleanup.
6431
6432         * lyxserver.C (callback): use compare instead of strncmp
6433
6434         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
6435         inlines to after class or to paragraph.C
6436
6437         * lyxfont.h: remove friend operator!=
6438
6439         * converter.h: move friend bool operator< to non friend and after
6440         class def.
6441
6442         * combox.h: small cleanup
6443
6444         * buffer.h: doxygen, remove unused constructor, move inclas inlies
6445         to inlines after class def.
6446
6447         * buffer.C (pop_tag): use string operations instead of strcmp
6448
6449         * bmtable.c: doxygen, small cleanup
6450
6451         * LaTeX.h: remove friend operator==
6452
6453 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
6454
6455         * screen.C:
6456         * lyxrc.[Ch]:
6457         * lyxfunc.C:
6458         * lyxfont.[Ch]:
6459         * lyx_cb.C:
6460         * intl.[Ch]:
6461         * commandtags.h:
6462         * buffer.C:
6463         * WorkArea.[Ch]:
6464         * LyXAction.C:
6465         * BufferView_pimpl.C:
6466         * BufferView.[Ch]: remove cruft
6467
6468 2001-02-14  Juergen Vigna  <jug@sad.it>
6469
6470         * lyxfunc.C: removed #if 0 unused code
6471
6472         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
6473
6474         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
6475
6476         * text2.C (SetSelection): added a BufferView * parameter
6477
6478 2001-02-13  Juergen Vigna  <jug@sad.it>
6479
6480         * lyxfunc.C (Dispatch): fixed protected blank problem.
6481         * BufferView2.C (protectedBlank): added LyxText * parameter.
6482
6483         * tabular.C (AppendRow): forgot to set row_info of newly added row.
6484         (AppendColumn): same as above for column_info.
6485
6486         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
6487         (moveCursorUpdate): use a LyXText param for support of InsetText.
6488
6489         * BufferView_pimpl.C (doubleClick): added support for InsetText.
6490         (tripleClick): ditto
6491
6492         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
6493
6494         * BufferView_pimpl.C (update): added LyXText param to honor insets.
6495
6496         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
6497
6498         * text2.C (SetSelection): set correct update status if inset_owner
6499         (ToggleFree): ditto
6500
6501 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
6502
6503         * tabular.C: remove some commented code.
6504
6505 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
6506
6507         * BufferView_pimpl.C: call hideSplash()
6508
6509         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
6510
6511         * include_form.h:
6512         * bibforms.h: remove
6513
6514         * lyxfunc.C:
6515         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
6516           add LFUN_CHILD_CREATE
6517
6518         * counters.h: fix tiny typo
6519
6520         * lyx_cb.C:
6521         * lyx.h:
6522         * lyx_gui.C:
6523         * lyx.C: move splash to frontends/xforms/
6524
6525         * lyx_gui_misc.C: move Include and Bibform to frontends
6526
6527         * lyxvc.h: clarify comment
6528
6529         * vspace.C: tiny housekeeping
6530
6531 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
6532
6533         * text.C (PrepareToPrint): RTL Fix.
6534
6535         * paragraph.C (GetUChar): New method.
6536         (String):  Use GetUChar.
6537
6538         * buffer.C (asciiParagraph): Use GetUChar.
6539
6540 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
6541
6542         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
6543
6544 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
6545
6546         * buffer.h:
6547         * buffer.C: rename to getLogName(), handle
6548           build log / latex log nicely
6549
6550 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6551
6552         * MenuBackend.C:
6553         * MenuBackend.h: remove support for reference menuitem type.
6554
6555 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
6556
6557         * BufferView_pimpl.C: housekeeping
6558         * BufferView_pimpl.h:
6559         * LyXView.h:
6560         * Makefile.am:
6561         * Timeout.C:
6562         * Timeout.h:
6563         * minibuffer.h: move Timeout GUI-I
6564
6565 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
6566
6567         * lyxrc.C (read): Update converters data-structures.
6568
6569 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
6570
6571         * LaTeX.h (operator!=): add operator != for Aux_Info
6572
6573 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
6574
6575         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
6576
6577         * LaTeXLog.C: deleted, useful code moved to Buffer
6578
6579         * buffer.h:
6580         * buffer.C: new function getLatexLogName()
6581
6582         * lyx_gui_misc.C:
6583         * lyx_gui.C:
6584         * lyxvc.C:
6585         * lyxvc.h:
6586         * lyxfunc.C: use frontends for LaTeX and VC logs
6587
6588 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6589
6590         * LaTeX.h: yet another std:: that Allan forgot.
6591
6592         * Variables.C (set): renamed from isset(), because this clashes
6593         with some HP-UX macros (grr).
6594
6595 2001-02-06  Allan Rae  <rae@lyx.org>
6596
6597         * LaTeX.h: Another bug fix.  Missing std:: this time.
6598
6599 2001-02-04  Allan Rae  <rae@lyx.org>
6600
6601         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
6602         floats problem. I've left it commented out because it's not quite
6603         correct.  It should also test that the current object is a table or
6604         figure inset.  But I haven't gotten around to figuring out how to do
6605         that.  I *think* it'll be something like: "table" == inset.type()
6606
6607         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
6608         bool.
6609
6610 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
6611
6612         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
6613         all the citation/databases/styles in the auxilary file.
6614         (run): Rerun latex if there was a babel language error.
6615
6616 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
6617
6618         * text.C (Backspace): Preserve the font when changing newline char
6619         with a space.
6620         (BreakParagraph): If the cursor is before a space, delete the space.
6621
6622         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
6623
6624 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
6625
6626         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
6627         new argument (code).
6628         (ChangeCitationsIfUnique): New method.
6629
6630         * paragraph.C (GetPositionOfInset): Handle bibkey.
6631
6632 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6633
6634         * BufferView_pimpl.h: change type of Position::par_pos to
6635         LyXParagraph::size_type.
6636
6637 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
6638
6639         * BufferView_pimpl.C (savePosition, restorePosition): Write
6640         messages to minibuffer.
6641
6642 2001-01-28  José Matos  <jamatos@fep.up.pt>
6643
6644         * buffer.C (makeDocBookFile): adds support for document language.
6645         A silly restriction on the name of LatexCommand types where removed.
6646         Added support for CDATA sections, allows to chars unescaped, used
6647         among others in code, to avoid escape < and >.
6648
6649 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6650
6651         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
6652         saved positions instrad of a stack. Furthermore, a position is
6653         stored using paragraph id/paragraph position.
6654
6655         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
6656         Remove LFUN_REF_BACK.
6657
6658 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
6659
6660         * converter.C (dvipdfm_options): New method.
6661
6662 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
6663
6664         * vspace.C (isValidLength): Fix for empty input string.
6665
6666 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6667
6668         * LyXAction.C (init): change description of LFUN_FIGURE to
6669         "Insert Graphics"
6670
6671 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6672
6673         * LaTeX.C: add using directive
6674
6675 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6676
6677         * MenuBackend.C (expand): Fix the sorting of the formats.
6678
6679 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
6680
6681         * lyx_main.C: tiny error message fix
6682
6683 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6684
6685         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
6686         calling fl_initialize(). This fixes the problem with ',' as
6687         decimal separator in text files.
6688
6689 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
6690
6691         * trans.C (process): Fix the keymap bug.
6692
6693 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
6694
6695         * LaTeX.C (scanAuxFiles): New method. Provides support for
6696         multiple bibliographies (when using the bibtopic/bibunits pacakges).
6697         (scanLogFile) Scan for "run BibTeX" messages.
6698
6699         * buffer.C (makeLaTeXFile): Do not load the ae package when using
6700         OT1 font encoding. Also, load the aecompl package if the ae
6701         package is loaded.
6702
6703         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
6704
6705 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6706
6707         * texrow.C (increasePos): turn two error messages into debug
6708         messages.
6709
6710 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
6711
6712         * LaTeX.C (scanAux): Handle the \@input macro.
6713         (runBibTeX): Use scanAux().
6714
6715         * language.C (latex_options_): New field.
6716
6717         * LaTeXFeatures.C (getMacros): Add language macros.
6718
6719         * buffer.C (makeLaTeXFile): Small fix.
6720
6721 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6722
6723         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
6724
6725         * text2.C: add a using directive.
6726
6727 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
6728
6729         * BufferView2.C:
6730         * lyx_gui_misc.h:
6731         * lyxfr1.C:
6732         * lyxfunc.C: kill LyXBell.
6733
6734 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
6735
6736         * text.C (IsBoundary): Remove the error message
6737
6738         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
6739
6740         * lyxrc.C (setDefaults): Correct initialization value for
6741         font_norm_type.
6742
6743 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
6744
6745         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
6746         gotoError().
6747
6748         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
6749         and GotoNextNote().
6750
6751         * src/LyXAction.C: Added reference-next.
6752
6753         * text.C (InsertChar): Use contains instead of strchr.
6754
6755         * lyx_cb.C (MenuInsertLabel): Enable default value code.
6756
6757 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
6758
6759         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
6760         alignment commands (when needed).
6761
6762         * text.C (InsertChar): Add ':' to number separator chars.