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