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