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