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