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