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