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