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