]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
054943975597c6fa95785a98cba4ae7acaa1e2c1
[lyx.git] / src / ChangeLog
1 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * text.C: re-introduce display() for insets, fixing the
4         various bugs (stretch of line above, math inset 
5         positioning, ...)
6
7 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
8
9         * text.C (rightMargin): remove spurious semicolon
10
11         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
12         1415)
13
14 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
15
16         * text3.C: fix one crash due to wrong cursor def
17
18 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
19
20         * vc-backend.C (scanMaster): make the regex static
21
22         * LaTeX.C (scanAuxFile): make the regexs static
23
24         * text3.C (doInsertInset, dispatch, dispatch):
25         * text2.C (cursorUp, cursorDown):
26         * text.C (selectNextWordToSpellcheck):
27         * BufferView_pimpl.C (dispatch):
28         * lyxfunc.C (dispatch):  localDispatch -> dispatch
29
30 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
31
32         * lyxsocket.C: include <cerrno>
33
34 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
35
36         * lyxfunc.C (dispatch): remove textcache stuff
37
38         * bufferlist.C (release): remove textcache stuff
39         (closeAll): ditto
40
41         * TextCache.C: delete file
42         * TextCache.h: delete file
43
44         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
45
46         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
47         delete of the bv_->text.
48         (resizeCurrentBuffer): remove texcache stuff
49         (workAreaResize): ditto
50
51 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
52
53         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
54         action.
55
56 2003-10-16  André Pönitz  <poenitz@gmx.net>
57
58         * lyxrow.[Ch]:
59         * paragraph.h:
60         * rowpainter.C:
61         * text.C:
62         * text2.C:
63         * text3.C: speed up by storing y positions per paragraph plus per-row
64         offset instead of having a 'full' y position in the row.
65
66 2003-10-15  André Pönitz  <poenitz@gmx.net>
67
68         * iterators.[Ch]:
69         * iterators.[Ch]:
70         * undo.[Ch]: make undo aware of inner insets
71
72 2003-10-14  Angus Leeming  <leeming@lyx.org>
73
74         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
75         static member functions LyX::ref() and LyX::cref.
76         (lastfiles): new accessor functions for the new lastfiles_ member var.
77         (addLyXView, views_): add a new LyXView to the list of views_.
78         (updateInset): loop over all LyXViews to call their own updateInset
79         member function, returning a pointer to the Buffer owning the inset.
80
81         * BufferView_pimpl.C (loadLyXFile):
82         * MenuBackend.C (expandLastfiles):
83         * bufferlist.C (MenuWrite, QuitLyX):
84         lastfiles is no longer a global variable.
85         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
86
87         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
88         static function. Access through LyX::cref().emergencyCleanup().
89
90 2003-10-14  André Pönitz  <poenitz@gmx.net>
91
92         * iterators.[Ch]: new direct access to innermost LyXText and Inset
93
94         * undo.[Ch]: restoring part of 'undo in insets'
95
96         * Makefile.am:
97         * undo_funcs.[Ch]: merge with undo.[Ch]
98
99         * tabular.C: small cleansing stuff
100
101 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
102
103         * paragraph_funcs.C (readParToken): report unknown insets as error
104         boxes. Use the outer paragraph as location (also for unknown
105         tokens).
106
107         * factory.C (readInset): do not abort on reading an unknown inset.
108         Eat it and return 0.
109
110 2003-10-13  Angus Leeming  <leeming@lyx.org>
111
112         * lyx_main.C (LyX): remove call to setDisplayTranslator().
113
114         * lyxrc.C: displayTranslator is now a function,
115         declared in GraphicsTypes.h.
116
117 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
118
119         * format.C: new placeholder $$a to pass the socket address.
120
121         * bufferlist.[Ch]: new function getBufferFromTmp.
122
123         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
124           files in the temporary dir.
125
126 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
127
128         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
129
130         * Makefile.am: add lyxsocket.[Ch].
131
132         * lyx_main.C (error_handler): handle SIGPIPE.
133
134 2003-10-13  André Pönitz  <poenitz@gmx.net>
135
136         * BufferView_pimpl.C:
137         * lyxtext.h:
138         * text.C:
139         * text2.C:
140         * text3.C:
141         * undo_funcs.[Ch]: use paroffset_type instead of
142           ParagraphList::iterators to prevent multiple conversion
143           (and get a more robust interface)
144
145 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
146
147         * lyxfunc.C (dispatch): RESULT -> dispatch_result
148         * lyxtext.h: ditto
149         * text3.C (dispatch): ditto
150
151 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
152
153         * LaTeX.C (handleFoundFile): move the static to smaller scope,
154         move the onlyfile, use onlyfile instead of foundfile in a couple
155         of places.
156
157         * DepTable.C (update): flush the error stream a bit more
158
159 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
160
161         * lyxserver.C (callback): adjust
162
163         * lyxfunc.C (getStatus): add a missing brace in commented code
164         (ensureBufferClean): reindent
165         (dispatch): delete version taking a string
166
167 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
168
169         * LaTeX.C (deplog): move found file handlig from here...
170         (handleFoundFile): .. to new function here.
171         (deplog): make sure to discover several files mentioned on the
172         same log line.
173
174 2003-10-10  André Pönitz  <poenitz@gmx.net>
175
176         * lyxfunc.C:
177         * lyxtext.h:
178         * tabular.C:
179         * text.C:
180         * text2.C:
181         * text3.C: fix some of the tabular crashes
182
183 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
184
185         * MenuBackend.C (binding): put debug message into Debug::KBMAP
186
187         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
188
189 2003-10-09  André Pönitz  <poenitz@gmx.net>
190
191         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
192
193         * BufferView.C:
194         * BufferView_pimpl.C:
195         * bufferview_funcs.C:
196         * lyx_cb.C:
197         * lyxcursor.C:
198         * lyxfind.C:
199         * lyxfunc.C:
200         * lyxtext.h:
201         * text.C:
202         * text2.C:
203         * text3.C:
204         * text_funcs.[Ch]:
205         * textcursor.[Ch]:
206         * undo_funcs.C: adjust
207
208 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
209
210         * text2.C (incrementItemDepth): new function, use a backtracking
211         algorithm to discover the correct item depth.
212         (resetEnumCounterIfNeeded): new function, use a backtracking
213         algorithm to discover if counter reset is needed.
214         (setCounter): use them. Simplify a bit. Add different labels for
215         different item depths for itemize.
216
217         * paragraph.C (Paragraph): remove initialization of enumdepth
218         (operator=): ditto
219
220         * paragraph.h: get rid of enumdepth, and use itemdepth both for
221         enumerate and itemize. Change the type of itemdepth to signed char.
222
223 2003-10-08  André Pönitz  <poenitz@gmx.net>
224
225         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
226           thing assignable.
227         * text.C:
228         * text2.C: adjust
229
230         * tabular.[Ch]: fix crash after 'row-insert'
231
232 2003-10-08  Angus Leeming  <leeming@lyx.org>
233
234         Fix doxygen warnings.
235
236         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
237         Remove CutAndPaste:: prefix from header file declaration.
238
239         * LColor.h (fill): remove LColor:: prefix from declaration.
240
241         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
242         use lyx::depth_type rather than Paragraph::depth_type so that
243         header file and .C file match.
244
245         * converter.h (intToFormat): remove Converters:: prefix from declaration.
246
247         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
248         * aspell.C: \file aspell_local.C -> \file aspell.C
249         * gettext.C: \file gettext.C -> \file src/gettext.C
250         * gettext.h: \file gettext.h -> \file src/gettext.h
251         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
252         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
253         * text.C: \file text.C -> \file src/text.C
254
255         * toc.C: move comment so that doxygen is not confused.
256
257 2003-10-07  Angus Leeming  <leeming@lyx.org>
258
259         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
260
261 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
262
263         * aspell.C:
264         * aspell_local.h: add forgotten std::string's.
265
266 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
267
268         * LaTeXFeatures.C:
269         * LyXAction.C:
270         * factory.C:
271         * lfuns.h:
272         * lyxfunc.C:
273         * text3.C: The Box patch. Fancybox support, minipage, parbox
274
275 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
276
277         * CutAndPaste.h:
278         * DepTable.h:
279         * FloatList.h:
280         * LaTeXFeatures.h:
281         * ParagraphParameters.h:
282         * TextCache.h:
283         * Thesaurus.h:
284         * bufferlist.h:
285         * exporter.h:
286         * importer.h:
287         * lastfiles.h:
288         * lyxfind.h:
289         * lyxfont.h:
290         * lyxlex.h:
291         * lyxtextclasslist.h:
292         * messages.h:
293         * paragraph.h:
294         * paragraph_pimpl.C:
295         * textcursor.h: add <string> and other small fixes to make Lars'
296         std::string patch compile with STLport.
297
298 2003-10-06  Angus Leeming  <leeming@lyx.org>
299
300         * LColor.h: Add missing #include <string>.
301
302 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
303
304         * All most all file in all subdirs: Make <string> be the prefered
305         way of getting to std::string, add using declarations.
306
307 2003-10-06  André Pönitz  <poenitz@gmx.net>
308
309         * metricsinfo.C: initialize LyXFont before changing attribute.
310         (fixes the 'math in \emph is upright' bug)
311
312 2003-10-06  André Pönitz  <poenitz@gmx.net>
313
314         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
315
316 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
317
318         * graph.C:
319         * paragraph_pimpl.C: Small fixes to build using STLport
320
321 2003-10-02  André Pönitz  <poenitz@gmx.net>
322
323         * lyxfunc.C:
324         * text3.C: move handling of LFUN_DEPTH *; fix #1360
325
326 2003-10-01  André Pönitz  <poenitz@gmx.net>
327
328         * factory.C: assert early
329
330 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
331
332         * lyx_main.C: remove the global debug object
333
334         * debug.h: adjust for new debugstream
335
336         * debug.C: adjust for new debugstream and keep the global debug
337         object here.
338
339 2003-09-22  Angus Leeming  <leeming@lyx.org>
340
341         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
342         of g++ which otherwise complain that the scoped_ptr destructor can't delete
343         an incomplete class LyXFont.
344
345 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
346
347         * factory.C: bug fix in branches
348
349 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
350
351         * lyxfunc.C (processKeySym): adjust
352         (dispatch): adjust
353         (dispatch): change arg name from ev to func, adjust
354         (sendDispatchMessage): ditto
355
356         * lyx_main.C (defaultKeyBindings): adjust keybindings
357         (deadKeyBindings): ditto
358
359         * kbsequence.C (addkey): return a FuncRequest
360
361         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
362
363         * kbmap.C (bind): take a FuncRequest as arg, adjust
364         (read): adjust
365         (lookup): adjust
366         (defkey): change to take a FuncRequest as arg, adjust
367         (findbinding): take a FuncRequest as arg, adjust.
368
369         * funcrequest.h (operator=): added
370
371         * funcrequest.C (FuncRequest): default kb_action changed from
372         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
373
374         * buffer.C (dispatch): simplify
375         (dispatch): adjust to take a FuncRequest as arg, adjust
376
377         * boost.C (assertion_failed): change assertion message slightly
378
379         * ToolbarBackend.C (read): simplify
380
381         * MenuBackend.C (binding): adjust call to findbinding, add a
382         message if no binding is found.
383         (read): simplify
384         (expandToc): correct by adding a empty FuncRequest
385
386         * LyXAction.C: include <boost/assert.hpp>
387         (isPseudoAction): delete function
388         (LookupFunc): change name to...
389         (lookupFunc): this. change return type to FuncRequest.
390         (getActionName): take kb_action as arg, simplify
391         (funcHasFlag): add an assert, simplify.
392
393 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
394
395         * toc.C (action): return a FuncRequest, simplify
396
397         * lyxfunc.C (processKeySym): adjust
398         (getStatus): delete version that takes an int.
399         (getStatus): adjust
400         (dispatch): delete version that takes action as int
401         (dispatch): adjust
402         (sendDispatchMessage): simplify and adjust
403
404         * funcrequest.C (getArg): take unsigned int as arg
405
406         * ToolbarBackend.C (read): adjust
407         (add): delete version that takes func as a string.
408         (getIton): take a FuncRequest as arg
409
410         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
411         action.
412
413         * MenuBackend.C (MenuItem): add a new construct that only takes a
414         Kind, simplify the constructor use for submenus.
415         (add): adjust
416         (expandLastfiles): adjust
417         (expandDocuments): adjust
418         (expandFormats): adjust
419         (expandFloatListInsert): adjust
420         (expandFloatInsert): adjust
421         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
422
423         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
424         Remove class variables lyx_pseudo_map and lyx_arg_map
425
426         * LyXAction.C (searchActionArg): delete function
427         (getPseudoAction): delete function
428         (retrieveActionArg): delete function
429         (LookupFunc): make it return kb_action, simplify.
430         (getActionName): simplify
431
432         * factory.C (createInset): fix new bug
433
434 2003-09-19  Angus Leeming  <leeming@lyx.org>
435
436         * CutAndPaste.C (pasteSelection): remove fudge used to set the
437         masterFilename_ parameter in the include inset.
438
439         * factory.C (createInset): changes due to the changes to InsetInclude.
440
441 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
442
443         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
444
445 2003-09-18  Angus Leeming  <leeming@lyx.org>
446
447         * buffer.C:
448         * BufferView.C: pass the buffer when calling Inset::getLabelList,
449         Inset::fillWithBibKeys.
450         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
451
452 2003-09-18  Angus Leeming  <leeming@lyx.org>
453
454         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
455         variables.
456         (ctor): pass and store a 'Buffer const &'
457         (buffer): new member function.
458
459         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
460         '*this' to the LaTeXFeatures ctor.
461
462 2003-09-18  Angus Leeming  <leeming@lyx.org>
463
464         * LColor.h:
465         * lyxfont.C:
466         * lyxfont.h:
467         * lyxtext.h:
468         * text.C: rename EnumLColor as LColor_color.
469
470 2003-09-18  Angus Leeming  <leeming@lyx.org>
471
472         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
473         remove #include "insets/insetbase.h" from cursor.h.
474
475 2003-09-18  Angus Leeming  <leeming@lyx.org>
476
477         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
478         InsetOld_code to remove #include "inset.h".
479
480         * iterators.C: add #include "insets/inset.h"
481
482 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
483
484         * BufferView.C: remove more locking stuff that apparently doesn't
485         do anything sensible.
486
487 2003-09-16  André Pönitz  <poenitz@gmx.net>
488
489         * paragraph.[Ch]:
490         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
491           performance boost.
492
493 2003-09-16  Angus Leeming  <leeming@lyx.org>
494
495         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
496
497         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
498         arg/return type.
499
500         * paragraph.h: remove #include "lyxfont.h". Forward declare
501         LyXFont_size.
502
503 2003-09-16  Angus Leeming  <leeming@lyx.org>
504
505         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
506         of support/textutils.h.
507         (isWord): move the contents of support/textutils.h's IsWordChar here.
508
509         * buffer.C:
510         * lyxfind.C:
511         * rowpainter.C:
512         * text.C:
513         * text2.C: add #include "paragraph.h".
514
515         * rowpainter.C:
516         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
517
518 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
519
520         * main.C:
521         * lyx_main.C:
522         * lyx_cb.C:
523         * buffer.C:
524         * LaTeX.C: use namespace alias for lyx::support::os
525
526 2003-09-16  Angus Leeming  <leeming@lyx.org>
527
528         * bufferparams.C:
529         * bufferview_funcs.C:
530         * factory.C:
531         * lyxfunc.C:
532         * paragraph_pimpl.C:
533         * rowpainter.C:
534         * text.C: add #include "LColor.h".
535
536 2003-09-16  Angus Leeming  <leeming@lyx.org>
537
538         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
539         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
540         return LyXFont &.
541         Store the FontBits::color variable as an int rather than as an
542         LColor::colorso that we can move LColor.h out of the lyxfont.h header
543         file.
544
545         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
546         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
547         string calls together.
548
549         * lyxrc.C: add #include "LColor.h".
550
551 2003-09-15  Angus Leeming  <leeming@lyx.org>
552
553         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
554         a cow_ptr.
555
556 2003-09-15  Angus Leeming  <leeming@lyx.org>
557
558         * LColor.h: add an EnumLColor wrapper for LColor::color.
559
560         * lyxfont.[Ch] (color, setColor, realColor):
561         * lyxtext.h, text.C (backgroundColor):
562         pass EnumLColor args to/from the functions, rather than LColor::color
563         ones.
564
565         * lyxfont.h:
566         * lyxtext.h: forward declare EnumLColor.
567
568         * lyx_main.C: add #include "LColor.h".
569
570 2003-09-15  Angus Leeming  <leeming@lyx.org>
571
572         * .cvsignore: add lyx-gtk.
573
574 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
575
576         * Chktex.C
577         * LaTeX.C
578         * LaTeXFeatures.C
579         * ParagraphParameters.C
580         * Spacing.C
581         * buffer.C
582         * bufferparams.C
583         * bufferview_funcs.C
584         * chset.C
585         * counters.C
586         * funcrequest.C
587         * lyxfont.C
588         * lyxgluelength.C
589         * lyxlength.C
590         * paragraph.C
591         * paragraph_funcs.C
592         * text3.C
593         * vc-backend.C: remove usage of STRCONV
594
595 2003-09-15  Angus Leeming  <leeming@lyx.org>
596
597         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
598         explicitly define the color passed to the painter.
599
600 2003-09-15  Angus Leeming  <leeming@lyx.org>
601
602         * bufferparams.C (BufferParams): reorder member initializers to avoid
603         compiler warning.
604
605 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
606
607         * CutAndPaste.C (pasteSelection): remove an outdated #warning
608         * text.C (updateRowPositions): remove an unusual nop
609
610 2003-09-12  André Pönitz  <poenitz@gmx.net>
611
612         * BufferView_pimpl.C:
613         * Bullet.C:
614         * layout.h:
615         * lyxfunc.C:
616         * lyxlayout.[Ch]:
617         * lyxtextclass.C:
618         * rowpainter.C:
619         * text.C:
620         * text2.C:
621         * Counters.[Ch]: finish the 'automatic counters' job
622
623 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
624
625         * aspell.C: include <boost/assert.cpp> (compile fix)
626
627 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
628
629         * boost.C (assertion_failed): use lyx::support::abort instead of
630         assert.
631
632 2003-09-10  Angus Leeming  <leeming@lyx.org>
633
634         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
635         with their _fwd progeny.
636
637 2003-09-09  Angus Leeming  <leeming@lyx.org>
638
639         134 files throughtout the source tree: replace 'using namespace abc;'
640         directives with the appropriate 'using abc::xyz;' declarations.
641
642 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
643
644         * boost.C (emergencyCleanup): moved here from LAssert.c
645         (assertion_failed): new function, called by BOOST_ASSERT
646
647         * several files: change Assert to BOOST_ASSERT
648
649 2003-09-09  Angus Leeming  <leeming@lyx.org>
650
651         * buffer.[Ch]: Add an Impl class and move Buffer's member
652         variables into it. As a result move several header files out of
653         buffer.h.
654
655         Add header files to lots of .C files all over the tree as a result.
656
657 2003-09-09  Angus Leeming  <leeming@lyx.org>
658
659         * buffer.[Ch]: make Buffer's member variables private. Add
660         accessor functions.
661
662         Lots of changes all over the tree as a result.
663
664 2003-09-08  Angus Leeming  <leeming@lyx.org>
665
666         * graph.C: #include <config.h>.
667
668 2003-09-08  Angus Leeming  <leeming@lyx.org>
669
670         * BranchList.C:
671         * BufferView.C:
672         * BufferView_pimpl.C:
673         * CutAndPaste.C:
674         * DepTable.C:
675         * LaTeX.C:
676         * LaTeXFeatures.C:
677         * LyXAction.C:
678         * MenuBackend.C:
679         * TextCache.C:
680         * aspell.C:
681         * buffer.C:
682         * bufferlist.C:
683         * changes.C:
684         * chset.C:
685         * converter.C:
686         * counters.C:
687         * debug.C:
688         * graph.C:
689         * ispell.C:
690         * lyx_cb.C:
691         * lyxfind.C:
692         * lyxfunc.C:
693         * lyxlex_pimpl.C:
694         * lyxrc.C:
695         * lyxrow.C:
696         * paragraph.C:
697         * rowpainter.C:
698         * texrow.C:
699         * text.C:
700         * text2.C:
701         * toc.C: remove redundant using directives.
702
703 2003-09-07  Angus Leeming  <leeming@lyx.org>
704
705         * LaTeXFeatures.h: remove #include "support/types.h".
706         * ToolbarBackend.h: remove #include <algorithm>.
707         * changes.h: remove #include <ctime>.
708         * debug.h: remove #include <iosfwd>.
709         * graph.h: remove #include "support/std_string.h".
710         * lyx_main.h: remove #include <csignal>.
711         * lyxlex_pimpl.h: remove #include <fstream>.
712         * sgml.h: remove #include <algorithm>, <utility>.
713         * toc.h: remove #include "support/std_ostream.h".
714         Add #include <iosfwd>.
715
716 2003-09-07  Angus Leeming  <leeming@lyx.org>
717
718         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
719
720         * converter.h: forward declare LatexRunParams.
721         * encoding.h: remove #include "lyxrc.h".
722         * lyxtext.h: remove #include "LColor.h".
723         * lyxtextclass.h: remove #include "support/types.h".
724         * trans.h: remove #include "tex-accent.h".
725         * trans_mgr.h: remove #include "tex-accent.h".
726         * insets/inset.h: remove #include "support/types.h", <vector>.
727         * insets/insetcollapsable.h: remove #include "LColor.h".
728         * insets/insetinclude.h: remove #include "dimension.h".
729         * insets/insetlatexaccent.h: remove #include "dimension.h".
730         * insets/insetoptarg.h:: remove #include "insettext.h".
731         * insets/insettext.h: remove #include "dimension.h",
732         <boost/shared_ptr.hpp>
733
734         * insets/renderers.h: add #include "dimension.h".
735         * insets/updatableinset.h: add #include "support/types.h".
736
737         * many .C files: Associated changes.
738
739 2003-09-06  Angus Leeming  <leeming@lyx.org>
740
741         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
742         one, inside testInvariant.
743
744         * PrinterParams.C: new file.
745         * PrinterParams.[Ch]: move the function bodies out of line.
746
747 2003-09-06  Angus Leeming  <leeming@lyx.org>
748
749         * ParagraphParameters.h: forward declare ParameterStruct rather than
750         including its header file.
751         (depth): moved out-of-line.
752
753 2003-09-06  Angus Leeming  <leeming@lyx.org>
754
755         * BufferView_pimpl.h:
756         * kbmap.h:
757         * kbsequence.h:
758         * lyxfunc.h: forward declare LyXKeySym rather than
759         #include "frontends/LyXKeySym.h".
760
761         * BufferView_pimpl.C:
762         * kbmap.C:
763         * kbsequence.C:
764         * lyxfunc.C: associated changes.
765
766 2003-09-06  Angus Leeming  <leeming@lyx.org>
767
768         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
769         As a result, can remove the #include "insets/inset.h" from BufferView.h
770
771 2003-09-06  Angus Leeming  <leeming@lyx.org>
772
773         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
774         As a result, can remove the #include "insets/inset.h" from BufferView.h
775
776 2003-09-06  Angus Leeming  <leeming@lyx.org>
777
778         * buffer_funcs.C:
779         * buffer.h:
780         * bufferlist.C:
781         * BufferView.C:
782         * bufferview_funcs.C:
783         * BufferView_pimpl.C:
784         * CutAndPaste.C:
785         * lyx_cb.C:
786         * lyxfunc.C:
787         * paragraph.h:
788         * ParagraphParameters.C:
789         * tabular.C:
790         * text3.C:
791         * toc.C:
792         * undo_funcs.C:
793         * frontends/controllers/ControlDocument.C:
794         * insets/insetcaption.C: rearrange the #includes into some sort of
795         coherent order.
796
797         * buffer.h: remove #includes ErrorList.h, undo.h
798
799 2003-09-06  Angus Leeming  <leeming@lyx.org>
800
801         * support/types.h: add a 'depth_type' typedef, used to store the
802         nesting depth of a paragraph.
803
804         * paragraph.h:
805         * ParameterStruct.h: use this lyx::depth_type typedef rather than
806         defining explicitly.
807
808         * buffer.h:
809         * paragraph_funcs.h:
810         * ParagraphParameters.h:
811         * sgml.h: use lyx::depth_type rather than Paragraph or
812         ParameterStruct's depth_type.
813
814         * buffer.h
815         * paragraph_funcs.h: no need to #include paragraph.h anymore.
816
817         * BufferView.C:
818         * BufferView_pimpl.C:
819         * CutAndPaste.C:
820         * ParagraphParameters.C:
821         * buffer_funcs.C:
822         * bufferlist.C:
823         * bufferview_funcs.C:
824         * lyx_cb.C:
825         * lyxfunc.C:
826         * tabular.C:
827         * text3.C:
828         * toc.C:
829         * undo_funcs.C:
830         * frontends/LyXView.C:
831         * frontends/controllers/ControlDocument.C:
832         * frontends/controllers/ControlErrorList.C:
833         * insets/insetbibitem.C:
834         * insets/insetbranch.C:
835         * insets/insetcaption.C:
836         * insets/insetcollapsable.C:
837         * insets/insetenv.C:
838         * insets/insetert.C:
839         * insets/insetfloat.C:
840         * insets/insetfoot.C:
841         * insets/insetfootlike.C:
842         * insets/insetnewline.C:
843         * insets/insetquotes.C:
844         * insets/insettabular.C:
845         * insets/insettext.C:
846         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
847
848         * frontends/controllers/ControlChanges.C: #include "changes.h".
849
850 2003-09-06  Angus Leeming  <leeming@lyx.org>
851
852         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
853         than #including paragraph.h.
854
855         * ParagraphList.h:
856         * RowList.h: deleted. Superfluous.
857
858         * CutAndPaste.h:
859         * iterators.h:
860         * lyxcursor.h:
861         * lyxtext.h:
862         * text_funcs.h:
863         * undo.h:
864         * undo_funcs.h:
865         * insets/inset.h:
866         * insets/insettext.h: use ParagraphList_fwd.h rather than
867         ParagraphList.h.
868
869         * paragraph.h: don't forward declare ParagraphList.
870
871         * buffer.h:
872         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
873         rather than ParagraphList.h. paragraph.h is still needed for the
874         Paragraph::depth_type parameters.
875
876         * textcursor.h: enable it to compile stand-alone in light of the
877         above changes.
878
879         * bufferview_funcs.C:
880         * iterators.C:
881         * lyxfunc.C:
882         * lyxrow_funcs.C:
883         * paragraph.C:
884         * rowpainter.C:
885         * text.C:
886         * text2.C:
887         * text3.C:
888         * text_funcs.C:
889         * textcursor.C:
890         * undo.C:
891         * frontends/controllers/ControlParagraph.C:
892         * frontends/controllers/ControlTabular.C:
893         * insets/insetmarginal.C:
894         * insets/insetminipage.C:
895         * insets/insetnote.C:
896         * insets/insetoptarg.C: add header files needed to compile again.
897
898 2003-09-06  Angus Leeming  <leeming@lyx.org>
899
900         * RowList_fwd.h: new file, forward-declaring Row rather than
901         #including lyxrow.h.
902
903         * lyxrow_funcs.h:
904         * lyxtext.h:
905         * paragraph.h:
906         * insets/insettext.h: use it instead of RowList.h
907
908         * bufferview_funcs.C:
909         * lyxfunc.C:
910         * lyxrow_funcs.C:
911         * paragraph.C:
912         * rowpainter.C:
913         * text.C:
914         * text2.C:
915         * text3.C: #include "RowList.h".
916
917 2003-09-05  Angus Leeming  <leeming@lyx.org>
918
919         * factory.C (createInset):
920         * vspace.C (c-tor): replace sscanf call with an istringstream.
921         * ispell.C: re-add missing HP/UX headers.
922         * lyxserver.C: re-add missing  os2 headers.
923
924 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
925
926         * BranchList.C:
927         * graph.C:
928         * ispell.C:
929         * lastfiles.C:
930         * lyx_cb.C:
931         * lyxserver.C:
932         * texrow.C:
933         * text3.C: re-add missing system headers, needed for 2.95.2.
934
935 2003-09-05  Angus Leeming  <leeming@lyx.org>
936
937         Changes most place everywhere due to the removal of using directives
938         from support/std_sstream.h.
939
940 2003-09-05  Angus Leeming  <leeming@lyx.org>
941
942         Replace LString.h with support/std_string.h,
943         Lsstream.h with support/std_sstream.h,
944         support/LIstream.h with support/std_istream.h,
945         support/LOstream.h with support/std_ostream.h.
946
947         Changes resulting throughout the tree.
948
949 2003-09-05  Angus Leeming  <leeming@lyx.org>
950
951         * sgml.h: ensure that the header file can be compiled stand-alone.
952         * *.C: strip out redundant #includes. (320 in total.)
953
954 2003-09-04  Angus Leeming  <leeming@lyx.org>
955
956         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
957         here (from getPackages).
958
959         * debug.[Ch]: add a new EXTERNAL tag.
960
961 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
962
963         * text2.C (cursorEnd): simplify
964         (setCursor): adjust
965         (getColumnNearX): adjust
966
967         * text.C (computeBidiTables): adjust
968         (fill): adjust
969
970         * rowpainter.C (paintChars): adjust
971         (paintSelection): adjust
972         (paintChangeBar): adjust
973         (paintText): adjust
974
975         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
976         lastPos instead.
977         (numberOfSeparators): adjust
978
979 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
980
981         * LyXAction.C:
982         * box.[Ch]:
983         * lfuns.h:
984         * lyxfunc.C:
985         * text3.C: Restricts the mouse click functionality
986         of insets like bibtex, include, toc and floatlist to the visible
987         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
988         up the dialogs. Cursor has to be in front of the inset (i.e.
989         start of row) for this to function.
990
991 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
992
993         * bufferview_funcs.C (currentState): output row information
994
995 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
996
997         * bufferview_funcs.C (currentState): output paragraph position
998
999 2003-09-04  Angus Leeming  <leeming@lyx.org>
1000
1001         * FloatList.h: move out #include "Floating.h".
1002         * LaTeX.h: move out #include "DepTable.h".
1003         * LyXAction.h: move out #include "funcrequest.h".
1004         * buffer.h: move out #include "author.h", "iterators.h".
1005         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1006         * lyx_main.h: move out #include "errorlist.h".
1007         * lyxfunc.h: move out #include "FuncStatus.h".
1008         * lyxtext: move out #include "lyxcursor.h".
1009         * paragraph_pimpl.h: move out #include "counters.h".
1010
1011 2003-09-03  Angus Leeming  <leeming@lyx.org>
1012
1013         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1014         preamble_snippets list, enabling us to add snippets to the preamble
1015         only if the snippet was not there already.
1016
1017 2003-09-04  Angus Leeming  <leeming@lyx.org>
1018
1019         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1020
1021 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1022
1023         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1024         update
1025
1026 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1027
1028         * BranchList.C: point fix, earlier forgotten
1029
1030 2003-09-02  Angus Leeming  <leeming@lyx.org>
1031
1032         * box.C (contains): renamed from 'contained' after a fantastic
1033         amount of hot air.
1034
1035 2003-09-02  John Levon  <levon@movementarian.org>
1036
1037         * BufferView.C:
1038         * lyxcursor.h:
1039         * lyxcursor.C:
1040         * lyxfunc.C:
1041         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1042
1043 2003-09-02  John Levon  <levon@movementarian.org>
1044
1045         * text2.C: simplification of cursorEnd(), including partial
1046         fix for bug 1376
1047
1048 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1049
1050         * buffer.C (readFile): add a space
1051
1052 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1053
1054         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1055
1056 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1057
1058         * buffer.C (readFile): new function, take a filename and a
1059         ParagraphList::iterator
1060         (readFile): adjust
1061         (readFile): adjust, make it private. don't use setStream, make
1062         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1063         always contain the filename.
1064
1065         * BufferView.C (insertLyXFile): simplify and make it work for
1066         gzipped files.
1067
1068 2003-08-30  John Levon  <levon@movementarian.org>
1069
1070         * Makefile.am: fix dist (from Kayvan)
1071
1072 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1073
1074         * most files: change to use const Buffer refs
1075
1076 2003-08-27  André Pönitz  <poenitz@gmx.net>
1077
1078         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1079         on top of ownerPar().
1080
1081 2003-08-27  John Levon  <levon@movementarian.org>
1082
1083         * funcrequest.C: properly initialise POD members
1084
1085 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1086
1087         * lyxtext.h (top_y): move top_y from here
1088         * text.C:
1089         * text2.C:
1090         * text3.C:
1091         * BufferView.[Ch]:
1092         * BufferView_pimpl.[Ch]: to here
1093         * frontends/screen.C:
1094         * insets/insettabular.C:
1095         * insets/insettext.C: adjust
1096         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1097
1098 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1099
1100         * BufferView.[Ch]:
1101         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1102
1103 2003-08-26  André Pönitz  <poenitz@gmx.net>
1104
1105         * paragraph_func.[Ch] (outerPar): new function
1106
1107         * paragraph.C:
1108         * paragraph_funcs.C:
1109         * paragraph_funcs.h:
1110         * paragraph_pimpl.C:
1111         * text2.C: remove Inset::par_owner
1112
1113 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1114
1115         * lyxrow_funcs.C:
1116         * lyxtext.h:
1117         * text.C:
1118         * text2.C: eliminates the needFullRow/display() stuff
1119         altogether, putting the logic in metrics/draw in the insets.
1120
1121 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1122
1123         * text2.C (redoParagraphInternal, redoParagraphs):
1124         * text.C (redoParagraph): add a call to updateRowPositions at the
1125         end of each 'metrics-like' call. Remove all others.
1126         (getRow): remove the 'y-computing' version.
1127         (getRowNearY): do not compute nor return the real y. Solve the
1128         'y < 0' problem and simplify.
1129
1130 2003-08-22  Angus Leeming  <leeming@lyx.org>
1131
1132         * *.[Ch]: clean-up of licence and author blurbs.
1133         Also move config.h out of a few .h files and into a few .C files.
1134
1135 2003-08-22  André Pönitz  <poenitz@gmx.net>
1136
1137         * lyxrow.[Ch]: add x_ and *fill_ members
1138
1139         * lyxtext.h:
1140         * text.C:
1141         * rowpainter.C:
1142         * text2.C: adjust/remove prepareToPrint() calls
1143
1144 2003-08-22  André Pönitz  <poenitz@gmx.net>
1145
1146         * lyxrow.[Ch]: add  end_ member
1147
1148         * lyxrow_funcs.C: use LyXRow::end_
1149
1150         * lyxtext.h (singleWidth): add LyXFont parameter
1151
1152         * rowpainter.C:
1153         * text2.C: adjust LyXText::singleWidth() calls
1154
1155         * text.C (redoParagraph): simplify row breaking logic
1156
1157
1158 2003-08-19  André Pönitz  <poenitz@gmx.net>
1159
1160         * funcrequest.C: initialize button_ member
1161
1162         * text3.C:
1163         * rowpainter.[Ch]: interface consolidation
1164
1165 2003-08-18  André Pönitz  <poenitz@gmx.net>
1166
1167         * BufferView.C:
1168         * BufferView_pimpl.C:
1169         * lyxfind.C:
1170         * paragraph_funcs.C:
1171         * rowpainter.C:
1172         * text3.C: remove LyXScreen::draw() and fitCursor calls
1173
1174         * BranchList.h: remove spurious semicolons
1175
1176         * MenuBackend.C: fix branchlist related crash
1177
1178 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1179
1180         * BranchList.[Ch]:
1181         * InsetList.[Ch]:
1182         * LColor.[Ch]:
1183         * LyXAction.C:
1184         * Makefile.am:
1185         * MenuBackend.[Ch]:
1186         * bufferparams.[Ch]:
1187         * factory.C:
1188         * lfuns.h:
1189         * lyxfunc.C:
1190         * text3.C: implements the 'branch inset'
1191         idea. This allows the output of various versions of a document
1192         from a single source version, selectively outputing or suppressing
1193         output of parts of the text.
1194         This implementation contains a 'branch list editor' in a separate
1195         tab of the document settings dialog. Branches are user definable
1196         and have a "display colour" to distinguish them on-screen.
1197
1198         ColorHandler was somewhat cleaned up.
1199         (1) make possible a dynamically growing LColor list by allowing
1200         the graphic context cache to grow along (vector);
1201         (2) eliminate an IMHO unnecessary step in colour allocation.
1202
1203 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1204
1205         * BufferView_pimpl.C: compile fix
1206
1207 2003-08-15  André Pönitz  <poenitz@gmx.net>
1208
1209         * rowpainter.C: remove extra metrics calls
1210
1211         * lyxtext.h: merge the two constructors into a single one,
1212           pass reference to owner's par list
1213
1214         * BufferView_pimpl.C:
1215         * text.C:
1216         * text2.C: adjust
1217
1218 2003-08-15  André Pönitz  <poenitz@gmx.net>
1219
1220         * lyxrow_funcs.[Ch]:
1221         * lyxtext.h:
1222         * paragraph.h:
1223         * paragraph_funcs.C:
1224         * rowpainter.C:
1225         * text.C:
1226         * text2.C:
1227         * text3.C:
1228         * text_funcs.C: split LyXText::rowlist_ into individual
1229         Paragraph::rows_ chunks
1230
1231         * BufferView.[Ch]:
1232         * BufferView_pimpl.[Ch]:
1233         * lyxfind.C:
1234         * lyxtext.h:
1235         * text3.C: remove toggleSelection()
1236
1237 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1238
1239         * bufferlist.C: beautify two alerts (shorter text of buttons)
1240         * buffer.C: Remove redundant ' ' from message
1241         * tabular.h:
1242         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1243         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1244         rename VALIGN_CENTER to VALIGN_MIDDLE
1245
1246 2003-08-11  André Pönitz  <poenitz@gmx.net>
1247
1248         * lyxtext.h (getPar):
1249         * text.C: new function
1250
1251 2003-08-11  André Pönitz  <poenitz@gmx.net>
1252
1253         * Makefile.am:
1254         * tracer.[Ch]: remove unneeded files
1255
1256         * InsetList.[Ch]: remove resizeInsetsLyXText()
1257
1258         * lyxtext.h:
1259         * text.C:
1260         * text2.C:
1261         * text3.C: merge insertParagraphs() and appendParagraph()
1262         remove breakAgain(), update()
1263
1264         * BufferView_pimpl.[Ch]:
1265         * bufferview_funcs.[Ch]:
1266         * lyxfunc.C:
1267         * paragraph.[Ch]:
1268         * rowpainter.C:
1269         * tabular.C: adjust after text & InsetList changes.
1270
1271 2003-08-08  André Pönitz  <poenitz@gmx.net>
1272
1273         * text.C (insertChar, backspace): replace rowlist fiddling
1274         with rebreak of full par
1275
1276         * lyxtext.h:
1277         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1278         checkParagraph, updateInset): removed
1279
1280 2003-08-07  André Pönitz  <poenitz@gmx.net>
1281
1282         * paragraph.C:
1283         * text3.C: merge some LFUN handlers, remove dead code
1284
1285 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1286
1287         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1288
1289 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1290
1291         * text2.C (DEPM): fix part of bug 1255 and 1256
1292
1293 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1294
1295         * BufferView_pimpl.C (workAreaDispatch): change to use
1296         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1297         that are no mouse related.
1298
1299 2003-08-05  André Pönitz  <poenitz@gmx.net>
1300
1301         * BufferView.[Ch]:
1302         * BufferView_pimpl.[Ch]:
1303         * bufferview_funcs.C:
1304         * text2.C:
1305         * text3.C: rip out "deep update"
1306
1307         * textcursor.[Ch] (last_sel_cursor): remove unused member
1308
1309 2003-08-04  André Pönitz  <poenitz@gmx.net>
1310
1311         * BufferView.[Ch]:
1312         * BufferView_pimpl.[Ch]:
1313         * ParagraphParameters.C:
1314         * bufferview_funcs.C:
1315         * lyx_cb.C:
1316         * lyxfind.C:
1317         * lyxfunc.C:
1318         * text.C:
1319         * text2.C:
1320         * text3.C: replace "complicated" BufferView::update(...) calls with
1321         simpler ones.
1322
1323         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1324
1325 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1326
1327         * Makefile.am (lyx_SOURCES): add paper.h
1328
1329 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1330
1331         * Makefile.am: move things around so that both lyx-qt and
1332         lyx-xforms can be built (according to --with-frontend). Then lyx
1333         is a symbolic link to lyx-[firstfrontend]
1334
1335 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1336
1337         * Always use std::endl with lyxerr
1338
1339 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1340
1341         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1342
1343 2003-08-01  André Pönitz  <poenitz@gmx.net>
1344
1345         * BufferView.[Ch]:
1346         * BufferView_pimpl.[Ch]:
1347         * lyxfunc.C:
1348         * text3.C: merge BufferView::repaint() and BufferView::update()
1349
1350 2003-08-01  José Matos  <jamatos@lyx.org>
1351
1352         * buffer.[Ch]: file_format is no longer a buffer data element.
1353
1354 2003-08-01  André Pönitz  <poenitz@gmx.net>
1355
1356         * BufferView.C:
1357         * lyxtext.h:
1358         * text.C:
1359         * text2.C: make redoParagraph more independent of current cursor
1360
1361         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1362         * text.C:
1363         * text2.C: remove unneeded members
1364
1365 2003-07-30  André Pönitz  <poenitz@gmx.net>
1366
1367         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1368
1369         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1370           create a single function...
1371
1372         * paragraph_funcs.C (moveItem): ... here.
1373
1374         * text.C:
1375           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1376
1377 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1378
1379         * LColor.[Ch]: Add comment and greyedout logical colors.
1380
1381 2003-07-30  André Pönitz  <poenitz@gmx.net>
1382
1383         * tabular.C: don't use Assert too heavily. This crashes where it
1384           shouldn't
1385
1386 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1387
1388         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1389         is disabled (bug 1232)
1390
1391 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1392
1393         * factory.C: limited 'arg' scope
1394
1395 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1396
1397         * factory.C: fixed Note submenu issues
1398
1399 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1400
1401         * factory.C: submenu for Note/Comment/Greyedout
1402
1403 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1404
1405         * lyx_main.C (LyX):
1406         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1407
1408 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1409
1410         * LaTeXFeatures.C:
1411         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1412         greyedout. Patch provided by Jürgen Spitzmüller.
1413
1414 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1415
1416         * kbmap.C (read): fix error message when reading bind files
1417
1418 2003-07-29  Angus Leeming  <leeming@lyx.org>
1419
1420         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1421         certainly does not do what it purports to do. I am doing it, and
1422         us, a favour by killing it.
1423
1424 2003-07-28  José Matos  <jamatos@lyx.org>
1425
1426         * buffer.C (readBody, do_writeFile):
1427         * paragraph.C(readParagraph): \end_document replaces \the_end.
1428
1429 2003-07-29  André Pönitz  <poenitz@gmx.net>
1430
1431         * BufferView.[Ch]:
1432         * BufferView_pimpl.[Ch]:
1433         * lyxfunc.C:
1434         * text2.C:
1435         * text3.C:
1436         * textcursor.[Ch]: remove toggleToggle & Co
1437
1438 2003-07-28  José Matos  <jamatos@fep.up.pt>
1439
1440         * buffer.C (readParagraph):
1441         * params_func (readParToken, readParagraph):
1442         * paragraph.C (write): \layout -> \begin_layout.
1443
1444 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1445
1446         * lyxlex_pimpl.C (setFile): clean up slightly.
1447
1448         * bufferparams.h: add compressed var
1449
1450         * buffer_funcs.C (readFile): adjust for LyXLex change
1451         (newFile): ditto + simplify
1452
1453         * buffer.C (writeFile): handle writing of compressed files
1454
1455         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1456         Check if the file is compressed and set a bufferparm if so.
1457
1458         * Makefile.am (lyx_LDADD): remove explicit -lz
1459
1460 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1461
1462         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1463         makeDocBookFile): put the real LyX version in the first line of
1464         the file
1465
1466         * version.h:
1467         * version.C.in: remove lyx_docversion
1468
1469         * tabular.C (write_attribute): add a template-based version to
1470         write enums properly
1471
1472 2003-07-28  André Pönitz  <poenitz@gmx.net>
1473
1474         * lyxtext.h:
1475         * text.C:
1476         * text2.C:
1477         * text3.C: use doubles again for x-coordinates. They are needed.
1478
1479 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1480
1481         * messages.C (getLocaleDir): use lyx_localedir()
1482
1483         * lyxlex_pimpl.C (setFile): compress stuff
1484
1485         * buffer.C (writeFile): add some compression stuff
1486         (do_writeFile): new func, dont call expliti close... will this
1487         breake anything?
1488
1489         * Makefile.am (lyx_LDADD): add -lz
1490
1491 2003-07-28  José Matos  <jamatos@fep.up.pt>
1492
1493         * buffer.C: increment file format.
1494         * paragraph_funcs (readParagraph, readParToken):
1495         * paragraph.C (readParagraph): add \end_layout.
1496
1497 2003-07-27  Angus Leeming  <leeming@lyx.org>
1498
1499         * Makefile.am: remove special casing for configure-time setting of
1500         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1501
1502         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1503         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1504
1505 2003-07-26  André Pönitz  <poenitz@gmx.net>
1506
1507         * paragraph_func.[Ch]:
1508         * paragraph.C (realizeFont): inline it whereever it is used
1509
1510         * rowpainter.C:
1511         * text.C:
1512         * text2.C:
1513         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1514
1515
1516 2003-07-26  André Pönitz  <poenitz@gmx.net>
1517
1518         *       lyxtext.h:
1519         * text.C:
1520         * text2.C: get rid of LyXText::need_break_row
1521
1522 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1523
1524         * toc.[Ch]: put namespace toc inside namespace lyx
1525
1526         * MenuBackend.C (expandToc2): adjust for lyx::toc
1527         (expandToc): ditto
1528
1529         * lyxfunc.C (dispatch): adjust for lyx::find
1530
1531         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1532         lyx::find instead. Reorganize a bit.
1533         (LyXReplace): rename to replace
1534         (LyXFind): rename to find
1535
1536         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1537         (dispatch): ditto
1538
1539 2003-07-26  André Pönitz  <poenitz@gmx.net>
1540
1541         * text.C (setHeightOfRow): restrict scope of temporary variable
1542
1543         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1544           code (never has been used?)
1545
1546 2003-07-27  Asger Alstrup  <alstrup@local>
1547
1548         * text.C (fill): Optimise algorithm to exploit that we can reuse
1549         the LyXFont for many characters.
1550         (setHeightOfRow): Same thing.
1551         (rowBreakPoint): Same thing.
1552
1553 2003-07-26  Asger Alstrup  <alstrup@local>
1554
1555         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1556
1557         * text.C (singleWidth): Spurious font copying in hot-spot
1558         singleWidth avoided. Reorder tests for arabic for efficiency.
1559
1560         * text.C (fill): handle empty paragraphs better.
1561
1562 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1563
1564         * ispell.C:
1565         * encoding.h: add includes
1566
1567         * lyxrc.C: remove reading of bind files
1568
1569         * lyx_main.C (init): setup bindings and menus only if we have a
1570         gui.
1571
1572         * kbmap.C (read): new method. Do the actual reading of bind
1573         files.
1574
1575         * converter.C (dvipdfm_options):
1576         * bufferparams.C:
1577         * lyxrc.C (read):
1578         (output): adapt PAPER_* enums.
1579
1580         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1581
1582         * bufferparams.h: remove paper-related enums from there
1583
1584         * paper.h: New file. A trivial header file to hold paper-related
1585         enums. It should later expand to contain many paper-related
1586         horrors access.
1587
1588         * lyxrc.C: declare extern displayTranslator
1589
1590 2003-07-27  José Matos  <jamatos@fep.up.pt>
1591
1592         * tabular.[Ch] (linuxdoc): add support for tables and figures
1593         (linuxdoc).
1594
1595 2003-07-27  José Matos  <jamatos@fep.up.pt>
1596
1597         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1598         consistency in both functions.
1599         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1600
1601 2003-07-26  Asger Alstrup  <alstrup@local>
1602
1603         * rowpainter.C (paintRows): Change algorithm to work directly on
1604         the insets rather than asking every character in the document
1605         whether its an inset.
1606
1607 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1608
1609         * buffer.C (openFileWrite): factorize some code
1610
1611 2003-07-26  Angus Leeming  <leeming@lyx.org>
1612
1613         * lyx_cb.C:
1614         * lyx_main.[Ch]: replace occurances of system_tempdir with
1615         os::getTmpDir().
1616
1617 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1618
1619         * rename Inset to InsetOld
1620
1621 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1622
1623         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1624         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1625         which I think is a bit clearer. EDIT is gone, since it was
1626         premature optimisation, and broken for mathed anyway.
1627         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1628         with cursor positioning in insets as well (math insets still do not
1629         work, but that's a different story anyway.) It mysteriously
1630         crashes sometimes with undo in the first paragraph, but I'm fairly
1631         confident that this is a compiler bug.
1632
1633 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1634
1635         * paragraph.C (Paragraph): adjust for new clone return type
1636         (operator==): ditto
1637         (copyIntoMinibuffer): ditto
1638
1639 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1640
1641         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1642         by not having a special case, and always doing a full rebreak of
1643         the document after undo.
1644
1645 2003-07-23  Angus Leeming  <leeming@lyx.org>
1646
1647         * factory.C (createInset): InsetExternal::setParams now takes a
1648         Buffer const * arg.
1649
1650 2003-07-23  Angus Leeming  <leeming@lyx.org>
1651
1652         * factory.C (createInset): changed interface to the external and
1653         graphics mailers' string2params functions.
1654
1655 2003-07-23  Angus Leeming  <leeming@lyx.org>
1656
1657         * factory.C (createInset): pass a
1658         Buffer const * parameter to InsetExternalMailer's string2params.
1659
1660 2003-07-22  John Levon  <levon@movementarian.org>
1661
1662         * Thesaurus.h: include the right aiksaurus header
1663
1664 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1665
1666         * MenuBackend.C (expand): check menu shortcuts unconditionally
1667
1668 2003-07-21  Angus Leeming  <leeming@lyx.org>
1669
1670         * factory.C (createInset): pass a
1671         buffer_path parameter to InsetGraphicsMailer's string2params.
1672
1673 2003-07-21  Angus Leeming  <leeming@lyx.org>
1674
1675         * BufferView_pimpl.C (buffer):
1676         * buffer.C (d-tor):
1677         * lyx_main.C (LyX):
1678         * lyxfunc.C (dispatch):
1679         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1680         rather than the grfx shortcut.
1681
1682 2003-07-21  André Pönitz  <poenitz@gmx.net>
1683
1684         * rowpainter.C: remove unused variables
1685
1686         * tabular_funcs.C:
1687         * tabular_funcs.h: move to tabular.C
1688         * Makefile.am: adjust
1689
1690         * tabular.[Ch]: basic optical cleaning
1691
1692         * author.h: pass references, not values
1693
1694 2003-07-18  André Pönitz  <poenitz@gmx.net>
1695
1696         * lyxtext.h:
1697         * metricsinfo.C:
1698         * metricsinfo.h:
1699         * rowpainter.C:
1700         * text.C:
1701         * text2.C:
1702         * text3.C: two-phase drawing for InsetText and InsetTabular
1703         some float -> int changes.
1704
1705 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1706
1707         * lyx_main.C: fix the fix
1708
1709 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1710
1711         * lyx_main.C: fix a crash in batch mode if no files specified
1712         * converter.C: ws
1713
1714 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1715
1716         * format.[Ch] (papersize): moved to BufferParams
1717         * converter.[Ch] (dvips_options): moved to BufferParams
1718         (dvipdfm_options): moved to anon namespace
1719         * bufferparams.[Ch]: added above functions.
1720
1721 2003-07-17  André Pönitz  <poenitz@gmx.net>
1722
1723         * lyxtext.h:
1724         * rowpainter.C:
1725         * text2.C: don't call inset->update() anymore
1726
1727         * metricsinfo.[Ch]: add convenience constructor
1728
1729 2003-07-16  André Pönitz  <poenitz@gmx.net>
1730
1731         * lyxcursor.[Ch]:
1732         * lyxfunc.[Ch]:
1733         * text.C:
1734         * text2.C: replace the LyXCursor::irow_ member with
1735          on-demand computation of the value
1736
1737 2003-07-16  John Levon  <levon@movementarian.org>
1738
1739         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1740
1741 2003-07-15  André Pönitz  <poenitz@gmx.net>
1742
1743         * text.C:
1744         * text2.C: remove no more needed refresh_row
1745
1746 2003-07-15  André Pönitz  <poenitz@gmx.net>
1747
1748         * lyxtext.h:
1749         * rowpainter.C:
1750         * text2.C:
1751         * text3.C: refresh_status tristate -> need_update bool
1752
1753 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1754
1755         * lyxtext.h (init): remove reinit argument (act as if always true)
1756         * text2.C: adjust to that
1757
1758 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1759
1760         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1761         * text3.C: use it to delete selections in some cases
1762         (bugs 441, 673, 702, 954).
1763
1764 2003-07-14  André Pönitz  <poenitz@gmx.net>
1765
1766         * rowpainter.[Ch]: reduce interface
1767
1768 2003-07-14  André Pönitz  <poenitz@gmx.net>
1769
1770         * BufferView_pimpl.C:
1771         * text2.C: adjust after removing unused BufferView * argument
1772
1773 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1774
1775         * text2.C (init): fix a crash fired on resize
1776
1777 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1778
1779         * buffer.[Ch]: added new closing signal
1780         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1781         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1782         BufferView::Pimpl via the closing the signal
1783
1784 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1785
1786         * buffer.[Ch]: take out all bv-related from buffer
1787         * BufferView.C:
1788         * BufferView_pimpl.[Ch]: connect to new signals
1789         * CutAndPaste.C: removed useless asserts
1790         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1791         * lyxvc.[Ch]:
1792         * vc-backend.[Ch]:
1793         * lyxfunc.C: moved view-related funciontality from vc here
1794         * paragraph.C: removed outdated comments
1795         * text.C: ws
1796
1797 2003-07-10  André Pönitz  <poenitz@gmx.net>
1798
1799         * BufferView_pimpl.C:
1800         * tabular.h:
1801         * tabular_funcs.C:
1802         * text.C:
1803         * text2.C: remove InsetText::InnerCache, clean up consequences
1804
1805 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1806
1807         * ispell.C: fix two typos in error messages
1808
1809 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1810
1811         * Extend Note inset to other forms of annotation like Comment
1812         and Greyedout. Right button click gives dialog.
1813
1814         Files modified or added (+):
1815
1816         * insetnote.[Ch]
1817         * FormNote.[Ch]      +
1818         * ControlNote.[Ch]   +
1819         * form_note.fd       +
1820         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1821         frontends/controllers
1822         * xforms/Dialogs.C
1823         * factory.C
1824
1825 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1826
1827         * aspell.C: add missing namespace lyx::support
1828
1829 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1830
1831         * BufferView.[Ch] (newFile): Add
1832         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1833         * LaTeX.[Ch] (message): added this signal and use it
1834         * buffer.[Ch] (busy, message): added these signals and use them
1835         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1836         * converter.C:
1837         * exporter.C:
1838         * format.C:
1839         * importer.C: use buffer signals instead of direct bv calling
1840         * lyx_cb.[Ch] (ShowMessage): removed
1841         * lyx_main.C:
1842         * lyxfunc.C:
1843         * paragraph_funcs.C:
1844         * text2.C: use buffer signals
1845
1846 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1847
1848         * introduce namespace lyx::graphics
1849
1850 2003-07-02  André Pönitz  <poenitz@gmx.net>
1851
1852         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1853
1854 2003-07-01  André Pönitz  <poenitz@gmx.net>
1855
1856         * text.C:
1857         * text2.C:
1858         * text3.C:
1859         * text_funcs.[Ch]:
1860         * textcursor.h:
1861         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1862           text*.C to text_func.C
1863
1864 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1865
1866         * introduce namespace lyx::support
1867
1868 2003-06-30  André Pönitz  <poenitz@gmx.net>
1869
1870         * Chktex.C:
1871         * funcrequest.C:
1872         * lyxtext.h:
1873         * text.C: re-enable --with-included-string
1874
1875 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1876
1877         * textcursor.C: add <config.h>
1878
1879         * text.C (getWord): remove const from word_location arg
1880
1881         * lyxvc.C (getLogFile): fix const type order
1882
1883         * lyxtext.h: remove const from word_location arg, add arg name
1884
1885         * lyxlayout.h: currect type on labeltype.
1886
1887         * importer.C: correct \file
1888
1889         * converter.C (intToFormat): use std:: on ret val, ws changes
1890
1891         * bufferlist.h: correct \file
1892
1893         * buffer.C (makeLinuxDocFile): fix const type order
1894         (makeDocBookFile): ditto
1895         (fillWithBibKeys): use std:: on stdlib args.
1896
1897         * CutAndPaste.C: fix authors.
1898         (availableSelections): use std:: on return vector
1899
1900 2003-06-27  André Pönitz  <poenitz@gmx.net>
1901
1902         * BufferView_pimpl.C:
1903         * bufferview_funcs.C:
1904         * lyxcursor.C:
1905         * lyxcursor.h:
1906         * lyxfunc.C:
1907         * lyxtext.h:
1908         * rowpainter.C:
1909         * text.C:
1910         * text2.C:
1911         * text3.C: remove LyXCursor::row_ member
1912
1913         * lyxtext.h:
1914         * text.C: rename fullRebreak() to partialRebreak() and implement
1915           a fullRebreak() that really bereks fully
1916
1917         * textcursor.h: new struct for cursor-related data
1918
1919 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1920
1921         * lyx_main.C (LyX): get full path of document loaded on the
1922         command line
1923
1924 2003-06-26  André Pönitz  <poenitz@gmx.net>
1925
1926         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1927           remove unused/broken operator>,<,>=.
1928
1929         *       text.C: remove only use of broken operator<= in an Assert().
1930
1931 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1932
1933         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1934         moved errorlist_.clear to showErrorList
1935
1936 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1937
1938         * converter.C (scanLog, runLaTeX):
1939         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1940         move the bv->showErrorList call to the callers
1941         * lyxfunc.C: i.e. here...
1942         * text2.C: and here
1943         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1944         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1945         namespace, the second to...
1946         * buffer_funcs (BufferFormat, parseErrors): added
1947         * errorlist.C (ErrorList(TeXErrors const &)): removed
1948
1949 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1950
1951         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1952
1953 2003-06-24  "Garst R. Reese" <reese@isn.net>
1954
1955         * debug.C: fix typo
1956
1957 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1958
1959         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1960
1961         * version.C.in: change docversion to 1.4
1962
1963 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1964
1965         * buffer.C: fix a bug just introduced
1966
1967 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1968
1969         * buffer.[Ch]: added the parseError signal and use it, removed
1970         sgmlError
1971         * BufferView.[Ch] (addError): moved to ...
1972         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1973         to the Buffer::parseError signal to catch (guess what) parse errors
1974         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1975
1976 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1977
1978         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1979         ability to create a buffer and to return an existing one from
1980         the list. Moved these functions to...
1981         * buffer_funcs.[Ch]: added
1982         * BufferView.[Ch] (loadLyXFile): added
1983         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1984         job removed from bufferlist::loadLyXFile.
1985         * buffer.C (setReadOnly): make it work without view
1986         (i.e added an if (users))
1987
1988 2003-06-19  Angus Leeming  <leeming@lyx.org>
1989
1990         * lfuns.h:
1991         * LyXAction.C (init):
1992         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1993         with LFUN_DIALOG_SHOW <name> <data>.
1994
1995 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1996
1997         * CutAndPaste.C (availableSelections): small compilation fix for
1998         ancient (gcc 2.9x) compilers
1999
2000 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2001
2002         * text3.C (cursorNext): add tmp var
2003
2004         * text2.C (updateCounters): for function calling out of for clause
2005         (replaceSelectionWithString): ditto
2006         (insertStringAsParagraphs): ditto
2007         (getColumnNearX): add tmp var
2008         (setCursorFromCoordinates): add tmp var
2009         (cursorDownParagraph): add tmp var
2010         (deleteEmptyParagraphMechanism): add tmp var
2011
2012         * text.C (insertChar): add tmp var
2013
2014         * rowpainter.C (paintDepthBar): add tmp var
2015
2016         * CutAndPaste.C (availableSelections): potentially check all
2017         paragraphs in a cut to fill the shown strings.
2018
2019 2003-06-18  André Pönitz  <poenitz@gmx.net>
2020
2021         * kbmap.[Ch]: use vector<> instead of list<>
2022
2023 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2024
2025         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2026         pasteSelection with index
2027
2028         * text2.C (pasteSelection): modify, call pasteSelection with index
2029
2030         * paragraph.C (asString): reimplement version with no interval to
2031         call the one with interval.
2032
2033         * lyxtext.h: add index arg to pasteSelection
2034
2035         * MenuBackend.C (MenuItem): handle PasteRecent
2036         (Menu::read::Menutags): add md_pasterecent
2037         (read): handle it
2038         (expandPasteRecent): new function
2039         (expand): use it
2040
2041         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2042
2043         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2044         the limited stack
2045         (availableSelections): new function
2046
2047 2003-06-17  Angus Leeming  <leeming@lyx.org>
2048
2049         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2050
2051 2003-06-17  Angus Leeming  <leeming@lyx.org>
2052
2053         * lfuns.h:
2054         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2055
2056         * lyxfunc.C (dispatch): invoke it.
2057
2058 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2059
2060         * iterators.C (operator++, ParPosition): reintroduce some
2061         const_cast for the benefit of older compilers.
2062
2063 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2064
2065         * text3.C (dispatch): do not modify clipboard when doing
2066         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2067         LFUN_DELETE_SKIP on a selection selection
2068
2069 2003-06-16  André Pönitz  <poenitz@gmx.net>
2070
2071         * BufferView.C:
2072         * buffer.C:
2073         * buffer.h:
2074         * paragraph.C:
2075         * tabular.[Ch]: IU of clone() and getLabelList();
2076
2077 2003-06-13  André Pönitz  <poenitz@gmx.net>
2078
2079         * tabular.h: compactification
2080
2081 2003-06-12  André Pönitz  <poenitz@gmx.net>
2082
2083         * tabular.C:
2084         * tabular.h:
2085         * tabular_funcs.h: some renaming plus whitespace
2086
2087 2003-06-12  André Pönitz  <poenitz@gmx.net>
2088
2089         * BufferView.C:
2090         * BufferView_pimpl.C:
2091         * CutAndPaste.C:
2092         * buffer.C:
2093         * iterators.[Ch]:
2094         * lyxfunc.C:
2095         * text.C:
2096         * toc.C: Return a Paragraph & for ParIterator::operator*()
2097
2098 2003-06-11  John Levon  <levon@movementarian.org>
2099
2100         * lyx_main.C:
2101         * ToolbarBackend.h:
2102         * ToolbarBackend.C: add "Toolbars" section and
2103         put the flags there
2104
2105 2003-06-10  Angus Leeming  <leeming@lyx.org>
2106
2107         * lfuns.h:
2108         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2109
2110         * lyxfunc.C (dispatch): invoke it.
2111
2112 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2113
2114         * main.C: protect <ios> with HAVE_IOS
2115         (main): protect sync_with_stdio with HAVE_IOS
2116
2117 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2118
2119         * text2.C (cutSelection): adjust
2120         (pasteSelection): adjust
2121
2122         * messages.C: handle get of empty string
2123
2124         * main.C (main): use sync_with_stdio(false)
2125
2126         * lyxfunc.C (dispatch): adjust
2127
2128         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2129         (WriteAs): remove unneeded BufferView arg.
2130
2131         * bufferparams.h: use correct types on papersize, papersize2 and
2132         paperpackage.
2133
2134         * bufferparams.C (readToken): adjust for type
2135         (writeLaTeX): add missing cases to switch.
2136
2137         * bufferlist.C (quitWriteBuffer): adjust
2138         (close): adjust
2139
2140         * buffer.C (asciiParagraph): remove some commented code.
2141
2142         * CutAndPaste.C: remove current_view extern variable.
2143         (cutSelection): add BufferParams arg.
2144         (eraseSelection): add BufferParams arg.
2145         (pasteSelection): add Buffer const & arg
2146
2147 2003-06-07  John Levon  <levon@movementarian.org>
2148
2149         * buffer.C:
2150         * paragraph_funcs.C:
2151         * paragraph_pimpl.C:
2152         * text.C:
2153         * text2.C:
2154         * paragraph.h:
2155         * paragraph.C: allow InsetERT to freely space lines,
2156         and some consolidation of code
2157
2158 2003-06-06  José Matos  <jamatos@fep.up.pt>
2159
2160         * buffer.C (makeDocBookFile): fix bug #821
2161
2162 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2163
2164         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2165
2166 2003-06-04  Angus Leeming  <leeming@lyx.org>
2167
2168         * buffer.C: bump format to 224.
2169
2170 2003-06-05  André Pönitz  <poenitz@gmx.net>
2171
2172         * text2.C (redoParagraphs): remove two const_cast<>
2173
2174 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2175
2176         * ParagraphList.h: remove last remnants of NO_STD_LIST
2177
2178 2003-06-03  Angus Leeming  <leeming@lyx.org>
2179
2180         * factory.C (createInset): small change to the way InsetExternal's params
2181         are set.
2182
2183 2003-06-04  André Pönitz  <poenitz@gmx.net>
2184
2185         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2186
2187         * paragraph_pimpl.h:
2188         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2189
2190         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2191
2192         * undo_funcs.C: make some simple cases of undo work again
2193
2194 2003-06-03  John Levon  <levon@movementarian.org>
2195
2196         * ispell.C: HPUX doesn't have sys/select.h
2197         (from Albert Chin)
2198
2199 2003-06-03  John Levon  <levon@movementarian.org>
2200
2201         * CutAndPaste.C: update tabular and include inset
2202         buffer references
2203
2204         * buffer.h:
2205         * paragraph.h:
2206         * paragraph.C: remove owningBuffer(), don't pass Buffer
2207         to clone()
2208
2209         * factory.C: insetGraphicsParams changed
2210
2211 2003-06-02  John Levon  <levon@movementarian.org>
2212
2213         * LyXAction.C:
2214         * factory.C:
2215         * lfuns.h:
2216         * lyxfunc.C:
2217         * text3.C: remove insetparent
2218
2219 2003-06-02  John Levon  <levon@movementarian.org>
2220
2221         * buffer.h:
2222         * buffer.C: fix inset_iterator.end(), move out of line
2223         (bug 1149)
2224
2225 2003-06-01  John Levon  <levon@movementarian.org>
2226
2227         * text3.C: use a proper cut/paste when doing inset
2228         insert (from Jürgen Spitzmüller)
2229
2230 2003-06-01  John Levon  <levon@movementarian.org>
2231
2232         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2233
2234 2003-05-30  André Pönitz  <poenitz@gmx.net>
2235
2236         * rowpainter.C: unify second drawing phase
2237
2238 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2239
2240         * trans_mgr.C: remove one case of current_view
2241
2242         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2243
2244         * paragraph_funcs.h: remove paragraph.h include
2245
2246         * paragraph.h: delete NO_STD_LIST stuff
2247
2248         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2249
2250         * buffer.h: remove paragraph.h include
2251
2252         * ParagraphList.C: delete file
2253
2254         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2255
2256         * toc.C (getTocList): adjust
2257
2258         * paragraph_pimpl.C (validate): adjust
2259
2260         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2261
2262         * paragraph.C (Paragraph): adjust
2263         (getPositionOfInset): use const_iterator, adjust
2264         (bibitem): use const_iterator, adjust
2265         (setInsetOwner): adjust
2266
2267         * iterators.C (operator++): adjust
2268
2269         * InsetList.[Ch]: Replace selfmade iterator with standard
2270         vector::iterator also introduce const_iterator. Remove getPos,
2271         getInset and setInset from InsetTable. Adjust accordingly.
2272
2273         * BufferView.C (lockInset): adjust
2274         (ChangeInsets): adjust
2275
2276         * tabular.[Ch]: delete commented same_id functions
2277
2278 2003-05-28  John Levon  <levon@movementarian.org>
2279
2280         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2281
2282 2003-05-28  André Pönitz  <poenitz@gmx.net>
2283
2284         * metricsinfo.[Ch]: remove 'fullredraw' member
2285
2286 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2287
2288         * lyxtextclass.C (operator): remove caching.
2289
2290 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2291
2292         * text3.C: adjust
2293
2294         * text2.C (cursorBottom): adjust
2295         (setCounter): use ParagraphList::find, adjust
2296
2297         * text.C (workWidth): use ParagraphList::find, adjust
2298
2299         * lyxcursor.C (LyXCursor): adjust
2300
2301         * buffer.C (inset_iterator): adjust
2302
2303         * ParagraphList.h: make iterator(value_type) private, make
2304         ParagraphList a friend of iterator.
2305
2306         * ParagraphList.C (find): new function
2307
2308         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2309
2310 2003-05-27  André Pönitz  <poenitz@gmx.net>
2311
2312         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2313
2314 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2315
2316         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2317
2318 2003-05-26  John Levon  <levon@movementarian.org>
2319
2320         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2321
2322 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2323
2324         * remove same_id from function signatures, adjust.
2325
2326 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2327
2328         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2329
2330         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2331
2332         * paragraph.C (Paragraph): get rid of same_ids parameter
2333
2334         * ParagraphList.C (insert): adjust
2335         (push_back): adjust
2336
2337 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2338
2339         * paragraph_funcs.C (breakParagraph): adjust
2340         (breakParagraphConservative): adjust
2341
2342         * buffer.C (readParagraph): adjust
2343
2344         * ParagraphList.C (insert): take a reference instead of a pointer
2345         (insert): adjust
2346
2347         * paragraph.[Ch] (id): new function
2348
2349         * bufferlist.C (newFile): adjust
2350
2351         * ParagraphList.C (ParagraphList): adjust
2352         (assign): adjust
2353         (push_back): take a reference instead of a pointer.
2354
2355         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2356
2357         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2358         instead.
2359
2360         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2361         set else use old code.
2362
2363         * ParagraphList.C: remove all NO_NEXT code and only compile this
2364         code of NO_STD_LIST is set.
2365
2366 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2367
2368         * BufferView_pimpl.C:
2369         * TextCache.C:
2370         * TextCache.h:
2371         * bufferlist.C:
2372         * errorlist.h:
2373         * format.C:
2374         * format.h:
2375         * graph.C:
2376         * lyxfunc.C:
2377         * lyxrc.C:
2378         * graphics/GraphicsConverter.C:
2379         * graphics/PreviewLoader.C: header adjustment
2380
2381 2003-05-23  Angus Leeming  <leeming@lyx.org>
2382
2383         * LaTeXFeatures.[Ch] (useBabel): new method.
2384         * bufferparams.C (writeLaTeX): use it.
2385
2386 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2387
2388         * ParagraphList.h (set): remove unused function.
2389
2390 2003-05-23  André Pönitz  <poenitz@gmx.net>
2391
2392         * BufferView.C:
2393         * BufferView_pimpl.C:
2394         * buffer.C:
2395         * buffer.h:
2396         * lyxfunc.C:
2397         * undo_funcs.C: setUndo reworked
2398
2399         * iterators.[Ch]: add access to topmost ParagraphList
2400
2401         * lyxtext.[Ch] (workWidth): add a const
2402
2403 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2404
2405         * texrow.[Ch] (increasePos): remove function
2406         * exporter.C (export): removed unused var and outdated comment
2407
2408 2003-05-23  Angus Leeming  <leeming@lyx.org>
2409
2410         * latexrunparams.h: rename fragile as moving_arg.
2411         * paragraph.C (simpleTeXOnePar): ditto.
2412         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2413
2414 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2415
2416         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2417         (createUndo): ditto
2418         (textUndoOrRedo): comment out a currently unused var.
2419
2420         * paragraph.h (NO_NEXT): enable NO_NEXT
2421
2422         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2423
2424         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2425
2426         * exporter.C (Export): adjust for removeAutoInsets removal.
2427
2428         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2429
2430         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2431
2432         * BufferView.[Ch] (removeAutoInsets): delete function
2433
2434 2003-05-22  Angus Leeming  <leeming@lyx.org>
2435
2436         * latexrunparams.h: add a free_spacing variable.
2437
2438         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2439         to pass moving_arg, as the data is stored in runparams.fragile.
2440
2441         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2442         to Inset::latexOptional or to simpleTeXOnePar.
2443
2444         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2445         free_spacing arg to Inset::latexOptional.
2446
2447         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2448         free_spacing arg.
2449
2450 2003-05-22  Angus Leeming  <leeming@lyx.org>
2451
2452         * latexrunparams.h: add fragile and use_babel variables.
2453
2454         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2455         * buffer.C (makeLaTeXFile): store this returned value in
2456         runparams.use_babel, thus passing it to the inset::latex methods.
2457
2458         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2459         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2460
2461         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2462         longer has a fragile arg, as it is stored in runparams.fragile.
2463
2464         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2465         moving_arg parameter as the data is stored in runparams.fragile.
2466
2467         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2468         a fragile parameter as the data is stored in runparams.fragile.
2469
2470 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2471
2472         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2473
2474 2003-05-22  Angus Leeming  <leeming@lyx.org>
2475
2476         * latexrunparams.h: add a 'bool nice' which defaults to false.
2477
2478         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2479         now encapsulated within runparams.
2480
2481         * bufferlist.C (updateIncludedTeXfiles):
2482         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2483
2484 2003-05-22  Angus Leeming  <leeming@lyx.org>
2485
2486         * latexrunparams.h: new file containing struct LatexRunParams.
2487         * Makefile.am: add new file.
2488
2489         * LaTeX.[Ch] (c-tor, run):
2490         * buffer.[Ch] (makeLaTeXFile):
2491         * bufferlist.[Ch] (updateIncludedTeXfiles):
2492         * converter.C (convert, scanLog):
2493         * converter.[Ch] (runLaTeX):
2494         * exporter.C (Export):
2495         * paragraph.[Ch] (simpleTeXOnePar):
2496         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2497         * paragraph_funcs.[Ch] (latexParagraphs):
2498         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2499         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2500         pass around a LatexRunParams parameter.
2501
2502 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2503
2504         * paragraph.[Ch]: remove unused constructor
2505
2506         * ParagraphList.C (erase): new function, taking two iterators
2507
2508 2003-05-22  André Pönitz  <poenitz@gmx.net>
2509
2510         * undo_funcs.C: remove duplicated code
2511
2512         * iterator.[Ch]: operator=
2513
2514 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2515
2516         * tabular.C (SetMultiColumn): ws changes
2517
2518         * rowpainter.C (paintFirst): get rid of a ->previous
2519
2520         * lyx_cb.C (getPossibleLabel): parlist simplification
2521
2522         * BufferView.C (ChangeInsets): simplify slightly.
2523
2524 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2525
2526         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2527         * lfuns.h: new LFUN_SPACE
2528         * lyxfunc.C: protected space has a new lfun
2529         * paragraph_funcs.C: read new space insets
2530         * text3.C:
2531         * factory.C: handle new space insets
2532
2533 2003-05-22  André Pönitz  <poenitz@gmx.net>
2534
2535         * BufferView.C:
2536         * BufferView_pimpl.C:
2537         * buffer.[Ch]:
2538         * lyxfunc.C:
2539         * undo_funcs.C: return a ParIterator from getParFromID.
2540
2541         * iterators.[Ch]: add two const's
2542
2543 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2544
2545         * toc.C (getTocList): adjust
2546
2547         * iterators.[Ch]: rework for parlist
2548
2549         * buffer.C (par_iterator_begin): adjust
2550         (par_iterator_end): adjust
2551
2552         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2553
2554         * BufferView.C (removeAutoInsets): adjust
2555         (ChangeInsets): adjust
2556
2557 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2558
2559         * text.C (top_y): fix bug 1110
2560
2561 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2562
2563         * errorlist.[Ch]: added
2564         * buffer.C:
2565         * BufferView.[Ch]:
2566         * BufferView_pimpl.C:
2567         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2568         instead
2569
2570 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2571
2572         * Makefile.am: ensure that lyx is relinked upon changes to the
2573         various "convenience" libs.
2574
2575 2003-05-20  Angus Leeming  <leeming@lyx.org>
2576
2577         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2578         files are compiled in alphabetical order again.
2579
2580         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2581
2582 2003-05-19  Angus Leeming  <leeming@lyx.org>
2583
2584         * gettext.[Ch]: remove "char const * _(char const *)".
2585
2586 2003-05-19  André Pönitz  <poenitz@gmx.net>
2587
2588         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2589
2590         * Makefile.am:
2591         * BufferView.C:
2592         * DepTable.h:
2593         * LaTeXFeatures.C:
2594         * buffer.C:
2595         * lyxfont.C:
2596         * lyxlex.h:
2597         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2598
2599 2003-05-19  André Pönitz  <poenitz@gmx.net>
2600
2601         * buffer.C:
2602         * lyxlayout.[Ch]:
2603         * lyxtextclass.[Ch]:
2604         * paragraph.C:
2605         * paragraph_funcs.[Ch]:
2606         * text2.C:
2607         * text3.C: more insetenv work
2608
2609 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2610
2611         * ParagraphParameters.C (params2string): small bug fixed
2612
2613 2003-05-16  André Pönitz  <poenitz@gmx.net>
2614
2615         * debug.C:
2616         * bufferview_funcs.C: patch from Kornel Benko to prevent
2617           crash when _(...) is called twice in a statement
2618
2619 2003-05-16  André Pönitz  <poenitz@gmx.net>
2620
2621         * BufferView.C:
2622         * lyxfunc.C:
2623         * text.C:
2624         * text2.C:
2625         * text3.C:
2626         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2627
2628 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2629
2630         * lyx_main.C (init): remove spurious static_cast
2631
2632 2003-05-14  André Pönitz  <poenitz@gmx.net>
2633
2634         * BufferView.C: fix format string
2635
2636 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2637
2638         * BufferView.[Ch] (insertErrors): removed
2639         * BufferView.[Ch] (showErrorList): added
2640         * buffer.C (runChkTeX):
2641         * converter.C (scanLog): call showErrorList instead of inserterrors
2642
2643 2003-05-13  André Pönitz  <poenitz@gmx.net>
2644
2645         * BufferView_pimpl.C:
2646         * buffer.C:
2647         * bufferview_func.C:
2648         * MenuBackend.C:
2649         * lyxfunc.C:
2650         * lyxrc.C:
2651         * tex-accent.C:
2652         * text3.C:
2653         * toc.C:
2654         * tabular_funcs.h: tostr() from its own header
2655
2656         * ParagraphParameters.C:
2657         * ToolbarBackend.C:
2658         * bufferparams.C:
2659         * format.C:
2660         * lyxlex_pimpl.C:
2661         * text3.C: STRCONV()
2662
2663 2003-05-12  André Pönitz  <poenitz@gmx.net>
2664
2665         * BufferView.C:
2666         * BufferView_pimpl.C:
2667         * CutAndPaste.C:
2668         * LaTeX.C:
2669         * LaTeXFeatures.C:
2670         * ParagraphParameters.C:
2671         * buffer.C:
2672         * bufferlist.C:
2673         * bufferparams.C:
2674         * bufferview_funcs.C:
2675         * converter.C:
2676         * counters.C:
2677         * debug.C:
2678         * exporter.C:
2679         * format.C:
2680         * importer.C:
2681         * lyx_cb.C:
2682         * lyx_main.C:
2683         * lyxfont.C:
2684         * lyxfunc.C:
2685         * lyxvc.C:
2686         * paragraph.C:
2687         * paragraph_funcs.C:
2688         * tabular.C:
2689         * tabular_funcs.C:
2690         * text2.C:
2691         * text3.C:  boost::format -> bformat  all over the place
2692
2693
2694 2003-05-09  André Pönitz  <poenitz@gmx.net>
2695
2696         * LColor.[Ch]: Pimpl the #include <map> away
2697
2698 2003-05-09  John Levon  <levon@movementarian.org>
2699
2700         * bufferlist.C: never remove emergency saves
2701
2702 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2703
2704         * Makefile.am: better lib building
2705
2706 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2707
2708         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2709         instead.
2710         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2711         (simpleTeXSpecialChars): adjust
2712         (simpleTeXSpecialChars): adjust
2713         * paragraph.C (simpleTeXOnePar): adjust
2714         * buffer.C (makeLaTeXFile): adjust
2715
2716         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2717
2718         * text2.C (changeDepth): parlist cleanup
2719         (getColumnNearX): ditto
2720
2721         * rowpainter.C (getLabelFont): parlist cleanup
2722
2723         * bufferlist.C (newFile): parlist cleanup
2724
2725         * CutAndPaste.C (eraseSelection): parlist cleanup
2726
2727         * BufferView_pimpl.C (trackChanges): parlist cleanup
2728         (dispatch): ditto
2729
2730         * BufferView.C (lockInset): parlist cleanup.
2731         (ChangeInsets): ditto
2732
2733 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2734
2735         * CutAndPaste.h: Update file header.
2736
2737         * CutAndPaste.C: Update file header.
2738         Store the parts cut out of the Document in a limited_stack.
2739         (copySelection): adjust
2740         (pasteSelection): new function, takes the index in the limited stack.
2741         (nrOfParagraphs): adjust
2742         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2743         simplify error inset insertion.
2744         (checkPastePossible): adjust
2745
2746 2003-05-06  John Levon  <levon@movementarian.org>
2747
2748         * text2.C: don't cast wrap inset to float
2749
2750 2003-05-05  André Pönitz  <poenitz@gmx.net>
2751
2752         * iterator.C:
2753         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2754
2755         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2756           few naked Paragraph *.
2757
2758 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2759
2760         * bufferparams.C: Output warning if a document with missing
2761         TeX document class is loaded
2762         * exporter.C: Disable TeX exports if the document class is missing
2763         * lyxtextclass.C:
2764         * lyxtextclass.h:
2765         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2766         isTeXClassAvailable()
2767
2768 2003-05-03  John Levon  <levon@movementarian.org>
2769
2770         * BufferView.h:
2771         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2772         explicit cursor show/hide
2773
2774         * BufferView_pimpl.h:
2775         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2776         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2777
2778         * lyxfunc.C: hide cursor before dispatching.
2779
2780         * lyx_cb.C:
2781         * lyxfind.C:
2782         * text.C:
2783         * text3.C: remove explicit cursor hides
2784
2785 2003-05-02  André Pönitz  <poenitz@gmx.net>
2786
2787         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2788
2789         * undo_funcs.C:
2790         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2791           linked lists
2792
2793         * text2.C: tiny whitespace
2794
2795 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2796
2797         * undo_funcs.C: almost only ws changes.
2798
2799         * ParagraphList.C (splice): just return if pl is empty.
2800
2801 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2802
2803         * ParagraphList.C (splice): new function.
2804
2805         * CutAndPaste.C (pasteSelection): use it
2806
2807 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2808
2809         * CutAndPaste.C (pasteSelection): remove the last next and
2810         previous from this file.
2811
2812 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2813
2814         * CutAndPaste.C (pasteSelection): more clean up, user proper
2815         ParagraphList functions for pasteing.
2816
2817         * ParagraphList.C (insert): new function, three arg insert
2818
2819 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2820
2821         * ParagraphList.C (insert): new function, three arg insert
2822
2823         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2824         not on paragraphs.
2825
2826 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2827
2828         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2829
2830 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2831
2832         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2833
2834 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2835
2836         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2837         (copySelection): clean up a bit.
2838         (pasteSelection): use make_pair
2839
2840         * ParagraphList.C (ParagraphList): implement copy constructor
2841         (operator=): implement, base on copy constructor.
2842         (assign): new func
2843
2844         * paragraph.C (erase): return a bool
2845
2846         * paragraph_pimpl.C (erasePos): remove function, move contents...
2847         (erase): ... here. Return a bool.
2848         (erase): call erase instead of erasePos.
2849
2850 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2851
2852         * ParagraphList.h: define PitPosPair
2853         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2854         ParagraphList, fix a bug on pasting multiple pars
2855         * text2.C: change interface to C&P
2856
2857 2003-04-30  André Pönitz  <poenitz@gmx.net>
2858
2859         * undo_func.C: revert part of yesterday's patch 2
2860
2861 2003-04-30  John Levon  <levon@movementarian.org>
2862
2863         * LColor.C: s/tabular/table/
2864
2865 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2866
2867         * text3.C (dispatch): do not convert iterator -> pointer
2868         * undo_funcs.C (setCursorParUndo): ditto
2869         * text_funcs.C (transposeChars): ditto
2870
2871         * text2.C (setLayout): ws changes only
2872
2873         * text.C (breakParagraph): do not convert iterator -> pointer
2874         (insertChar): ditto
2875         (acceptChange): ditto
2876         (rejectChange): ditto
2877         (changeCase): ditto
2878         (Delete): ditto
2879         (backspace): ditto
2880
2881         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2882         pointer
2883
2884 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2885
2886         * text3.C (gotoInset): YABG (yet another bad getChar)
2887
2888 2003-04-29  André Pönitz  <poenitz@gmx.net>
2889
2890         * paragraph.h: make operator= private unimplemented as long as
2891           it is unusable
2892
2893         * ParagraphList.C: whitespace
2894
2895         * paragraph.[Ch]:
2896         * paragraph_pimpl.[Ch]:
2897         * paragraph_funcs.C:
2898         * CutAndPaste.C:
2899         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2900
2901         * text2.C:
2902           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2903
2904 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2905
2906         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2907         * paragraph.[Ch] (erase):
2908         * paragraph_pimpl.[Ch] (erase): change return type and value
2909         * text2.C (cutSelection): some rework
2910
2911 2003-04-28  John Levon  <levon@movementarian.org>
2912
2913         * bufferlist.C: changes for unsaved changes dialog
2914
2915 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2916
2917         * bufferlist.C (newFile): set language (messages_) for new
2918         documents also.
2919
2920         * buffer.C (readFile): ws changes only.
2921
2922 2003-04-28  André Pönitz  <poenitz@gmx.net>
2923
2924         * undo_funcs.C:
2925         * lyxfunc.C:
2926         * buffer.[Ch]:
2927         * BufferView_pimpl.C:
2928         * BufferView.C: getParFromID related ParagraphList::iterator changes
2929
2930 2003-04-28  André Pönitz  <poenitz@gmx.net>
2931
2932         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2933           Changes
2934
2935 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2936
2937         * messages.C: remove one more localedir class variable.
2938
2939 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2940
2941         * messages.C (getLocaleDir): singleton generation function
2942         (Pimpl): use it.
2943         (Messages): add a default constructor.
2944
2945         * main.C (main): do not setup localedir here, do not call
2946         gettext_init.
2947
2948         * gettext.C (_): use it.
2949         (gettext_init): delete funciton
2950
2951 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2952
2953         * gettext.C (getLyXMessages): new singleton generating function.
2954
2955         * buffer.C (updateDocLang): adjust
2956
2957         * Makefile.am (messages.o): add target
2958         (main.o): remove target
2959
2960 2003-04-27  John Levon  <levon@movementarian.org>
2961
2962         * bufferlist.C:
2963         * lyx_cb.C:
2964         * lyxfunc.C:
2965         * lyxvc.C: specify cancel button in Alert::prompt
2966
2967 2003-04-26  John Levon  <levon@movementarian.org>
2968
2969         * text3.C:
2970         * lyxfunc.C:
2971         * lfuns.h:
2972         * LyXAction.C: add LFUN_INSET_SETTINGS
2973
2974         * lyxfunc.C: don't enable tabular-feature when there's
2975         just any locking inset
2976
2977 2003-04-26  John Levon  <levon@movementarian.org>
2978
2979         * bufferlist.C: re-add Cancel to buffer close question
2980
2981         * lyxfunc.C: fix import UI a bit
2982
2983 2003-04-25  John Levon  <levon@movementarian.org>
2984
2985         * gettext.C: remove the broken asserts for now
2986
2987 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2988
2989         * messages.C: make case where setlocale cannot comply work better.
2990
2991         * buffer.C (updateDocLang): new function
2992         (changeLanguage): use it
2993         (readFile): use it
2994
2995         * text2.C (setCounter): use B_ a bit.
2996
2997         * lyxlayout.C (Read): be sure to trim the label strings.
2998
2999         * messages.C (Messages): fix typo in comment
3000
3001         * buffer.C (readFile): set message_ after file is loaded.
3002         (makeDocBookFile): remove double return
3003         (changeLanguage): reset message_ upon language change.
3004         (B_): new func, use this to get translated buffer strings.
3005
3006         * main.C: add myself and Jean Marc as authors.
3007
3008 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3009
3010         * messages.[hC]: pimplify Messages, and three different pimpls to be
3011         used in different circumstances.
3012
3013         * gettext.[Ch]: change for use with new message code.
3014
3015 2003-04-24 André Pönitz <poenitz@gmx.net>
3016
3017         * factory.C: support for eqref
3018
3019 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3020
3021         * messages.[Ch]: add missing char
3022
3023         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3024
3025         * messages.[Ch]: New files
3026
3027 2003-04-18  John Levon  <levon@movementarian.org>
3028
3029         * BufferView.h:
3030         * BufferView.C:
3031         * BufferView_pimpl.C:
3032         * lfuns.h:
3033         * LyXAction.C:
3034         * lyxtext.h:
3035         * text2.C: remove layout-copy/paste (bug 778)
3036
3037 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3038
3039         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3040
3041 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3042
3043         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3044         if they succeed. Act accordingly.
3045
3046 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3047
3048         * text2.C (setCharFont): adjust
3049         (setCounter): adjust
3050         (insertStringAsLines): adjust
3051
3052         * text.C (leftMargin): adjust
3053         (setHeightOfRow): adjust
3054
3055         * rowpainter.C (paintFirst): adjust
3056         (paintLast): adjust
3057
3058         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3059         (outerHook): ditto
3060         (isFirstInSequence): ditto
3061         (getEndLabel): ditto
3062         (outerFont): adjust
3063
3064         * paragraph.C (getParLanguage): comment out some hard stuff.
3065
3066         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3067         (sgmlError): ditto
3068         (simpleDocBookOnePar): ditto
3069         (makeDocBookFile): use ParagraphList::iterator
3070
3071         * CutAndPaste.C (pasteSelection): adjust
3072
3073 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3074
3075         * text2.C (getFont): adjust
3076         (getLayoutFont): adjust
3077         (getLabelFont): adjust
3078
3079         * paragraph_funcs.C (TeXOnePar): adjust
3080
3081         * buffer.C (simpleLinuxDocOnePar): adjust
3082         (simpleDocBookOnePar): adjust
3083
3084         * CutAndPaste.C (pasteSelection): adjust
3085
3086         * BufferView.C (getEncoding): adjust
3087
3088         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3089
3090 2003-04-16  John Levon  <levon@movementarian.org>
3091
3092         * lyxfind.C: use parlist stuff for search/changes
3093
3094 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3095
3096         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3097
3098         * text2.C (deleteEmptyParagraphMechanism): adjust
3099
3100         * text2.[Ch] (ownerParagraph): delete func (both of them
3101
3102 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3103
3104         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3105
3106 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3107
3108         * ParagraphList.C: prepare for NO_NEXT
3109
3110 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3111
3112         * text2.C (getFont): adjust
3113         (getLayoutFont): adjust
3114         (getLabelFont): adjust
3115
3116         * paragraph.C (getFont): adjust
3117         (getLabelFont): adjust
3118         (getLayoutFont): adjust
3119
3120         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3121
3122 2003-04-15  John Levon  <levon@movementarian.org>
3123
3124         From Angus Leeming
3125
3126         * lyx_main.C: handle Include in .ui files
3127
3128 2003-04-15  John Levon  <levon@movementarian.org>
3129
3130         * MenuBackend.C: make the doc files length shorter
3131
3132         * ToolbarBackend.h:
3133         * ToolbarBackend.C: handle toolbar placement flags,
3134         Minibuffer
3135
3136 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3137
3138         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3139         adjust
3140
3141         * paragraph_funcs.C (TeXOnePar): adjust
3142
3143         * paragraph.C (getLabelFont): add outerfont arg, adjust
3144         (getLayoutFont): ditto
3145         (simpleTeXOnePar): adjust
3146
3147         * paragraph_pimpl.C (realizeFont): delete func
3148
3149 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3150
3151         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3152         row argument, constify cur argument.
3153
3154 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3155
3156         * text2.C (getFont): adjust
3157         (getLayoutFont): adjust
3158         (getLabelFont): adjust
3159
3160         * paragraph_funcs.C (TeXOnePar): adjust
3161         (outerFont): new func...
3162         (realizeFont): ...moved out from here, changed this to facilitate
3163         transition
3164
3165         * paragraph.C (getFont): take outerfont as arg, adjust
3166         (simpleTeXOnePar): add outerfont arg, adjust
3167
3168         * buffer.C (simpleLinuxDocOnePar): adjust
3169         (simpleDocBookOnePar): adjust
3170
3171         * CutAndPaste.C (pasteSelection): adjust
3172
3173         * BufferView.C (getEncoding): adjust
3174
3175 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3176
3177         * text2.C (setCharFont): adjust
3178         (setCounter): adjust
3179
3180         * text.C (leftMargin): adjust
3181         (setHeightOfRow): adjust
3182
3183         * rowpainter.C (paintFirst): adjust
3184         (paintLast): adjust
3185
3186         * paragraph_pimpl.C (realizeFont): adjust
3187
3188         * paragraph.C (isFirstInSequence): move from here...
3189         * paragraph_funcs.C (isFirstInSequence): ...to here
3190
3191         * paragraph.C (outerHook): move from here...
3192         * paragraph_funcs.C (outerHook): ...to here
3193
3194         * paragraph.C (depthHook): move from here...
3195         * paragraph_funcs.C (depthHook): ...to here
3196
3197         * paragraph.C (getEndLabel): move from here...
3198         * paragraph_funcs.C (getEndLabel): ...to here
3199
3200         * text2.C (realizeFont): move from here...
3201         * paragraph_funcs.C (realizeFont): ...to here
3202
3203 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3204
3205         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3206
3207 2003-04-14  Angus Leeming  <leeming@lyx.org>
3208
3209         * LColor.[Ch]: scrap LColor mathcursor.
3210
3211 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3212
3213         * lyxlex.[Ch] (text): delete function
3214         * trans.C (Load): adjust
3215         * paragraph_funcs.C (readParToken): adjust
3216
3217 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3218
3219         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3220         vector<char> instead of a char[].
3221
3222         * lyxlex_pimpl.C (getString): adjust
3223         (next): adjust
3224         (lex): use getString
3225         (eatLine): adjust
3226         (nextToken): adjust
3227
3228         * lyxlex.C (text): use pimpl_->getString()
3229         (getBool): ditto
3230         (findToken): ditto
3231
3232 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3233
3234         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3235         (makeFontEntriesLayoutSpecific): temp var for par.size()
3236         (setLayout): temp var for ownerParagraphs().end()
3237         (fullRebreak): temp var for rows().end()
3238         (selectionAsString): temp var for boost::next(startpit), realize
3239         that the while really is a regular for loop.
3240         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3241         setCursor in one place.
3242         (setParagraph): temp vr for ownerParagraphs().end()
3243         (updateCounters): make the while loop a for loop
3244         (cutSelection): temp var for ownerParagraphs().end()
3245         (updateInset): make the do {} while() a regular for loop
3246         (getCursorX): use temp vars
3247         (setCurrentFont): use temp vars
3248         (getColumnNearX): use temp vars
3249
3250 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3251
3252         * text.C (transformChar): use temp var for getChar
3253         (computeBidiTables): use temp var for row->par()
3254         (fill): move temp vars for row->par() and pit->layout() earlier in
3255         the function.
3256         (labelFill): use temp var for row->par()
3257         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3258         asc and desc, realize that pit never changes and that firstpit is
3259         just a duplicate and not needed. Exchange rit->par() with pit in a
3260         lot of places.
3261         (breakAgain): use a temp var for boost::next(rit)
3262         (breakAgainOneRow): ditto
3263         (breakParagraph): use a temp var for rows().begin()
3264         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3265         (cursorRightOneWord): use temp var for cursor.par() and
3266         cursor.pos(), remove usage of tmpcursor.
3267         (cursorLeftOneWord): use temp var for cursor.par() and
3268         cursor.pos() only set cur at end of function.
3269
3270 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3271
3272         * text.C, text2.C: exchange all usage of Paragraph::next with
3273         boost::next(ParagraphList::iterator)
3274
3275         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3276
3277         * text2.C (cursorTop): simplify implementation
3278         (cursorBottom): ditto
3279         (setParagraph): use ParagraphList::iterator
3280         (setCurrentFont): adjust
3281         (getColumnNearX): adjust
3282         (cursorRight): adjust
3283         (cursorLeft): remove usage of Paragraph::previous
3284         (cursorUpParagraph): ditto
3285         (deleteEmptyParagraphMechanism): slight cleanup
3286
3287         * text.C (isBoundary): take a Paragraph const & instead of a
3288         pointer as arg.
3289         (addressBreakPoint): ditto
3290         (leftMargin): remove usage of Paragraph::previous.
3291         (setHeightOfRow): ditto
3292         (cursorLeftOneWord): ditto
3293         (selectNextWordToSpellcheck): ditto
3294         (Delete): ditto
3295         (backspace): ditto
3296         (breakParagraph): remove one usage of Paragraph::next
3297         (redoParagraph): ditto
3298         (acceptChange): ditto
3299         (insertChar): adjust
3300         (rowBreakPoint): adjust
3301
3302         * bufferview_funcs.C (toggleAndShow): adjust
3303
3304 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3305
3306         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3307         methods to access it.
3308         * lyxtext.h:
3309         * text.C: Added updateRowPositions to compute all row positions.
3310         Make top_y and getRowNearY() to use the cached y position
3311
3312 2003-04-11  John Levon  <levon@movementarian.org>
3313
3314         * text.C (rowBreakPoint): reintroduce the labelEnd
3315         checks, code copied from the row fill stuff. Deep voodoo.
3316
3317         * text.C (fill): add a comment and debugging for the
3318         next poor soul.
3319
3320 2003-04-11  John Levon  <levon@movementarian.org>
3321
3322         * text.C: make sure fullrow insets get wrapped to the next line,
3323         even when they're in a manual label
3324
3325 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3326
3327         * text2.C (insertParagraph): make it take ParagraphList::iterator
3328         as arg.
3329         (setLayout): make it return ParagraphList::iterator
3330         (redoParagraphs): ditto
3331         (setCounter): ditto
3332         (checkParagraph): ditto
3333
3334         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3335
3336         * text2.C: adjust several funcs.
3337         (realizeFont): take a ParagraphList::iterator as arg.
3338         (getLayoutFont): ditto
3339         (getLabelFont): ditto
3340         (setCharFont): ditto
3341
3342         * text.C: adjust several funcs.
3343
3344 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3345
3346         * text.C (selectNextWordToSpellcheck): don't accidentally
3347         skip insets
3348
3349 2003-04-10  John Levon  <levon@movementarian.org>
3350
3351         * ToolbarBackend.C (getIcon): special handling for
3352         LFUN_MATH_DELIM
3353
3354 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3355
3356         * text2.C (cursorRight): a getChar assert fixed
3357
3358 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3359
3360         * text2.C (getFont): change to take a ParagraphList::iterator
3361         instead of Paragraph*
3362         Adjust several functions.
3363
3364         * text.C (transformChar): change to take a ParagraphList::iterator
3365         instead of Paragraph*
3366         (singleWidth): ditto
3367         Adjust several functions.
3368
3369         * rowpainter.C: adjust several functions
3370         * rowpainter.h:store a ParagraphList::iterator and not a
3371         Paragraph&.
3372
3373
3374 2003-04-09  John Levon  <levon@movementarian.org>
3375
3376         * lyxfunc.C:
3377         * lfuns.h:
3378         * LyXAction.h:
3379         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3380         and the "help" bits as well
3381
3382 2003-04-09  John Levon  <levon@movementarian.org>
3383
3384         * ToolbarBackend.h:
3385         * ToolbarBackend.C: allow multiple toolbars
3386
3387 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3388
3389         * undo_funcs.C (setCursorParUndo): adjust
3390
3391         * text_funcs.C (transposeChars): adjust
3392
3393         * text3.C (gotoNextInset): adjust
3394         (dispatch): adjust
3395
3396         * text2.C (setLayout): adjust
3397         (changeDepth): adjust
3398         (setFont): adjust
3399         (redoParagraphs): adjust
3400         (selectionAsString): adjust
3401         (setParagraph): adjust
3402         (insertInset): adjust
3403         (cutSelection): adjust
3404         (copySelection): adjust
3405         (pasteSelection): adjust
3406         (insertStringAsLines): adjust
3407         (updateInset): adjust
3408         (setCursor): change to take a ParagraphList::iterator parameter
3409         (setCursorIntern): change to take a ParagraphList::iterator parameter
3410         (setCurrentFont): adjust
3411         (cursorLeft): adjust
3412         (cursorRight): adjust
3413         (deleteEmptyParagraphMechanism): adjust
3414
3415         * text.C (breakParagraph): adjust
3416         (insertChar): adjust
3417         (acceptChange): adjust
3418         (rejectChange): adjust
3419         (selectNextWordToSpellcheck): adjust
3420         (changeCase): adjust
3421         (Delete): adjust
3422         (backspace): adjust
3423
3424         * lyxfind.C (SearchForward): adjust
3425         (SearchBackward): adjust
3426         (nextChange): adjust
3427
3428         * lyxcursor.C (par): adjust
3429
3430         * lyxcursor.h: store a ParagraphList::iterator instead of a
3431         Paragraph*
3432
3433         * lyx_cb.C (getPossibleLabel): adjust
3434
3435         * bufferview_funcs.C (toggleAndShow): adjust
3436
3437         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3438         (dispatch): adjust
3439
3440         * BufferView.C (removeAutoInsets): adjust
3441         (lockedInsetStoreUndo): adjust
3442
3443 2003-04-09  John Levon  <levon@movementarian.org>
3444
3445         * ToolbarBackend.C: try icon without argument
3446         if with argument fails
3447
3448 2003-04-08  John Levon  <levon@movementarian.org>
3449
3450         * ToolbarBackend.h:
3451         * ToolbarBackend.C: add getIcon(), handle tooltip,
3452         and change from "Icon" to "Item".
3453
3454 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3455
3456         * BufferView.C (lockInset): another bad getchar crunched
3457
3458 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3459
3460         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3461         again)
3462
3463 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3464
3465         * lyxfind.C (searchForward, searchBackwards): bug 782
3466
3467 2003-04-07  John Levon  <levon@movementarian.org>
3468
3469         * paragraph.C: remove dead comment
3470
3471         * text.C: remove troublesome depth-fiddling code
3472         in leftMargin() and rightMargin() (bug 1017)
3473
3474         * text.C: fix breaking of rows in nested lists
3475         (bug 1004)
3476
3477         * text2.C (updateCounters): fix up depth values
3478         (bug 1013)
3479
3480 2003-04-07  John Levon  <levon@movementarian.org>
3481
3482         * BufferView_pimpl.C: clear message when doc finishes resizing,
3483         and after a mouse event
3484
3485         * lyxfunc.C: clear message after exiting inset
3486
3487 2003-04-07  John Levon  <levon@movementarian.org>
3488
3489         * bufferview_funcs.C: show math status not outside
3490         status in the statusbar
3491
3492 2003-04-07  John Levon  <levon@movementarian.org>
3493
3494         * lyxfunc.C: note status changed after a depth change
3495
3496 2003-04-04  Angus Leeming  <leeming@lyx.org>
3497
3498         * LaTeX.h: move AuxInfo operator==, != out of line.
3499         Remove LaTeX virtual destructor; nothing derives from it.
3500         Move operator()() out of public area and rename it startscript().
3501         Change protected for private.
3502
3503 2003-04-04  Angus Leeming  <leeming@lyx.org>
3504
3505         * lyxfunc.C:
3506         * text2.C: remove unneeded #includes.
3507
3508 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3509
3510         * text2.C (dEPM): fix the heigth of the next row
3511
3512 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3513
3514         * text.C: squashed an invalid getChar requester + some ws changes
3515
3516 2003-04-03  John Levon  <levon@movementarian.org>
3517
3518         * bufferview_funcs.h:
3519         * bufferview_funcs.C:
3520         * lyxfunc.C:
3521         * lyxtext.h:
3522         * text2.C: make getStatus work for the env depth lfuns
3523
3524 2003-04-03  John Levon  <levon@movementarian.org>
3525
3526         * bufferview_funcs.h:
3527         * bufferview_funcs.C:
3528         * lyxfunc.C:
3529         * lyxtext.h:
3530         * text2.C: parlistize decDepth(), by merging it with incDepth()
3531
3532 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3533
3534         * lyxrow.h: store a ParagraphList::iterator instead of a
3535         Paragraph* and adjust other class functions to suit.
3536
3537         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3538         above.
3539
3540 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3541
3542         * text2.C (setCursor): do not anchor to cursor row for the time being
3543
3544 2003-04-02  John Levon  <levon@movementarian.org>
3545
3546         * LyXAction.C:
3547         * lfuns.h:
3548         * lyx_main.C:
3549         * lyxtext.h:
3550         * text.C:
3551         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3552
3553 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3554
3555         * paragraph.h: make ParagraphList and ParagraphList::iterator
3556         friends of Paragraph.
3557
3558         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3559
3560         * ParagraphList.C: Use the private next_ and previous_ from
3561         Paragraph.
3562
3563 2003-04-01  John Levon  <levon@movementarian.org>
3564
3565         * ToolbarBackend.h:
3566         * ToolbarBackend.C:
3567         * Makefile.am: rename, remove defaults gunk
3568
3569         * MenuBackend.h:
3570         * MenuBackend.C: remove defaults gunk
3571
3572         * Languages.h:
3573         * Languages.C: remove defaults gunk
3574
3575         * lyx_main.h:
3576         * lyx_main.C: error out if files couldn't be found.
3577
3578 2003-04-02  John Levon  <levon@movementarian.org>
3579
3580         * text2.C: make incDepth() use parlist
3581
3582 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3583
3584         * undo_funcs.C (firstUndoParagraph): adjust
3585
3586         * text3.C (gotoInset): adjust
3587         (dispatch): adjust, and rewrite loop.
3588
3589         * text2.C (init): adjust, and rewrite loop.
3590         (redoParagraphs): adjust
3591         (updateInset): adjust, and rewrite loop.
3592         (deleteEmptyParagraphMechanism): adjust
3593
3594         * tabular.C (LyXTabular): adjust
3595         (SetMultiColumn): adjust
3596         (TeXRow): adjust
3597
3598         * lyxtext.[Ch] (ownerParagraph): delete function
3599         (ownerParagraphs): new function returns a ParagraphList.
3600
3601         * BufferView.C (removeAutoInsets): adjust
3602         (insertErrors): adjust
3603         (setCursorFromRow): adjust
3604
3605 2003-04-01  Angus Leeming  <leeming@lyx.org>
3606
3607         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3608         in the frontends.
3609
3610 2003-04-02  John Levon  <levon@movementarian.org>
3611
3612         * lyxtext.h:
3613         * text.C:
3614         * Makefile.am:
3615         * text_funcs.h:
3616         * text_funcs.C: make transposeChars a free function
3617
3618         * lyxrow_funcs.C: remove wrong comment
3619
3620 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3621
3622         * lyxtext.h: adjust
3623         * rowpainter.C: adjust
3624         * text.C: adjust
3625         * text2.C: adjust
3626         * text3.C: adjust
3627
3628         * lyxrow_funcs. [Ch]: new files
3629
3630         * lyxrow.[Ch]: remove next and previous pointers
3631         (next,previous): remove accessor functions
3632         (isParEnd): move to lyxrow_funcs
3633         (lastPos): move to lyxrow_funcs
3634         (nextRowIsAllInset): move to lyxrow_funcs
3635         (lastPrintablePos): move to lyxrow_funcs
3636         (numberOfSeparators): move to lyxrow_funcs
3637         (numberOfHfills): move to lyxrow_funcs
3638         (numberOfLabelHfills): move to lyxrow_funcs
3639         (hfillExpansion): move to lyxrow_funcs
3640
3641         * lyxfunc.C: adjust
3642
3643         * bufferview_funcs.C (toggleAndShow): adjust
3644
3645         * RowList.h: Remove class RowList from file leave just a
3646         std::list<Row>.
3647
3648         * RowList.C: delete file
3649
3650         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3651         and lyxrow_funcs.h
3652
3653 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3654
3655         * text3.C (cursorPrevious): adjust
3656         (cursorNext): adjust
3657         (dispatch): adjust
3658
3659         * text2.C (redoHeightOfParagraph): adjust
3660         (redoDrawingOfParagraph): adjust
3661         (setCursor): adjust
3662
3663         * text.C (breakParagraph): adjust
3664         (insertChar): adjust
3665         (backspace): adjust
3666
3667         * rowpainter.C (RowPainter): adjust
3668         (leftMargin): simplify and adjust
3669         (most rowpainter functions): adjust.
3670
3671         * rowpainter.h: store the row as RowList::iterator not as Row*
3672
3673         * lyxcursor.C (row): taka RowList::iterator as arg
3674         (irow): ditto
3675
3676         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3677         of Row*.
3678
3679 2003-04-01  Angus Leeming  <leeming@lyx.org>
3680
3681         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3682         stuff like bool Bool.
3683
3684 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3685
3686         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3687         rewrite a loop
3688
3689 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3690
3691         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3692         RowList::iterator.
3693
3694         * lyxtext.h (rows): drop one version and leve a const variant that
3695         returns a RowList::iterator.
3696
3697 2003-03-31  Angus Leeming  <leeming@lyx.org>
3698
3699         * text.C (fill): ensure that the signature is the same as that in the
3700         header file.
3701
3702 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3703
3704         * text2.C (redoParagraphs): adjust
3705         (updateCounters): adjust
3706         (checkParagraph): adjust
3707         (getColumnNearX): adjust and reformat a bit.
3708
3709         * text.C (top_y): adjust
3710         (workWidth): adjust
3711         (leftMargin): adjust
3712         (prepareToPrint): adjust
3713         (getRow): adjust
3714         (getRowNearY): adjust
3715
3716         * lyxtext.h: make rowlist_ mutable.
3717
3718         * RowList.h: add const_iterator
3719         * RowList.C: adjust for RowList::const_iterator.
3720
3721         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3722         adjust.
3723
3724 2003-03-31  John Levon  <levon@movementarian.org>
3725
3726         * lyxrc.h:
3727         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3728
3729         * lyx_main.C: set default fonts from using lyx_gui funcs
3730
3731         * exporter.C: pdf_mode moved from lyxrc
3732
3733         * lyx_cb.C:
3734         * lyxfunc.C: changes from above
3735
3736 2003-03-31  John Levon  <levon@movementarian.org>
3737
3738         * lyx_main.C: fix to the last fix
3739
3740 2003-03-31  John Levon  <levon@movementarian.org>
3741
3742         * bufferlist.C: "Load original" -> "Load Original"
3743
3744         * converter.C:
3745         * exporter.C:
3746         * importer.C:
3747         * lyx_main.C:
3748         * format.C: more Alert cleanups
3749
3750 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3751
3752         * text2.C (removeParagraph): make it take a RowList::iterator as
3753         arg, adjust.
3754         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3755         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3756
3757         * text.C (anchor_row): make it take a RowList::iterator as arg,
3758         adjust.
3759         (computeBidiTables): make it take a const reference to Row instead
3760         of Row pointer, adjust.
3761         (leftMargin): make it take a RowList::iterator as arg, adjust.
3762         (rowBreakPoint): adjust
3763         (breakAgainOneRow): make it take a RowList::iterator as arg,
3764         adjust.
3765         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3766
3767         * bufferview_funcs.C (toggleAndShow): adjust
3768
3769 2003-03-30  John Levon  <levon@movementarian.org>
3770
3771         * Makefile.am:
3772         * BoostFormat.h:
3773         * boost-inst.C: moved to support
3774
3775         * several files: changes as a result
3776
3777 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3778
3779         * text2.C (LyXText): adjust.
3780         (init): adjust
3781         (removeRow): make it take a RowList::iterator as arg, adjust.
3782         (fullRebreak): adjust
3783         (deleteEmptyParagraphMechanism): adjust
3784         (clearPaint): adjust
3785         (postPaint): adjust
3786
3787         * text.C (top_y): adjust
3788         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3789         (breakAgain): make it take a RowList::iterator as arg, adjust.
3790         (breakParagraph): adjust
3791         (insertChar): adjust
3792         (backspace): adjust
3793
3794         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3795         need_break_row, and refresh_row.
3796
3797         * text3.C (dispatch): adjust
3798
3799         * text2.C (checkParagraph): adjust
3800         (setCursor): adjust
3801         (setCursorFromCoordinates): adjust
3802
3803         * text.C (top_y): adjust
3804         (workWidth): adjust
3805         (getRow): make it return a RowList::iterator, adjust
3806         (getRowNearY): make it return a RowList::iterator, adjust
3807
3808         * text2.C (init): adjust
3809         (insertRow): remove function
3810         (insertParagraph): adjust
3811         (redoParagraphs): adjust
3812         (fullRebreak): adjust
3813         (updateCounters): adjust
3814
3815         * text.C (top_y): rewrite to use RowList iterators.
3816         (top_y): adjust
3817         (setHeightOfRow): rewrite to sue RowList iterators.
3818         (appendParagraph): adjust
3819         (breakAgain): adjust
3820         (breakAgainOneRow): adjust
3821         (breakParagraph): adjust
3822         (getRow): adjust
3823         (getRowNearY): adjust, and remove commented code.
3824
3825         * lyxtext.h (firstRow): delete function
3826         (lastRow): delete function
3827         (rows): new function (const and non-const versions.)
3828         (insertRow): delete function
3829
3830         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3831
3832 2003-03-29  John Levon  <levon@movementarian.org>
3833
3834         * BufferView_pimpl.C: always update scrollbar top
3835         because pasting text when we're anchored could mean we
3836         miss an update altogether
3837
3838 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3839
3840         * text2.C (init): use rowlist_.end() and not 0.
3841         (insertRow): change to take a RowList::iterator as arg, adjust
3842         for this.
3843         (insertParagraph): change to take a RowList::iterator as arg,
3844         adjust for this.
3845         (redoParagraphs): remove some debug msgs.
3846
3847         * text.C (appendParagraph): change to take a RowList::iterator
3848         arg, adjust for this.
3849         (breakAgain): add an assert
3850         (breakAgainOneRow): ditto
3851
3852 2003-03-29  John Levon  <levon@movementarian.org>
3853
3854         * text2.C: do not clear selection after inc/decDepth
3855         (bug 550)
3856
3857 2003-03-29  John Levon  <levon@movementarian.org>
3858
3859         * BufferView.C:
3860         * buffer.C: fix broken strerrors according to Lars
3861
3862 2003-03-29  John Levon  <levon@movementarian.org>
3863
3864         * converters.C: more Alert cleanups
3865
3866 2003-03-29  John Levon  <levon@movementarian.org>
3867
3868         * bufferview_funcs.C: remove pointless Alert
3869
3870         * buffer.C: fix confusing error message when
3871         a template is chmoded 000
3872
3873 2003-03-29  John Levon  <levon@movementarian.org>
3874
3875         * BufferView.C:
3876         * BufferView.h:
3877         * BufferView_pimpl.C: Alert fixes
3878
3879         * Makefile.am:
3880         * tabular.C:
3881         * tabular-old.C: remove unused table compat reading
3882
3883 2003-03-29  John Levon  <levon@movementarian.org>
3884
3885         * BufferView.C:
3886         * buffer.C:
3887         * lyx_cb.h:
3888         * lyx_cb.C: more Alert cleanups
3889
3890         * lyxfunc.C: don't allow chktex if not latex document
3891
3892 2003-03-29  John Levon  <levon@movementarian.org>
3893
3894         * lyx_cb.C:
3895         * BufferView.C:
3896         * buffer.C: warnings pushed down from support/,
3897         kill err_alert
3898
3899 2003-03-29  John Levon  <levon@movementarian.org>
3900
3901         * lyxfunc.C: safety check for C-r (revert)
3902
3903 2003-03-29  John Levon  <levon@movementarian.org>
3904
3905         * bufferlist.h:
3906         * bufferlist.C: several UI fixes using Alert::prompt.
3907         Fix the pointless looping quit code. Fix stupid revert
3908         behaviour (bug 938)
3909
3910         * lyxvc.h:
3911         * lyxvc.C:
3912         * lyx_cb.C: use Alert::prompt
3913
3914         * lyx_main.C: remove a silly question
3915
3916         * lyxfunc.C: remove a couple of silly questions,
3917         use Alert::prompt
3918
3919 2003-03-28  John Levon  <levon@movementarian.org>
3920
3921         * text2.C: fix bug 974 (End on empty par)
3922
3923 2003-03-28  John Levon  <levon@movementarian.org>
3924
3925         * BufferView_pimpl.C:
3926         * LyXAction.C:
3927         * lfuns.h: remove do-nothing math greek lfuns
3928
3929 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3930
3931         * lyxgluelength.h (isValidGlueLength): add default arg on
3932         parameter 2. Remove default arg from friend in class.
3933
3934         * lyxlength.h (isValidLength): add default arg on parameter 2.
3935         Remove default arg from friend in class.
3936
3937         * text2.C (LyXText): adjust, initialize refresh_row.
3938         (init): adjust
3939         (removeRow): adjust
3940         (insertRow): adjust
3941         (insertParagraph): adjst
3942         (redoParagraphs): adjust
3943         (fullRebreak): adjust
3944         (updateCounters): adjust
3945         (deleteEmptyParagraphMechanism): first attempt at fixing a
3946         crashing bug.
3947
3948         * text.C (top_y): adjust
3949         (setHeightOfRow): adjust
3950         (getRow): adjust
3951         (getRowNearY): adjust
3952
3953         * lyxtext.h: include RowList.h
3954         (~LyXText): not needed anymore, deleted.
3955         (firstRow): modify for RowList
3956         (lastRow): new function
3957         Delete firstrow and lastrow class variables, add a Rowlist
3958         rowlist_ class variable.
3959
3960         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3961         paragraph is empty.
3962
3963         * RowList.C (insert): fix case where it == begin().
3964
3965 2003-03-26  Angus Leeming  <leeming@lyx.org>
3966
3967         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3968         the thesaurus dialog.
3969
3970 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3971
3972         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3973
3974         * RowList.[Ch]: new files
3975
3976         * ParagraphList.C (erase): handle the case where it == begin
3977         correctly.
3978
3979 2003-03-25  John Levon  <levon@movementarian.org>
3980
3981         * Makefile.am:
3982         * aspell_local.h:
3983         * aspell.C: add new aspell support
3984
3985         * lyxrc.h:
3986         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3987         have it accessible.
3988
3989 2003-03-25  Angus Leeming  <leeming@lyx.org>
3990
3991         * lfuns.h:
3992         * LyXAction.C (init): new LFUN_INSET_INSERT.
3993
3994         * BufferView_pimpl.C (dispatch): split out part of the
3995         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3996
3997         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3998         LFUN_INSET_APPLY.
3999
4000 2003-03-25  Angus Leeming  <leeming@lyx.org>
4001
4002         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4003
4004 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4005
4006         * text2.C:
4007         * text3.C: remove useless row->height(0)
4008
4009 2003-03-25  John Levon  <levon@movementarian.org>
4010
4011         * lyxtext.h:
4012         * text2.C:
4013         * text3.C: rename the refreshing stuff to better names
4014
4015 2003-03-24  John Levon  <levon@movementarian.org>
4016
4017         * BufferView_pimpl.h:
4018         * BufferView_pimpl.C: update layout choice on a mouse
4019         press/release
4020
4021 2003-03-23  John Levon  <levon@movementarian.org>
4022
4023         * Makefile.am: fix commandtags.h reference
4024
4025 2003-03-22  John Levon  <levon@movementarian.org>
4026
4027         * BufferView_pimpl.C:
4028         * lyxtext.h:
4029         * rowpainter.C:
4030         * rowpainter.h:
4031         * text.C:
4032         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4033
4034 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4035
4036         * lyxtext.h:
4037         * text.C: take the rtl methods out of line
4038
4039 2003-03-21 André Pönitz <poenitz@gmx.net>
4040
4041         * metricsinfo.[Ch]: new files containing structures to be passed around
4042         during the two-phase-drawing...
4043
4044 2003-03-21 André Pönitz <poenitz@gmx.net>
4045
4046         * lyxtextclass.C: read 'environment' tag.
4047
4048 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4049
4050         * text2.C (removeRow): fix bug 964
4051
4052 2003-03-20  John Levon  <levon@movementarian.org>
4053
4054         * rowpainter.C:
4055         * text.C:
4056         * text2.C: paint cleanups. Inset::update() dropped font
4057         parameter
4058
4059 2003-03-19  John Levon  <levon@movementarian.org>
4060
4061         * lyxfunc.C: only fitcursor/markDirty if available()
4062
4063 2003-03-19  John Levon  <levon@movementarian.org>
4064
4065         * commandtags.h: rename to ...
4066
4067         * lfuns.h: ... this, and renumber / cleanup
4068
4069 2003-03-19  John Levon  <levon@movementarian.org>
4070
4071         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4072         fit the cursor after an lfun
4073
4074         * BufferView.h:
4075         * BufferView.C:
4076         * BufferView_pimpl.h:
4077         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4078
4079         * LyXAction.C: layout-character should have ReadOnly
4080
4081         * ParagraphParameters.C:
4082         * buffer.C:
4083         * bufferview_funcs.C:
4084         * lyx_cb.C:
4085         * lyxfind.C:
4086         * lyxtext.h:
4087         * text.C:
4088         * text2.C:
4089         * text3.C:
4090         * undo_funcs.C: changes from above
4091
4092 2003-03-18  John Levon  <levon@movementarian.org>
4093
4094         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4095         remove it from update()
4096
4097         * lyxfunc.C: update layout choice after an lfun
4098
4099         * text3.C: remove extra updateLayoutChoice()s
4100
4101 2003-03-18  John Levon  <levon@movementarian.org>
4102
4103         * text.C: top_y change means full repaint, fix
4104         a drawing bug with cursor movement
4105
4106 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4107
4108         * lyxtext.h:
4109         * text.C:
4110         * text2.C: anchor row on setCursor
4111
4112 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4113
4114         * lyxtext.h: remove almost all mutable keywords
4115         * text.C:
4116         * text2.C:
4117         * text3.C: remove const keywords accordingly
4118
4119 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4120
4121         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4122         anon namespace
4123         (TeXEnvironment): ditto
4124         (TeXOnePar): ditto
4125
4126 2003-03-17  John Levon  <levon@movementarian.org>
4127
4128         * text.C (rowBreakPoint): remove attempt to fix displayed
4129         math insets inside a manual label
4130
4131 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4132
4133         * lyxtext.h: remove BufferView* as first arg from almost all class
4134         functions.
4135         * other files: adjust.
4136
4137 2003-03-17  John Levon  <levon@movementarian.org>
4138
4139         * lyxtext.h:
4140         * undo_funcs.C:
4141         * text2.C: more paint cleanups
4142
4143         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4144
4145         * rowpainter.h:
4146         * rowpainter.C: remove "smart" background painting code
4147
4148 2003-03-16  John Levon  <levon@movementarian.org>
4149
4150         * lyxtext.h:
4151         * text.C:
4152         * text2.C:
4153         * text3.C: add helper functions for setting refresh_row/y
4154
4155 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4156
4157         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4158         newline inset which *can* get inserted in the pass_thru layouts.
4159         This is primarily for literate documents.
4160
4161 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4162
4163         * buffer.C: increment LYX_FORMAT to 223
4164
4165 2003-03-14 André Pönitz <poenitz@gmx.net>
4166
4167         * textclass.h: prepare for environment handling, ws changes
4168         * lyxlayout.C: read latexheader and latexfooter tags
4169
4170 2003-03-14  John Levon  <levon@movementarian.org>
4171
4172         * text2.C: rewrite ::status() a bit
4173
4174 2003-03-13  John Levon  <levon@movementarian.org>
4175
4176         * lyxtext.h: add some docs
4177
4178 2003-03-13  John Levon  <levon@movementarian.org>
4179
4180         * lyxtext.h:
4181         * text.C:
4182         * text2.C:
4183         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4184
4185 2003-03-13  John Levon  <levon@movementarian.org>
4186
4187         * text3.C: fix appendix redrawing
4188
4189 2003-03-13  John Levon  <levon@movementarian.org>
4190
4191         * text.C (setHeightOfRow):
4192         * rowpainter.h:
4193         * rowpainter.C: make appendix mark have the text
4194           "Appendix" so the user knows what it is
4195
4196         * LColor.h:
4197         * LColor.C: s/appendixline/appendix/ from above
4198
4199 2003-03-13  John Levon  <levon@movementarian.org>
4200
4201         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4202
4203         * text.C: fix a getChar(pos) bug properly
4204
4205 2003-03-13  Angus Leeming  <leeming@lyx.org>
4206
4207         * commandtags.h:
4208         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4209         Probably only temporary. Let's see how things pan out.
4210
4211         * BufferView.C (unlockInset):
4212         * BufferView_pimpl.C (fitCursor):
4213         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4214
4215         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4216         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4217
4218         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4219         new functions that convert ParagraphParameters to and from a string.
4220
4221         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4222         BufferView::Pimpl's dispatch.
4223         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4224
4225 2003-03-13 André Pönitz <poenitz@gmx.net>
4226
4227         * lyxfunc.C:
4228         * text3.C:
4229         * factory.C: make it aware of InsetEnv
4230
4231 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4232
4233         * text2.C (setCursor): never ask for one past last
4234         (setCursor): add some debugging messages.
4235
4236         * text.C (singleWidth): never ask for one past last
4237         (singleWidth): ditto
4238         (leftMargin): ditto
4239         (rightMargin): ditto
4240         (rowBreakPoint): ditto
4241         (setHeightOfRow): ditto
4242         (prepareToPrint): ditto
4243
4244         * rowpainter.C (paintBackground): never ask for one past last
4245         (paintText): never ask for one past last
4246
4247         * paragraph_pimpl.C (getChar): make the assert stricter, never
4248         allow the one past last pos to be taken
4249
4250         * paragraph.C (getChar): ws changes only
4251
4252         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4253         (numberOfSeparators): ditto
4254         (numberOfHfills): ditto
4255
4256 2003-03-12  John Levon  <levon@movementarian.org>
4257
4258         * author.h:
4259         * author.C:
4260         * bufferparams.h:
4261         * bufferparams.C:
4262         * paragraph_funcs.C: fix per-buffer authorlists
4263
4264 2003-03-12  John Levon  <levon@movementarian.org>
4265
4266         * text.C: fix newline in right address
4267
4268 2003-03-12  Angus Leeming  <leeming@lyx.org>
4269
4270         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4271         duplicate those in LyXFunc::dispatch.
4272
4273         * commandtags.h:
4274         * LyXAction.C:
4275         * ToolbarDefaults.C:
4276         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4277         Add LFUN_FONTFREE_UPDATE.
4278
4279         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4280         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4281
4282         * bufferview_func.[Ch]: several new functions to facilliate
4283         transfer of data to and from the character dialog.
4284
4285 2003-03-12  John Levon  <levon@movementarian.org>
4286
4287         * buffer.C:
4288         * paragraph.h:
4289         * paragraph.C:
4290         * paragraph_funcs.C:
4291         * paragraph_pimpl.C:
4292         * sgml.C:
4293         * tabular.C:
4294         * text.C:
4295         * text3.C: remove META_NEWLINE in favour of an inset
4296
4297         * rowpainter.h:
4298         * rowpainter.C: remove paintNewline (done by inset)
4299
4300 2003-03-12  John Levon  <levon@movementarian.org>
4301
4302         * paragraph_pimpl.C: complain about bad getChar()s
4303         for a while at least
4304
4305 2003-03-12  John Levon  <levon@movementarian.org>
4306
4307         * buffer.h:
4308         * buffer.C: move paragraph read into a separate function,
4309         a little renaming to reflect that.
4310
4311         * bufferparams.h:
4312         * bufferparams.C: remove the author_ids map, not necessary now
4313
4314         * factory.h:
4315         * factory.C: moved Buffer::readInset to here
4316
4317         * paragraph_funcs.h:
4318         * paragraph_funcs.C: readParagraph free function moved from
4319         buffer.C
4320
4321         * tabular.C: name change
4322
4323 2003-03-12  John Levon  <levon@movementarian.org>
4324
4325         * buffer.C:
4326         * ParagraphParameters.C: move par params input to
4327         a read() method
4328
4329         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4330         behave like a normal read from the stream wrt reading
4331         a line vs. a \\token
4332
4333 2003-03-12  John Levon  <levon@movementarian.org>
4334
4335         * paragraph.C:
4336         * ParagraphParameters.h:
4337         * ParagraphParameters.C: move output code to a
4338         ::write() method
4339
4340 2003-03-12  John Levon  <levon@movementarian.org>
4341
4342         * BufferView.C (insertLyXFile):
4343         * buffer.h:
4344         * buffer.C:
4345         * tabular.C: use a parlist iterator for creating the
4346           document.
4347
4348 2003-03-12  John Levon  <levon@movementarian.org>
4349
4350         * buffer.C: make current_change static local not
4351           static file-scope
4352
4353 2003-03-12  John Levon  <levon@movementarian.org>
4354
4355         * buffer.C: fix insertStringAsLines for change tracking
4356
4357 2003-03-12  John Levon  <levon@movementarian.org>
4358
4359         * BufferView.C:
4360         * tabular.C:
4361         * buffer.h:
4362         * buffer.C:
4363         * bufferparams.h:
4364         * bufferparams.C: move author list into params. Rename some
4365           functions. Move the header reading into a separate token
4366           loop. Move the header token reading into BufferParams.
4367
4368 2003-03-12  John Levon  <levon@movementarian.org>
4369
4370         * changes.C: put debug inside lyxerr.debugging() checks
4371
4372 2003-03-11 André Pönitz <poenitz@gmx.net>
4373
4374         * factory.C: make it aware of InsetHFill
4375
4376 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4377
4378         * buffer.C (latexParagraphs): move function from here...
4379         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4380         args.
4381
4382 2003-03-10  Angus Leeming  <leeming@lyx.org>
4383
4384         * LyXAction.C (init): fix bug in poplating array with multiple entries
4385         with the same LFUN (spotted by JMarc).
4386
4387 2003-03-10  John Levon  <levon@movementarian.org>
4388
4389         * text.C:
4390         * text2.C: move getColumnNearX() near its
4391         only call site
4392
4393 2003-03-10  John Levon  <levon@movementarian.org>
4394
4395         * text.C: fix break before a minipage
4396
4397 2003-03-10  John Levon  <levon@movementarian.org>
4398
4399         * text.C: fix the last commit
4400
4401 2003-03-09  John Levon  <levon@movementarian.org>
4402
4403         * lyxtext.h:
4404         * text.C:
4405         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4406         bug 365 (don't break before insets unless needed). Don't
4407         return a value > last under any circumstances.
4408
4409 2003-03-09  Angus Leeming  <leeming@lyx.org>
4410
4411         * BufferView_pimpl.C (trackChanges, dispatch): call
4412         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4413
4414 2003-03-09  Angus Leeming  <leeming@lyx.org>
4415
4416         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4417         than Dialogs::showAboutlyx().
4418
4419 2003-03-09  Angus Leeming  <leeming@lyx.org>
4420
4421         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4422         than Dialogs::showTabularCreate().
4423
4424 2003-03-09  John Levon  <levon@movementarian.org>
4425
4426         * lyxtext.h:
4427         * text.C:
4428         * text2.C: 3rd arg to nextBreakPoint was always the same.
4429           Use references.
4430
4431 2003-03-08  John Levon  <levon@movementarian.org>
4432
4433         * lyxrow.C:
4434         * paragraph.C:
4435         * paragraph.h:
4436         * rowpainter.C:
4437         * text.C:
4438         * text2.C: Remove the "main" bit from the "main body"
4439           notion.
4440
4441 2003-03-08  John Levon  <levon@movementarian.org>
4442
4443         * text.C (leftMargin): The left margin of an empty
4444         manual label paragraph should not include the label width
4445         string length.
4446
4447         * text.C (prepareToPrint): don't attempt to measure hfills
4448         for empty manual label paragraphs - the answer should be 0
4449
4450 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4451
4452         * CutAndPaste.C: remove commented code and reindent.
4453
4454 2003-03-08  John Levon  <levon@movementarian.org>
4455
4456         * lyxfunc.h:
4457         * lyxfunc.C: move reloadBuffer()
4458
4459         * BufferView.h:
4460         * BufferView.C: to here
4461
4462         * lyxvc.C: add comment
4463
4464         * vc-backend.h:
4465         * vc-backend.C: call bv->reload() to avoid
4466           getStatus() check on MENURELOAD
4467
4468 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4469
4470         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4471         to an old format .dep file.
4472
4473 2003-03-07  Angus Leeming  <leeming@lyx.org>
4474
4475         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4476         when the LFUN_MOUSE_RELEASE should have been handled by
4477         inset->localDispatch.
4478
4479 2003-03-07  Angus Leeming  <leeming@lyx.org>
4480
4481         * BufferView_pimpl.C (dispatch):
4482         * LyXAction.C (init):
4483         * ToolbarDefaults.C (init):
4484         * commandtags.h:
4485         * lyxfunc.C (getStatus):
4486         remove LFUN_INSET_GRAPHICS.
4487
4488         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4489
4490 2003-03-07  Angus Leeming  <leeming@lyx.org>
4491
4492         * commandtags.h:
4493         * LyXAction.C (init):
4494         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4495
4496         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4497
4498         * commandtags.h:
4499         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4500
4501         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4502         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4503
4504 2003-03-07  Angus Leeming  <leeming@lyx.org>
4505
4506         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4507         remove "ert".
4508
4509 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4510
4511         * ParagraphList.C (front): new function
4512         (back): implement
4513
4514 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4515
4516         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4517         and top_row_offset_. removed var first_y.
4518         * text.C (top_y):
4519         * text2.C (LyXText, removeRow):
4520         * text3.C:
4521         * BufferView_pimpl.C:
4522         use these methods instead of using first_y
4523
4524 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4525
4526         * text2.C (pasteSelection): adjust for checkPastePossible
4527
4528         * CutAndPaste.C: remove Paragraph * buf and replace with
4529         ParagraphList paragraphs.
4530         (DeleteBuffer): delete
4531         (cutSelection): change the tc type to textclass_type
4532         (copySelection): change the tc type to textclass_type
4533         (copySelection): adjust for ParagraphList
4534         (pasteSelection): change the tc type to textclass_type
4535         (pasteSelection): adjust for Paragraphlist
4536         (nrOfParagraphs): simplify for ParagraphList
4537         (checkPastePossible): simplify for ParagraphList
4538         (checkPastePossible): remove unused arg
4539
4540         * ParagraphList.C (insert): handle the case where there are no
4541         paragraphs yet.
4542
4543         * CutAndPaste.h: make CutAndPaste a namespace.
4544
4545         * text3.C (dispatch): adjust
4546
4547         * text.C (breakParagraph): add a ParagraphList as arg
4548
4549         * paragraph_funcs.C (breakParagraph): change to take a
4550         BufferParams and a ParagraphList as args.
4551         (breakParagraphConservative): ditto
4552         (mergeParagraph): ditto
4553         (TeXDeeper): add a ParagraphList arg
4554         (TeXEnvironment): ditto
4555         (TeXOnePar): ditto
4556
4557         * buffer.C (readLyXformat2): adjust
4558         (insertStringAsLines): adjust
4559         (latexParagraphs): adjust
4560
4561         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4562         (cutSelection): adjust
4563         (pasteSelection): adjust
4564
4565         * BufferView_pimpl.C (insertInset): adjust
4566
4567 2003-03-05  Angus Leeming  <leeming@lyx.org>
4568
4569         * commandtags.h:
4570         * LyXAction.C (init):
4571         * BufferView_pimpl.C (dispatch):
4572         * lyxfunc.C (getStatus):
4573         remove LFUN_CHILD_INSERT.
4574
4575         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4576
4577 2003-03-05  Angus Leeming  <leeming@lyx.org>
4578
4579         * commandtags.h:
4580         * LyXAction.C (init):
4581         * src/factory.C (createInset):
4582         * lyxfunc.C (getStatus):
4583         * text3.C (dispatch):
4584         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4585
4586         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4587
4588 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4589
4590         * ParagraphList.C (insert): handle insert right before end()
4591         (erase): fix cases where it can be first or last paragraph.
4592
4593 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4594
4595         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4596         Paragraph::next and Paragraph::previous
4597         (TeXOnePar): ditto
4598
4599         * text.C (breakParagraph): adjust
4600
4601         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4602         BufferParams& as arg.
4603         (breakParagraph): use ParagraphList::insert
4604         (breakParagraphConservative): take a Buffer* instead of a
4605         BufferParams& as arg.
4606         (breakParagraphConservative): use ParagraphList::insert.
4607
4608         * buffer.C (insertStringAsLines): un-const it
4609         (insertStringAsLines): adjust
4610
4611         * ParagraphList.C (insert): new function
4612
4613         * CutAndPaste.C (pasteSelection): adjust
4614
4615         * text.C (backspace): adjust
4616
4617         * tabular.C (SetMultiColumn): adjust
4618
4619         * CutAndPaste.C (cutSelection): adjust
4620         (pasteSelection): adjust
4621
4622         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4623         Buffer const * as arg
4624
4625         * ParagraphList.C (erase): new function
4626         * paragraph_funcs.C (mergeParagraph): use it
4627         (mergeParagraph): make it take a Buffer* instead of a
4628         BufferParams* as arg
4629
4630         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4631         as arg
4632         (breakParagraphConservative): ditto
4633
4634         * paragraph.h: remove the breakParagraph friend
4635
4636         * paragraph.C (eraseIntern): new function
4637         (setChange): new function
4638
4639         * paragraph_funcs.C (mergeParagraph): make it take a
4640         ParagraphList::iterator instead of a Paragraph *, adjust
4641         accordingly.
4642
4643         * paragraph.h: move an #endif so that the change tracking stuff
4644         also works in the NO_NEXT case.
4645
4646 2003-03-04  Angus Leeming  <leeming@lyx.org>
4647
4648         * commandtags.h:
4649         * LyXAction.C: new LFUN_INSET_MODIFY.
4650
4651         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4652         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4653
4654 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4655
4656         * several files: ws changes only
4657
4658         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4659         (TeXEnvironment): ditto
4660         (TeXDeeper): ditto
4661
4662         * buffer.C (makeLaTeXFile): adjust
4663         (latexParagraphs): make it take ParagraphList::iterator as args
4664
4665 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4666
4667         * buffer.C (latexParagraphs): adjust
4668
4669         * paragraph.C (TeXOnePar): move function...
4670         (optArgInset): move function...
4671         (TeXEnvironment): move function...
4672         * paragraph_pimpl.C (TeXDeeper): move function...
4673         * paragraph_funcs.C: ...here
4674
4675         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4676
4677 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4678
4679         * buffer.C (readInset): remove compability code for old Figure and
4680         InsetInfo insets
4681
4682 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4683
4684         * buffer.C: ws changes
4685         (readInset):
4686
4687         * BufferView_pimpl.C: ditto
4688         * author.C: ditto
4689         * buffer.h: ditto
4690         * bufferlist.h: ditto
4691         * changes.h: ditto
4692         * lyxfunc.C: ditto
4693
4694 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4695
4696         * converter.[Ch]: split into itself +
4697         * graph.[Ch]
4698         * format.[Ch]
4699         * Makefile.am: += graph.[Ch] + format.[Ch]
4700         * MenuBackend.C
4701         * buffer.C
4702         * exporter.C
4703         * importer.C
4704         * lyx_main.C
4705         * lyxfunc.C
4706         * lyxrc.C: added #include "format.h"
4707
4708 2003-02-27  Angus Leeming  <leeming@lyx.org>
4709
4710         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4711           a label.
4712
4713         * factory.C (createInset): add "label" to the factory.
4714
4715         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4716           string and do no more.
4717
4718 2003-02-27  Angus Leeming  <leeming@lyx.org>
4719
4720         * commandtags.h:
4721         * LyXAction.C (init):
4722         * factory.C (createInset):
4723         * BufferView_pimpl.C (dispatch):
4724           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4725
4726         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4727
4728         * lyxfunc.C (dispatch):
4729         * text3.C (dispatch): pass name to params2string.
4730
4731 2003-02-26  Angus Leeming  <leeming@lyx.org>
4732
4733         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4734           blocks together.
4735           Rearrange the ~includes. Strip out the unnecessary ones.
4736
4737         * factory.C (createInset): reformat.
4738           create new insets for the various LFUN_XYZ_APPLY lfuns.
4739
4740 2003-02-26  John Levon  <levon@movementarian.org>
4741
4742         * lyxrow.h:
4743         * lyxrow.C: add isParStart,isParEnd helpers
4744
4745         * paragraph.h: make isInserted/DeletedText take refs
4746
4747         * paragraph_funcs.h:
4748         * paragraph_funcs.C: remove #if 0'd code
4749
4750         * lyxtext.h:
4751         * text3.C:
4752         * text2.C:
4753         * text.C: use lyxrow helpers above.
4754           Move draw and paint routines to RowPainter.
4755           Make several methods use refs not pointers.
4756           Make backgroundColor() const.
4757           Add markChangeInDraw(), isInInset().
4758           Merge changeRegionCase into changeCase.
4759           Make workWidth() shouldn't-happen code into an Assert.
4760
4761         * rowpainter.h:
4762         * rowpainter.C: new class for painting a row.
4763
4764         * vspace.h:
4765         * vspace.C: make inPixels take a ref
4766
4767 2003-02-26  Angus Leeming  <leeming@lyx.org>
4768
4769         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4770         LFUN_REF_APPLY.
4771
4772 2003-02-25  John Levon  <levon@movementarian.org>
4773
4774         * ispell.C: give the forked command a more accurate name
4775
4776 2003-02-22  John Levon  <levon@movementarian.org>
4777
4778         * toc.h:
4779         * toc.C: make TocItem store an id not a Paragraph *
4780           (bug #913)
4781
4782 2003-02-21  Angus Leeming  <leeming@lyx.org>
4783
4784         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4785           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4786           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4787           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4788           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4789           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4790
4791         * BufferView_pimpl.C (dispatch):
4792         * LyXAction.C (init):
4793         * factory.C (createInset):
4794         * lyxfunc.C (getStatus, dispatch):
4795         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4796
4797 2003-02-21  Angus Leeming  <leeming@lyx.org>
4798
4799         * BufferView_pimpl.C (MenuInsertLyXFile):
4800         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4801         * lyxfunc.C (menuNew, open, doImport):
4802           no longer pass a LyXView & to fileDlg.
4803
4804 2003-02-21  Angus Leeming  <leeming@lyx.org>
4805
4806         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4807         * LyXAction.C: change, BIBKEY to BIBITEM.
4808         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4809         Change InsetBibKey to InsetBibitem.
4810         Change BIBKEY_CODE to BIBITEM_CODE.
4811         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4812         * factory.C: replace insetbib.h with insetbibitem.h.
4813         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4814         * paragraph.C: replace insetbib.h with insetbibitem.h.
4815         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4816         Change bibkey() to bibitem().
4817         * text.C: remove insetbib.h.
4818         * text2.C: replace insetbib.h with insetbibitem.h.
4819         change bibkey() to bibitem().
4820         * text3.C: remove insetbib.h.
4821         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4822
4823 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4824
4825         * lyxrc.C (output): enclose user email in quotes (in case there are
4826         several words)
4827
4828 2003-02-18  John Levon  <levon@movementarian.org>
4829
4830         * buffer.h: add std::
4831
4832 2003-02-17  John Levon  <levon@movementarian.org>
4833
4834         * SpellBase.h:
4835         * ispell.h:
4836         * ispell.C:
4837         * pspell.h:
4838         * pspell.C: reworking. Especially in ispell, a large
4839           number of clean ups and bug fixes.
4840
4841         * lyxfunc.C: fix revert to behave sensibly
4842
4843 2003-02-17 André Pönitz <poenitz@gmx.net>
4844
4845         * LyXAction.C:
4846         * commandtags.h: new LFUN_INSERT_BIBKEY
4847
4848         * layout.h:
4849         * lyxlayout.C:
4850         * buffer.C:
4851         * factory.C:
4852         * text.C:
4853         * text2.C:
4854         * text3.C:
4855         * paragraph.[Ch]:
4856         * paragraph_func.C: remove special bibkey handling
4857
4858 2003-02-17  John Levon  <levon@movementarian.org>
4859
4860         * text.C (Delete): fix case where delete at the end of
4861           the very first paragraph would not merge the pars
4862
4863 2003-02-17  John Levon  <levon@movementarian.org>
4864
4865         * lyxrow.C: fix lastPrintablePos()
4866
4867 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4868
4869         * bufferparams.C (writeLaTeX): add a std:here
4870
4871         * buffer.C: and remove a using directive there
4872
4873 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4874
4875         * buffer.C (makeLaTeXFile): move the code that generates the
4876           preamble...
4877
4878         * bufferparams.C (writeLaTeX): ... in this new method
4879
4880         * LaTeXFeatures.C (getEncodingSet): make const
4881           (getLanguages): make const
4882
4883         * MenuBackend.C (binding): returns the binding associated to this
4884           action
4885           (add): sets the status of each item by calling getStatus. Adds
4886           some intelligence.
4887           (read): add support for OptSubMenu
4888           (expand): remove extra separator at the end of expanded menu
4889
4890 2003-02-15  John Levon  <levon@movementarian.org>
4891
4892         * BufferView.C:
4893         * BufferView_pimpl.C:
4894         * bufferlist.h:
4895         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4896           inset code that had no actual effect. Remove unneeded status
4897           code.
4898
4899 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4900
4901         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4902           in preamble
4903
4904 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4905
4906         * text.C (drawLengthMarker): also draw an arrow marker for
4907           symbolic lengths (medskip...)
4908
4909 2003-02-14  John Levon  <levon@movementarian.org>
4910
4911         * tabular.h:
4912         * tabular.C: better method names
4913
4914 2003-02-14  John Levon  <levon@movementarian.org>
4915
4916         * BufferView_pimpl.C:
4917         * bufferlist.C:
4918         * buffer.C:
4919         * converter.C:
4920         * lyx_cb.C:
4921         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4922           it's a more accurate name. Remove some pointless uses.
4923
4924 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4925
4926         * text2.C (LyXText): change order of initilizers to shut off
4927           warnings
4928
4929 2003-02-14  John Levon  <levon@movementarian.org>
4930
4931         * buffer.C: use ParIterator for getParFromID()
4932
4933         * paragraph.h:
4934         * paragraph.C:
4935         * paragraph_pimpl.h:
4936         * paragraph_pimpl.C: remove unused getParFromID()
4937
4938 2003-02-14  John Levon  <levon@movementarian.org>
4939
4940         * buffer.C: remove some very old #if 0'd parse code
4941
4942 2003-02-13  John Levon  <levon@movementarian.org>
4943
4944         * text.h:
4945         * text.C:
4946         * text2.C: move hfillExpansion(), numberOfSeparators(),
4947           rowLast(), rowLastPrintable(), numberofHfills(),
4948           numberOfLabelHfills() ...
4949
4950         * lyxrow.h:
4951         * lyxrow.C: ... to member functions here.
4952
4953         * paragraph.h:
4954         * paragraph.C:
4955         * lyxtext.h:
4956         * text.C: remove LyXText::beginningOfMainBody(), and call
4957           p->beginningOfMainBody() directly. Move the check for
4958           LABEL_MANUAL into the latter.
4959
4960         * text.h:
4961         * text.C:
4962         * text2.C:
4963         * vspace.C:
4964         * BufferView.h:
4965         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4966
4967         * text.h:
4968         * text.C:
4969         * text2.C:
4970         * text3.C:
4971         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4972           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4973
4974 2003-02-13  John Levon  <levon@movementarian.org>
4975
4976         * CutAndPaste.C: remove debug
4977
4978 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4979
4980         * paragraph.C (asString): remove two unused variables
4981
4982         * lyxtextclass.C (readTitleType):
4983           (Read):
4984           (LyXTextClass): handle new members titletype_ and titlename_
4985
4986         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4987
4988 2003-02-09  John Levon  <levon@movementarian.org>
4989
4990         * buffer.h:
4991         * buffer.C: replace hand-coded list with a map for the dep clean
4992
4993 2003-02-08  John Levon  <levon@movementarian.org>
4994
4995         * LaTeX.C: consolidate code into showRunMessage() helper
4996
4997 2003-02-08  John Levon  <levon@movementarian.org>
4998
4999         * lyxfind.C:
5000         * lyxtext.h:
5001         * text2.C:
5002         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5003           and pass the size in explicitly
5004
5005         * BufferView_pimpl.h:
5006         * BufferView_pimpl.C:
5007         * BufferView.h:
5008         * BufferView.C: add getCurrentChange()
5009
5010         * BufferView_pimpl.h:
5011         * BufferView_pimpl.C: handle change lfuns
5012
5013         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5014           for changes. Mark pasted paragraphs as new.
5015
5016         * support/lyxtime.h:
5017         * support/lyxtime.C:
5018         * DepTable.C: abstract time_t as lyx::time_type
5019
5020         * LColor.h:
5021         * LColor.C: add colours for new text, deleted text, changebars
5022
5023         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5024           package use "usenames" option.
5025
5026         * commandtags.h:
5027         * lyxfunc.C:
5028         * LyXAction.C: add change lfuns
5029
5030         * Makefile.am:
5031         * author.h:
5032         * author.C: author handling
5033
5034         * buffer.h:
5035         * buffer.C: add a per-buffer author list, with first entry as
5036           current author. Handle new .lyx tokens for change tracking. Output
5037           author list to .lyx file. Output dvipost stuff to .tex preamble.
5038           Bump lyx format to 222.
5039
5040         * bufferlist.h:
5041         * bufferlist.C: add setCurrentAuthor() to reset current author details
5042           in all buffers.
5043
5044         * bufferparams.h:
5045         * bufferparams.C: add param for tracking
5046
5047         * bufferview_funcs.C: output change info in minibuffer
5048
5049         * Makefile.am:
5050         * changes.h:
5051         * changes.C: add change-tracking structure
5052
5053         * debug.h:
5054         * debug.C: add CHANGES debug flag
5055
5056         * lyxfind.h:
5057         * lyxfind.C: add code for finding the next change piece
5058
5059         * lyxrc.h:
5060         * lyxrc.C: add user_name and user_email
5061
5062         * lyxrow.h:
5063         * lyxrow.C: add a metric for the top of the text line
5064
5065         * lyxtext.h:
5066         * text.C: implement accept/rejectChange()
5067
5068         * lyxtext.h:
5069         * text.C: paint changebars. Paint new/deleted text in the chosen
5070         colours. Strike through deleted text.
5071
5072         * paragraph.h:
5073         * paragraph.C:
5074         * paragraph_pimpl.h:
5075         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5076           in the current change to the insert functions. Rework erase to
5077           mark text as deleted, adding an eraseIntern() and a range-based
5078           erase(). Implement per-paragraph change lookup and
5079           accept/reject.
5080
5081         * paragraph_funcs.C: Fixup paste for change tracking.
5082
5083         * tabular.C: mark added row/columns as new.
5084
5085         * text.C: fix rowLast() to never return -1. Don't allow
5086           spellchecking of deleted text. Track transpose changes. Don't
5087           allow paragraph break or merge where appropriate.
5088
5089         * text2.C: leave cursor at end of selection after a cut.
5090
5091 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5092
5093         * text.C (getLengthMarkerHeight):
5094         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5095         visible on screen too.
5096
5097 2003-02-07  John Levon  <levon@movementarian.org>
5098
5099         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5100
5101 2003-02-05  Angus Leeming  <leeming@lyx.org>
5102
5103         * lyxserver.C (read_ready): revert my patch of 11 September last year
5104         as it sends PC cpu through the roof. Presumably this means that
5105         the lyxserver will no longer run on an Alpha...
5106
5107 2003-01-30  Angus Leeming  <leeming@lyx.org>
5108
5109         * factory.C (createInset): create an InsetCommandParam of type "index"
5110         and use it to 'do the right thing'.
5111
5112         * text2.C (getStringToIndex): ensure that cursor position is always
5113         reset to the reset_cursor position.
5114
5115 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5116
5117         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5118         disabled.
5119
5120 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5121
5122         * bufferview.C:
5123         * lyxcb.C:
5124         * lyxfunc.C: Output messages with identical spelling, punctuation,
5125         and spaces
5126
5127 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5128
5129         * MenuBackend.C (expandFormats): List only viewable export formats
5130         in "View" menu
5131
5132         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5133         message
5134
5135         * lyxfunc.C (getStatus): Make sure that formats other than
5136         "fax" can also be disabled
5137
5138 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5139
5140         * text3.C (dispatch): put the lfuns that insert insets in 3
5141         groups, and call doInsertInset with appropriate arguments.
5142         (doInsertInset): new function, that creates an inset and inserts
5143         it according to some boolean parameters.
5144
5145 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5146
5147         * buffer.C (readFile): remember to pass on 'par' when calling
5148         readFile recursively.
5149
5150 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5151
5152         * MenuBackend.C (expandFormats): add "..." to import formats.
5153
5154 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5155
5156         * paragraph.C (asString): Remove XForms RTL hacks.
5157
5158 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5159         * buffer.C: fix typo
5160
5161 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5162
5163         * Makefile.am (LIBS): delete var
5164         (lyx_LDADD): add @LIBS@ here instead.
5165
5166 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5167
5168         * Clarify the meaning of "wheel mouse jump"
5169
5170 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5171
5172         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5173         tabular in a float
5174
5175 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5176
5177         * importer.C (Loaders): do not preallocate 3 elements in the
5178         vector, since one ends up with 6 elements otherwise
5179
5180 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5181
5182         * DepTable.C (write): write the file name as last element of the
5183         .dep file (because it may contain spaces)
5184         (read): read info in the right order
5185
5186 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5187
5188         * paragraph_pimpl.C (simpleTeXBlanks):
5189         (simpleTeXSpecialChars):
5190         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5191
5192         * tabular.C (latex): add some missing case statements. Reindent.
5193
5194         * MenuBackend.C (expandToc): remove unused variable.
5195
5196 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5197
5198         * LColor.C:
5199         * LaTeX.C:
5200         * LyXAction.C:
5201         * MenuBackend.C:
5202         * buffer.C:
5203         * exporter.C:
5204         * lyxfunc.C:
5205         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5206         and the like.
5207
5208 2003-01-05  John Levon  <levon@movementarian.org>
5209
5210         * BufferView.h:
5211         * BufferView.C: add getEncoding()
5212
5213         * kbsequence.h:
5214         * kbsequence.C: do not store last keypress
5215
5216         * lyxfunc.h:
5217         * lyxfunc.C: store last keypress here instead. Pass encoding
5218           to getISOEncoded()
5219
5220 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5221
5222         * lyx_main.C (init): remove annoying error message when following
5223         symbolic links (bug #780)
5224
5225 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5226
5227         * text.C (insertChar):
5228         * lyxrc.C (getDescription): remove extra spaces
5229
5230 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5231
5232         * lyxrc.C (getDescription): remove extra spaces
5233
5234 2002-12-20  John Levon  <levon@movementarian.org>
5235
5236         * text3.C: hack fix for page up/down across tall rows
5237
5238 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5239
5240         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5241         not been invoked
5242
5243 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5244
5245         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5246         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5247         thesaurus is not compiled in
5248
5249 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5250
5251         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5252
5253 2002-12-16  Angus Leeming  <leeming@lyx.org>
5254
5255         * lyxrc.[Ch]:
5256         * lyx_main.C (init): remove override_x_deadkeys stuff.
5257
5258 2002-12-12  John Levon  <levon@movementarian.org>
5259
5260         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5261           insert. Only remove shift modifier under strict
5262           circumstances.
5263
5264 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5265
5266         * MenuBackend.C (expandToc): fix crash.
5267
5268 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5269
5270         * MenuBackend.C (expandToc): gettext on float names.
5271
5272 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5273
5274         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5275         implement bool empty() [bug 490]
5276
5277 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5278
5279         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5280
5281 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5282
5283         * several files: ws changes
5284
5285 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5286
5287         * text2.C (setCounter): clean up a bit, use boost.format.
5288         (updateCounters): initialize par upon declaration.
5289
5290         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5291         if the layout exists. We do not just store the layout any more.
5292         (SwitchLayoutsBetweenClasses): use boost.format
5293
5294 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5295
5296         * converter.C (convert): if from and to files are the same, use a
5297         temporary files as intermediary
5298
5299 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5300
5301         * commandtags.h:
5302         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5303
5304 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5305
5306         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5307
5308 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5309
5310         * tabular.C (asciiPrintCell): use string(size, char) instead of
5311         explicit loop.
5312
5313         * sgml.C (openTag): fix order of arguments to string constructor
5314         (closeTag): ditto
5315
5316         * lyxfunc.C (dispatch): use boost.format
5317
5318         * lots of files: change "c" -> 'c'
5319
5320 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5321
5322         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5323
5324 2002-11-25  Angus Leeming  <leeming@lyx.org>
5325
5326         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5327
5328         * lyx_main.C (init): compile fix.
5329
5330 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5331
5332         * lyx_cb.C (start): boost.formatify
5333         do not include <iostream>
5334
5335         * lengthcommon.C: ws only
5336
5337         * boost-inst.C,BoostFormat.h: add more explict instantations
5338
5339 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5340
5341         * lots of files: handle USE_BOOST_FORMAT
5342
5343 2002-11-21  John Levon  <levon@movementarian.org>
5344
5345         * pspell.C: fix compile
5346
5347 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5348
5349         * lyxfunc.C (dispatch): use boost::format
5350         (open): ditto
5351         (doImport): ditto
5352
5353         * lyxfont.C (stateText): use boost::format
5354
5355         * lyx_main.C (LyX): use boost::format
5356         (init): ditto
5357         (queryUserLyXDir): ditto
5358         (readRcFile): ditto
5359         (parse_dbg): ditto
5360         (typedef boost::function): use the recommened syntax.
5361
5362         * importer.C (Import): use boost::format
5363
5364         * debug.C (showLevel): use boost::format
5365
5366         * converter.C (view): use boost::format
5367         (convert): ditto
5368         (move): ditto
5369         (scanLog): ditto
5370
5371         * bufferview_funcs.C (currentState): use boost::format
5372
5373         * bufferlist.C (emergencyWrite): use boost::format
5374
5375         * buffer.C (readLyXformat2): use boost::format
5376         (parseSingleLyXformat2Token): ditto
5377
5378         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5379
5380         * LaTeX.C (run): use boost::format
5381
5382         * Chktex.C (scanLogFile): use boost::format
5383
5384         * BufferView_pimpl.C (savePosition): use boost::format
5385         (restorePosition): ditto
5386         (MenuInsertLyXFile): ditto
5387
5388         * BoostFormat.h: help file for explicit instation.
5389
5390 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5391
5392         * tabular.C (latex): Support for block alignment in fixed width
5393         columns.
5394
5395 2002-11-17  John Levon  <levon@movementarian.org>
5396
5397         * BufferView_pimpl.C:
5398         * lyx_cb.C:
5399         * lyxfunc.C: split filedialog into open/save
5400
5401 2002-11-08  Juergen Vigna  <jug@sad.it>
5402
5403         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5404         by my last patch (hopefully).
5405
5406 2002-11-08  John Levon  <levon@movementarian.org>
5407
5408         * iterators.h:
5409         * iterators.C:
5410         * buffer.h:
5411         * buffer.C:
5412         * paragraph.h:
5413         * paragraph.C:
5414         * toc.h:
5415         * toc.C: ParConstIterator, and use it (from Lars)
5416
5417 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5418
5419         * lyxtextclass.[Ch]: revise and add doxygen comments
5420
5421 2002-11-07  John Levon  <levon@movementarian.org>
5422
5423         * text.C: fix progress value for spellchecker
5424
5425         * toc.C: fix navigate menu for insetwrap inside minipage
5426
5427         * paragraph_funcs.C: added FIXME for suspect code
5428
5429 2002-11-07  John Levon  <levon@movementarian.org>
5430
5431         * BufferView_pimpl.C: fix redrawing of insets
5432           on buffer switch
5433
5434 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5435
5436         * text2.C (updateCounters): fix bug 668
5437
5438 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5439
5440         * text3.C (dispatch): Do not make the buffer dirty when moving the
5441         cursor.
5442
5443 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5444
5445         * vc-backend.C: STRCONV
5446         (scanMaster): ditto
5447
5448         * text2.C (setCounter): STRCONV
5449
5450         * paragraph.C (asString): STRCONV
5451
5452         * lyxlength.C (asString): STRCONV
5453         (asLatexString): ditto
5454
5455         * lyxgluelength.C (asString): STRCONV
5456         (asLatexString): ditto
5457
5458         * lyxfunc.C (dispatch): STRCONV
5459         (open): ditto
5460
5461         * lyxfont.C (stateText): STRCONV
5462
5463         * importer.C (Import): STRCONV
5464
5465         * counters.C (labelItem): STRCONV
5466         (numberLabel): ditto
5467         (numberLabel): remove unused ostringstream o
5468
5469         * chset.C: STRCONV
5470         (loadFile): ditto
5471
5472         * bufferview_funcs.C (currentState): STRCONV
5473
5474         * buffer.C (readFile): STRCONV
5475         (asciiParagraph): ditto
5476         (makeLaTeXFile): ditto
5477
5478         * Spacing.C (writeEnvirBegin): STRCONV
5479
5480         * LaTeXFeatures.C (getLanguages): STRCONV
5481         (getPackages): ditto
5482         (getMacros): ditto
5483         (getBabelOptions): ditto
5484         (getTClassPreamble): ditto
5485         (getLyXSGMLEntities): ditto
5486         (getIncludedFiles): ditto
5487
5488         * LaTeX.C: STRCONV
5489         (run): ditto
5490         (scanAuxFile): ditto
5491         (deplog): ditto
5492
5493         * LString.h: add the STRCONV macros
5494
5495         * BufferView_pimpl.C (savePosition): STRCONV
5496         (restorePosition): ditto
5497         (MenuInsertLyXFile): ditto
5498
5499         * vc-backend.C (scanMaster): change from submatch[...] to
5500         submatch.str(...)
5501
5502         * funcrequest.C: include config.h
5503
5504         * factory.C: include config.h
5505
5506         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5507
5508         * box.C: include config.h
5509
5510         * LaTeX.C (scanAuxFile): change from submatch[...] to
5511         submatch.str(...)
5512         (deplog): ditto
5513
5514 2002-10-25  Angus Leeming  <leeming@lyx.org>
5515
5516         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5517
5518         * ispell.[Ch] (setError): new method.
5519         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5520         Use setError() insetead of goto END.
5521
5522         * lyx_cb.C (AutoSave): move out child process into new class
5523         AutoSaveBuffer.
5524
5525 2002-10-30  John Levon  <levon@movementarian.org>
5526
5527         * text3.C: make start appendix undoable
5528
5529 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5530
5531         * lyxlength.C (inPixels): Fix returned value.
5532
5533         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5534         environment.
5535
5536 2002-10-24  Angus Leeming  <leeming@lyx.org>
5537
5538         * lyxgluelength.h: no need to forward declare BufferParams
5539         or BufferView, so don't.
5540
5541 2002-10-21  John Levon  <levon@movementarian.org>
5542
5543         * BufferView.C: menuUndo ->undo, redo
5544
5545         * BufferView.h: document, remove dead, make some methods private
5546
5547         * paragraph_funcs.h:
5548         * paragraph_funcs.C:
5549         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5550
5551         * buffer.h:
5552         * buffer.C:
5553         * sgml.h:
5554         * sgml.C: move sgml open/close tag into sgml.C
5555
5556         * bufferview_funcs.h: unused prototype
5557
5558         * lyxfunc.h:
5559         * lyxfunc.C: remove unused
5560
5561         * lyxtext.h:
5562         * text.C: remove unused
5563
5564 2002-10-21  John Levon  <levon@movementarian.org>
5565
5566         * BufferView.h:
5567         * BufferView.C:
5568         * BufferView_pimpl.h:
5569         * BufferView_pimpl.C: fix mouse wheel handling based on
5570           patch from Darren Freeman
5571
5572 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5573
5574         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5575
5576 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5577
5578         * lyxlength.C (inPixels): Fix hanfling of negative length.
5579         Fix LyXLength::MU case.
5580
5581 2002-10-16  John Levon  <levon@movementarian.org>
5582
5583         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5584
5585 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5586
5587         * converter.C (view): add support for $$i (file name) and $$p
5588         (file path) for the viewer command. If $$i is not specified, then
5589         it is appended to the command (for compatibility with old syntax)
5590
5591 2002-10-14  Juergen Vigna  <jug@sad.it>
5592
5593         * undo_funcs.C (textHandleUndo): alter the order in which the
5594         new undopar is added to the LyXText, as we have to set first
5595         the right prev/next and then add it as otherwise the rebuild of
5596         LyXText is not correct. Also reset the cursor to the right paragraph,
5597         with this IMO we could remove the hack in "redoParagraphs()".
5598
5599 2002-10-09  Angus Leeming  <leeming@lyx.org>
5600
5601         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5602         to turn off an optimisation if a new inset is to be inserted.
5603
5604 2002-10-11 André Pönitz <poenitz@gmx.net>
5605
5606         * lyxtext.h: make some functions public to allow access
5607         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5608
5609 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5610
5611         * text3.C (dispatch): when changing layout, avoid an infinite loop
5612         [bug #652]
5613
5614 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5615
5616         * lyxrc.C (read): treat a viewer or converter command of "none" as
5617         if it were empty.
5618
5619         * MenuBackend.C (expandFormats): for an update, also allow the
5620         formats that are not viewable
5621
5622         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5623         script if it is newer than the lyxrc.defaults in user directory
5624
5625 2002-10-07 André Pönitz <poenitz@gmx.net>
5626
5627         * text.C: Vitaly Lipatov's small i18n fix
5628
5629 2002-09-25  Angus Leeming  <leeming@lyx.org>
5630
5631         * ispell.h: doxygen fix.
5632
5633 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5634
5635         * buffer.h (readFile): Add a new argument to the method, to allow
5636         reading of old-format templates.
5637
5638 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5639
5640         * toc.C (getTocList): Get TOC from InsetWrap.
5641
5642 2002-09-16  John Levon  <levon@movementarian.org>
5643
5644         * lyxfunc.C: check tabular for cut/copy too
5645
5646 2002-09-12  John Levon  <levon@movementarian.org>
5647
5648         * LyXAction.C: tidy
5649
5650         * factory.h:
5651         * factory.C: add header
5652
5653         * paragraph_funcs.h:
5654         * paragraph_funcs.C: cleanup
5655
5656 2002-09-11  John Levon  <levon@movementarian.org>
5657
5658         * PrinterParams.h: odd/even default to true
5659
5660 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5661
5662         * PrinterParams.h: update printer parameters for new xforms dialog
5663
5664 2002-09-11  Angus Leeming  <leeming@lyx.org>
5665
5666         * lyxserver.C (read_ready): re-write to make it more transparent
5667         and to make it work in coherent fashion under Tru64 Unix.
5668
5669 2002-09-11  André Pönitz <poenitz@gmx.net>
5670
5671         * commandtags.h:
5672         * LyXAction.C:
5673         * text3.C: implement LFUN_WORDSEL
5674
5675 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5676
5677         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5678         make floatlist_ a boost::shared_ptr<FloatList>
5679
5680         * lyxtextclass.C: include FloatList.h
5681         (LyXTextClass): initialize floatlist_
5682         (TextClassTags): add TC_NOFLOAT
5683         (Read): match "nofloat" to TC_NOFLOAT and use it.
5684         (readFloat): modify call to floatlist_
5685         (floats): ditto
5686         (floats): ditto
5687
5688         * FloatList.[Ch] (FloatList): remove commented out float
5689         initialization.
5690         (erase): new function
5691
5692 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5693
5694         * MenuBackend.C (expandToc): fix crash when there is no document
5695         open
5696
5697 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5698
5699         * many files: Add insetwrap.
5700
5701 2002-09-09  John Levon  <levon@movementarian.org>
5702
5703         * text2.C: remove confusing and awkward depth wraparound
5704
5705 2002-09-09  John Levon  <levon@movementarian.org>
5706
5707         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5708
5709         * buffer.h:
5710         * buffer.C: remove getIncludeonlyList()
5711
5712         * paragraph.C:
5713         * lyxfunc.C: remove headers
5714
5715 2002-09-09  Juergen Vigna  <jug@sad.it>
5716
5717         * text.C (getColumnNearX): fix form Michael this is most
5718         probably a cut&paste bug.
5719
5720 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5721
5722         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5723
5724         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5725         references, ws changes.
5726
5727         * text2.C (init): update counters after init
5728         (insertParagraph): no need to set counter on idividual paragraphs.
5729         (setCounter): access the counters object in the textclass object
5730         on in the buffer object.
5731         (updateCounters): ditto
5732
5733         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5734         shared_ptr<Counters> to avoid loading counters.h in all
5735         compilation units.
5736         (LyXTextClass): initialize ctrs_
5737         (TextClassTags): add TC_COUNTER, and ...
5738         (Read): use it here.
5739         (CounterTags): new tags
5740         (readCounter): new function
5741         (counters): new funtion
5742         (defaultLayoutName): return a const reference
5743
5744         * counters.C (Counters): remove contructor
5745         (newCounter): remove a couple of unneeded statements.
5746         (newCounter): simplify a bit.
5747         (numberLabel): some small formatting changes.
5748
5749         * buffer.[Ch]: remove all traces of counters, move the Counters
5750         object to the LyXTextClass.
5751
5752 2002-09-06  Alain Castera  <castera@in2p3.fr>
5753
5754         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5755         package to set the horizontal alignment on fixed width columns.
5756
5757         * lyx_sty.C:
5758         * lyx_sty.h: added tabularnewline macro def.
5759
5760         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5761
5762 2002-09-06  John Levon  <levon@movementarian.org>
5763
5764         * LyXAction.C: tooltips for sub/superscript
5765
5766         * MenuBackend.C: a bit more verbose
5767
5768         * lyxfunc.C: tiny clean
5769
5770         * undo_funcs.C: document undo_frozen
5771
5772 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5773
5774         * counters.C (Counters): add missing algorithm counter.
5775
5776         * text2.C (setCounter): lookup the counter with layouts latexname
5777         instead of by section number.
5778         (setCounter): use a hackish way to lookup the correct enum
5779         counter.
5780         a float name->type change
5781         reset enum couners with counter name directly instead of depth value.
5782
5783         * counters.C (Counters): remove the push_backs, change to use the
5784         float type not the float name.
5785         (labelItem): remove unused string, float name->type change
5786
5787         * counters.h: don't include vector, loose the enums and sects vectors
5788
5789 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5790
5791         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5792         (Read): add float->TC_FLOAT to textclassTags
5793         (Read): and handle it in the switch
5794         (readFloat): new function
5795
5796         * FloatList.C (FloatList): comment out the hardcoded float
5797         definitions.
5798
5799         * lyxlayout.h: ws change.
5800
5801 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5802
5803         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5804
5805 2002-09-03  Angus Leeming  <leeming@lyx.org>
5806
5807         * BufferView_pimpl.h: qualified name is not allowed in member
5808         declaration: WorkArea & Pimpl::workarea() const;
5809
5810         * factory.C: added using std::endl directive.
5811
5812         * text3.C: added using std::find and std::vector directives.
5813
5814 2002-08-29  André Pönitz <poenitz@gmx.net>
5815
5816         * lyxtext.h:
5817         * text2.C: remove unused member number_of_rows
5818
5819         * Makefile.am:
5820         * BufferView2.C: remove file, move contents to...
5821         * BufferView.C: ... here
5822
5823         * BufferView_pimpl.C:
5824         * factory.C: move more inset creation to factory
5825
5826         * vspace.C: avoid direct usage of LyXText, ws changes
5827
5828         * BufferView.[Ch]:
5829                 don't provide direct access to WorkArea, use two simple
5830                 acessors haveSelction() and workHeight() instead
5831
5832
5833 2002-08-29  John Levon  <levon@movementarian.org>
5834
5835         * BufferView_pimpl.C (dispatch): do not continue when
5836           no buffer
5837
5838 2002-08-28  André Pönitz <poenitz@gmx.net>
5839
5840         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5841
5842         * BufferView.h:
5843         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5844
5845 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5846
5847         * buffer.C: increment LYX_FORMAT to 221
5848
5849         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5850         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5851
5852         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5853
5854         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5855
5856 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5857
5858         * factory.C (createInset): use LyXTextClass::floats
5859
5860         * MenuBackend.C (expandFloatListInsert):
5861         (expandFloatInsert):
5862         (expandToc):
5863
5864         * text2.C (setCounter):
5865
5866         * LaTeXFeatures.C (useFloat):
5867         (getFloatDefinitions):
5868
5869         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5870
5871         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5872         floatlist_, with accessor floats().
5873
5874         * FloatList.h: remove global FloatList
5875
5876 2002-08-26  André Pönitz <poenitz@gmx.net>
5877
5878         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5879
5880         * BufferView.h:
5881         * BufferView2.C:
5882         * BufferView_pimpl.C:
5883         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5884
5885 2002-08-25  John Levon  <levon@movementarian.org>
5886
5887         * LyXAction.C: fix margin note description
5888
5889 2002-08-24  John Levon  <levon@movementarian.org>
5890
5891         * buffer.C:
5892         * bufferlist.C:
5893         * bufferview_funcs.C:
5894         * lyxfont.C:
5895         * undo_funcs.C: cleanups
5896
5897         * lyxfunc.C: disable CUT/COPY when no selection
5898
5899 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5900
5901         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5902         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5903
5904         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5905         Add backward compatibility to "mono", "gray" and "no".
5906
5907 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5908
5909         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5910         (and file_format >= 200).
5911
5912 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5913
5914         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5915
5916 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5917
5918         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5919
5920 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5921
5922         * BufferView_pimpl.C:
5923         * LyXAction.C:
5924         * buffer.C:
5925         * commandtags.h:
5926         * lyxfunc.C:
5927         * paragraph.[Ch]:
5928         * text2.C:
5929         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5930         inset and code to make it  work with the paragraph code. The inset
5931         can be anywhere in the paragraph, but will only do the expected
5932         thing in LaTeX if the layout file contains the parameter line
5933                         OptionalArgs    1
5934         (or more generally, a nonzero value) for that layout.
5935
5936 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5937
5938         * paragraph.h: remove the declaration of undefined counters class
5939         function.
5940
5941 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5942
5943         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5944         Dr. Richard Hawkins.
5945
5946 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5947
5948         * paragraph_funcs.h: remove some unneeded includes
5949
5950         * text.C (backspace): pasteParagraph now in global scipe
5951
5952         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5953         (pasteSelection): ditto
5954
5955         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5956         * paragraph_funcs.C (pasteParagraph): ... here
5957
5958 2002-08-20  André Pönitz <poenitz@gmx.net>
5959
5960         * commandtags.h: new LFUNs for swapping/copying table row/colums
5961
5962         * LyXAction.C:
5963         * lyxfunc.C: support for new lfuns
5964
5965 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5966
5967         * tabular.C:
5968         * buffer.[Ch]: remove NO_COMPABILITY stuff
5969
5970 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5971
5972         * boost.C (throw_exception): new file, with helper function for
5973         boost compiled without exceptions.
5974
5975         * paragraph.h:
5976         * lyxlength.C:
5977         * buffer.C:
5978         * ParameterStruct.h:
5979         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5980
5981         * bufferlist.C (emergencyWriteAll): use boost bind
5982
5983         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5984
5985         * text.C: include paragraph_funcs.h
5986         (breakParagraph): breakParagraph is now in global scope
5987
5988         * paragraph_funcs.[Ch]: new files
5989
5990         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5991         global scope
5992
5993         * buffer.C: include paragraph_funcs.h
5994         (insertStringAsLines): breakParagraph is now in global scope
5995
5996         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5997         paragraph_funcs.C
5998
5999         * CutAndPaste.C: include paragraph_funcs.h
6000         (cutSelection): breakParagraphConservative is now in global scope
6001         (pasteSelection): ditto
6002
6003         * buffer.h: declare oprator== and operator!= for
6004         Buffer::inset_iterator
6005
6006         * bufferlist.C (emergencyWrite): don't use fmt(...)
6007
6008         * text3.C: add using std::endl
6009
6010         * BufferView.C (moveCursorUpdate): remove default arg
6011
6012 2002-08-20  André Pönitz <poenitz@gmx.net>
6013
6014         * buffer.[Ch]: move inline functions to .C
6015
6016         * BufferView2.C:
6017         * BufferView_pimpl.C:
6018         * text.C:
6019         * buffer.[Ch]: use improved inset_iterator
6020
6021         * buffer.C:
6022         * paragraph.[Ch]: write one paragraph at a time
6023
6024 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6025
6026         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6027         style if style is not specified.
6028
6029 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6030
6031         * text2.C (setCounter): when searching for right label for a
6032         caption, make sure to recurse to parent insets (so that a caption
6033         in a minipage in a figure float works) (bug #568)
6034
6035 2002-08-20  André Pönitz <poenitz@gmx.net>
6036
6037         * text3.C: new file for LyXText::dispatch() and helpers
6038
6039         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6040
6041         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6042
6043 2002-08-19  André Pönitz <poenitz@gmx.net>
6044
6045         * lyxtext.h:
6046         * text.C: new LyXText::dispatch()
6047
6048         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6049
6050 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6051
6052         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6053
6054         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6055         Hebrew text.
6056
6057 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6058
6059         * Makefile.am: use $(variables) instead of @substitutions@
6060
6061 2002-08-15  André Pönitz <poenitz@gmx.net>
6062
6063         * lyxfunc.C:
6064         * BufferView_pimpl.C: streamlining mathed <-> outer world
6065         interaction
6066
6067         * commandtags.h:
6068         * LyXAction.C: remove unused LFUN_MATH
6069
6070 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6071
6072         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6073
6074 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6075
6076         * paragraph.C (Paragraph): reformat a bit
6077         (cutIntoMinibuffer): use builtin InsetList function instad of
6078         doing it manually.
6079         (getInset): ditto
6080
6081         * buffer.C: include boost/bind.hpp, add using std::for_each
6082         (writeFileAscii): use ParagraphList iterators
6083         (validate): use for_each for validate traversal of paragraphs
6084         (getBibkeyList): use ParagraphList iterators
6085         (resizeInsets): use for_each to resizeInsetsLyXText for all
6086         paragraphs.
6087         (getParFromID): use ParagraphList iterators
6088
6089         * BufferView2.C (lockInset): use paragraph list and iterators
6090
6091 2002-08-14  John Levon  <levon@movementarian.org>
6092
6093         * lyxserver.C: remove spurious xforms include
6094
6095 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6096
6097         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6098
6099 2002-08-13  André Pönitz <poenitz@gmx.net>
6100
6101         * LyXAction.[Ch]:
6102         * lyxfunc.C: further cleaning
6103
6104 2002-08-13  André Pönitz <poenitz@gmx.net>
6105
6106         * funcrequest.h: new constructor
6107
6108         * funcrequest.C: move stuff here from .h
6109
6110         * Makefile.am:
6111         * BufferView_pimpl.C:
6112         * LyXAction.C:
6113         * toc.C:
6114         * lyxfunc.C: subsequent changes
6115
6116         * lyxfunc.h: new view() member function
6117
6118         * lyxfunc.C: subsequent changes
6119
6120 2002-08-13  Angus Leeming  <leeming@lyx.org>
6121
6122         * BufferView2.C:
6123         * BufferView_pimpl.C:
6124         * buffer.C:
6125         * converter.C:
6126         * importer.C:
6127         * lyxfunc.C:
6128         * lyxvc.C:
6129         * toc.C:
6130         * vc-backend.C:
6131         changes due to the changed LyXView interface that now returns references
6132         to member variables not pointers.
6133
6134 2002-08-13  Angus Leeming  <leeming@lyx.org>
6135
6136         * WordLangTuple (word, lang_code): return references to strings,
6137         not strings.
6138
6139         * BufferView.h:
6140         * SpellBase.h:
6141         * lyxtext.h: forward-declare WordLangTuple.
6142
6143         * BufferView2.C:
6144         * ispell.C:
6145         * pspell.C:
6146         * text.C: #include "WordLangTuple.h".
6147
6148         * lyxtext.h:
6149         * text.C: (selectNextWordToSpellcheck): constify return type.
6150
6151 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6152
6153         * buffer.C:
6154         * buffer.h:
6155         * lyxtext.h:
6156         * paragraph.C:
6157         * paragraph_pimpl.h:
6158         * text.C:
6159         * text2.C:
6160         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6161         suggested by Angus.
6162         Made updateCounter always count from start of buffer, and removed
6163         second argument (par).
6164         Reverted floats number display to '#'. Perhaps I'll try again when the
6165         code base is sanitized a bit.
6166
6167 2002-08-12  Angus Leeming  <leeming@lyx.org>
6168
6169         * buffer.[Ch] (getLabelList): constify.
6170
6171 2002-08-07  André Pönitz <poenitz@gmx.net>
6172
6173         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6174
6175         * funcrequest.h: extension to keep mouse (x,y) position
6176
6177 2002-08-12  Juergen Vigna  <jug@sad.it>
6178
6179         * BufferView2.C (insertErrors): forbid undo when inserting error
6180         insets.
6181
6182         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6183
6184 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6185
6186         * ParagraphList.[Ch]: new files
6187
6188         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6189
6190         * BufferView2.C (lockInset): ParagraphList changes
6191         * toc.C: ditto
6192         * text2.C: ditto
6193         * bufferlist.C: ditto
6194         * buffer.h: ditto
6195         * buffer.C: ditto
6196
6197 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6198
6199         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6200         unused class variable counter_,
6201
6202         * paragraph.[Ch] (getFirstCounter): delete unused function
6203
6204         * counters.C: include LAssert.h
6205         (reset): add a new function with no arg, change other version to
6206         not have def. arg and to not allow empty arg.
6207
6208         * text2.C (setCounter): remove empty arg from call to Counters::reset
6209
6210 2002-08-11  John Levon  <levon@movementarian.org>
6211
6212         * Makefile.am: add WordLangTuple.h
6213
6214 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6215
6216         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6217         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6218
6219         * insets/insettext.C: InsetList changes
6220
6221         * graphics/GraphicsSupport.C (operator()): InsetList changes
6222
6223         * toc.C (getTocList): InsetList changes
6224
6225         * paragraph_pimpl.[Ch]: InsetList changes
6226
6227         * paragraph.[Ch]: InsetList changes
6228
6229         * buffer.C (inset_iterator): InsetList changes
6230         (setParagraph): ditto
6231         * buffer.h (inset_iterator): ditto
6232         * iterators.C (operator++): ditto
6233         * iterators.h: ditto
6234
6235         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6236
6237         * InsetList.[Ch]: new files, most InsetList handling moved out of
6238         paragraph.C.
6239
6240         * BufferView2.C (removeAutoInsets): InsetList changes
6241         (lockInset): ditto
6242         (ChangeInsets): ditto
6243
6244 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6245
6246         * paragraph_pimpl.h (empty): new function
6247
6248         * paragraph.[Ch] (empty): new function
6249
6250         * other files: use the new Paragraph::empty function
6251
6252 2002-08-09  John Levon  <levon@movementarian.org>
6253
6254         * lyxtext.h: remove unused refresh_height
6255
6256 2002-08-09  John Levon  <levon@movementarian.org>
6257
6258         * Makefile.am:
6259         * sgml.h:
6260         * sgml.C:
6261         * buffer.C:
6262         * paragraph.h:
6263         * paragraph.C: move sgml char escaping out of paragraph
6264
6265         * paragraph.h:
6266         * paragraph.C: remove id setter
6267
6268         * buffer.C:
6269         * paragraph.C:
6270         * paragraph_pimpl.C: remove dead tex_code_break_column
6271
6272         * bufferview_funcs.C: small cleanup
6273
6274         * lyxfunc.C: remove dead proto
6275
6276         * lyxtext.h: make some stuff private. Remove some dead stuff.
6277
6278         * lyxgluelength.C: make as[LyX]String() readable
6279
6280 2002-08-08  John Levon  <levon@movementarian.org>
6281
6282         * LyXAction.h:
6283         * LyXAction.C:
6284         * MenuBackend.C:
6285         * ToolbarDefaults.C:
6286         * lyxfunc.C:
6287         * lyxrc.C:
6288         * toc.C: lyxaction cleanup
6289
6290 2002-08-08  John Levon  <levon@movementarian.org>
6291
6292         * BufferView2.C: small cleanup
6293
6294         * lyxfind.h:
6295         * lyxfind.C: move unnecessary header into the .C
6296
6297 2002-08-08  John Levon  <levon@movementarian.org>
6298
6299         * funcrequest.h: just tedious nonsense
6300
6301         * lyx_main.h:
6302         * lyx_main.C: cleanups
6303
6304         * buffer.C:
6305         * vspace.C: remove dead header lyx_main.h
6306
6307 2002-08-07  Angus Leeming  <leeming@lyx.org>
6308
6309         * Paragraph.[Ch]:
6310         * paragraph_pimpl.h:
6311         Forward declare class Counters in paragraph.h by moving the ctrs member
6312         variable into Paragraph::Pimpl.
6313         (counters): new method, returning a reference to pimpl_->ctrs.
6314
6315         * text2.C: ensuing changes.
6316
6317 2002-08-07  John Levon  <levon@movementarian.org>
6318
6319         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6320
6321         * BufferView_pimpl.C: announce X selection on double/triple
6322           click
6323
6324         * lyx_main.C: use correct bool in batch dispatch
6325
6326         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6327
6328 2002-08-07  André Pönitz <poenitz@gmx.net>
6329
6330         * funcrequest.h: new class to wrap a kb_action and its argument
6331
6332         * BufferView.[Ch]:
6333         * BufferView_pimpl[Ch]:
6334         * LaTeX.C:
6335         * LyXAction.[Ch]:
6336         * lyxfunc.[Ch]:
6337         * lyxrc.C: subsequent changes
6338
6339
6340 2002-08-07  John Levon  <levon@movementarian.org>
6341
6342         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6343           document options change.
6344
6345 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6346
6347         * counters.[Ch]
6348         * text2.C
6349         * paragraph.[Ch]
6350         * makefile.am: move counters functionality over from
6351         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6352
6353 2002-08-06  John Levon  <levon@movementarian.org>
6354
6355         * WordLangTuple.h: new file for word + language code tuple
6356
6357         * SpellBase.h:
6358         * pspell.h:
6359         * pspell.C:
6360         * ispell.h:
6361         * ispell.C:
6362         * lyxtext.h:
6363         * text.C:
6364         * text2.C:
6365         * BufferView.h:
6366         * BufferView2.C: use WordLangTuple
6367
6368         * layout.h:
6369         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6370
6371 2002-08-06  John Levon  <levon@movementarian.org>
6372
6373         * lyx_main.C: fix cmdline batch handling
6374
6375 2002-08-06  André Pönitz <poenitz@gmx.net>
6376
6377         * lyxrc.C: set default for show_banner to true
6378
6379 2002-08-06  John Levon  <levon@movementarian.org>
6380
6381         * pspell.C: fix a crash, and allow new aspell to work
6382
6383 2002-08-06  John Levon  <levon@movementarian.org>
6384
6385         * lyxfunc.C:
6386         * kbmap.C: small cleanup
6387
6388         * vspace.h:
6389         * vspace.C: add const
6390
6391 2002-08-05  John Levon  <levon@movementarian.org>
6392
6393         * LyXAction.C: back to tabular-insert
6394
6395 2002-08-04  John Levon  <levon@movementarian.org>
6396
6397         * BufferView.h:
6398         * BufferView.C: cosmetic change
6399
6400         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6401
6402         * bufferlist.C:
6403         * buffer.h:
6404         * buffer.C:
6405         * lyxcb.h:
6406         * lyxcb.C:
6407         * lyxserver.C:
6408         * lyxvc.C:
6409         * vc-backend.C:
6410         * BufferView2.C: purge all "Lyx" not "LyX" strings
6411
6412         * lyxcursor.h:
6413         * lyxcursor.C: attempt to add some documentation
6414
6415         * lyxfunc.C:
6416         * commandtags.h:
6417         * LyXAction.C:
6418         * ToolbarDefaults.C:
6419         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6420           merge with LFUN_TABULAR_INSERT
6421
6422         * Makefile.am:
6423         * SpellBase.h:
6424         * ispell.h:
6425         * ispell.C:
6426         * pspell.h:
6427         * pspell.C: split up i/pspell implementations into separate
6428           files, many cleanups
6429
6430         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6431
6432         * text2.C: some cleanup
6433
6434         * lyxfunc.C: don't check for isp_command == "none" any more, it
6435           didn't make any sense
6436
6437 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6438
6439         * counters.[Ch]
6440         * text2.C
6441         * paragraph.[Ch]
6442         * makefile.am: move counters functionality over
6443         from text2.C/paragraph.[Ch] to counters.[Ch], and
6444         make proper C++.
6445 2002-08-02  John Levon  <levon@movementarian.org>
6446
6447         * buffer.C: s/lyxconvert/lyx2lyx/
6448
6449 2002-08-02  Angus Leeming  <leeming@lyx.org>
6450
6451         * lyxlex.C: revert John's change as it breaks reading of the user
6452         preamble.
6453
6454 2002-08-02  Angus Leeming  <leeming@lyx.org>
6455
6456         * importer.C (Import):
6457         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6458         changes due to LyXView::view() now returning a boost::shared_ptr.
6459
6460 2002-08-02  John Levon  <levon@movementarian.org>
6461
6462         * lyxlex.C: small cleanup
6463
6464 2002-08-02  John Levon  <levon@movementarian.org>
6465
6466         * text2.C (status): small cleanup, no logic change
6467
6468 2002-08-01  John Levon  <levon@movementarian.org>
6469
6470         * buffer.h:
6471         * buffer.C (writeFile): don't output alerts, caller
6472           handles this
6473
6474         * bufferlist.C:
6475         * lyx_cb.C: from above
6476
6477         * lyxfunc.C: allow to open non-existent files
6478
6479 2002-07-31  John Levon  <levon@movementarian.org>
6480
6481         * lyxserver.C: don't let incidental errors get
6482           in the way (errno)
6483
6484 2002-07-30  John Levon  <levon@movementarian.org>
6485
6486         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6487
6488 2002-07-30  John Levon  <levon@movementarian.org>
6489
6490         * lyxserver.h:
6491         * lyxserver.C: remove I/O callback too
6492
6493 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6494
6495         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6496         log.
6497
6498 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6499
6500         * many files: strip,frontStrip -> trim,ltrim,rtrim
6501
6502 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6503
6504         * PrinterParams.h: remove extern containsOnly, and include
6505         support/lstrings.h instead.
6506
6507         * LaTeX.C (scanAuxFile): modify because of strip changes
6508         (deplog): ditto
6509         * buffer.C (makeLaTeXFile): ditto
6510         * bufferparams.C (writeFile): ditt
6511         * lyxfont.C (stateText): ditto
6512         * lyxserver.C (read_ready): ditto
6513         * vc-backend.C (scanMaster): ditto
6514
6515         * BufferView_pimpl.h: ws changes
6516
6517         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6518
6519 2002-07-26  André Pönitz <poenitz@gmx.net>
6520
6521         * kb_sequence.C: remove unnedred usings
6522
6523 2002-07-26  Juergen Vigna  <jug@sad.it>
6524
6525         * lyxfind.C (LyXReplace): we have to check better if the returned
6526         text is not of theLockingInset()->getLockingInset().
6527
6528 2002-07-25  Juergen Vigna  <jug@sad.it>
6529
6530         * lyxfind.C (LyXReplace): don't replace if we don't get the
6531         right LyXText.
6532
6533         * undo_funcs.C (createUndo): remove debugging code.
6534
6535 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6536
6537         * buffer.C (parseSingleLyXformat2Token): Use default placement
6538         when reading old floats.
6539
6540         * FloatList.C (FloatList): Change the default placement of figure
6541         and tables to "tbp".
6542
6543 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6544
6545         * MenuBackend.C: using std::max
6546
6547 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6548
6549         * MenuBackend.C (expandToc):
6550         (expandToc2): code moved from xforms menu frontend. It is now
6551         generic and TOCs are transparent to menu frontends.
6552
6553 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6554
6555         * toc.C (getTocList): protect against buf=0
6556
6557         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6558         Menu as first parameter. Now, this calls itself recursively to
6559         expand a whole tree (this will be useful for TOC handling)
6560         (expandFloatInsert): remove 'wide' version of floats
6561
6562         * MenuBackend.h (submenuname): returns the name of the submenu.
6563         (submenu): returns the submenu itself, provided it has been
6564         created by MenuBackend::expand
6565
6566 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6567
6568         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6569         insets which have noFontChange == true. (bug #172)
6570
6571 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6572
6573         * BufferView_pimpl.C: add connection objects and use them...
6574         (Pimpl): here.
6575
6576 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6577
6578         * MenuBackend.C (expandLastfiles):
6579         (expandDocuments):
6580         (expandFormats):
6581         (expandFloatListInsert):
6582         (expandFloatInsert):
6583         (expand): split expand in parts
6584
6585 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6586
6587         * lyx_gui.C: use lyx_gui::exit()
6588
6589 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6590
6591         * LyXAction.C: show the failing pseudo action
6592
6593 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6594
6595         * buffer.C (readFile): Run the lyxconvert script in order to read
6596         old files.
6597
6598 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6599
6600         * LyXAction.C:
6601         * commandtags.h:
6602         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6603
6604 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6605
6606         * LyXAction.C:
6607         * commandtags.h:
6608         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6609
6610 2002-07-22  Herbert Voss  <voss@lyx.org>
6611
6612         * lengthcommon.C:
6613         * lyxlength.[Ch]: add support for the vertical lengths
6614
6615 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6616
6617         * toc.[Ch]: std:: fixes
6618
6619 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6620
6621         * lyxrc.C: do not include lyx_main.h
6622
6623         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6624         for layouts
6625
6626         * lyxrc.C:
6627         * encoding.C:
6628         * bufferlist.C:
6629         * BufferView2.C: include "lyxlex.h"
6630
6631         * tabular.h:
6632         * bufferparams.h: do not #include "lyxlex.h"
6633
6634         * lyxtextclasslist.C (Add): remove method
6635         (classlist): renamed to classlist_
6636
6637         * paragraph_pimpl.C:
6638         * paragraph.C:
6639         * text2.C:
6640         * CutAndPaste.C:
6641         * bufferview_funcs.C:
6642         * bufferlist.C:
6643         * text.C:
6644         * LaTeXFeatures.C:
6645         * buffer.C:
6646         * toc.C (getTocList): use BufferParams::getLyXTextClass
6647
6648         * toc.C (getTocList): use InsetFloat::addToToc
6649
6650         * toc.[Ch]: new files, containing helper functions to handle table
6651         of contents
6652
6653         * lyxfunc.C (dispatch): no need to remove spaces around command
6654         given as a string
6655         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6656         first command of the sequence; it is not very clever, but I do not
6657         have a better idea, actually
6658
6659         * LyXAction.C (LookupFunc): make sure to remove space at the
6660         beginning and end of the command
6661
6662 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6663
6664         * MenuBackend.C (getMenubar): new method: return the menubar of
6665         this menu set
6666         (read): treat differently reading of menu and menubar (in
6667         particular, the menubar has no name now)
6668         (Menu::menubar): remove
6669
6670         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6671         saving is finished
6672
6673 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6674
6675         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6676         a bibitem inset in a RTL paragraph.
6677
6678 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6679
6680         * paragraph_pimpl.C: constify
6681
6682         * BufferView_pimpl.C:
6683         * LaTeX.C:
6684         * lyxfunc.C: fix dispatch in a nicer way
6685
6686 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6687
6688         * lyxfunc.C (dispatch):
6689         * BufferView_pimpl.C:
6690         * BufferView_pimpl.h:
6691         * BufferView.C:
6692         * BufferView.h: rename Dispatch() to dispatch()
6693
6694         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6695
6696         * lyxlayout.C (Read): honor DependsOn tag
6697
6698         * lyxlayout.[Ch] (depends_on): new method
6699
6700         * version.C.in: update lyx_docversion
6701
6702         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6703
6704         * paragraph.C (validate): remove from here...
6705         * paragraph_pimpl.C (validate): ... and move here
6706         (isTextAt): make it const
6707
6708         * buffer.C (getLists): ws cleanup
6709
6710 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6711
6712         * language.C (read): Use iso8859-1 encoding in latex_lang
6713         (this prevents LyX from crashing when using iso10646-1 encoding).
6714
6715 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6716
6717         * text2.C (toggleInset): if cursor is inside an inset, close the
6718         inset and leave cursor _after_ it
6719
6720 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6721
6722         * lyxfunc.C: move minibuffer completion handling out of here
6723
6724 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6725
6726         * BufferView_pimpl.C:
6727         * LaTeX.C: fix dispatch calls
6728
6729 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6730
6731         * text.C (drawChars): Fix Arabic text rendering.
6732
6733 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6734
6735         * LyXAction.C:
6736         * commandtags.h:
6737         * lyxfunc.C: remove message-push/pop
6738
6739         * lyxserver.C:
6740         * lyxfunc.h:
6741         * lyxfunc.C: rationalise some code by removing verboseDispatch
6742           in favour of a bool argument to dispatch()
6743
6744 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6745
6746         * lyx_main.C (init): make sure to read symlinks as absolute paths
6747
6748 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6749
6750         * lyxfunc.h:
6751         * lyxfunc.C: no need for commandshortcut to be a member
6752
6753 2002-07-15  André Pönitz <poenitz@gmx.net>
6754
6755         * converter.C: add support for $$s (scripts from lib/scripts dir)
6756         * lyx_main.C: white space
6757
6758 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6759
6760         * bufferlist.C:
6761         * lyxrc.h:
6762         * lyxrc.C: remove second exit confirmation
6763
6764 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6765
6766         * BufferView.h:
6767         * BufferView.C:
6768         * BufferView2.C:
6769         * BufferView_pimpl.h:
6770         * BufferView_pimpl.C:
6771         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6772
6773 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6774
6775         * MenuBackend.C (expand): add numeric shortcuts to document menu
6776
6777         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6778
6779 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6780
6781         * lyxfont.C (setLyXFamily):
6782         (setLyXSeries):
6783         (setLyXShape):
6784         (setLyXSize):
6785         (setLyXMisc):
6786         (lyxRead):
6787         * debug.C (value):
6788         * buffer.C (asciiParagraph): use ascii_lowercase
6789
6790 2002-07-15  Mike Fabian  <mfabian@suse.de>
6791
6792         * lyxlex_pimpl.C (search_kw):
6793         * lyxlex.C (getLongString):
6794         * converter.h (operator<):
6795         * converter.C (operator<):
6796         * buffer.C (parseSingleLyXformat2Token):
6797         (asciiParagraph):
6798         * ToolbarDefaults.C (read):
6799         * MenuBackend.C (checkShortcuts):
6800         (read):
6801         * LColor.C (getFromGUIName):
6802         (getFromLyXName): use the compare_ascii_no_case instead of
6803         compare_no_case, because in turkish, 'i' is not the lowercase
6804         version of 'I', and thus turkish locale breaks parsing of tags.
6805
6806 2002-07-16  Angus Leeming  <leeming@lyx.org>
6807
6808         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6809         now takes a Buffer const & argument.
6810
6811 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6812
6813         * BufferView.C (resize): check there's a buffer to resize
6814
6815 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6816
6817         * lyxfunc.C: remove dead code
6818
6819         * lyxserver.h:
6820         * lyxserver.C: use lyx_guii::set_read_callback
6821
6822 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6823
6824         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6825         an inset in a RTL paragraph.
6826
6827 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6828
6829         * lyxfunc.C: repaint after a font size update
6830
6831 2002-07-15  André Pönitz <poenitz@gmx.net>
6832
6833         * lyxlength.C: inBP should be able to return negative values
6834
6835 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6836
6837         * lyxfunc.C: use lyx_gui::update_fonts()
6838
6839 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6840
6841         * lyxfunc.C: use lyx_gui::update_color()
6842
6843 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6844
6845         * bufferlist.C:
6846         * lyxfunc.h:
6847         * lyxfunc.C:
6848         * lyxrc.h:
6849         * lyxrc.C: remove file->new asks for name option, and let
6850           buffer-new take an argument
6851
6852 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6853
6854         * BufferView_pimpl.C: remove unneeded extra repaint()
6855
6856 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6857
6858         * LyXAction.C: allow command-sequence with NoBuffer
6859
6860         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6861
6862 2002-07-10  Angus Leeming  <leeming@lyx.org>
6863
6864         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6865
6866 2002-07-09  Angus Leeming  <leeming@lyx.org>
6867
6868         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6869
6870 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6871
6872         * lengthcommon.h: whitespace
6873
6874         * lyxfunc.C: update scrollbar after goto paragraph
6875
6876         * lyxtext.h: factor out page break drawing, and fix it so
6877           page break/added space paints as selected nicely
6878
6879 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6880
6881         * BufferView_pimpl.C: add FIXMEs, clean up a little
6882
6883 2002-07-09  André Pönitz <poenitz@gmx.net>
6884
6885         * lyxfont.[Ch]: support for wasy symbols
6886
6887 2002-07-08  André Pönitz <poenitz@gmx.net>
6888
6889         * BufferView_pimpl.C: apply John's patch for #93.
6890
6891 2002-07-05  Angus Leeming  <leeming@lyx.org>
6892
6893         * BufferView_pimpl.C (buffer): generate previews if desired.
6894
6895         * LColor.h: add "preview" to the color enum.
6896
6897         * LColor.C (LColor): add a corresponding entry to the items array.
6898
6899         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6900         with this buffer.
6901
6902 2002-07-05  Angus Leeming  <leeming@lyx.org>
6903
6904         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6905         The body of the code is now in the method that is passed an ostream &
6906         rather than a file name.
6907         Pass an additional only_preamble parameter, useful for the forthcoming
6908         preview stuff.
6909
6910 2002-07-03  André Pönitz <poenitz@gmx.net>
6911
6912         * lyxfunc.C: simplify getStatus() a bit for math stuff
6913
6914 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6915
6916         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6917
6918 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6919
6920         * text.C (changeRegionCase): do not change case of all the
6921         document when region ends at paragraph end (bug #461)
6922
6923 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6924
6925         * paragraph.C (startTeXParParams):
6926         (endTeXParParams): add \protect when necessary
6927
6928 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6929
6930         * BufferView_pimpl.C (workAreaExpose): remove warning
6931
6932 2002-06-27  Angus Leeming  <leeming@lyx.org>
6933
6934         * Makefile.am: add lyxlayout_ptr_fwd.h.
6935
6936 2002-06-26  André Pönitz <poenitz@gmx.net>
6937
6938         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6939
6940 2002-06-25  Angus Leeming  <leeming@lyx.org>
6941
6942         * lyxfunc.C (dispatch): Comment out the call to
6943         grfx::GCache::changeDisplay. The method no longer exists now that the
6944         pixmap generation part of the graphics loader has been moved into
6945         InsetGraphics.
6946
6947 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6948
6949         * text2.C: layout as layout
6950
6951         * text.C: layout as layout
6952
6953         * tabular.C (OldFormatRead): layout as layout
6954
6955         * paragraph_pimpl.C (TeXDeeper): layout as layout
6956         (realizeFont): layout as layout
6957
6958         * paragraph.C (writeFile): layout as layout
6959         (validate): layout as layout
6960         (getFont): layout as layout
6961         (getLabelFont): layout as layout
6962         (getLayoutFont): layout as layout
6963         (breakParagraph): layout as layout
6964         (stripLeadingSpaces): layout as layout
6965         (getEndLabel): layout as layout
6966         (getMaxDepthAfter): layout as layout
6967         (applyLayout): layout as layout
6968         (TeXOnePar): layout as layout
6969         (simpleTeXOnePar): layout as layout
6970         (TeXEnvironment): layout as layout
6971         (layout): layout as layout
6972         (layout): layout as layout
6973
6974         * lyxtextclass.C (compare_name): new functor to work with
6975         shared_ptr, layout as layout
6976         (Read): layout as layout
6977         (hasLayout): layout as layout
6978         (operator): layout as layout
6979         (delete_layout): layout as layout
6980         (defaultLayout): layout as layout
6981
6982         * lyxlayout_ptr_fwd.h: new file
6983
6984         * lyxlayout.C (Read): layout as layout
6985
6986         * lyx_cb.C (MenuInsertLabel): layout as layout
6987
6988         * bufferlist.C (newFile): layout as layout
6989
6990         * buffer.C (readLyXformat2): layout as layout
6991         (parseSingleLyXformat2Token): layout as layout
6992         (insertStringAsLines): layout as layout
6993         (asciiParagraph): layout as layout
6994         (latexParagraphs): layout as layout
6995         (makeLinuxDocFile): layout as layout
6996         (simpleLinuxDocOnePar): layout as layout
6997         (makeDocBookFile): layout as layout
6998         (simpleDocBookOnePar): layout as layout
6999         (getLists): layout as layout
7000
7001         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7002
7003         * CutAndPaste.C (cutSelection): layout as layout
7004         (pasteSelection): layout as layout
7005         (SwitchLayoutsBetweenClasses): layout as layout
7006
7007         * BufferView_pimpl.C (Dispatch): layout as layout
7008         (smartQuote): layout as layout
7009
7010         * BufferView2.C (unlockInset): layout as layout
7011
7012 2002-06-24  André Pönitz <poenitz@gmx.net>
7013
7014         * lyxfunc.C: fix #487
7015
7016 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7017
7018         * lyxrc.h:
7019         * lyxrc.C:
7020         * lyxfunc.C: remove display_shortcuts, show_banner
7021
7022 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7023
7024         * Buffer_pimpl.C: oops, update on resize
7025
7026 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7027
7028         * buffer.C:
7029         * converter.C:
7030         * exporter.C:
7031         * lyxfunc.C:
7032         * BufferView.h:
7033         * BufferView.C: use repaint()
7034
7035         * BufferView_pimpl.h:
7036         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7037           as it's a clearer description. Remove superfluous
7038           redraws.
7039
7040 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7041
7042         * text.C: fix bug 488. Not ideal, but getting
7043           getWord() to work properly for the insets that
7044           matter is more difficult ...
7045
7046 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7047
7048         * BufferView_pimpl.C:
7049         * LyXAction.C:
7050         * commandtags.h:
7051         * lyxfunc.C: remove the six million index lyxfuncs to just
7052           one, and DTRT (bug 458)
7053
7054 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7055
7056         * BufferView.h:
7057         * BufferView.C:
7058         * BufferView_pimpl.h:
7059         * BufferView_pimpl.C: clean up resize() stuff,
7060           and unnecessary updateScreen()s
7061
7062 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7063
7064         * BufferView.h:
7065         * BufferView.C:
7066         * BufferView_pimpl.h:
7067         * BufferView_pimpl.C:
7068         * lyxfind.h:
7069         * lyxfind.C:
7070         * minibuffer.C: remove focus management of workarea,
7071           not needed. Use screen's greyOut()
7072
7073 2002-06-17  Herbert Voss  <voss@lyx.org>
7074
7075         * converter.C: (convert) do not post a message, when converting
7076         fails, let the calling function decide what to do in this case
7077
7078 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7079
7080         * lyxfunc.C: tidy up a little
7081
7082 2002-06-16    <alstrup@diku.dk>
7083
7084         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7085         Got rid of FORMS_H_LOCATION include. Now we are
7086         GUII.
7087
7088 2002-06-15  LyX Development team  <lyx@rilke>
7089
7090         * buffer.[Ch] (sgmlOpenTag):
7091         (sgmlCloseTag): Added support for avoiding pernicious mixed
7092         content. Return number of lines written.
7093
7094         (makeLinuxDocFile):
7095         (makeDocBookFile): Fixed calls to sgml*Tag.
7096         Simple white space clean.
7097
7098         (simpleDocBookOnePar): Simple white space clean.
7099
7100         * tabular.[Ch] (docBook): Renamed to docbook and got another
7101         argument to related with the pernicious mixed content.
7102
7103         (docbookRow): Fixed calls for docbook inset method.
7104
7105 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7106
7107         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7108         so it's X11 independent.
7109
7110         * kb*.[Ch]: ditto.
7111
7112         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7113
7114 2002-06-15  Lyx Development team  <lyx@electronia>
7115
7116         * intl.h: Renamed getTrans to getTransManager.
7117
7118 2002-06-14  Angus Leeming  <leeming@lyx.org>
7119
7120         * Makefile.am: nuke forgotten stl_string_fwd.h.
7121
7122 2002-06-12  Angus Leeming  <leeming@lyx.org>
7123
7124         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7125
7126 2002-06-13  Angus Leeming  <leeming@lyx.org>
7127
7128         * LaTeX.C:
7129         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7130
7131 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7132
7133         * kbmap.C (getiso): add support for cyrillic and greek
7134
7135 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7136
7137         * BufferView.h:
7138         * BufferView.C:
7139         * BufferView_pimpl.h:
7140         * BufferView_pimpl.C: move bogus scrolling logic
7141           to xforms
7142
7143 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7144
7145         * lyxfunc.C:
7146         * BufferView_pimpl.C: view->resize() change
7147
7148 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7149
7150         * BufferView_pimpl.C: topCursorVisible
7151           prototype change
7152
7153 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7154
7155         * Makefile.am:
7156         * lyx_gui.h:
7157         * lyx_gui.C: move to frontends/
7158
7159         * main.C:
7160         * lyx_main.h:
7161         * lyx_main.C: changes from above
7162
7163 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7164
7165         * intl.C:
7166         * intl.h:
7167         * kbmap.C:
7168         * kbsequence.C:
7169         * lyx_cb.C:
7170         * lyx_main.C: minor tidy
7171
7172 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7173
7174         * BufferView_pimpl.h:
7175         * BufferView_pimpl.C:
7176         * BufferView.h:
7177         * BufferView.C: make painter() const,
7178           remove dead code
7179
7180         * BufferView2.C: use screen() accessor
7181
7182         * lyx_main.h:
7183         * lyx_main.C: some minor cleanup
7184
7185 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7186
7187         * BufferView_pimpl.h:
7188         * BufferView_pimpl.C: remove enter/leaveView,
7189           use workHeight()
7190
7191 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7192
7193         * BufferView.h:
7194         * BufferView.C:
7195         * BufferView2.C:
7196         * BufferView_pimpl.h:
7197         * BufferView_pimpl.C: only construct screen once,
7198           rename
7199
7200         * lyxrc.C: remove pointless comment
7201
7202 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7203
7204         * BufferView.h:
7205         * BufferView.C: remove active() and belowMouse()
7206
7207         * BufferView_pimpl.h:
7208         * BufferView_pimpl.C: use workarea() not workarea_,
7209           and make it use a scoped_ptr instead
7210
7211 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7212
7213         * lyx_gui.C: add debug message on BadWindow
7214
7215 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7216
7217         * sp_spell.C: fdopen is not part of the C++ standard.
7218
7219         * paragraph.C (InsetIterator): use >= instead of ==
7220
7221 2002-06-07  Angus Leeming  <leeming@lyx.org>
7222
7223         Fixes needed to compile with Compaq cxx 6.5.
7224         * BufferView_pimpl.C:
7225         * DepTable.C:
7226         * buffer.C:
7227         * converter.C:
7228         * encoding.C:
7229         * lyx_gui.C:
7230         * lyx_main.C:
7231         * lyxtextclasslist.C:
7232         * minibuffer.C:
7233         * sp_spell.C:
7234         * tabular_funcs.C:
7235         * vc-backend.C:
7236         all c-library variables have been moved into namespace std. Wrap
7237         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7238
7239         * lyxlength.C:
7240         * tabular-old.C:
7241         * tabular.C:
7242         Add a using std::abs declaration.
7243
7244         * kbmap.h (modifier_pair):
7245         * paragraph.h (InsetTable, InsetList):
7246         * lyxfont.h (FontBits):
7247         type definition made public.
7248
7249         * bufferlist.C (emergencyWriteAll): the compiler complains that
7250         there is more than one possible lyx::class_fun template to choose from.
7251         I re-named the void specialisation as lyx::void_class_fun.
7252
7253         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7254
7255         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7256         the compiler is is unable to find tostr in write_attribute.
7257
7258 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7259
7260         * buffer.C (sgmlError): hide #warning
7261
7262 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7263
7264         * xtl/*: get rid of xtl, which is not in use anyway
7265
7266         * LyXAction.C (init):
7267         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7268         were unimplemented xtl experimentation
7269
7270 2002-06-04  André Pönitz <poenitz@gmx.net>
7271
7272         * lyxfunc.C: disable array operation on simple formulae
7273
7274 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7275
7276         * converter.C: constify a bit
7277
7278 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7279
7280         * lyx_gui.C: check xforms version correctly
7281
7282 2002-04-30  Herbert Voss  <voss@lyx.org>
7283
7284         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7285         "keep" option
7286
7287 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7288
7289         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7290           attempt to register it with a VCS)
7291
7292 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7293
7294         * lyx_main.C (init): honor variables LYX_DIR_13x and
7295         LYX_USERDIR_13x
7296
7297 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7298
7299         * buffer.h:
7300         * buffer.C:
7301         * lyx_main.C: fix a crash on bad command line,
7302           and give a useful exit status on error
7303
7304         * lyxfunc.C (doImport): allow -i lyx to work
7305
7306 2002-03-30  André Pönitz <poenitz@gmx.net>
7307
7308         * lyxfunc.C: mathed font changes
7309
7310 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7311
7312         * LaTeX.C:
7313         * importer.h:
7314         * importer.C:
7315         * lyx_sty.h:
7316         * lyx_sty.C:
7317         * lyxlex.C:
7318         * lyxrow.h:
7319         * lyxtext.h:
7320         * paragraph.h:
7321         * paragraph.C:
7322         * texrow.h:
7323         * texrow.C:
7324         * text.C:
7325         * trans_mgr.h: srcdocs, and some minor cleanups
7326
7327 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7328
7329         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7330         call getFont all the time)
7331
7332 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7333
7334         * switch from SigC signals to boost::signals
7335
7336 2002-05-29  André Pönitz <poenitz@gmx.net>
7337
7338         * paragraph_pimpl.C (getChar): don't call size() too often...
7339
7340 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7341
7342         * paragraph_pimpl.C (insertChar): do not try to update tables when
7343         appending (pos == size())
7344
7345         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7346         in order to reduce drastically the number of comparisons needed to
7347         parse a large document
7348
7349 2002-05-29  André Pönitz <poenitz@gmx.net>
7350
7351         * text.C:
7352         * text2.C:
7353         * lyxtextclass.C:
7354         * sp_pspell.h:
7355         * textclasslist.[Ch]:
7356         * sp_ispell.h: whitespace change
7357
7358 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7359
7360         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7361         lyxaction directly now.
7362
7363 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7364
7365         * trans.C:
7366         * lyxfont.C:
7367         * lyxvc.C: remove unused headers
7368
7369 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7370
7371         * Makefile.am:
7372         * buffer.h:
7373         * undostack.h:
7374         * undostack.C:
7375         * undo_funcs.h:
7376         * undo_funcs.C: some cleanups. Use shared_ptr
7377           and a template for the undo stacks.
7378
7379 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7380
7381         * BufferView_pimpl.h:
7382         * BufferView_pimpl.C:
7383         * kbmap.h:
7384         * kbmap.C:
7385         * kbsequence.h:
7386         * kbsequence.C:
7387         * lyxfunc.h:
7388         * lyxfunc.C:
7389         * text2.C: use key_state/mouse_state
7390
7391 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7392
7393         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7394         and LSubstring
7395
7396         * chset.C: change include order
7397         (loadFile): use boost regex and get rid of LRegex and LSubstring
7398
7399         * Makefile.am (BOOST_LIBS): new variable
7400         (lyx_LDADD): use it
7401
7402         * LaTeX.C: change include order.
7403         (scanAuxFile): use boost regex and get rid of LRegex and
7404         LSubstring
7405         (deplog): ditto
7406
7407 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7408
7409         * ColorHandler.h:
7410         * ColorHandler.C:
7411         * FontInfo.h:
7412         * FontInfo.C: moved to frontends/xforms/
7413
7414         * FontLoader.h:
7415         * FontLoader.C: moved into frontends for GUIIzation
7416
7417         * Makefile.am:
7418         * lyx_gui.C:
7419         * lyxfont.C:
7420         * lyxfunc.C: changes from above
7421
7422 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7423
7424         * LColor.C: remove spurious X include
7425
7426         * BufferView_pimpl.C:
7427         * Makefile.am:
7428         * font.h:
7429         * font.C:
7430         * text.C:
7431         * text2.C: move font metrics to frontends/
7432
7433 2002-05-24  Juergen Vigna  <jug@sad.it>
7434
7435         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7436         setting the undo_cursor.
7437
7438         * ParagraphParameters.h: include local includes first.
7439
7440 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7441
7442         * BufferView_pimpl.C:
7443         * BufferView_pimpl.h:
7444         * Makefile.am:
7445         * WorkArea.h:
7446         * WorkArea.C:
7447         * screen.C: move WorkArea into frontends/
7448
7449         * lyxscreen.h:
7450         * screen.C:
7451         * text.C:
7452         * BufferView.C:
7453         * BufferView2.C: move LyXScreen into frontends/
7454
7455         * lyxlookup.h:
7456         * lyxlookup.C:
7457         * lyx_gui.C: move lyxlookup into frontends/xforms/
7458
7459 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7460
7461         * BufferView2.C:
7462         * BufferView_pimpl.C:
7463         * FontLoader.C:
7464         * LyXView.h:
7465         * LyXView.C:
7466         * Makefile.am:
7467         * WorkArea.C:
7468         * XFormsView.h:
7469         * XFormsView.C:
7470         * buffer.C:
7471         * bufferlist.C:
7472         * bufferview_funcs.C:
7473         * converter.C:
7474         * importer.C:
7475         * lyx_cb.C:
7476         * lyx_gui.C:
7477         * lyx_main.C:
7478         * lyx_find.C:
7479         * lyxfunc.C:
7480         * lyxvc.C:
7481         * minibuffer.C:
7482         * text.C:
7483         * text2.C:
7484         * trans.C:
7485         * vc-backend.C: move LyX/XFormsView into frontends/
7486
7487 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7488
7489         * Makefile.am:
7490         * PainterBase.C:
7491         * PainterBase.h:
7492         * Painter.C:
7493         * Painter.h:
7494         * WorkArea.C:
7495         * WorkArea.h:
7496         * screen.C:
7497         * tabular.C:
7498         * text.C:
7499         * text2.C: move Painter to frontends/
7500
7501 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7502
7503         * buffer.C: comment out some some code that depend upon lyx_format
7504         < 220
7505
7506         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7507         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7508
7509         * buffer.h (NO_COMPABILITY): turn off compability
7510
7511         * ColorHandler.C: include scoped_array.hpp
7512
7513         * font.C: Use more specific smart_ptr header.
7514         * Painter.C: ditto
7515         * gettext.C: ditto
7516         * ShareContainer.h: ditto
7517         * lyx_main.h: ditto
7518         * kbmap.h: ditto
7519         * FontInfo.h: ditto
7520         * BufferView_pimpl.h: ditto
7521         * ColorHandler.h: ditto
7522
7523         * kbmap.C (defkey): change call to shared_ptr::reset
7524
7525 2002-05-21  Juergen Vigna  <jug@sad.it>
7526
7527         * buffer.C (insertErtContents): fix to insert ert asis if it is
7528         non empty. Skip it completely if it contains only whitespaces.
7529
7530 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7531
7532         * BufferView_pimpl.C:
7533         * BufferView2.C: clear selection on paste (bug 393)
7534
7535 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7536
7537         * DepTable.C: include ctime
7538
7539 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7540
7541         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7542
7543 2002-05-14  Juergen Vigna  <jug@sad.it>
7544
7545         * text.C (breakParagraph): fixed function to honor the keepempty
7546         layout in the right maner and also to permit the right breaking
7547         algorithm on empty or non empyt keepempty paragraphs.
7548
7549         * paragraph.C (breakParagraph): we have to check also if the par
7550         is really empty (!size()) for isempty otherwise we do the wrong
7551         paragraph break.
7552
7553 2002-05-10  Juergen Vigna  <jug@sad.it>
7554
7555         * buffer.[Ch] : The following are only changes to the ert
7556         compatibility read reading old LaTeX layout and font stuff and
7557         convert it to ERTInsets.
7558
7559         * buffer.h: added isErtInset().
7560
7561         * buffer.C (struct ErtComp): add a fromlayout bool to check
7562         if we're inside a LaTeX layout.
7563         (isErtInset): new helper function.
7564         (insertErtContents): look for other ert insets before this one
7565         and insert the contents there, so that we don't have subsequent
7566         ERT insets with nothing between them. This way we create only one
7567         inset with multiple paragraphs. Also check if we don't insert only
7568         spaces ' ' as they are ignored anyway afterwards in the .tex file
7569         so if we have only spaces we will ignore this latex part in the
7570         new file.
7571         (parseSingleLyXformat2Token \\layout): better compatibility when
7572         reading layout-latex stuff.
7573         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7574         language tag.
7575         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7576         stuff after reading the inset only get the information back from
7577         the stack.
7578
7579 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7580
7581         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7582
7583         * LaTeXFeatures.C (getBabelOptions): New method.
7584
7585 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7586
7587         * BufferView_pimpl.C (Dispatch): work around missing argument for
7588         'layout'
7589
7590 2002-05-08  Juergen Vigna  <jug@sad.it>
7591
7592         * text.C (leftMargin): handle paragraph leftindent.
7593
7594         * paragraph.C (writeFile): write the new \\leftindent tag.
7595         (validate): handle leftindent code.
7596         (TeXEnvironment): handle paragraphleftindent code again.
7597
7598         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7599
7600         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7601         for paragrap_extra indent code and new token \\leftindent.
7602         (latexParagraphs): handle the leftindent as environment.
7603
7604         * ParameterStruct.h: added leftindent support.
7605
7606         * ParagraphParameters.C (leftIndent): added support functions for
7607         the paragraph left indent.
7608
7609         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7610         more appropriate.
7611
7612 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7613
7614         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7615         inside insetERT.
7616
7617         * text.C (computeBidiTables): No bidi in insetERT.
7618
7619         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7620         in RTL documents.
7621
7622 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7623
7624         * version.C.in: pre 5
7625
7626 2002-05-02  José Matos  <jamatos@fep.up.pt>
7627         * buffer.C (makeDocBookFile): white space changes, add newline to
7628         command styles.
7629         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7630
7631         * tabular.C (docBook): fix typo.
7632
7633 2002-05-03  Juergen Vigna  <jug@sad.it>
7634
7635         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7636         change in LyXText as we can not be sure it was not freed.
7637         (drawOneRow): remove unused code.
7638
7639         * text.C (drawInset): redo the calculation of the need_break_row as
7640         it could have a row which was already freed.
7641         (draw): look at the return value of drawInset and return false if
7642         it also returned false.
7643         (paintRowText): look at the return value of draw and return false if
7644         it also returned false.
7645
7646         * lyxtext.h: added bool return type to drawInset() and draw() so that
7647         if we have a change in the row so that the rowbreak has to be redone
7648         we abort drawing as it will be called again.
7649
7650 2002-05-02  Juergen Vigna  <jug@sad.it>
7651
7652         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7653         a change in the maintext also if we're inside an inset.
7654         (Dispatch): set the cursor again after a break line and after the
7655         screen has been updated as it could be we're in a different row.
7656
7657         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7658         to set the cursor behind the pargraph with > size().
7659         (setCursor): check also for the same paragraph when checking where
7660         to put the cursor if we have a NFR inset.
7661
7662         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7663         parts of layout read further up as it still was in the wrong
7664         position.
7665
7666 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7667
7668         * screen.C (drawFromTo): change sine fullRebreak always return
7669         true.
7670
7671         * buffer.C (parseSingleLyXformat2Token): reindent some
7672
7673         * BufferView_pimpl.C (update): change since fullRebreak always
7674         return true.
7675         (Dispatch): git rid of the last hardcoded "Standard"s.
7676
7677 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7678
7679         * text2.[Ch] (fullRebreak): make it return void now that we always
7680         returned true.
7681
7682 2002-04-30  Juergen Vigna  <jug@sad.it>
7683
7684         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7685         ert compatibility check for "latex" layout.
7686
7687 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7688
7689         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7690         minipages: use col% instead of p%, and also use the current font.
7691         (makeLaTeXFile): Fix use babel condition.
7692         (parseSingleLyXformat2Token): Correct font when reading old floats.
7693
7694 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7695
7696         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7697         inserting list of floats.
7698
7699 2002-04-25  Herbert Voss  <voss@lyx.org>
7700
7701         * MenuBackend.C (expand): don't add the graphics extensions to the
7702         export menu
7703
7704 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7705
7706         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7707         non-existing layout, do not complain if it was the default layout
7708         of the original class (bug #342)
7709
7710 2002-04-24  Juergen Vigna  <jug@sad.it>
7711
7712         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7713         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7714
7715 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7716
7717         * buffer.C (getBibkeyList): If using \bibliography, return the
7718         option field with the reference itself. Enables us to provide natbib
7719         support when using \bibliography.
7720
7721 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7722
7723         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7724
7725         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7726         natbib is provided by the LaTeX class.
7727
7728 2002-04-23  Juergen Vigna  <jug@sad.it>
7729
7730         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7731         Wakeup functions.
7732
7733         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7734
7735 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7736
7737         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7738
7739         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7740         ensuremath around textordmasculine, textordfeminine and
7741         textdegree.
7742
7743 2002-04-19  Juergen Vigna  <jug@sad.it>
7744
7745         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7746         reinitializing the buffer otherwise row-dimensions may be wrong.
7747         (update): reset also the selection cursors if they do exits otherwise
7748         their x/y positions may be wrong.
7749
7750         * text2.C (cursorDown): don't enter the inset if we came from a row
7751         above and are one row over the inset.
7752
7753         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7754         really leaving an inset.
7755
7756 2002-04-18  Juergen Vigna  <jug@sad.it>
7757
7758         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7759         of the selected paragraph does not have the selected layout also if
7760         the last one had!
7761
7762         * text2.C (setLayout): fixed bug which did not change last selected
7763         paragraph.
7764
7765         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7766         changed the read and substituted \\end_float with \\end_inset!
7767
7768         * BufferView_pimpl.C (cursorPrevious):
7769         (cursorNext): fixed to make it work with rows heigher than the work
7770         area without moving the cursor only the draw of the row.
7771         (workAreaMotionNotify): fix jumping over high rows.
7772
7773 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7774
7775         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7776         Ressler.
7777
7778 2002-04-16  Juergen Vigna  <jug@sad.it>
7779
7780         * text2.C (setCursor): set also the irow().
7781         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7782         (cursorUp):
7783         (cursorDown): support for locking an inset if the x_fix value goes
7784         inside it. That way I can transverse insets too with cursor up/down.
7785
7786         * lyxrow.h: added irow helper function same as other (i) functions.
7787
7788         * BufferView_pimpl.C (cursorPrevious):
7789         (cursorNext): fixed for insets!
7790
7791 2002-04-15  Juergen Vigna  <jug@sad.it>
7792
7793         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7794         position otherwise it is wrong in some cases.
7795
7796         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7797         inside the inset before the call.
7798
7799 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7800
7801         * buffer.[Ch] (getBibkeyList): make it const.
7802
7803 2002-04-12  Juergen Vigna  <jug@sad.it>
7804
7805         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7806
7807         * text2.C (getCursorX): new helper function
7808         (setCursor): compute also ix_
7809         (setCursorFromCoordinates): set also ix.
7810
7811         * lyxcursor.h: added ix_ and helper functions.
7812
7813         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7814
7815         * buffer.C (insertStringAsLines): dont break paragraph if the this
7816         paragraph is inside an inset which does not permit it!
7817
7818         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7819         also with no chars on this paragraph.
7820         (paintRowText): only paint stuff if it's inside the workarea!
7821
7822         * paragraph.C (breakParagraph): honor keepempty flag and break the
7823         paragraph always below not above.
7824
7825         * BufferView2.C (unlockInset): update the paragraph layout on inset
7826         unlock as we changed paragraph in such a case.
7827
7828         * lyxfind.C (LyXFind): clear the former selection if not found!
7829
7830         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7831         again called in insertChar().
7832
7833         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7834         an inset which uses the whole row!
7835         (rightMargin): ditto.
7836         (insertChar): force a rebreak if we inserted an inset!
7837
7838 2002-03-28  Herbert Voss  <voss@lyx.org>
7839
7840         * lyxlength.[Ch]: add inBP() to get the right PS-point
7841         units (BigPoint). With inPixels we have rounding errors
7842
7843 2002-04-11  Juergen Vigna  <jug@sad.it>
7844
7845         * text2.C (setCursorFromCoordinates): set iy to the right value.
7846         (setCursor): add check if row->previous exists!
7847
7848         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7849         an old float_type as this was the case in the old code!
7850
7851         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7852
7853         * BufferView2.C (showLockedInsetCursor): use iy
7854         (fitLockedInsetCursor): ditto
7855
7856         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7857         locked insets as there we have the right value now.
7858
7859         * lyxcursor.C: added iy_ variable and iy functions to set to the
7860         baseline of cursor-y of the locked inset.
7861
7862         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7863         (setCursor): fixed for insets which need a full row.
7864
7865         * text.C (rowLastPrintable): don't ignore the last space when before
7866         an inset which needs a full row.
7867         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7868         as last character of a row when before a inset which needs a full row.
7869
7870 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7871
7872         * version.C.in: update date
7873
7874         * text2.C (fullRebreak): try to always return true and see what
7875         happens...
7876
7877 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7878
7879         * MenuBackend.C (expand): use Floating::listName
7880
7881         * FloatList.C (FloatList): add listName argument to the built-in
7882         floats
7883
7884         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7885         text associated with the float.
7886
7887 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7888
7889         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7890
7891 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7892
7893         * ShareContainer.h: add a couple of missing typenames.
7894
7895 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7896
7897         * lyxrc.C (getDescription): use _() correctly rather than N_().
7898
7899 2002-03-28  Herbert Voss  <voss@lyx.org>
7900
7901         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7902         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7903
7904 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7905
7906         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7907         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7908
7909 2002-03-29  Juergen Vigna  <jug@sad.it>
7910
7911         * lyxfunc.C (dispatch): add a missing fitCursor call.
7912
7913         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7914         it was scrolled by a cursor move, so return the bool status.
7915
7916         * BufferView.C (fitCursor): return the bool flag also to the outside
7917         world as this is needed.
7918
7919         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7920
7921         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7922         call the edit() as it is not needed (and wrong) IMO.
7923         (workAreaButtonPress): set the screen_first variable before evt.
7924         unlock the inset as this may change screen_first and then we have
7925         a wrong y position for the click!
7926
7927 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7928
7929         * MenuBackend.C (expand): another translation that I missed
7930
7931 2002-03-28  Juergen Vigna  <jug@sad.it>
7932
7933         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7934
7935         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7936
7937 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7938
7939         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7940
7941         * MenuBackend.C (expand): fix export/view/update when there is no
7942         document open.
7943
7944 2002-03-27  Herbert Voss  <voss@lyx.org>
7945
7946         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7947         and text%
7948
7949 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7950
7951         * bufferview_funcs.C (currentState): only show paragraph number
7952         for is DEVEL_VERSION is set.
7953
7954         * lyxfunc.C (dispatch): put warning in INFO channel
7955
7956         * MenuBackend.C (expand): translate the name of floats
7957
7958         * FloatList.C (FloatList): mark the float names for translation
7959
7960         * converter.C (convert): use LibScriptSearch
7961
7962 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7963
7964         * MenuBackend.C (defaults): fix default menu (we might as well get
7965         rid of it...)
7966
7967 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7968
7969         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7970         directory.
7971
7972 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7973
7974         * lyxvc.C: reorder includes.
7975
7976 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7977
7978         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7979           properly
7980
7981 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7982
7983         * CutAndPaste.C: change layouts earlier on paste
7984           to avoid crashing when calling getFont()
7985
7986 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7987
7988         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7989         irritating #error.
7990
7991 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7992
7993         * WorkArea.C: remove 'Pending' debug message.
7994
7995         * most files: ws cleanup
7996
7997         * buffer.[Ch]: ws changes
7998
7999         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8000
8001 2002-03-21  Juergen Vigna  <jug@sad.it>
8002
8003         * tabular.C (SetMultiColumn): collapse also the contents of the
8004         cells and set the last border right. Added a Buffer const * param.
8005
8006 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8007
8008         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8009         linking or not.
8010
8011 2002-03-19  Juergen Vigna  <jug@sad.it>
8012
8013         * text2.C (clearSelection): reset also xsel_cache.
8014
8015         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8016         where it needs to be called (John tells us to do so too :)
8017         (selectionLost): reset sel_cache.
8018
8019         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8020
8021 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8022
8023         * text2.C (setCursorIntern): put debuging code in INSETS channel
8024
8025 2002-03-19  André Pönitz <poenitz@gmx.net>
8026
8027         * lyxfunc.C: tiny whitespace change
8028
8029 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8030
8031         * ToolbarDefaults.C (init):
8032         * LyXAction.C (init):
8033         * commandtags.h:
8034         * BufferView_pimpl.C (Dispatch):
8035         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8036
8037 2002-03-19  Allan Rae  <rae@lyx.org>
8038
8039         * exporter.C (Export): removeAutoInsets before doing anything else.
8040         While I've just introduced a dependency on BufferView this really is
8041         the best place to clean the buffer otherwise you need to cleanup in
8042         a dozen places before calling export or cleanup in a dozen functions
8043         that export calls.
8044
8045         * converter.C (runLaTeX):
8046         (scanLog): Better handling of removeAutoInsets and screen updates.
8047
8048         * lyxfunc.C (dispatch): small whitespace changes
8049
8050 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8051
8052         * WorkArea.C (C_WorkAreaEvent): return a value.
8053         (event_cb): return 1 if we handled the event, 0 otherwise.
8054
8055         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8056
8057 2002-03-18  Juergen Vigna  <jug@sad.it>
8058
8059         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8060         (GetAdditionalWidth): ditto.
8061         (RightLine): ditto.
8062         (LeftLine): ditto.
8063
8064         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8065         inset if we're there actually (probably not used right now but this
8066         is the direction to go for unifying code).
8067         (paste): disable code to clear the selection.
8068
8069         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8070         inside an InsetText and move the check further up as it is in the
8071         wrong place.
8072
8073         * text2.C (pasteSelection): set a selection over the pasted text.
8074
8075 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8076
8077         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8078         and libgraphics to build on Cygwin.
8079
8080 2002-03-15  Juergen Vigna  <jug@sad.it>
8081
8082         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8083         inserting an Inset into the paragraph. I know this is not the best
8084         fix but we already use current_view in CutAndPaste so we will remove
8085         all of it's using at the same time.
8086
8087         * buffer.C (sgmlError): deactivated function till it is rewritten in
8088         the right mode, now it can create problems.
8089
8090         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8091         before accessing it.
8092
8093 2002-03-14  Juergen Vigna  <jug@sad.it>
8094
8095         * undo_funcs.C (textHandleUndo): do the right thing when updating
8096         the inset after the undo/redo.
8097
8098         * text2.C (setCursor): just some testcode for #44 not ready yet.
8099
8100         * undo_funcs.C (textHandleUndo): set the next() and previous()
8101         pointers of the paragraph to 0 before deleting otherwise we have
8102         problems with the Paragraph::[destructor].
8103
8104         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8105         on a paragraph insertion.
8106
8107 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8108
8109         * buffer.C (asciiParagraph): use += operator for char append to
8110         string.
8111
8112         * paragraph.C (getFontSettings): compare >= not just >
8113         (highestFontInRange): ditto
8114         (setFont): ditto
8115
8116 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8117
8118         * paragraph.C: change several algorithm to be more appripriate for
8119         the problem domain. This is lookip in FontList and in the InsetList.
8120
8121 2002-03-13  André Pönitz <poenitz@gmx.net>
8122
8123         * commandtags.h:
8124         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8125
8126 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8127
8128         * commandtags.h:
8129         * LyXAction.C:
8130         * lyxfunc.C:
8131         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8132
8133 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8134
8135         * Painter.C (display): anon helper function, adjust code for this
8136         change.
8137         (pixmap): remove function.
8138
8139         * Painter.h: remove private display variable.
8140
8141         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8142
8143 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8144
8145         * WorkArea.[Ch]: remove figinset_canvas cruft.
8146
8147 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8148
8149         * lyxtextclass.C (operator): add one item cache optimization.
8150
8151         * bufferlist.h: doxy changes
8152
8153         * bufferlist.C: ws changes
8154
8155         * DepTable.[Ch] (ext_exist): place const in the right spot.
8156
8157         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8158         call resizeInsets.
8159         (workAreaExpose): call resizeInsets when the with BufferView changes.
8160         (Dispatch): adjust for protectedBlank removal
8161         (specialChar): call updateInset if the insert went ok.
8162
8163         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8164         specialChar instead.
8165
8166         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8167
8168         * BufferView.h: doxy change
8169
8170         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8171
8172         * lyxtextclass.C (operator[]): remove non-const version
8173         (defaultLayout): remove non-const version
8174
8175 2002-03-12  Juergen Vigna  <jug@sad.it>
8176
8177         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8178         did resize the LyXText too.
8179
8180         * buffer.C (readLyXformat2): set layout information on newly allocated
8181         paragraphs.
8182
8183         * tabular.C (OldFormatRead): set layout information on the paragraph.
8184
8185 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8186
8187         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8188
8189 2002-03-11  Juergen Vigna  <jug@sad.it>
8190
8191         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8192         plainly wrong.
8193         (resizeCurrentBuffer): force also the insets to resize themselfes.
8194         (moveCursorUpdate): fixed up for InsetText.
8195
8196 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8197
8198         * commandtags.h:
8199         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8200         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8201         value of Dialogs::tooltipsEnabled().
8202         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8203
8204 2002-03-08  Juergen Vigna  <jug@sad.it>
8205
8206         * BufferView_pimpl.C (updateInset): update inset inside inset also
8207         if it isn't inside theLockingInset().
8208
8209 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8210
8211         * buffer.C (asciiParagraph): redo some of the word and line length
8212         handling.
8213         (getLists): look for Caption instead of caption.
8214
8215 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8216
8217         * buffer.C (Buffer): initialize niceFile to true
8218         (makeLaTeXFile):
8219         (makeLinuxDocFile):
8220         (makeDocBookFile): make sure niceFile is true on exit
8221
8222 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8223
8224         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8225
8226 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8227
8228         * LyXSendto.C: remove.
8229         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8230         * lyx_gui.C: remove now-redundant comment.
8231         * ColorHandler.h: remove forward declaration of class WorkArea.
8232         * lyxfunc.C: remove #include "WorkArea.h".
8233
8234 2002-03-07  Juergen Vigna  <jug@sad.it>
8235
8236         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8237         got moved away with the DEPM and also set the inset_owner always
8238         right which before could have been omitted.
8239
8240 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8241
8242         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8243         wanted layout is not found.
8244
8245 2002-03-07  Juergen Vigna  <jug@sad.it>
8246
8247         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8248
8249 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8250
8251         * paragraph.C (breakParagraph): use default layout not layout of
8252         prev paragraph.
8253         (Paragraph): clear ParagraphParameters.
8254
8255 2002-03-06  Juergen Vigna  <jug@sad.it>
8256
8257         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8258         otherwise it would not be a valid lenght. Fixed a special case in
8259         the minipage compatibility read where we end the document with a
8260         minipage.
8261
8262         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8263         was set as it could be 0 for InsetTexts first entry.
8264
8265 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8266
8267         * paragraph.C (writeFile): if layout is empty write out
8268         defaultLayoutName().
8269
8270         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8271         file without named layout we set layout to defaultLayoutName().
8272
8273 2002-03-06  Juergen Vigna  <jug@sad.it>
8274
8275         * CutAndPaste.C (copySelection): set layout for new paragraph.
8276
8277         * text.C (prepareToPrint): leave ERT inset left aligned
8278         (leftMargin): don't indent paragraphs inside ERT insets
8279
8280 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8281
8282         * paragraph.C (breakParagraph): dont call clear do the work manually
8283
8284         * paragraph.[Ch] (clear): remove function
8285
8286 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8287
8288         * paragraph.C (Paragraph): dont call clear, the work has already
8289         been done.
8290
8291         * lyxtextclass.C (operator): assert if n is empty
8292
8293         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8294         work manually instead.
8295
8296 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8297
8298         * BufferView_pimpl.C: protect selectionLost against text == 0
8299
8300 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8301
8302         * text.C (breakParagraph): fix a setting layout to '0' problem.
8303
8304 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8305
8306         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8307         final location of file, for the included files, and graphics.
8308
8309 2002-03-05  Juergen Vigna  <jug@sad.it>
8310
8311         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8312
8313 2002-03-04  Juergen Vigna  <jug@sad.it>
8314
8315         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8316
8317         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8318         last column of multicolumn cells.
8319         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8320
8321 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8322
8323         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8324         file if it doesn't go to a temporary file.
8325
8326         * buffer.C (sgmlOpenTag):
8327         (sgmlCloseTag):  remove extra newline insertion.
8328
8329 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8330
8331         * text.C (getRowNearY): comment out debug msg
8332
8333 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8334
8335         * text2.C: first -> first_y
8336
8337         * text.C (getRowNearY): add some attemts at a possible
8338         optimization, not working.
8339
8340         * tabular.[Ch]: add BufferParams to several function so that newly
8341         created paragraph can be initialized to he default layotu for the
8342         buffers textclass.
8343
8344         * tabular-old.C (ReadOld): add buf->params to call of Init
8345
8346         * screen.C: rename text->first to text->first_y
8347
8348         * paragraph.C (breakParagraph): always set layout in the broken
8349         paragraph
8350
8351         * lyxtextclass.C (Read): remove lowercase
8352         (hasLayout): ditto
8353         (operator): ditto
8354         (delete_layout): ditto
8355
8356         * lyxtext.h: rename first -> first_y
8357
8358         * lyxlayout.C (Read): remove lowercase
8359         (name): ditto
8360         (setName): ditto
8361         (obsoleted_by): ditto
8362
8363         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8364
8365         * buffer.C (insertErtContents): add params are to InsetERT
8366         (parseSingleLyXformat2Token): add code to check if a paragraphs
8367         layout really exist.
8368         (parseSingleLyXformat2Token): add params to several inset
8369         constructors
8370         (asciiParagraph): remove lowercase, do the layout comparisons with
8371         no_case
8372
8373         * BufferView_pimpl.C (cursorNext): first -> first_y
8374         (resizeCurrentBuffer): first -> first_y
8375         (updateScrollbar): first -> first_y
8376         (scrollCB): first -> first_y
8377         (workAreaMotionNotify): first -> first_y
8378         (workAreaButtonPress): first -> first_y
8379         (checkInsetHit): first -> first_y
8380         (cursorPrevious): first -> first_y
8381         (cursorNext): first -> first_y
8382         (Dispatch): add buffer_->params to severl inset contructors
8383
8384 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8385
8386         * lyxlayout.C (Read): remove some debug info that I forgot.
8387
8388         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8389         clean up the code slightly.
8390         (makeLinuxDocFile): ditto
8391         (makeDocBookFile): ditto
8392
8393         * text2.C: layout as string
8394
8395         * text.C: layout as string
8396
8397         * paragraph_pimpl.C: layout as string
8398
8399         * paragraph.[Ch]: layout as string
8400
8401         * lyxtextclasslist.[Ch]: layout as string
8402
8403         * lyxtextclass.[Ch]: layout as string
8404
8405         * lyxtext.h: layout as string
8406
8407         * lyxlayout.[Ch]: layout as string
8408
8409         * lyx_cb.C: layout as string
8410
8411         * bufferview_funcs.C: layout as string
8412
8413         * bufferparams.C: layout as string
8414
8415         * buffer.C: layout as string
8416
8417         * LyXView.[Ch]: layout as string
8418
8419         * LaTeXFeatures.[Ch]: layout as string
8420
8421         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8422
8423         * BufferView_pimpl.C: change current_layout to string, remove
8424         lyx::layout_type.
8425         (Dispatch):
8426         (smartQuote):
8427         (insertInset):
8428         (workAreaButtonRelease): layout as string
8429
8430         * BufferView2.C (unlockInset): adjust
8431
8432         * vspace.C (asLatexCommand): use an explict temp variable.
8433
8434 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8435
8436         * Makefile.am: use FRONTEND_*
8437
8438 2002-03-01  Juergen Vigna  <jug@sad.it>
8439
8440         * tabular.C (SetWidthOfMulticolCell): changed to something better
8441         I hope but still work in progress.
8442         (recalculateMulticolumnsOfColumn): renamed function from
8443         recalculateMulticolCells as it is more appropriate now.
8444         (SetWidthOfCell): calculate multicols better.
8445
8446 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8447
8448         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8449
8450         * lyxfunc.C (processKeySym): print sequence also if it is
8451         `deleted' (complete)
8452
8453         * kbsequence.C (print): print sequence even if it is deleted
8454         (complete would be a better word, actually).
8455
8456         * lyxfunc.C (dispatch): print complete options after a prefix key
8457
8458         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8459
8460 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8461
8462         * text2.C (setCharFont): eliminate setCharFont code duplication.
8463
8464 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8465
8466         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8467         LFUN_TABULAR_FEATURE (bug #177)
8468
8469 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8470
8471         * Makefile.am: remove figure.h
8472
8473 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8474
8475         * Bufferview_pimpl.C:
8476         * CutAndPasteC:
8477         * LaTeX.C:
8478         * LyXSendto.C:
8479         * buffer.C:
8480         * bufferlist.C:
8481         * converter.C:
8482         * language.C:
8483         * lyxfunc.C:
8484         * lyxvc.C:
8485         * paragraph.C:
8486         * text.C:
8487         * text2.C: remove #include "lyx_gui_misc.h".
8488
8489         * LaTeX.C: added #include <cstdio>
8490
8491 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8492
8493         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8494         that the paragraph following this one can have.
8495
8496         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8497
8498         * vspace.C (asLatexCommand): fix bogus gcc warning
8499
8500         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8501
8502 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8503
8504         * text2.C (setLayout): get rid of redundant code
8505
8506 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8507
8508         * text2.C (incDepth): make sure depth cannot be increased beyond
8509         reasonable values.
8510
8511 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8512
8513         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8514         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8515
8516         * PainterBase.h (image):
8517         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8518         a LyXImage const *.
8519
8520 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8521
8522         * BufferView.C:
8523         * BufferView.h:
8524         * BufferView_pimpl.C:
8525         * BufferView_pimpl.h:
8526         * LaTeXFeatures.C:
8527         * LyXAction.C:
8528         * LyXView.C:
8529         * Makefile.am:
8530         * UpdateList.h:
8531         * UpdateList.C:
8532         * buffer.C:
8533         * figure.h:
8534         * figureForm.C:
8535         * figureForm.h:
8536         * figure_form.C:
8537         * figure_form.h:
8538         * lyx_cb.C:
8539         * lyx_gui.C:
8540         * lyx_gui_misc.C:
8541         * lyxfunc.C:
8542         * sp_base.h:
8543         * sp_ispell.h:
8544         * sp_pspell.h:
8545         * sp_spell.C: remove fig inset, and the crap house of
8546           cards that follows it
8547
8548 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8549
8550         * Makefile.am:
8551         * lyxserver.C:
8552         * os2_defines.h:
8553         * os2_errortable.h:
8554         * nt_defines.h: move .h into support/
8555
8556         * vms_defines.h: remove
8557
8558         * WorkArea.C: add space in debug output
8559
8560         * text2.C:
8561         * paragraph.C:
8562         * buffer.C: add WITH_WARNINGS
8563
8564         * vc-backend.h:
8565         * vc-backend.C:
8566         * bufferlist.C: s/retrive/retrieve/, add docs
8567
8568         * vspace.h:
8569         * vspace.C:
8570         * kbmap.h:
8571         * lyxlength.h:
8572         * lyxgluelength.h:
8573         * length_common.h:
8574         * chset.h:
8575         * chset.C: add docs
8576
8577         * lyxgui.C: add ID to X error handler
8578
8579         * lyxtestclass.c: fix typo
8580
8581 2002-02-26  Juergen Vigna  <jug@sad.it>
8582
8583         * tabular_funcs.C (write_attribute): changed so that some default
8584         attributes are not written at all.
8585         (getTokenValue): set default values before trying to read the
8586         value so we have the return value always set as default if we don't
8587         find the token we search for.
8588
8589         * tabular.C (Write): write bools as bools not as strings!
8590
8591 2002-02-22  Juergen Vigna  <jug@sad.it>
8592
8593         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8594         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8595
8596         * text.C (leftMargin): don't add an indent for paragraphs inside
8597         tabular cells (fix #208).
8598
8599 2002-02-21  José Matos  <jamatos@fep.up.pt>
8600
8601         * tabular.C (docBook): fixed support for long tables.
8602
8603 2002-02-20  Juergen Vigna  <jug@sad.it>
8604
8605         * text2.C (getFont): get the drawing font of the Inset if this
8606         paragraph is inside an inset (only important for InsetERT for now).
8607
8608         * buffer.C (insertErtContents): use new lanugage params in ERT
8609         constructor.
8610
8611         * CutAndPaste.C: commenting out seemingly uneeded code.
8612
8613 2002-02-19  Allan Rae  <rae@lyx.org>
8614
8615         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8616         Iterators might be simple to use but they also get invalidated.
8617         (removeAutoInsets): renamed saved cursor tracking variables and added
8618         some comments to clarify what everything does.
8619
8620 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8621
8622         * Chktex.C:
8623         * LaTeX.C:
8624         * LyXSendto.C:
8625         * converter.C:
8626         * lyx_cb.C:
8627         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8628         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8629
8630         * lyxfunc.C:
8631         * vc-backend.h: remove #include "support/syscall.h"
8632
8633         * LaTeX.C:
8634         * LyXSendto.C:
8635         * converter.C: rearrange #includes in Lars' approved fashion.
8636
8637         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8638         forward declare class Timeout in the header file.
8639
8640         * XFormsView.C: changes due to the above.
8641
8642         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8643         similar to LyXView.
8644
8645         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8646         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8647
8648 2002-02-18  José Matos  <jamatos@fep.up.pt>
8649
8650         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8651         insets contents.
8652
8653 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8654
8655         * a lot of small ws changes
8656         * add a lot of using std::XXX
8657         * use std construcs some places where approp.
8658         * use some exisint stuff from lyxfunctional where approp.
8659         * Make file changes to use partial linking (lets test this now...)
8660
8661 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8662
8663         * Chktex.C:
8664         * buffer.C:
8665         remove #include "support/syscontr.h" as it's redundant. Always has been.
8666
8667         * Chktex.C:
8668         * LaTeX.C:
8669         * LyXSendto.C:
8670         * converter.C:
8671         * lyx_cb.C:
8672         * vc-backend.C:
8673         change Systemcalls::System to Systemcalls::Wait and
8674         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8675         No change of functionality, just reflects the stripped down Systemcalls
8676         class.
8677
8678 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8679
8680         * debug.[Ch]: add a GRAPHICS type to the enum.
8681
8682 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8683
8684         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8685
8686         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8687         there is an inset.
8688
8689 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8690
8691         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8692         match the changes below.
8693
8694         * text2.C (toggleInset): if there is not editable inset at cursor
8695         position, try to see if cursor is _inside_ a collapsable inset
8696         and close it.
8697
8698 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8699
8700         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8701         document menu has a nice checkbox
8702
8703 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8704
8705         * lyxlength.C (asLatexString): change PW to output as percent of
8706         \textwidth.
8707
8708         * lengthcommon.C: change '%' to 't%'
8709
8710         * lyxfunc.C (dispatch): a few comments from Martin
8711
8712 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8713
8714         * WorkArea.h:
8715         * WorkArea.C:
8716         * BufferView_pimpl.h:
8717         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8718           the X selection.
8719
8720 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8721
8722         * vspace.C (inPixels): fix compiler warning
8723
8724 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8725
8726         * lyxfunc.C (getStatus): fix status message for disabled commands.
8727
8728 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8729
8730         * BufferView_pimpl.C: fix crash on close buffer
8731         during selection (#227)
8732
8733 2002-01-27  Herbert Voss  <voss@lyx.org>
8734
8735         * buffer.C: link old Figure to new graphic inset
8736
8737 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8738
8739         * FontLoader.C (getFontinfo): Change the latex font names in order
8740         to match the names of type1inst.
8741
8742 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8743
8744         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8745
8746         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8747         (extchanged): ditto
8748         (ext_exist): ditto
8749         (remove_files_with_extension): ditto
8750         (remove_file): ditto
8751         (write): ditto
8752
8753         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8754         document is smaller than the work area height. Do not initialize
8755         static variables to 0.
8756
8757 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8758
8759         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8760
8761         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8762         LFUN_LAYOUT_PARAGRAPHS.
8763
8764         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8765         tabular. It is possible to provide a possible cell, which will
8766         typically be the actcell from the corresponding insettabular
8767
8768         * lyxfunc.C (getStatus): small cleanup; disable
8769         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8770         true
8771
8772 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8773
8774         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8775
8776         * paragraph.C (startTeXParParams):
8777         (endTeXParParams): new methods. The LaTeX code to
8778         start/end paragraph formatting
8779         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8780         empty (fixes bug #200)
8781
8782         * vspace.C (inPixels): adapt to the change below
8783         (inPixels): [later] more cleanups (remove unused variables)
8784
8785         * lyxlength.C (inPixels): change to use a width and a height as
8786         parameter.
8787
8788 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8789
8790         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8791         Replaced with \paperwidth
8792
8793         * DepTable.C (insert): add std:: qualifier
8794
8795 2002-01-18  Allan Rae  <rae@lyx.org>
8796
8797         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8798         updated also?
8799
8800         * text.C (drawInset): Turned out I didn't know enough about how
8801         rebreaking worked.  This fixes most of the redraw problems.  I see
8802         an occasional cursor trail when a line is broken now and the cursor
8803         placement can seem out by a few pixels also after a rebreak.
8804
8805 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8806
8807         * buffer.C (parseSingleLyXformat2Token): update because minipage
8808         width is now a LyXLength
8809
8810         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8811
8812         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8813         math insets
8814
8815 2002-01-17  Juergen Vigna  <jug@sad.it>
8816
8817         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8818
8819         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8820         is set correctly and the inset is updated correctly.
8821
8822 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8823
8824         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8825         the beginning of the loop.
8826
8827 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8828
8829         * lyxrc.C: improve help for use_scalable_fonts
8830
8831 2002-01-17  Allan Rae  <rae@lyx.org>
8832
8833         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8834
8835 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8836
8837         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8838         make sure to set their inset_owner to the right value (bug #171)
8839
8840 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8841
8842         * DepTable.h
8843         * DepTable.C: Implement mtime checking to reduce time spent doing
8844         CRCs.
8845
8846 2002-01-16  Juergen Vigna  <jug@sad.it>
8847
8848         * tabular.C (GetAdditionalHeight): one of error fixed.
8849
8850         * lyxrc.C (output): small fix in writing use_pspell.
8851
8852 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8853
8854         * sp_base.h: #include LString.h
8855
8856 2002-01-16  Allan Rae  <rae@lyx.org>
8857
8858         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8859         Can someone check this please?
8860
8861         * text.C (drawInset): It was possible that p.row would be removed by
8862         breakAgainOneRow upsetting a few other settings.  There may be another
8863         small tweak possible by setting need_break_row = 0 when p.row has been
8864         removed but I don't know enough about the logic here.
8865
8866 2002-01-15  Allan Rae  <rae@lyx.org>
8867
8868         * text.C (insertChar): removed conditional truism.
8869
8870         * BufferView2.C (removeAutoInsets): More tweaks.
8871         cur_par_prev could be a stray pointer.  Check for trailing empty line
8872         in case last line was cur_par and only had an error inset on it.
8873
8874 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8875
8876         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8877         absolute
8878
8879         * vc-backend.C (most methods):
8880         * exporter.C (Export):
8881         * converter.C (convert):
8882         (runLaTeX):
8883         * LyXSendto.C (SendtoApplyCB):
8884         * lyxfunc.C (dispatch):
8885         (menuNew):
8886         (open):
8887         (doImport):
8888         * lyx_cb.C (AutoSave):
8889         (InsertAsciiFile):
8890         * BufferView_pimpl.C (MenuInsertLyXFile):
8891         * buffer.C (runChktex): use Buffer::filePath().
8892
8893         * buffer.h: rename filename to filename_; rename filepath to
8894         filepath_ and make it private
8895         (filePath): new method
8896
8897         * buffer.C (writeFile): use fileName()
8898         (getLatexName):
8899
8900         * lyx_main.C (init): fix starting  of LyX when the binary is a
8901         link from so,ewhere else.
8902
8903         * minibuffer.C: include <cctype> for isprint
8904
8905 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8906
8907         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8908         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8909         name clash with InsetCollapsable's width function.
8910
8911 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8912
8913         * lastfiles.C: include <iterator>
8914
8915 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8916
8917         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8918         std::count.
8919
8920         * buffer.C (makeLaTeXFile): ditto.
8921         Also make loop operation more transparent.
8922
8923 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8924
8925         * ToolbarDefaults.C: remove trailing comma closing namespace.
8926
8927         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8928
8929         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8930         as in WorkArea.
8931
8932         * trans.C (Load): comment out unused variable, allowed.
8933
8934 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8935
8936         * minibuffer.[Ch] (append_char): new method to recieve input from the
8937         drop-down completion browser. If a key was pressed, then recieve this
8938         char and append it to the existing string.
8939         (peek_event): modify the positioning data passed to the completion
8940         browser so that it can be placed above the minibuffer rather than below.
8941 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8942
8943         * LyXAction.C (init): alloe error-next for readonly documents.
8944
8945         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8946         count.
8947
8948 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8949
8950         * bufferlist.C (readFile): create the buffer _after_ checking that
8951         the file exists.
8952
8953         * lyxfunc.C (verboseDispatch): fix handling of arguments
8954
8955         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8956
8957         * lyxrc.C: use string::erase() instead of initializing to "".
8958
8959
8960 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8961
8962         * BufferView_pimpl.h:
8963         * BufferView_pimpl.C:
8964         * WorkArea.h:
8965         * WorkArea.C:
8966         * text2.C: tell X when we have made a selection for copying
8967
8968 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8969
8970         * BufferView_pimpl.C (MenuInsertLyXFile):
8971         * lyxfunc.C (menuNew):
8972         (open):
8973         (doImport): add shortcuts to directory buttons
8974
8975         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8976         open a float)
8977
8978         * lyxfunc.C (setStatusMessage):
8979         (getStatusMessage): new methods
8980         (getStatus):use setStatusMessage instead of setErrorMessage
8981         (dispatch): when function is disabled, set error message here
8982         [instead of in getStatus previously]
8983
8984         * BufferView_pimpl.C (workAreaButtonRelease): update
8985         toolbar/menubar here too.
8986
8987 2002-01-13  Allan Rae  <rae@lyx.org>
8988
8989         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8990         Now seems indestructible.  Remaining task is to audit all other
8991         code affected by deleteEmptyParagraphMechanism.  One small quirk
8992         left is that an empty document with an error in the preamble can
8993         be made to report an error but no error box appears.  I don't know
8994         where it goes.
8995         (removeAutoInsets): Improved comments.
8996
8997 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8998
8999         * Thesaurus.h:
9000         * Thesaurus.C: update for Aiksaurus 0.14
9001
9002 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9003
9004         * text2.C (firstParagraph): removed member function, all uses
9005         replaces with ownerParagraph
9006         (redoParagraphs): here
9007         (updateInset): here
9008         (toggleAppendix): here
9009         * BufferView2.C (insertErrors): here
9010         (setCursorFromRow): here
9011
9012 2002-01-13  Allan Rae  <rae@lyx.org>
9013
9014         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9015         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9016         There is still a way to segfault this although you may have to do this
9017         multiple times: Have an InsetERT with an unknown command in it.
9018         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9019         <down-arrow>, <Enter> again, View->DVI, BANG!
9020
9021         * text2.C (setCursor):
9022         (deleteEmptyParagraphMechanism):
9023         * lyxtext.h (setCursor):
9024         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9025         Making use of the return value may help fix other bugs.
9026
9027 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9028
9029         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9030
9031         * LyXView.C (updateMenubar): call MenuBar::update here
9032         (updateToolbar): but not here
9033         (showState): do not update toolbar/menubar
9034
9035         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9036         should need to care about that.
9037
9038         * lyxfunc.C (verboseDispatch): simplify a bit
9039         (getStatus): have a version which takes a pseudoaction, and
9040         another which requires a (kb_action,string).
9041
9042         * LyXAction.C (retrieveActionArg): make it work also when action
9043         is not a pseudo-action.
9044         (getActionName): simplify a bit
9045         (helpText):
9046
9047 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9048
9049         * lyxfunc.C (verboseDispatch): new families of methods with
9050         several ways to specify a command and a bool to indicate whether
9051         the command name and shortcut should be displayed in minibuffer
9052         (eventually, we could extend that to a finer bitmask like
9053         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9054         (dispatch): the pristine dispatch command which just, well,
9055         dispatchs! Note it still sets its result to minibuffer; I'm not
9056         sure we want that.
9057
9058         * lyxfunc.h: remove setHintMessage
9059
9060         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9061
9062 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9063
9064         * BufferView_pimpl.C (specialChar): delete new inset if we have
9065         not been able to insert it.
9066
9067         * kbmap.C: revert to using int instead of kb_action, since all we
9068         are dealing with is pseudo-actions.
9069
9070         * LyXAction.C (searchActionArg): change to return int instead of
9071         kb_action, since the result is a pseudoaction.
9072
9073 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9074
9075         * buffer.C (insertErtContents): Fix (partially) the font bug.
9076
9077 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9078
9079         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9080         as the other one is broken on my machine!
9081
9082 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9083
9084         * commandtags.h:
9085         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9086
9087 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9088
9089         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9090         reflect their actual use. Provide compatibility code for older lyxrc
9091         files.
9092
9093         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9094         FL_NORMAL_STYLE.
9095         change names of popup font variables in line with the changes to lyxrc.C
9096
9097 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9098
9099         * buffer.C (asciiParagraph): avoid outputing a word twice after
9100         an inset.
9101
9102         * lyxrc.C (getDescription): document that document_path and
9103         template_path can be empty.
9104
9105 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9106
9107         * LaTeXFeatures.C (getMacros):
9108         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9109
9110         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9111
9112         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9113         getPackages.
9114         (getPackages): rename feature "floats" to "float". Use an array to
9115         iterate over 'simple' features (i.e. just a \usepackage). Add
9116         handling of "amsmath" (renamed from "amsstyle").
9117
9118 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9119
9120         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9121         features list.
9122
9123 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9124
9125         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9126         FuncStaus::FuncStatus & FuncStaus::some_method().
9127
9128 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9129
9130         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9131         of the func_satus stuff. Edited and massaged in various ways by
9132         JMarc.
9133
9134         * lyxfunc.C (getStatus): use FuncStatus
9135
9136 2002-01-08  Juergen Vigna  <jug@sad.it>
9137
9138         * text.C (nextBreakPoint): use function Inset::isChar().
9139
9140         * paragraph.C (TeXOnePar): use function
9141         Inset::forceDefaultParagraphs.
9142
9143         * buffer.C (latexParagraphs): use function
9144         Inset::forceDefaultParagraphs.
9145
9146 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9147
9148         * lyx_gui.C (init): set the style of the menu popups to
9149         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9150
9151 2002-01-07  Juergen Vigna  <jug@sad.it>
9152
9153         * text.C (setHeightOfRow): small fix
9154         (prepareToPrint): don't look at alignment if we don't have the place
9155         for doing it.
9156
9157 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9158
9159         * box.C: New file. Move the Box methods and functions out of box.h,
9160         following Lars' suggestion.
9161
9162 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9163
9164         * box.h: #include "support/LOstream.h", needed for inlined function.
9165
9166         * lyxtextclass.C:
9167         * lyxtextclasslist.C: added some using std declarations.
9168
9169 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9170
9171         * box.h: make signed dimensions to allow insets wider than
9172           the screen (bug #162)
9173
9174         * BufferView_pimpl.C: add some insetHit debug
9175
9176 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9177
9178         * vc-backend.C: add FIXME
9179
9180 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9181
9182         * lyxfunc.C (getStatus): enable code for showing math font status
9183         in toolbar/menu.
9184
9185 2002-01-07  Juergen Vigna  <jug@sad.it>
9186
9187         * text.C (nextBreakPoint): removed debug output not needed anymore.
9188
9189 2002-01-06  Juergen Vigna  <jug@sad.it>
9190
9191         * text.C (nextBreakPoint): fixed up this function we had this bug
9192         since ever but now hopefully we break row better.
9193         (insertChar): we have to check if an inset is the next char as it
9194         could now happen that a large inset is causing a break.
9195
9196 2002-01-05  Juergen Vigna  <jug@sad.it>
9197
9198         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9199         if it doesn't like to be drawed.
9200
9201 2002-01-04  Juergen Vigna  <jug@sad.it>
9202
9203         * BufferView2.C (lockInset): forgot to set a cursor.
9204
9205         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9206
9207 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9208
9209         * FormMathsPanel.C:
9210         * FormMathsPanel.h
9211         * MathsSymbols.C:
9212         * form_maths_panel.C:
9213         * form_maths_panel.h:
9214         * form_maths_panel.fd: implemented sub- and super- buttons in math
9215         panel.
9216
9217         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9218         (or ^ space) to be used as in TeX (req'd by André).
9219
9220         * lyxfunc.C: Allow ^ and _ again to be used both as
9221         super/subscript (mathed) and as themselves (in text).
9222
9223 2002-01-03  Allan Rae  <rae@lyx.org>
9224
9225         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9226         "LyX" or the filename of the current buffer if it has one.  This is a
9227         modified form of John Levon's patch.
9228
9229         * XFormsView.C (setWindowTitle): also set icon title.
9230
9231         * LyXView.h (setWindowTitle): signature changed.
9232         * XFormsView.h (setWindowTitle): ditto.
9233
9234 2002-01-02  Juergen Vigna  <jug@sad.it>
9235
9236         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9237
9238 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9239
9240         * screen.C (topCursorVisible): introduce a temp var for
9241         text->cursor.row(), handle the case where this row is null. (kindo
9242         hachish)
9243
9244         * text2.C (setCursor): add a couple of asserts.
9245
9246         * paragraph.h (inset_iterator): add -> operator
9247
9248         * paragraph.[Ch] (autoDeleteInsets): remove member function
9249
9250         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9251         cursor pos correctly and handle inset deletion by itself.
9252         (insertErrors): move iterator declaration out of for expression
9253
9254         * lyxtextclass.C: add <algorithm>
9255
9256         * Makefile.am: added the new files to sources, removed layout.C
9257
9258         * layout.C: removed file
9259
9260         * layout.h: remove LYX_DUMMY_LAYOUT
9261
9262         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9263         layout.
9264
9265         * lyxlayout.[Ch]:
9266         * lyxtextclass.[Ch]:
9267         * lyxtextclasslist.[Ch]: new files
9268
9269         * include order changes to a lot of files, also changes because of
9270         the six new files.
9271
9272 2001-12-27  Juergen Vigna  <jug@sad.it>
9273
9274         * buffer.C (asciiParagraph): more fixes.
9275
9276         * tabular.C (ascii): make ascii export support export of only the
9277         data separated by a column-delimiter.
9278         (ascii): better support for ascii export.
9279
9280         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9281
9282 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9283
9284         * tabular_funcs.C: use a "using std::getline" instead of the
9285         previous fix from Angus (necessary for cxx + lyxstring)
9286
9287 2001-12-24  Juergen Vigna  <jug@sad.it>
9288
9289         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9290
9291         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9292         problems. First check a minipage also if we have some ert-contents
9293         (not only on par->size(), second set the right depth of the paragraph
9294         on the relink to the root-paragraph-list!
9295
9296         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9297         which then did not anymore update the main paragraphs on undo/redo!
9298
9299 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9300
9301         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9302         code. Support all font-changing funcs (even those which are not in
9303         menu currently). Support for reporting font settings in
9304         mathed (disabled until Andre provides a function on mathed's side).
9305
9306         * func_status.h (toggle): small helper function to set toggle
9307         state on a flag.
9308
9309 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9310
9311         * tabular_funcs.C: getline -> std::getline
9312
9313 2001-12-21  Juergen Vigna  <jug@sad.it>
9314
9315         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9316         accessed and could be 0 (I couldn't generate this but it seems
9317         Michael could!).
9318
9319 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9320
9321         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9322         * tabular_funcs.h: here and include iosfwd
9323
9324 2001-12-20  Juergen Vigna  <jug@sad.it>
9325
9326         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9327         inside inset but undo_par was.
9328
9329 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9330
9331         * Thesaurus.C: always include <config.h> in sources.
9332
9333         * Painter.h:
9334         * lyxlookup.h:
9335         * box.h: do not include <config.h> in header files
9336
9337         * text.C (paintLastRow): remove unused variable
9338
9339         * text.C (transformChar):
9340         (insertChar):
9341         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9342
9343         * Painter.C (text):
9344         * font.C (width): rewrite to use uppercase() instead of
9345         islower/toupper.
9346
9347         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9348
9349 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9350
9351         * lyxfind.C: clean up of find failure position change
9352
9353 2001-12-20  Juergen Vigna  <jug@sad.it>
9354
9355         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9356
9357         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9358         (TeXRow): added to LaTeX a single tabular row.
9359         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9360         (Latex): simplified and finally good LT-h/f support.
9361         (various_functions): just small adaptions for LT-h/f support.
9362
9363         * tabular_funcs.[hC]: added and moved here all not classfunctions
9364         of LyXTabular.
9365
9366 2001-12-19  Juergen Vigna  <jug@sad.it>
9367
9368         * tabular.[Ch]: better support for longtabular options (not finished
9369         yet!)
9370
9371 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9372
9373         * text.C (paintLastRow): use the label font instead of the font of
9374         the last character to compute the size of *_BOX. This makes more
9375         sense and avoids a crash with empty paragraphs.
9376         Use Painter::rectangle to draw EMPTY_BOX.
9377
9378 2001-12-19  Juergen Vigna  <jug@sad.it>
9379
9380         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9381         the paragraphs if the replaced paragraph is not the first one!
9382         Tried to delete not used paragraphs but does not work yet so for
9383         now it's inside #ifdef's and by default off!
9384
9385 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9386
9387         * MenuBackend.C: include "lyx_main.h" instead of declaring
9388         lastfiles (actually was declared as LastFiles* instead of a
9389         scoped_ptr).
9390
9391 2001-12-17  Juergen Vigna  <jug@sad.it>
9392
9393         * tabular.C (AppendColumn): applied John's fix
9394
9395 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9396
9397         * BufferView.h:
9398         * BufferView.C:
9399         * BufferView_pimpl.h:
9400         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9401
9402         * Makefile.am:
9403         * box.h: new start of class for above
9404
9405         * lyxfunc.C: ignore space-only minibuffer dispatches.
9406           Show the command name when it doesn't exist
9407
9408         * minibuffer.C: don't add empty lines to the history
9409
9410         * minibuffer.C: add a space on dropdown completion
9411
9412 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9413
9414         * text.C: fix line above/below drawing in insets
9415
9416 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9417
9418         * lyxlength.C (LyXLength): Initialize private variables.
9419
9420 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9421
9422         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9423         when inserting error insets.
9424
9425 2001-12-13  Juergen Vigna  <jug@sad.it>
9426
9427         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9428         actually sometimes the before-paragraph.
9429         (setUndo): don't clear the redostack if we're not actually undoing!
9430
9431 2001-12-06  Juergen Vigna  <jug@sad.it>
9432
9433         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9434         and fixed redoing of main paragraph, so we can use it now ;)
9435
9436         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9437
9438 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9439
9440         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9441         Juergen's request
9442
9443 2001-12-13  André Pönitz <poenitz@gmx.net>
9444
9445         * undostack.[Ch]:
9446         * undo_func.C: minor cleanup
9447
9448 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9449
9450         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9451         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9452         font in urw-fonts package which is marked as -urw-fontspecific and
9453         does not work (incidentally, changing the encoding in the
9454         fonts.dir of this package to -adobe-fontspecific fixes the
9455         problem).
9456
9457         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9458         is a crash when undoing first paragraph (Juergen, please take a
9459         look). THis does not mean the undo fix is wrong, just that it
9460         uncovers problems.
9461
9462         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9463         the (Paragraph*) version when needed instead of duplicating the
9464         code.
9465
9466         * text.C (workWidth): use Inset::parOwner to find out where the
9467         inset has been inserted. This is a huge performance gain for large
9468         documents with lots of insets. If Inset::parOwner is not set, fall
9469         back on the brute force method
9470
9471         * paragraph_pimpl.C (insertInset):
9472         * paragraph.C (Paragraph):
9473         (cutIntoMinibuffer): set parOwner of insets when
9474         inserting/removing them
9475
9476         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9477
9478 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9479
9480         * commandtags.h:
9481         * LyXAction.C:
9482         * lyx_main.C:
9483         * lyxfunc.C:
9484         * mathed/formulabase.C:
9485         * mathed/math_cursor.[Ch]:
9486         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9487
9488
9489 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9490
9491         * lyxlength.[Ch] (operator!=): new function
9492
9493 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9494
9495         * text.C (workWidth): use Inset::parOwner to find out where the
9496         inset has been inserted. This is a huge performance gain for large
9497         documents with lots of insets. If Inset::parOwner is not set, fall
9498         back on the brute force method
9499
9500         * paragraph_pimpl.C (insertInset):
9501         * paragraph.C (Paragraph):
9502         (cutIntoMinibuffer): set parOwner of insets when
9503         inserting/removing them
9504
9505         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9506
9507 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9508
9509         * tabular-old.C (getTokenValue):
9510         * tabular.C (getTokenValue):
9511         (write_attribute): new versions for LyXLength
9512         (everywhere): adjust the use of widths
9513
9514         * tabular.h: change the type of widths from string to LyXLength
9515
9516 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9517
9518         * paragraph.C: fixed missing line number count when exporting
9519         Environments to LaTeX file
9520
9521         * buffer.C: added informational message for checking line numbers.
9522
9523 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9524
9525         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9526         paragraph, do the 'double space' part, but not the 'empty
9527         paragraph' one.
9528
9529         * text.C (workWidth): small optimization
9530         (getLengthMarkerHeight): use minimal size for negative lengths.
9531
9532 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9533
9534         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9535
9536         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9537
9538 2001-12-11  André Pönitz <poenitz@gmx.net>
9539
9540         * FontLoader.C:
9541         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9542
9543 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9544
9545         * text2.C: keep selection on a setFont()
9546
9547 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9548
9549         * lyx_cb.C: another bv->text misuse, from insert label
9550
9551 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9552
9553         * kbsequence.h:
9554         * kbsequence.C: re-instate nmodifier mask
9555
9556 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9557
9558         * lyx_main.h: make lyxGUI private.
9559
9560 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9561
9562         * lyxfind.C: place the cursor correctly on failed search
9563
9564 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9565
9566         * text.C (getLengthMarkerHeight): for small heights, the arrows
9567         are not always on top/bottom of the text
9568         (drawLengthMarker): smaller arrows; take the left margin in
9569         account; draw also vfills.
9570         (paintFirstRow):
9571         (paintLastRow): remove special code for vfill and standard spaces,
9572         since everything is handled in drawLengthMarker now.
9573
9574 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9575
9576         * buffer.C (insertErtContents): try to handle font and language
9577         interaction a bit better.g
9578
9579         * ColorHandler.C (updateColor): change the hash to cover the whole
9580         LColor enum, ws cleanup
9581         (getGCLinepars): ditto
9582         (getGCLinepars): only lookup in the linecache once.
9583
9584 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9585
9586         * iterators.C (operator++): Make the iterator more robust
9587
9588         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9589         (John's patch)
9590         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9591
9592 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9593
9594         * lyxtext.h:
9595         * text.C: better added space drawing
9596
9597 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9598
9599         * LyXView.C:
9600         * BufferView2.C: fix layout combo update on inset unlock
9601
9602 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9603
9604         * Makefile.am: don't compile unused files
9605
9606 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9607
9608         * lyxfunc.C:
9609         * commandtags.h:
9610         * LyXAction.C: remove old LFUN_LAYOUTNO
9611
9612 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9613
9614         * paragraph_pimpl.h:
9615         * paragraph_pimpl.C: isTextAt() doesn't need font param
9616
9617 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9618
9619         * lyxlex.h:
9620         * lyxlex.C: little cleanup
9621
9622 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9623
9624         * BufferView_pimpl.C: fix insertAscii for insets
9625
9626 2001-12-05  Juergen Vigna  <jug@sad.it>
9627
9628         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9629         set the right font on the "multi" paragraph paste!
9630
9631 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9632
9633         * trans_decl.h:
9634         * trans_mgr.[Ch]:
9635         * trans.[Ch]:
9636         * lyxgluelength.C:
9637         * lyxlength.C: remove out-commented code.
9638
9639         * BufferView_pimpl:
9640         * CutAndPaste.C:
9641         * DepTable.C:
9642         * buffer.C:
9643         * chset.C:
9644         * lastfiles.C:
9645         * lyxlex.C:
9646         * lyxlex_pimpl.C:
9647         * lyxserver.C:
9648         * screen.C:
9649         * tabular-old.C:
9650         * tabular.C:
9651         * text.C:
9652         * trans_mgr.C:
9653         * vc-backend.C: change "while(" to "while ("
9654
9655         * lyxlength.[Ch]: add zero function to check if length is zero or
9656         not
9657         * lyxgluelength.C: use it
9658
9659 2001-12-05  Allan Rae  <rae@lyx.org>
9660
9661         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9662         Works for 2.95.3, from what I understand of Garst's reports this should
9663         work for other g++ versions.  We're screwed if the abs(int) definition
9664         changed between bugfix releases of gcc.
9665
9666 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9667
9668         * text.C: fix chapter label offset !
9669
9670 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9671
9672         * lyxtext.h:
9673         * text.C: fix hfill at end of line, clean up
9674
9675 2001-12-04  Juergen Vigna  <jug@sad.it>
9676
9677         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9678         that we force an update of the inset and it's owners if neccessary.
9679
9680 2001-12-03  Juergen Vigna  <jug@sad.it>
9681
9682         * text.C (rowLast): simplified code
9683
9684 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9685
9686         * lyxfunc.C: fix show options on timeout
9687
9688 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9689
9690         * screen.C (topCursorVisible): scroll half a page when the cursor
9691         reached top of bottom of screen
9692
9693 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9694
9695         * minibuffer.C: deactivate on loss of focus
9696
9697 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9698
9699         * vspace.[Ch] (operator!=): add operator.
9700
9701 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9702
9703         * BufferView_pimpl.C: refuse to open an inset when
9704         there's a selection.
9705
9706 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9707
9708         * BufferView_pimpl.C: allow to click on RHS of full row insets
9709
9710 2001-11-30  Juergen Vigna  <jug@sad.it>
9711
9712         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9713         insets for undo reasons.
9714
9715 2001-11-28  André Pönitz <poenitz@gmx.net>
9716
9717         * vspace.[Ch]: cosmetical changes
9718
9719 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9720
9721         * LyXAction.h:
9722         * LyXAction.C:
9723         * lyxfunc.h:
9724         * lyxfunc.C:
9725         * kbmap.h:
9726         * kbmap.C:
9727         * lyxrc.C:
9728         * kbsequence.h:
9729         * kbsequence.C: part re-write of old kb code
9730
9731         * Painter.C:
9732         * WorkArea.C: remove Lgb_bug_find_hack
9733
9734 2001-11-30  José Matos <jamatos@fep.up.pt>
9735
9736         * buffer.C (makeDocBookFile): add a comment to point a hack.
9737         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9738         Fixed a double write of labels.
9739
9740 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9741
9742         * LaTeX.C:
9743         * LaTeX.h Fixed bug in LaTeX class where it would not
9744         re-run latex if no depfiles were changed, but the .dvi was removed.
9745
9746 2001-11-28  André Pönitz <poenitz@gmx.net>
9747
9748         * all the files from the change on 2001/11/26:
9749         use lyx::layout_type instead of LyXTextClass::size_type
9750         use lyx::textclass_type instead of LyXTextClassList::size_type
9751
9752 2001-11-29  Juergen Vigna  <jug@sad.it>
9753
9754         * text.C: added support for paragraph::isFreeSpacing()
9755
9756         * buffer.C: same as above
9757
9758         * paragraph.h: inserted isFreeSpacing() function to enable
9759         FreeSpacing inside InsetERT.
9760
9761         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9762         of the paragraph's in the cut/copy buffer to 0!
9763
9764         * text2.C (removeRow): remove the assert as it can!
9765
9766         * lyxtext.h: added helper function firstRow returning firstrow and
9767         made firstrow private again.
9768
9769         * BufferView2.C (lockInset): don't relock if we're already locked!
9770
9771         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9772         the only paragraph.
9773         (removeRow): added Assert::(firstrow)
9774
9775         * debug.C: forgot to add INSETTEXT here.
9776
9777 2001-11-28  Juergen Vigna  <jug@sad.it>
9778
9779         * sp_spell.C (initialize): changed error text to more general
9780         spellchecker command use (not only ispell!)
9781
9782         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9783
9784         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9785
9786 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9787
9788         * vspace.C: initialise lyxgluelength on failure
9789
9790 2001-11-28  Allan Rae  <rae@lyx.org>
9791
9792         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9793         declaration & definition that looks like a function declaration.
9794
9795 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9796
9797         * BufferView2.C (copy):
9798         (copyEnvironment): do not clear the selection when doing a copy.
9799
9800         * text.C (paintFirstRow): compilation fix
9801
9802 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9803
9804         * tabular.C (Latex): correct line count when writing latex.
9805
9806 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9807
9808         * paragraph_pimpl.h:
9809         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9810           bug a bit
9811
9812 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9813
9814         * text.C:
9815         * LColor.h:
9816         * LColor.C: change vfillline->added_space
9817
9818         * text.C: add markers and text for added space
9819
9820         * vspace.C: fix comment
9821
9822 2001-11-28  André Pönitz <poenitz@gmx.net>
9823
9824         * paragraph.C: whitespace changes
9825         * all the other files from the change on 2001/11/26:
9826         change *::pos_type into lyx::pos_type
9827
9828 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9829
9830         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9831         language of the document when inserting error insets.
9832
9833 2001-11-26  André Pönitz <poenitz@gmx.net>
9834
9835         * BufferView_pimpl.[Ch]:
9836         *       CutAndPaste.C:
9837         * buffer.[Ch]:
9838         * lyxcursor.[Ch]:
9839         * lyxfind.C:
9840         * lyxfunc.C:
9841         * lyxrow.[Ch]:
9842         * paragraph.[Ch]:
9843         * paragraph_pimpl.[Ch]:
9844         * sp_spell.C:
9845         * text.C:
9846         * text2.C: reduce header dependencies, introduce type for positions
9847
9848 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9849
9850         * <various>: change to use Alert.h
9851
9852 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9853
9854         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9855         when encountering an unknown token.
9856         (readLyXformat2): Show an error message if there were unknown tokens.
9857
9858 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9859
9860         * BufferView2.C:
9861         * BufferView_pimpl.C:
9862         * buffer.C:
9863         * paragraph.h:
9864         * text.C:
9865         * text2.C: use par->isInset()
9866
9867 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9868
9869         * paragraph_pimpl.h:
9870         * paragraph_pimpl.C: cleanup
9871
9872 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9873
9874         * text2.C (removeRow):
9875         * text.C (setHeightOfRow): remove useless (and costly) call to
9876         getRow.
9877
9878 2001-11-20  Allan Rae  <rae@lyx.org>
9879
9880         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9881         Now need Inset*::checkInsertChar() to return true for appropriate
9882         cases so that the characters in the minibuffer will actually be
9883         inserted.
9884
9885 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9886
9887         * text.C: change the order of the includes.
9888         (workWidth): initialize it at once.
9889         (workWidth): make maxw unsigned
9890         (setHeightOfRow): remove unused variable (inset)
9891         (selectSelectedWord): remove unused variable (inset)
9892         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9893
9894 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9895
9896         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9897         server is not running.
9898         (openConnection):
9899         (closeConnection): add debug info when server is disabled.
9900
9901         * ColorHandler.C (getGCForeground): send debug message to GUI
9902         channel.
9903
9904         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9905
9906         * kbmap.C (bind): modify because return conventions of
9907         kb_sequence::parse have changed.
9908
9909         * kbsequence.C (parse): only ignore spaces and not any stupid
9910         control character. This avoids tests like s[i] <= ' ', which are
9911         guaranteed to fail with 8bit characters and signed chars.
9912         Change return code to string::npos when there have been no error
9913         (0 was a bad idea when error is at first character)
9914
9915 2001-11-14  José Matos  <jamatos@fep.up.pt>
9916
9917         * buffer.h:
9918         * buffer.C (simpleDocBookOnePar): removed unused argument.
9919
9920 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9921
9922         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9923         insets which are part of a word. Paragraph::isLetter takes care of
9924         that now. Use Paragraph::isInset to identify insets.
9925         (selectSelectedWord): do not test for hyphenation break.
9926
9927         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9928         that protected spaces are considered as spaces.
9929
9930         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9931         Inset::isLetter.
9932
9933 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9934
9935         * lyxserver.h:
9936         * lyxserver.C: fix it. and small cleanup.
9937
9938 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9939
9940         * BufferView_pimpl.C: use inline helpers
9941
9942         * LaTeXFeatures.h:
9943         * LaTeXFeatures.C: fix typos
9944
9945         * Spacing.h:
9946         * Spacing.C: move spacing_string into class
9947
9948         * ToolbarDefaults.C: move stuff into namespace anon
9949
9950         * layout.h: update enum
9951
9952         * lyxfunc.C: use better debug
9953
9954         * minibuffer.h: fix typo
9955
9956         * debug.h:
9957         * debug.C:
9958         * WorkArea.C: add and use Debug::WORKAREA
9959
9960         * lyxtext.h:
9961         * text.C:
9962         * text2.C: code re-organisation, inline helpers
9963
9964 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9965
9966         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9967         std::vector.empty().
9968
9969 2001-11-09  Allan Rae  <rae@lyx.org>
9970
9971         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9972         '\n's after tables.  Tabular and ERT inset work now makes this no
9973         longer necessary.
9974
9975 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9976
9977         * minibuffer.h:
9978         * minibuffer.C: fix crash, improve drop-down completion
9979
9980 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9981
9982         * lyxserver.h:
9983         * lyxserver.C: invalidate fd's when doing endPipe()
9984
9985 2001-11-08  José Matos  <jamatos@fep.up.pt>
9986
9987         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9988         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9989
9990         * paragraph.h:
9991         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9992
9993 2001-11-07  José Matos  <jamatos@fep.up.pt>
9994
9995         * buffer.h:
9996         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9997         const qualifier.
9998
9999         * buffer.C (sgmlOpenTag):
10000         * buffer.C (sgmlCloseTag): removed debug info.
10001
10002         * buffer.h (sgmlOpenTag):
10003         * buffer.h (sgmlCloseTag): made public.
10004
10005 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10006
10007         * buffer.C (saveParamsAsDefaults):
10008         * lyx_cb.C (MenuLayoutSave): remove
10009
10010         * LyXAction.C (init):
10011         * commandtags.h:
10012         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10013
10014 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10015
10016         * buffer.C (setPaperStuff): removed from here...
10017
10018         * bufferparams.C (setPaperStuff): ... and moved there.
10019
10020 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10021
10022         * minibuffer.h:
10023         * minibuffer.C:
10024         * XFormsView.C: add support for drop-down completion
10025
10026 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10027
10028         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10029         commands.
10030
10031 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10032
10033         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10034         disabled.
10035
10036 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10037
10038         * lyx_main.C: change ref to known bugs
10039
10040 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10041
10042         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10043         to work around older babel problems.
10044
10045 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10046
10047         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10048
10049 2001-10-24  Juergen Vigna  <jug@sad.it>
10050
10051         * tabular-old.C (ReadOld): below variable changes reflected.
10052
10053         * tabular.[Ch]: added ltType struct for longtable header/footer
10054         defines and changed all instances where they are used. Added
10055         future support for double top/bottom rows.
10056
10057 2001-10-24  José Matos  <jamatos@fep.up.pt>
10058
10059         * buffer.h (docbookHandleCaption):
10060         * buffer.C (docbookHandleCaption): removed unused function.
10061         (makeDocBookFile): moved docbook supported version to v4.1.
10062
10063 2001-10-24  José Matos  <jamatos@fep.up.pt>
10064
10065         * tabular.h:
10066         * tabular.C (docbookRow): new function to export docbook code of a row.
10067         (DocBook): now honors the longtable flags.
10068
10069 2001-10-23  José Matos  <jamatos@fep.up.pt>
10070
10071         * LaTeXFeatures.h:
10072         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10073         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10074
10075         * buffer.C (makeLinuxDocFile):
10076         (makeDocBookFile): reworked the preamble, more clean, and with
10077         support for lyx defined entities. Changed the document declaration
10078         to be more XML friendly.
10079
10080         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10081         if we need to output XML that should be done with a filter.
10082
10083 2001-10-22  Juergen Vigna  <jug@sad.it>
10084
10085         * sp_pspell.h (class PSpell): add alive function needed in the
10086         controller to see if the spellchecker could be started.
10087
10088 2001-10-22  Juergen Vigna  <jug@sad.it>
10089
10090         * buffer.C (insertStringAsLines): modify the font for inserting
10091         chars in certain conditions by calling checkInsertChar(font).
10092
10093 2001-10-19  Juergen Vigna  <jug@sad.it>
10094
10095         * text.C (workWidth): use getRow instead of wrong algorithm.
10096         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10097
10098 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10099
10100         * lyxserver.h:
10101         * lyxserver.C:
10102         * lyx_main.h:
10103         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10104
10105 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10106
10107         * text.C (workWidth): do not search for the exact row when
10108         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10109         optimization for big documents.
10110
10111 2001-10-18  Juergen Vigna  <jug@sad.it>
10112
10113         * text.C (workWidth): new function with added Inset * parameter.
10114
10115 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10116
10117         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10118
10119         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10120         change return type of getColumnNearX.
10121
10122
10123         * text.C (changeRegionCase): use uppercase/lowercase instead of
10124         toupper/tolower.
10125         (leftMargin):
10126         (rightMargin): simplify code by factoring out the uses of
10127         textclasslist.
10128         (labelFill):
10129         (numberOfHfills):
10130         (setHeightOfRow):
10131         (appendParagraph): use Paragraph::size_type
10132
10133 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10134
10135         * vspace.C (asLatexString): add a missing break
10136
10137 2001-10-15  Herbert Voss  <voss@perce.de>
10138
10139         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10140
10141 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10142
10143         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10144         is not available.
10145
10146 2001-10-10  André Pönitz <poenitz@gmx.net>
10147
10148         * lyxfunc.C: removed greek_kb_flag.
10149
10150 2001-10-10  Herbert Voss  <voss@perce.de>
10151
10152         * lyx_main.C: delete global string help_lyxdir.
10153
10154 2001-10-09  Herbert Voss  <voss@perce.de>
10155
10156         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10157
10158         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10159
10160         * lyx_main.C: added global string help_lyxdir.
10161
10162         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10163
10164 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10165
10166         * lyxrc.C (set_font_norm_type): support iso8859-4
10167
10168 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10169
10170         * LaTeX.C (deplog): add another regex for MikTeX
10171
10172 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10173
10174         * lyxrc.C (set_font_norm_type): support iso8859-3
10175
10176 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10177
10178         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10179
10180         * LaTeXFeatures.C: remove special case of french and index
10181
10182         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10183         before \begin{document}). This solves several incompatibilities.
10184
10185 2001-10-03  Garst Reese  <reese@isn.net>
10186
10187         * lyx_cb.C: change CheckTex error msg.
10188
10189 2001-10-03  José Matos  <jamatos@fep.up.pt>
10190
10191         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10192
10193 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10194
10195         * .cvsignore: update
10196
10197         * lyx_main.C (commandLineVersionInfo): use new style version info.
10198
10199         * buffer.C (writeFile):
10200         (makeLaTeXFile):
10201         (makeLinuxDocFile):
10202         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10203
10204         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10205
10206         * version.h: update to use stuff in version.C
10207
10208         * version.C.in: new file. Contains version information determined
10209         at compile time. This is a merging of version.h and
10210         version_info.h.in.
10211
10212 2001-10-03  Juergen Vigna  <jug@sad.it>
10213
10214         * BufferView_pimpl.C (update): don't change "dirty" status in
10215         updateInset call.
10216
10217 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10218
10219         * WorkArea.C (c-tor): re-position version string slightly.
10220
10221 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10222
10223         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10224         revert to previous code.
10225
10226         WorkArea.[Ch]: (show, destroySplash): methods removed.
10227
10228         WorkArea.C: rework code so that it's an amalgam of the codes before and
10229         after the splash screen was moved to WorkArea.
10230
10231 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10232
10233         * lyxrc.C (read):
10234         * vspace.C (inPixels):
10235         (lyx_advance):
10236         * kbmap.C (bind):
10237         * buffer.C (insertStringAsLines):
10238         (asciiParagraph): fix types to be large enough
10239
10240         * lyxlex_pimpl.h: change member status from short to int
10241
10242         * layout.h: fix type of endlabeltype
10243
10244         * kbmap.C (bind):
10245         * kbsequence.C (parse): change return type to string::size_type
10246
10247         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10248         variable
10249
10250         * Bullet.C (bulletSize):
10251         (bulletEntry): do not use short ints as parameters
10252
10253         * BufferView2.C (insertLyXFile): change a char to an int.
10254
10255         * WorkArea.C (WorkArea): remove unneeded floats in computation
10256
10257 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10258
10259         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10260
10261         * paragraph.C (asString): Do not ignore newline/hfill chars when
10262         copying to the clipboard.
10263
10264 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10265
10266         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10267         after a multi-line inset.
10268
10269 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10270
10271         * paragraph.C (validate): Set NeedLyXFootnoteCode
10272
10273 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10274
10275         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10276         and decrease-error to decrease.
10277
10278 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10279
10280         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10281         it more readable (should be equivalent)
10282
10283 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10284
10285         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10286
10287 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10288
10289         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10290         of a cursor (row, etc.) after a character has been deleted
10291         (deleteEmptyParagraphMechanism): call the method above on _all_
10292         cursors held by the LyXText when a double space has been
10293         detected/deleted.
10294
10295 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10296
10297         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10298         pixmap.
10299         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10300
10301         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10302         background. Use greyOut() and the new show() methods to toggle between
10303         the foreground and background. Add code to remove the splash after
10304         its initial showing.
10305
10306         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10307         (create_forms): no longer call Dialogs::showSplash.
10308
10309 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10310
10311         * .cvsignore: add version_info.h
10312
10313 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10314
10315         * version_info.h.in: new file
10316
10317         * Makefile.am: add version_info.h.in
10318
10319         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10320         version_info.h instead of VERSION_INFO
10321
10322 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10323
10324         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10325         The ERT inset now returns string().
10326
10327 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10328
10329         * lyxtext.h, text.C (selectNextWord): renamed as
10330         selectNextWordToSpellcheck.
10331
10332         * text.C (selectNextWordToSpellcheck): Modified to not select
10333         words inside an ERT inset.
10334
10335 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10336
10337         * lyx_cb.C (MenuLayoutSave): change a bit the question
10338
10339         * sp_base.h: include <sys/types.h>
10340
10341 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10342
10343         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10344
10345 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10346
10347         * several files: fix typos in user-visible strings
10348
10349 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10350
10351         * text2.C (pasteSelection): do not set the selection, since it
10352         will be cleared later. Actually, the intent was to fix the way the
10353         selection was set, but I figured rmoving the code was just as good.
10354
10355 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10356
10357         * FontLoader.C (available): Check if font is available without
10358         loading the font.
10359
10360 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10361
10362         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10363
10364 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10365
10366         * lyxrc.[Ch]: added display_graphics variable and associated code.
10367
10368 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10369
10370         * bufferparams.C (hasClassDefaults): new method. Returns true if
10371         the buffer parameters correspond to known class defaults
10372
10373 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10374
10375         * XFormsView.C (show): set minimum size to the main window.
10376
10377 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10378
10379         * text2.C (copySelection):
10380         (cutSelection):
10381         * lyxfind.C (LyXReplace):
10382         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10383         LyXText::selectionAsString.
10384
10385         * paragraph.C (asString): add "label" argument to the second form
10386
10387         * text2.C (selectionAsString): add "label" argument and pass it to
10388         Paragraph::asString.
10389
10390 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10391
10392         * lyx_main.C (commandLineHelp): remove version information
10393
10394 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10395
10396         * lyx_main.C: add -version commandline option
10397
10398 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10399
10400         * paragraph.h: make the optional constructor arg required instead.
10401         some modifications to other files because of this.
10402
10403         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10404
10405         * lyxserver.C (C_LyXComm_callback): make it static
10406
10407         * lyx_main.C (error_handler): make it static
10408
10409         * lyx_gui.C (LyX_XErrHandler): make it static
10410
10411         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10412
10413         * WorkArea.C: make the extern "C" methods static.
10414
10415         * Makefile.am (lyx_LDADD): simplify
10416
10417 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10418
10419         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10420         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10421
10422         * LyXAction.C (init):
10423         * lyxfunc.C (dispatch): associated code removal.
10424
10425 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10426
10427         * lyxfont.h (isSymbolFont): shut off warning
10428
10429         * text.C (setHeightOfRow):
10430         (getVisibleRow): fix crash with empty paragraphs which have a
10431         bottom line
10432
10433 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10434
10435         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10436         code.
10437
10438 2001-09-04  José Matos  <jamatos@fep.up.pt>
10439         * buffer.C
10440         * buffer.h
10441         * tabular.C (docbook): rename docBook method to docbook.
10442
10443 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10444
10445         * Makefile.am: add dependencies to main.o.
10446
10447 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10448
10449         * FontLoader.C (available): Return false if !lyxrc.use_gui
10450
10451 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10452
10453         * FontInfo.C (query):
10454         * converter.C (view):
10455         * importer.C (Import):
10456         * exporter.C (Export): Can not -> cannot.
10457
10458 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10459
10460         * BufferView_pimpl.C: allow to create index inset even if
10461           string is empty
10462
10463 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10464
10465         * buffer.C (getLists): replace boost::tie code with an explicit pair
10466         as boost::tie can break some compilers.
10467
10468         * iterators.h: Added a std:: declaration to the return type of
10469         ParIterator::size.
10470
10471 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10472
10473         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10474           case.
10475
10476 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10477
10478         * iterators.[Ch]: New files. Provide paragraph iterators.
10479
10480         * buffer.C (changeLanguage): Use paragraph iterators.
10481         (isMultiLingual): ditto
10482
10483         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10484
10485 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10486
10487         * FontLoader.C: Support for cmr font.
10488
10489 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10490
10491         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10492         (available): New method.
10493
10494         * FontInfo.C (getFontname): Use scalable fonts even when
10495         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10496         found.
10497
10498 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10499
10500         * converter.C (Formats::view): reverted! Incorrect fix.
10501
10502 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10503
10504         * converter.C (Formats::view): only output the -paper option
10505         if the dvi viewer is xdvi, thereby fixing bug #233429.
10506
10507 2001-08-23  Herbert Voss  <voss@perce>
10508
10509         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10510
10511 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10512
10513         * Spacing.h (Spacing): Set space to Default on in the default
10514         constructor.
10515
10516 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10517
10518         * vc-backend.h (RCS::versionString): add RCS to version
10519         (CVS::versionString): add CVS to version
10520
10521         * vc-backend.C (scanMaster): do not add CVS to version.
10522         (scanMaster): do not add RCS to version
10523
10524         * lyxvc.C (versionString): new method
10525
10526         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10527
10528 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10529
10530         * Spacing.C (set): initialize fval
10531
10532 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10533
10534         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10535         " or \.
10536
10537 2001-08-16  Juergen Vigna  <jug@sad.it>
10538
10539         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10540
10541 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10542
10543         * BufferView_pimpl.C:
10544         * figureForm.C:
10545         * lyxtext.h:
10546         * text2.C: setParagraph takes linespacing now
10547
10548 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10549
10550         * LyxAction.C: add internal LFUN_CITATION_INSERT
10551
10552         * LyXView.C: actually apply fix
10553
10554         * bufferlist.C: fix open non-existent file
10555
10556         * lyxfind.C: fix indentation
10557
10558         * lyxfunc.C: remove unneeded assert, fix typo
10559
10560 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10561
10562         * MenuBackend.C: use "Floatname List"
10563
10564 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10565
10566         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10567         when converting LaTeX layout to insetERT.
10568         Generate a non-collapsed float when reading old float
10569
10570 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10571
10572         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10573         ERT insets.
10574
10575 2001-08-13  Juergen Vigna  <jug@sad.it>
10576
10577         * text.C (fill): return 0 instead of 20 as this seems to be the more
10578         correct value.
10579
10580 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10581
10582         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10583         lyxrc.font_norm.
10584
10585 2001-08-13  Juergen Vigna  <jug@sad.it>
10586
10587         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10588         casesensitive off.
10589         (SearchBackward): comment out the unlocking of the inset_owner this
10590         should not be needed!
10591
10592 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10593
10594         * Many files: Remove inherit_language, and add latex_language
10595
10596         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10597         collapsible insets.
10598
10599 2001-08-10  Juergen Vigna  <jug@sad.it>
10600
10601         * text.C (prepareToPrint): fixed hfill-width in draw!
10602
10603         * BufferView2.C (selectLastWord): save the selection cursor as this
10604         now is cleared in the function LyXText::clearSelection!
10605
10606 2001-08-08  Juergen Vigna  <jug@sad.it>
10607
10608         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10609         BACKSPACE type functions.
10610
10611         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10612         is only cutted from the document but not put in the cut-buffer, where
10613         still the old stuff should be.
10614
10615         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10616
10617         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10618
10619         * tabular.C (SetWidthOfCell): fixed special case where the width
10620         was not updated!
10621         (LeftLine): handle '|' in align_special.
10622         (RightLine): ditto
10623         (LeftAlreadyDrawed): ditto
10624         (SetWidthOfCell): ditto
10625
10626 2001-08-07  Juergen Vigna  <jug@sad.it>
10627
10628         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10629
10630 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10631
10632         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10633         * lyxlex.[hC]: ditto
10634
10635 2001-08-06  Juergen Vigna  <jug@sad.it>
10636
10637         * text.C (getVisibleRow): fix up row clearing a bit.
10638
10639 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10640
10641         * minibuffer.C: make sure the X server sees the changes in the input.
10642
10643 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10644
10645         * paragraph.C (getFont): split into...
10646         (getLabelFont): this
10647         (getLayoutFont): and this
10648         * paragraph_pimpl.C (realizeFont): calling this
10649
10650         * text2.C (getFont): split into...
10651         (getLayoutFont): this
10652         (getLabelFont): and this
10653         (realizeFont): all three calling this
10654
10655         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10656         files where used.
10657
10658 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10659
10660         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10661
10662 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10663
10664         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10665         layouts from the Quote inset insertion.
10666
10667 2001-08-03  Juergen Vigna  <jug@sad.it>
10668
10669         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10670
10671         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10672         only if status not is already CHANGED_IN_DRAW (second level).
10673
10674         * text.C (draw): don't set the need_break_row when inside an
10675         InsetText LyXText.
10676
10677 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10678
10679         * buffer.C (parseSingleLyXformat2Token): handle more latex
10680         conversion cases.
10681
10682         * bufferview_funcs.[hC]: change function names to
10683         begin with small char, adjust other files.
10684
10685 2001-08-02  André Pönitz <poenitz@gmx.net>
10686
10687         * lyxfunc.C:
10688         BufferView_pimpl.C: remove broken special code for math-greek
10689
10690 2001-08-02  Juergen Vigna  <jug@sad.it>
10691
10692         * BufferView_pimpl.C (update): redone this function so that we
10693         update the text again if there was a CHANGE_IN_DRAW.
10694
10695         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10696         (drawFromTo): added a new internal bool which is used by draw() and
10697         redraw() function.
10698         (general): some cursor drawing problems fixed.
10699
10700 2001-08-01  Juergen Vigna  <jug@sad.it>
10701
10702         * lyxfind.C (LyXFind): fixed
10703         (SearchForward): ditto
10704         (SearchBackward): ditto
10705
10706         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10707         spurius drawing of the cursor in the main area.
10708
10709         * text2.C (status): small fix which could lead to a segfault!
10710         (clearSelection): remove unneeded BufferView param.
10711
10712 2001-08-01  André Pönitz <poenitz@gmx.net>
10713
10714         * lyxfunc.C: small change due to changed mathed interface
10715
10716 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10717
10718         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10719
10720 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10721
10722         * lyxfunc.c: fail gracefully if file doesn't exist
10723
10724         * LyXSendto.C:
10725         * buffer.C:
10726         * lyxfunc.C:
10727         * BufferView_pimpl.C: IsDirWriteable() proto changed
10728
10729         * LyXView.C: fix updateWindowTitle() to store the last title
10730
10731 2001-07-31  Juergen Vigna  <jug@sad.it>
10732
10733         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10734         the font (wrong since using of Paragraph::highestFontInRange).
10735
10736         * paragraph.C (highestFontInRange): added a default_size parameter.
10737
10738         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10739         (setHeightOfRow): reformat
10740
10741 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10742
10743         * converter.[hC] + affected files: move to (inital-char)lowercase
10744         function names.
10745
10746         * ParagraphParameters.C (ParagraphParameters): remove commented code
10747
10748         * PainterBase.[Ch]: remove commented code
10749
10750         * LaTeXFeatures.h: add "bool floats" for float.sty
10751
10752         * LaTeXFeatures.C (LaTeXFeatures): init floats
10753         (require): handle float
10754         (getPackages): do it with floats
10755
10756 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10757
10758         * BufferView_pimpl.C (Dispatch): improve handling of
10759         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10760
10761         * commandtags.h: #include lyxfont.h here temporarily to avoid
10762         keybinding bug.
10763
10764         * bufferlist.h: include LString.h here.
10765
10766 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10767
10768         * text2.C (getStringToIndex): new method.
10769
10770 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10771
10772         * *: Reduced header file dependencies all over.
10773
10774 2001-07-30  Baruch Even  <baruch@lyx.org>
10775
10776         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10777
10778 2001-07-29  Baruch Even  <baruch@lyx.org>
10779
10780         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10781
10782 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10783
10784         * ParameterStruct.h (endif): add a default constructor to make
10785         sure that all variables is initialized.
10786
10787         * ParagraphParameters.C (ParagraphParameters): adjust
10788
10789 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10790
10791         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10792         index; also, check that there is something to index, and that it
10793         does not span over several paragraphs.
10794         (doubleClick): use WHOLE_WORD_STRICT for double click.
10795
10796         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10797
10798         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10799         scheme.
10800
10801 2001-07-26  Baruch Even  <baruch@lyx.org>
10802
10803         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10804         an InsetFig figure, backwards compatible reading of old figure code.
10805
10806 2001-07-27  Juergen Vigna  <jug@sad.it>
10807
10808         * text2.C: font.realize function adaption.
10809
10810         * text.C (draw): add a warnings lyxerr text if needed.
10811
10812         * layout.C: font.realize function adaption.
10813
10814         * language.C: add inherit_language and implement it's handlings
10815
10816         * bufferview_funcs.C (StyleReset): remove language parameter from
10817         font creation (should be language_inherit now).
10818
10819         * bufferparams.C (writeFile): handle ignore_language.
10820
10821         * paragraph.C (getFontSettings): the language has to be resolved
10822         otherwise we have problems in LyXFont!
10823
10824         * lyxfont.C (lyxWriteChanges): added document_language parameter
10825         (update): removed unneeded language parameter
10826
10827         * paragraph.C (validate): fixed wrong output of color-package when
10828         using interface colors for certain fonts in certain environments,
10829         which should not seen as that on the final output.
10830
10831 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10832
10833         * BufferView_pimpl.C:
10834         * Thesaurus.h:
10835         * Thesaurus.C:
10836         * Makefile.am:
10837         * commandtags.h:
10838         * LyXAction.C: add thesaurus support
10839
10840         * lyxfind.h:
10841         * lyxfind.C: add "once" parameter, for thesaurus, to not
10842           move to the next match
10843
10844 2001-07-26  Juergen Vigna  <jug@sad.it>
10845
10846         * lyxfont.C (realize): honor ignore_language too!
10847         (resolved): ditto.
10848
10849         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10850
10851         * text.C (draw): one place more for ignore_language to not draw
10852         itself!
10853
10854 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10855
10856         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10857
10858 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10859
10860         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10861         the minipage conversion problem.
10862
10863 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10864
10865         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10866         insert an inset.
10867
10868 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10869
10870         * BufferView.h: don't forward declare WorkArea
10871
10872         * BufferView.C: don't include WorkArea.h
10873
10874 2001-07-25  André Pönitz <poenitz@gmx.net>
10875
10876         * commandtags.h:
10877         * LyXAction.C:
10878         * lyxfunc.C:  new LFUN 'math-space'
10879
10880         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10881
10882 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10883
10884         * text2.C (toggleInset): call open/close
10885
10886 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10887
10888         * lyxfunc.C (dispatch): add debug for the disabled case
10889
10890         * font.C (buttonText): make similar to rectText
10891
10892         * buffer.C (readInset): comment out parsing of insetlist and
10893         insttheorem
10894
10895         * PainterBase.C (rectText): small correction
10896
10897         * BufferView_pimpl.C: comment out insettheorem and insetlist
10898         * LyXAction.C: ditto
10899         * commandtags.h: ditto
10900
10901 2001-07-24  Juergen Vigna  <jug@sad.it>
10902
10903         * text.C (draw): honor the ignore_language.
10904
10905         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10906
10907 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10908
10909         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10910         char inset.
10911
10912 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10913
10914         * lyxtext.h: remove unused (and unimplemented) methods
10915
10916 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10917
10918         * text.C (getVisibleRow): honor background color
10919
10920         * PainterBase.h:
10921         * Painter.h: remove default color argument for fillRectangle
10922
10923         * text.C (backgroundColor): new method
10924
10925 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10926
10927         * text.C (getVisibleRow): adjust
10928
10929         * font.[Ch] (rectText): new method, metrics
10930         (buttonText): new method, metrics
10931
10932         * PainterBase.[hC]: make rectText and buttonText always draw and take
10933         fewer paramteres.
10934
10935 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10936
10937         * ToolbarDefaults.C (read):
10938         * MenuBackend.C (read): allow escaping in all strings
10939
10940         * BufferView_pimpl.C (insertAndEditInset): new method.
10941         (Dispatch): use insertAndEditInset whenever appropriate.
10942
10943         * BufferView_pimpl.C (insertNote): removed
10944
10945         * BufferView_pimpl.C (smartQuote): new method, moved from
10946         BufferView; if an insetquote cannot be inserted, insert a '"'
10947         character instead.
10948
10949         * BufferView2.C: remove insertCorrectQuote();
10950
10951         * lyxfunc.C (getStatus): Add support for all remaingin
10952         inset-insert lfuns.
10953
10954         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10955
10956         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10957         command (necessary to pass " as parameter of self-insert.
10958
10959         * text.C (selectWordWhenUnderCursor):
10960         (selectWord): add word_location parameter
10961         (selectWordWhenUnderCursor): same + remove special code for word
10962         boundary.
10963         (selectNextWord): use kind() to guess type of insetspecialchar,
10964         not latex().
10965
10966         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10967         (insertErtContents): create ert insets as collapsed.
10968         (readInset): better compatibility code for Info inset.
10969
10970 2001-07-20  Juergen Vigna  <jug@sad.it>
10971
10972         * lyxfunc.C (dispatch): use always LyXFind now!
10973
10974         * text2.C (init): add a reinit flag so that the LyXText can be
10975         reinited instead of deleted and reallocated (used in InsetText).
10976
10977         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10978
10979         * text.C: ditto
10980
10981         * text2.C: ditto
10982
10983 2001-07-18  Juergen Vigna  <jug@sad.it>
10984
10985         * text.C (selectNextWord): handle insets inside inset by calling
10986         always the bv->text functions so that we can go up the_locking_inset!
10987
10988         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10989         in strange locations when inside an inset!
10990
10991         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10992         handling to include insets.
10993
10994         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10995
10996 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10997
10998         * LyXAction.C (init):
10999         * commandtags.h:
11000         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11001         LIGATURE_BREAK, since the name is so stupid.
11002
11003 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11004
11005         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11006         InsetInfos.
11007
11008         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11009
11010         * sp_form.[Ch]: remove.
11011
11012         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11013
11014         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11015         InsetInfo.
11016
11017         * src/buffer.C (readInset): ditto.
11018
11019 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11020
11021         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11022         menuSeparator(), endOfSentenceDot(), ldots() and
11023         hyphenationPoint(), which are therefore removed.
11024         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11025
11026         * LyXAction.C (init):
11027         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11028
11029         * paragraph.C (getWord): removed.
11030
11031         * BufferView_pimpl.C (Dispatch): use last word or selection for
11032         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11033
11034         * lyx_main.C (queryUserLyXDir): do not ask before creating
11035         user_dir, except if it has been named explicitely.
11036
11037 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11038
11039         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11040         a document of zero size.
11041
11042 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11043
11044         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11045         approriately in the c-tor and in require().
11046         (getPackages): output the appropriate LaTeX for natbib support.
11047
11048         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11049         variables "use_natbib" and "use_numerical_citations" when reading the
11050         LyX file.
11051         (readInset): read the various natbib cite commands.
11052         (validate): white-space change.
11053
11054         * bufferparams.[Ch]: new variables "bool use_natbib" and
11055         "bool use_numerical_citations".
11056         (writeFile): output them in the LyX file.
11057
11058 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11059
11060         * lyxfunc.C (getStatus): add support for all the inset insertion
11061         commands.
11062
11063         * text2.C (insertInset):
11064         * paragraph.C (insetAllowed):
11065         * BufferView_pimpl.C (insertInset): update to take in account the
11066         renaming of insertInsetAllowed
11067
11068         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11069
11070         * text2.C (getInset): new method. returns inset at cursor position.
11071
11072         * BufferView_pimpl.C (Dispatch): changes because of this.
11073
11074         * LyXAction.C (init): rename open-stuff to inset-toggle.
11075
11076         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11077
11078         * text2.C (toggleInset): renamed from openStuff; use
11079         Inset::open().
11080
11081 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11082
11083         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11084
11085         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11086
11087 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11088
11089         * buffer.C (readLyXformat2): Add filename to the error dialog
11090
11091 2001-07-18  Juergen Vigna  <jug@sad.it>
11092
11093         * tabular.C (GetCellNumber): put an assert here instead of the check!
11094
11095 2001-07-17  Juergen Vigna  <jug@sad.it>
11096
11097         * BufferView_pimpl.C (toggleSelection): adapted too.
11098
11099         * text.C (selectNextWord): adapted for use with insets.
11100         (selectSelectedWord): ditto
11101
11102 2001-07-17  Juergen Vigna  <jug@sad.it>
11103
11104         * sp_spell.C (PSpell): fix initialitation order.
11105
11106 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11107
11108         * paragraph.C: spacing
11109
11110 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11111
11112         * sp_spell.C: repair language selection for pspell
11113
11114 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11115
11116         * lyxfunc.h: change more methods to begin with lower char.
11117
11118 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11119
11120         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11121         for unknown layouts.
11122
11123 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11124
11125         * buffer.C (readLyXformat2): Generate an error dialog if there are
11126         unknown layouts.
11127
11128 2001-07-16  Juergen Vigna  <jug@sad.it>
11129
11130         * sp_spell.C: always compile ISpell part.
11131
11132         * lyxrc.C: added use_pspell entry and it's handling.
11133
11134 2001-07-13  Juergen Vigna  <jug@sad.it>
11135
11136         * sp_spell.C: removed double includes.
11137
11138 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11139
11140         Consistent use of Lsstream.h:
11141         * Lsstream.h: added using std::stringstream for consistencies sake.
11142
11143         * buffer.C: removed using std::stringstream
11144
11145         * lyxfont.C (stateText):
11146         * paragraph.C (asString):
11147         * text.C (selectNextWord, selectSelectedWord):
11148         * text2.C (setCounter):
11149         * vspace.C (asString, asLatexString):
11150         std::ostringstream -> ostringstream.
11151
11152 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11153
11154         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11155         * commandtags.h: add LFUN_HELP_ABOUTLYX
11156         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11157
11158 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11159
11160         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11161         cursorToggle()
11162         * lyx_gui_misc.C: remove spellchecker
11163         * lyxfunc.C: showSpellchecker
11164         * sp_base.h: added
11165         * sp_ispell.h: added
11166         * sp_pspell.h: added
11167         * sp_spell.C: added
11168         * sp_form.[Ch]: removed
11169         * spellchecker.[Ch]: removed
11170
11171 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11172
11173         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11174         is set.
11175         (simpleTeXSpecialChars): Simply print the input character without
11176         any special translation if pass_thru is set.
11177
11178         * layout.h: Added bool pass_thru to layout class for being able to
11179         implement pass through of a paragraph for Literate Programming.
11180
11181         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11182         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11183         * layout.C (Read): add "passthru" to list of layout tags and add
11184         code to set the pass_thru boolean when it is read.
11185
11186 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11187
11188         * trans_decl.h: remove allowed from KmodInfo
11189
11190         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11191         remove allowed code
11192         (Load): adjust
11193
11194         * paragraph_pimpl.C (erase): use boost::prior
11195
11196         * Painter.C (text): use data() instead of c_str() when length is
11197         also provided.
11198         * WorkArea.C (putClipboard): ditto
11199         * font.h (width): ditto
11200
11201         * BufferView2.C: use it-> instead of (*it). for iterators
11202         * texrow.C: ditto
11203         * paragraph_pimpl.C: ditto
11204         * paragraph.C: ditto
11205         * minibuffer.C: ditto
11206         * language.C: ditto
11207         * kbmap.C: ditto
11208         * encoding.C: ditto
11209         * counters.C: ditto
11210         * converter.C: ditto
11211         * chset.C: ditto
11212         * Variables.C: ditto
11213         * TextCache.C: ditto
11214         * MenuBackend.C: ditto
11215         * LyXAction.C: ditto
11216         * LColor.C: ditto
11217         * FloatList.C: ditto
11218         * DepTable.C: ditto
11219         * ColorHandler.C (LyXColorHandler): ditto
11220
11221 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11222
11223         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11224
11225         * text2.C (openStuff): reintroduce this method (which had been
11226         nuked in NEW_INSETS frenzy).
11227
11228         * lyxfunc.C (Dispatch): when an action has not been handled, use
11229         its name in the error message, not its number.
11230
11231         * paragraph.C (inInset): change method name to begin with lowercase.
11232
11233         * undo_funcs.C:
11234         * text2.C: updates because of this.
11235
11236 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11237
11238         * ToolbarDefaults.C (add): add spaces in error message
11239
11240 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11241
11242         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11243         (readLyXformat2): rename return_par to first_par, use lyxlex's
11244         pushToken and remove the manual push handling.
11245         (parseSingleLyXformat2Token): add another ert comp. variable:
11246         in_tabular, rename return_par to first_par. handle newlines better
11247
11248 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11249
11250         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11251
11252 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11253
11254         * text2.C (getParFromID): removed
11255
11256         * buffer.C (getParFromID): new method moved form lyxtext.
11257         * BufferView2.C (insertErrors): adjust
11258         (setCursorFromRow): adjust
11259         * BufferView_pimpl.C (restorePosition): adjust
11260         * lyxfunc.C (Dispatch): adjust
11261         * undo_funcs.C (textUndo): adjust
11262         (textRedo): adjust
11263         (textHandleUndo): adjust
11264         (textHandleUndo): adjust
11265
11266 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11267
11268         * buffer.C: up' the LYX_FORMAT
11269
11270         * lyxfont.h: turn NO_LATEX on as default
11271
11272         * buffer.C (insertErtContents): new methods of tex style compability.
11273         (parseSingleLyXformat2Token): use it several places.
11274         * tabular.C (OldFormatRead): and here
11275
11276 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11277
11278         * text2.C: remove some commented code.
11279         reindent file.
11280
11281         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11282         * trans.C: changes because of the above.
11283
11284 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11285
11286         * text2.C (setCounter): Fix counters bug with bibliography layout.
11287
11288 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11289
11290         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11291         own member functions
11292         (simpleTeXSpecialChars): ditto
11293
11294 2001-07-06  Juergen Vigna  <jug@sad.it>
11295
11296         * a lot of files: changed the access to LyXText::status and the
11297         call of undo-functions.
11298
11299         * undo.[Ch]: added a inset_id to the undo informations.
11300
11301         * undo_funcs.[Ch]: added and moved here all undo functions.
11302
11303         * lyxtext.h: give the status enum a weight, made status_ a private
11304         variable and made accessor functions for it, removed the whole bunch
11305         of undo-functions as they are now in their own file, make some
11306         functions publically available. Added function ownerParagraph with
11307         int parameter.
11308
11309         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11310         made InInset() a const function, added getParFromID() function.
11311
11312         * buffer.[Ch]: added const version for inset_iterator functions,
11313         added getInsetFromID() function.
11314
11315         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11316         changed undo functions for new version.
11317
11318 2001-07-05  Juergen Vigna  <jug@sad.it>
11319
11320         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11321         unknow mechanism does not call the proper constructor but only this
11322         one also if I request the other!?
11323
11324 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11325
11326         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11327
11328         * text2.C (LyXText): use initialization lists.
11329
11330         * lyxtext.h (Selection): initialize set_ and mark_
11331         (init): remove method
11332
11333 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11334
11335         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11336
11337 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11338
11339         * screen.[Ch]: change method names to begin with lowercase
11340
11341         * BufferView_pimpl.C (updateScrollbar): simplify further and
11342         hopefully make it a bit faster.
11343
11344 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11345
11346         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11347         calling directly xforms functions.
11348
11349         * Painter.C (Painter):
11350         * lyx_cb.C (MenuWrite):
11351         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11352         fl_display.
11353
11354         * lyx_gui.C: remove bogus guiruntime extern declaration.
11355
11356 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11357
11358         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11359         in NEW_INSETS
11360         (redoDrawingOfParagraph): ditto
11361         (redoParagraphs): ditto
11362         (cutSelection): don't create a object for CutAndPaste use the
11363         static method directly
11364         (pasteSelection): ditto
11365
11366         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11367         LyXview (+ rename)
11368
11369 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11370
11371         * modifications to some other files because of this.
11372
11373         * Makefile.am (lyx_SOURCES): add XFormsView
11374
11375         * XFormsView.[Ch]: new files
11376
11377         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11378         the main window. Move the gui dependent stuff to XFormsView
11379
11380 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11381
11382         * tabular.C (GetCellInset): update cur_cell also in the row/col
11383         version of this function.
11384
11385         * lyxfunc.C: no need to include figure_form.h here.
11386
11387         * FontLoader.h:
11388         * lyxfunc.h:
11389         * lyxscreen.h:
11390         * text2.C:
11391         * lyxvc.C: no need to include forms.h here.
11392
11393 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11394
11395         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11396
11397         * lyxfunc.C (Dispatch):
11398         * Spacing.C (set):
11399         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11400         constructor argument.
11401
11402 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11403
11404         * paragraph.C (Paragraph): dont't clear, and just set layout.
11405         (makeSameLayout): use params's copy contructor.
11406
11407         * ParagraphParameters.[Ch] (makeSame): delete method
11408
11409 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11410
11411         * Variables.[Ch]: fix indentation, rename set to isSet
11412
11413 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11414
11415         * lyxfunc.C (Dispatch): fix typo
11416
11417 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11418
11419         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11420         upper_bound.
11421
11422         * bufferlist.C: include assert.h for emergencyWrite().
11423
11424 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11425
11426         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11427           give up at last (bug #425202) !
11428
11429 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11430
11431         * lyx_gui_misc.C:
11432         * sp_form.h:
11433         * sp_form.C:
11434         * spellchecker.h:
11435         * spellchecker.C: strip spellchecker options and bring up
11436           preferences tab instead
11437
11438 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11439
11440         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11441         the istringstream constructor
11442
11443 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11444
11445         * paragraph.C (getLayout): fix return value
11446
11447         * paragraph.h: do not declare getLayout as inline.
11448
11449         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11450
11451 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11452
11453         * lyxcursor.h (operator<): new func
11454         (operator>): new func
11455         (operator>=): new func
11456         (operator<=): new func
11457
11458         * text.C (changeCase): use selection.start and selection.end
11459         (changeRegionCase): require from to be <= to. Require par to be a
11460         valid paragraph.
11461
11462         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11463
11464 2001-06-27  Juergen Vigna  <jug@sad.it>
11465
11466         * text.C (cursorLeftOneWord): changed to return the cursor and added
11467         overlay with BufferView * parameter which calls this one.
11468         (getWord): added
11469         (selectWord): use new getWord function.
11470         (changeCase): renamed from changeWordCase as and extended to work
11471         also on selections.
11472
11473         * lyxtext.h: added enum word_location
11474
11475         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11476         changeCase as this operates now also on selections.
11477
11478 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11479
11480         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11481
11482         * many files: send debug output to Debug::INFO instead of
11483         Debug::ANY.
11484
11485         * converter.C (View):
11486         (Convert):
11487         (Move): send debug output to Debug::FILES instead of console.
11488
11489 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11490
11491         * lyxfunc.C (getStatus): use func_status
11492
11493         * func_status.h: new header, describing the results of
11494         LyXFunc::getStatus;
11495
11496         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11497         LFUN_MATH_HALIGN.
11498
11499 2001-06-25  The LyX Project  <jug@sad.it>
11500
11501         * buffer.C (sgmlOpenTag):
11502         (sgmlCloseTag):
11503         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11504
11505 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11506
11507         * text2.C: remove some dead code
11508
11509         * tabular.C (GetCellInset): store the last cell checked (gotten)
11510
11511         * tabular.h: add the helper for the speedup
11512
11513         * lyxtext.h: remove some dead code
11514
11515 2001-06-26  The LyX Project  <Asger>
11516
11517         * paragraph.C: Change export to LaTeX of alignment to
11518         \begin{center} and family for better roundtrip work with reLyX.
11519
11520         * Tune the math drawing a bit.
11521
11522 2001-06-25  The LyX Project  <Asger>
11523
11524         * LColor.C (LColor): New color for math background. New color
11525         for buttons.
11526
11527 2001-06-25  The LyX Project  <jug@sad.it>
11528
11529         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11530
11531         * lyxfunc.C (Open):
11532         * bufferlist.C (newFile): do not restrict to files ending with
11533         .lyx
11534
11535         * BufferView_pimpl.C (MenuInsertLyXFile):
11536
11537 2001-06-24  The LyX Project  <jug@sad.it>
11538
11539         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11540         of compare_no_case
11541
11542 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11543
11544         * lyxtext.h: rename most methods to begin with a small char.
11545         Lots of changes because of this.
11546
11547         * paragraph.C (Paragraph): do not call fitToSize
11548         (erase): call Pimpl::erase
11549         (insertChar): call Pimpl::insertChar
11550         (insertInset): call Pipl::insertInset
11551         (breakParagraph): do not call fitToSize
11552         (breakParagraphConservative): do not call fitToSize
11553         (fitToSize): remove method
11554
11555         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11556
11557 2001-06-24  The LyX Project  <Asger>
11558
11559         * Fix Qt compilation^2
11560
11561 2001-06-24  The LyX Project  <jug@sad.it>
11562
11563         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11564         depthHook(getDepth()-1).
11565
11566         * paragraph.h:
11567         * ParagraphParameters.h:
11568         * ParameterStruct.h: change type of depth to unsigned int ==
11569         depth_type. Many adaptations to other files before of that.
11570
11571 2001-06-24  The LyX Project  <Asger>
11572
11573         * Fix Qt compilation.
11574
11575 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11576
11577         * paragraph.h: renamed several methods to begin with small letter.
11578         several changes to many parts of the code because of this.
11579
11580 2001-06-23  The LyX Project  <jug@sad.it>
11581
11582         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11583         rewritten to discard all double spaces when KeepEmpty is off
11584         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11585         to only handle newlines but not fiddle with spaces and friends.
11586
11587         * lyxfunc.C (MenuNew): when doing 'new from template', use
11588         template_path as default directory
11589
11590 2001-06-23  The LyX Project  <Asger>
11591
11592         * Clean-up of header file includes all over
11593         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11594
11595 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11596
11597         * paragraph.h: renamed from lyxparagraph.h
11598
11599 2001-06-23  Asger  <lyx@violet.home.sad.it>
11600
11601         * Buffer.h: Removed Buffer::resize
11602         * BufferList.h: Removed BufferList::resize
11603         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11604         the document lazily when we change the width, or the font settings.
11605
11606 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11607
11608         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11609
11610 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11611
11612         * buffer.h: remove out of date comment
11613
11614 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11615
11616         * lyxscreen.h:
11617         * screen.C: fix "theoretical" GC leak
11618
11619 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11620
11621         * LaTeX.C (scanAuxFile):
11622         (deplog): remove trailing \r when reading stream (useful under
11623         win32)
11624
11625 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11626
11627         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11628         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11629         and BufferView::theLockingInset(Inset*), so should use them and not
11630         access bv_->text->the_locking_inset directly.
11631
11632         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11633
11634 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11635
11636         * Makefile.am:
11637         * tex-defs.h: remove old unused file
11638
11639 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11640
11641         * BufferView_pimpl.C: fix typo, remove minibuffer message
11642           when buffer has loaded
11643
11644 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11645
11646         * lyxfunc.C (Dispatch): use stringstream
11647         (MenuNew): use stringstream
11648         (Open): use stringstream
11649
11650         * importer.C (Import): use stringstream
11651
11652         * bufferview_funcs.C (CurrentState): use stringstream
11653
11654         * LaTeX.C (run): use stringstream
11655
11656         * BufferView_pimpl.C (savePosition): use stringstream
11657         (restorePosition): use stringstream
11658         (MenuInsertLyXFile): use stringstream
11659
11660 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11661
11662         * BufferView.C:
11663         * Bullet.C:
11664         * ColorHandler.C:
11665         * FontInfo.C:
11666         * FontLoader.C:
11667         * LColor.C:
11668         * LaTeXFeatures.C:
11669         * Painter.C:
11670         * gettext.C:
11671         * lyx_gui_misc.C:
11672         * lyxserver.C:
11673         * vspace.C: removed // -*- C++ -*- as first line.
11674
11675         * lyxfind.h:
11676         * version.h: added // -*- C++ -*- as first line.
11677
11678 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11679
11680         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11681
11682         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11683         of string
11684
11685 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11686
11687         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11688         of floats.
11689
11690 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11691
11692         * gettext.C: include LString.h even when --disable-nls is on.
11693
11694 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11695
11696         * converter.h (Get): changed argument type from int to
11697         FormatList::size_type to avoid unnecessary conversion.
11698
11699         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11700         before using it.
11701
11702 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11703
11704         * gettext.h: include LString.h even when --disable-nls is on.
11705
11706 2001-06-07  Juergen Vigna  <jug@sad.it>
11707
11708         * text.C (BreakAgain): subst spaces with tabs.
11709
11710         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11711         (resizeInsetsLyXText): set force on resizeLyXText.
11712
11713 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11714
11715         * gettext.h (gettext_init):
11716         (locale_init): use a real definition instead of a macro
11717
11718 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11719
11720         * Bufferview_pimpl.C:
11721         * LColor.h:
11722         * LColor.C: further lcolor tidies
11723
11724 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11725
11726         * BufferView_pimpl.C (updateScrollbar): simplify.
11727
11728         * BufferView2.C: don't include insets/insetinfo.h, change
11729         prototype for insertInset and call the Pimpl version. let
11730         updateInset call Pimpl version.
11731
11732         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11733         gotoInset to BufferView::Pimpl
11734
11735 2001-06-01  Juergen Vigna  <jug@sad.it>
11736
11737         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11738         inside a LockingInset (is the update needed at all?).
11739
11740 2001-05-31  Juergen Vigna  <jug@sad.it>
11741
11742         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11743         here not the old one otherwise how should we compare it afterwards
11744         if it's the same!
11745
11746 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11747
11748         * lyxfont.C:
11749         * tabular.C:
11750         * tabular-old.C:
11751         * FontInfo.C: bring C functions into global namespace when
11752         necessary
11753
11754 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11755
11756         * LString.h: make sure config.h has been loaded before LString.h.
11757
11758         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11759         (one for each char read by EatLine!).
11760
11761         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11762         variables.
11763
11764 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11765
11766         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11767         to the same as the par we break from
11768
11769 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11770
11771         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11772
11773         * MenuBackend.C (expand): also create menu entries for wide
11774         versions of the floats.
11775
11776         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11777
11778         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11779
11780         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11781         frontends/Makefile.am
11782
11783         * text2.C: adjust
11784         * text.C: adjust
11785
11786
11787         * tabular.C (getTokenValue): add std::
11788
11789         * tabular-old.C (getTokenValue): add std::
11790         (getTokenValue): ditto
11791         (getTokenValue): ditto
11792
11793         * screen.C (ToggleSelection): adjust
11794
11795         * lyxtext.h: put selection cursors inside a Selection struct.
11796
11797         * lyxfunc.C (moveCursorUpdate): adjust
11798
11799         * lyxfont.C (latexWriteStartChanges): add std::
11800
11801         * lyxfind.C: adjust
11802
11803         * font.h: delete with(char const *, LyXFont const &)
11804
11805         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11806
11807         * FontInfo.C (getFontname): add std::
11808
11809         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11810         (workAreaButtonPress): adjust
11811         (tripleClick): adjust
11812         (update): adjust
11813         (moveCursorUpdate): adjust
11814         (Dispatch): adjust
11815
11816         * BufferView2.C (gotoInset): adjust
11817
11818 2001-05-30  Juergen Vigna  <jug@sad.it>
11819
11820         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11821         to check pspell I add this as default as I now have new pspell
11822         libraries and they seem to use this.
11823
11824 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11825
11826         * text2.C (CutSelection): make the cursor valid before the call to
11827         ClearSelection.
11828
11829 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11830
11831         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11832         relied on 0 terminated strings and other horrors. Bug found due to
11833         the new assert in lyxstring!
11834
11835         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11836         KP_ keys.
11837
11838 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11839
11840         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11841         to latinkeys.bind.
11842
11843         * lyxfunc.C (processKeySym): change method of getting to the
11844         self-insert char.
11845
11846         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11847         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11848         * BufferView_pimpl.[Ch]: here as private methods.
11849
11850 2001-05-28  Juergen Vigna  <jug@sad.it>
11851
11852         * text.C (SetHeightOfRow): added the update() call again as it is
11853         needed to initialize inset dimensions!
11854
11855 2001-05-16  Juergen Vigna  <jug@sad.it>
11856
11857         * text2.C (SetCharFont): Add new function with BufferView * and
11858         bool toggleall parameters for setting insets internal fonts.
11859         (SetFont): Freeze the undo as we may change fonts in Insets and
11860         all this change should be inside only one Undo!
11861
11862         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11863         setting font's in insets as for them we have the SetFont function!
11864
11865 2001-05-15  Juergen Vigna  <jug@sad.it>
11866
11867         * text2.C (ClearSelection): to be sure we REALLY don't have any
11868         selection anymore!
11869
11870         * tabular.C (TeXCellPreamble): fixed the left border problem for
11871         multicolumn cells.
11872
11873 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11874
11875         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11876         dependancy file
11877
11878 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11879
11880         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11881         LFUN_BREAKPARAGRAPH.
11882
11883         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11884         help test to "internal only", similar for LFUN_INSERT_URL
11885
11886         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11887         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11888         auto_region_delete and deadkeys.
11889
11890 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11891
11892         * LColor.h:
11893         * LColor.C: remove some dead entries, tidy a little
11894
11895 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11896
11897         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11898         commented code.
11899         (Dispatch): implement LFUN_ESCAPE
11900
11901         * commandtags.h: add LFUN_ESCAPE
11902
11903         * LyXAction.C (init): add entry for LFUN_ESCAPE
11904
11905         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11906         Remove commented code.
11907         (insertNote): moved here
11908         (open_new_inset): moved here
11909
11910         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11911         BufferView_pimpl
11912
11913 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11914
11915         * kbmap.C (findbinding): clean it up and make it work correctly.
11916
11917         * lyx_main.C (init): do not pass argc and argv as parameters
11918
11919 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11920
11921         * buffer.C: fix path for OS/2 & Win32
11922
11923         * lyx_gui.C:
11924         * lyx_main:
11925         * lyx_main.C: Added os:: class.
11926
11927         * os2_defines.h: update
11928
11929 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11930
11931         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11932         better by trying again with reduced state.
11933
11934 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11935
11936         * lyxrc.C (read): print error about invalid key sequence only when
11937         debugging (because not all latinX keysyms are known to some X
11938         servers)
11939
11940         * kbsequence.C (getiso): add a few std:: qualifiers
11941         (getiso): comment out extra return statement.
11942
11943 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11944
11945         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11946         handling.
11947         (Dispatch): enhance the accent inset a bit. (not perfect)
11948
11949 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11950
11951         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11952
11953 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11954
11955         * bufferlist.C (emergencyWrite): fix assert() call
11956
11957 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11958
11959         * text.C (InsertChar): Added trivial patch to only send the "you
11960         can not do multiple spaces this way" message once during a
11961         session.
11962
11963 2001-05-08  Baruch Even  <baruch@lyx.org>
11964
11965         * Makefile.am: Changed order of libraries to get LyX to link properly
11966         with the gnome frontend.
11967
11968 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11969
11970         * LaTeXFeatures.h: add a std:: qualifier
11971
11972 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11973
11974         * paragraph.C (String): use stringstream
11975
11976 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11977
11978         * paragraph.C (writeFile): remove footflag arg
11979
11980         * buffer.C (makeLaTeXFile): use stringstream
11981         (latexParagraphs): remove footnot gurba
11982
11983         * LaTeXFeatures.C (getPackages): use stringstream
11984         (getMacros): likewise
11985         (getTClassPreamble): likewise
11986         (getFloatDefinitions): new method
11987
11988         * paragraph.C (writeFile): reindent
11989         (Erase): reindent
11990
11991         * WorkArea.h: revert the xpos + etc changes.
11992
11993         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11994
11995         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11996
11997         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11998         (pasteSelection): likewise
11999         * text2.C (CreateUndo): likewise
12000
12001 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12002
12003         * minibuffer.C (peek_event): temporarily reduce the functionality
12004         of the minibuffer (to allow args on lfuns)
12005
12006         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12007         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12008
12009         * buffer.C (readInset): add compability reading of old float
12010         lists, add reading of new style float list.
12011         (readInset): avoid reevaluation of inscmd.getCmdName()
12012         (getLists): reindent
12013
12014         * MenuBackend.C (MenuItem): implement parsing of
12015         md_floatlistinsert and md_floatinsert.
12016         (expand::LastFiles): move initalizaton of iterators out of loop,
12017         avoid reevaluation.
12018         (expand::Documents): introduce typdedef vector<string> Strings,
12019         and use it.
12020         (expand::ExportFormats): introduce typedef vector<Format const *>
12021         Formats, and use it.
12022         (expand): implement FloatListInsert and FloatInsert.
12023
12024         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12025         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12026         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12027
12028         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12029         handling.
12030         (Dispatch::LFUN_FLOAT_LIST): implement
12031
12032 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12033
12034         * LaTeX.C (run): Fix problem with --export code.
12035
12036 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12037
12038         * BufferView.[Ch] (workarea): removed.
12039         (getClipboard) new method; wrapper for workarea()->getClipboard()
12040
12041         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12042         bug.
12043
12044         * WorkArea.h (width, height, xpos, ypos): These methods all
12045         returned the dimensions of the work_area sub-area of WorkArea,
12046         resulting in a position error if the WorkArea were resized. Now
12047         return the dimensions of the entire WorkArea.
12048
12049         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12050
12051 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12052
12053         * LaTeX.C (deplog): correct the syntax of regex reg1
12054
12055 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12056
12057         * undo.C: remove !NEW_INSETS cruft
12058
12059 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12060
12061         * text2.C: remove !NEW_INSETS cruft
12062
12063         * text.C: remove !NEW_INSETS cruft
12064
12065         * tabular.C: remove !NEW_INSETS cruft
12066
12067         * spellchecker.C: remove !NEW_INSETS cruft
12068
12069         * lyxtext.h: remove !NEW_INSETS cruft
12070
12071         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12072
12073         * lyxfunc.C: remove !NEW_INSETS cruft
12074
12075         * lyxfind.C: remove !NEW_INSETS cruft
12076
12077         * lyx_cb.C: remove !NEW_INSETS cruft
12078
12079         * figureForm.C: remove  !NEW_INSETS cruft
12080
12081         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12082
12083         * buffer.[Ch]: remove !NEW_INSETS cruft
12084
12085         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12086
12087         * CutAndPaste.C: remove !NEW_INSETS cruft
12088
12089         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12090
12091         * BufferView2.C: remove !NEW_INSETS cruft
12092
12093         * BufferView.h: remove !NEW_INSETS cruft
12094
12095 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12096
12097         * Lsstream.h: include LString.h before the sstream headers to
12098         fix problem with gcc 2.95.3 and lyxstring
12099
12100 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12101
12102         * lyx_main.C: add using directives when needed for C functions
12103         declared in std:: namespace.
12104
12105 2001-04-27  Juergen Vigna  <jug@sad.it>
12106
12107         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12108         (SetHeightOfRow): comment out the update call should not be needed!
12109
12110 2001-04-13  Juergen Vigna  <jug@sad.it>
12111
12112         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12113         (LyXTabular): tried to minimize operator= operations (and realized
12114         hopfully Lars wish).
12115
12116 2001-04-27  Juergen Vigna  <jug@sad.it>
12117
12118         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12119
12120 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12121
12122         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12123
12124         * buffer.C (readInset): hack to make listof algorithm work
12125
12126         * BufferView_pimpl.C: hack to make listof algorithm work
12127
12128 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12129
12130         * LyXAction.C: removed all !NEW_INSETS cruft
12131         (init): moved lfun_item in method
12132
12133         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12134
12135 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12136
12137         * BufferView2.C (theLockingInset): white space.
12138
12139 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12140
12141         * minibuffer.C: include <iostream>
12142
12143         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12144
12145         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12146
12147         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12148
12149         * text.[Ch] (TransposeChars): new method
12150
12151 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12152
12153         * call message directly through LyXView instead of through LyXFunc
12154         * BufferView2.C: adjust
12155         * BufferView_pimpl.C: adjust
12156         * FontLoader.C: adjust
12157         * buffer.C: adjust
12158         * bufferview_funcs.C: adjust
12159         * converter.C: adjust
12160         * figureForm.C: adjust
12161         * importer.C: adjust
12162         * lyx_cb.C: adjust
12163         * lyx_gui_misc.C: adjust
12164         * lyxfunc.C: adjust
12165         * lyxvc.C: adjust
12166         * text2.C: adjust
12167         + more files in subdirs
12168
12169         * lyxparagraph.h (size): move up int file
12170         (GetLayout): ditto
12171
12172         * adjust all uses of Assert to lyx::Assert.
12173
12174         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12175         lyxfunctional in namespace lyx
12176         * layout.C (hasLayout): ditto
12177         (GetLayout): ditto
12178         (GetLayout): ditto
12179         (delete_layout): ditto
12180         (NumberOfClass): ditto
12181         * converter.C (GetFormat): ditto
12182         (GetNumber): ditto
12183         (Add): ditto
12184         (Delete): ditto
12185         (SetViewer): ditto
12186         * bufferlist.C (getFileNames): ditto
12187         (emergencyWriteAll): ditto
12188         (exists): ditto
12189         (getBuffer): ditto
12190         * MenuBackend.C (hasSubmenu): ditto
12191         (hasMenu): ditto
12192         (getMenu): ditto
12193         * BufferView_pimpl.C (getInsetByCode): ditto
12194
12195 2001-04-18  Juergen Vigna  <jug@sad.it>
12196
12197         * vspace.C (asLatexString): fixed the 100% problem.
12198
12199 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12200
12201         * lyxfunc.C (Dispatch):
12202         * minibuffer.C:
12203         * minibuffer.h: add a few std:: qualifiers
12204
12205 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12206
12207         * minibuffer.[Ch]: reimplement so that commands is initiated and
12208         run from lyxfunc, simplified som handling, and made the completion
12209         and history code for complete. wip.
12210
12211         * lyxfunc.C (processKeySym): call message
12212         (miniDispatch): new temporary method
12213         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12214         (LFUN_MESSAGE): implement
12215         (LFUN_MESSAGE_PUSH): implement
12216         (LFUN_MESSAGE_POP): implement
12217         (initMiniBuffer): the initial/defualt minibuffer message.
12218
12219         * lyxfont.[Ch]: inline some more getters
12220
12221         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12222
12223         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12224
12225         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12226         (AutoSave): use LFUN_MESSAGE
12227         (Reconfigure): ditto
12228
12229         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12230
12231         * figureForm.C: use LFUN_MESSAGE
12232
12233         * converter.C (runLaTeX): use LFUN_MESSAGE
12234
12235         * bufferview_funcs.C: use LFUN_MESSAGE
12236         (Melt): ditto
12237         (changeDepth): ditto
12238
12239         * bufferparams.h: use boost::
12240
12241         * bufferlist.h: inherit privately from noncopyable
12242
12243         * bufferlist.C (loadLyXFile): remove some commented code.
12244
12245         * buffer.C (runChktex): use LFUN_MESSAGE
12246
12247         * ShareContainer.h: inherit privately from noncopyable
12248
12249         * ParagraphParameters.[hC] (depth): inline it.
12250
12251         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12252         methods.
12253         (message): new method
12254         (messagePush): ditto
12255         (messagePop): ditto
12256         (show): init minibuffer
12257         (showState): direct call
12258
12259         * LaTeX.[Ch]: inherit privately from noncopyable
12260         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12261         instead of WriteStatus.
12262
12263         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12264
12265         * BufferView_pimpl.C (buffer): don't init minibuffer
12266         (workAreaButtonPress): use LFUN_MESSAGE
12267         (workAreaButtonRelease): ditto
12268         (savePosition): ditto
12269         (restorePosition): ditto
12270         (MenuInsertLyXFile): ditto
12271         (workAreaExpose): don't init minibuffer
12272         (update): remove commented code, simplify
12273
12274         * BufferView2.C (openStuff): use LFUN_MESSAGE
12275         (toggleFloat): ditto
12276         (menuUndo): ditto
12277         (menuRedo): ditto
12278         (copyEnvironment): ditto
12279         (pasteEnvironment): ditto
12280         (copy): ditto
12281         (cut): ditto
12282         (paste): ditto
12283         (gotoInset): ditto
12284         (updateInset): remove some commented code
12285
12286         * lastfiles.h: inherit privately from noncopyable
12287         * layout.h: ditto
12288         * lyx_gui.h: ditto
12289         * lyx_main.h: ditto
12290         * lyxlex.h: ditto
12291         * lyxlex_pimpl.h: ditto
12292
12293         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12294         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12295         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12296
12297         * LyXAction.h: inherit privately from noncopyable, add methods
12298         func_begin, func_end, returning iterators to the func map.
12299
12300         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12301         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12302         (func_begin): new method
12303         (func_end): new method
12304
12305         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12306         and not)
12307         (copySelection): ditto
12308         (pasteSelection): ditto
12309
12310         * BufferView.C: whitespace change
12311         * BufferView.h: inherit privately from noncopyable
12312
12313 2001-04-16  Allan Rae  <rae@lyx.org>
12314
12315         * tabular-old.C (l_getline):
12316         * spellchecker.C (sc_check_word):
12317         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12318         an unrecognised preprocessor directive.  So ensure they're wrapped.
12319
12320 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12321
12322         * src/exporter.C (Export): Give an error message when path to file
12323         contains spaces.
12324
12325 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12326
12327         * LaTeX.C (deplog): Always check that foundfile exists.
12328
12329 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12330
12331         * lyx_main.h:
12332         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12333
12334 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12335
12336         * tabular.[Ch] (getLabelList): implement new method
12337
12338         * minibuffer.h: comment ouf setTiimer
12339
12340         * minibuffer.C (ExecutingCB): constify res
12341         (peek_event): constify s
12342         (Set): constify ntext
12343         (Init): constify nicename
12344
12345         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12346
12347         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12348         (savePosition): use two params to Minibuffer::Set
12349         (restorePosition): ditto
12350
12351 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12352
12353         * lyx_main.C: include language.h
12354
12355         * Makefile.am (lyx_main.o): add language.h
12356
12357 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12358
12359         * exporter.C:
12360         * paragraph.C:
12361         * screen.C:
12362         * tabular.C:
12363         * CutAndPaste.C: include gettext.h
12364
12365         * lyxfont.h: remove old hack with ON and OFF.
12366
12367         * lyxparagraph.h:
12368         * lyxfont.h: do not include language.h...
12369
12370         * BufferView2.C:
12371         * LaTeXFeatures.C:
12372         * Painter.C:
12373         * bufferview_funcs.C:
12374         * font.C:
12375         * lyxfont.C:
12376         * text.C:
12377         * text2.C:
12378         * trans_mgr.C:
12379         * paragraph.C: ... but do it here instead
12380
12381 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12382
12383         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12384
12385         * tabular.C: small reformat
12386
12387         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12388         NEW_INSETS version
12389         (GetChar): ditto
12390         (BreakParagraph): ditto
12391         (SetOnlyLayout): ditto
12392         (SetLayout): ditto
12393
12394         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12395         with one arg less.
12396
12397         * lastfiles.C: removed most using decl, add std:: where needed
12398
12399         * buffer.C: ws changes
12400
12401         * MenuBackend.C (class compare_format): put into anon namespace
12402         (expand): constify label, names, action, action2
12403         (expand):
12404
12405         * text.C (SingleWidth): constify font
12406         (IsBoundary): constify rtl2
12407         (GetVisibleRow): constify ww
12408
12409         * LaTeX.C (deplog): constify logfile
12410
12411         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12412         start_x, end_x
12413         (workAreaExpose): constify widthChange, heightChange
12414
12415         * lyxrow.C (par): moved
12416         (height): moved
12417         (next): moved
12418         * lyxrow.h: as inlines here
12419
12420         * lyxfont.h (shape): moved from lyxfont.C
12421         (emph): moved from lyxfont.C
12422
12423         * lyxfont.C (LyXFont): use initialization list for all
12424         constructors
12425         (shape): move to lyxfont.h as inline
12426         (emph): move to lyxfont.h as inline
12427
12428
12429 2001-04-04  Juergen Vigna  <jug@sad.it>
12430
12431         * vspace.C: had to include stdio.h for use of sscanf
12432
12433 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12434
12435         * BufferView.h:
12436         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12437         independent of xforms.
12438
12439 2001-04-02  Juergen Vigna  <jug@sad.it>
12440
12441         * spellchecker.C: fixed namespace placing!
12442
12443 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12444
12445         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12446         the LyXParagraph * is 0.
12447
12448 2001-03-29  Juergen Vigna  <jug@sad.it>
12449
12450         * vspace.C: added support for %, c%, p%, l%.
12451         (stringFromUnit): added helper function.
12452         (asLatexString): changed to give right results for the %-values.
12453
12454         * buffer.C: convert the widthp in a width%.
12455
12456 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12457
12458         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12459         figureForm.[Ch].
12460
12461         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12462         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12463
12464         * lyx_cb.[Ch]: see above.
12465
12466         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12467         form1.[Ch].
12468
12469         * form1.[Ch]:
12470         * lyx.[Ch]: replaced by figure_form.[Ch].
12471
12472         * lyx_gui.C:
12473         * lyx_gui_misc.C:
12474         * lyxfunc.C: changed headers associated with above changes.
12475
12476 2001-03-27  Juergen Vigna  <jug@sad.it>
12477
12478         * BufferView_pimpl.C: set the temporary cursor right!
12479
12480 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12481
12482         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12483
12484 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12485
12486         * LString.h: removed "using std::getline"!
12487
12488         * BufferView_pimpl.C (Dispatch): changes due to changes in
12489         InsetInclude::Params.
12490
12491         * buffer.C (tag_name): removed redundant break statements as they were
12492         producing lots of warnings with my compiler.
12493
12494 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12495
12496         * LString.h: add "using std::getline" when using the real <string>.
12497
12498 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12499
12500         * buffer.C: removed bitset usage.
12501         PAR_TAG moved to an anonymous name space.
12502         (tag_name): new funtion, also in the anonymous namespace.
12503         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12504         (makeDocBookFile): clean code. Completed transition from string arrays
12505         to string vectors.
12506         (SimpleDocBookOnePar): code clean.
12507
12508 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12509
12510         * tabular.C: add some comments.
12511
12512 2001-03-22  Juergen Vigna  <jug@sad.it>
12513
12514         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12515         compatibility read a bit and fixed bug with minipage in different
12516         depth.
12517
12518 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12519
12520         * buffer.C (pop_tag): removed.
12521         (push_tag): removed.
12522         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12523         array replaced with vector. Added support for CDATA sections.
12524         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12525         at any nest level.
12526         (makeDocBookFile): XML conformant declaration of CDATA section,
12527         fixed bug related to <emphasis> in the first paragraph char.
12528         (sgmlOpenTag): exclude empty tags.
12529         (sgmlCloseTag): ditto.
12530
12531         * buffer.h (pop_tag): removed.
12532         (push_tag): removed.
12533
12534 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12535
12536         * language.h (Languages): added size_type and size().
12537
12538 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12539
12540         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12541         response on compability reading of minipages. One probliem is that
12542         the old usage of minipages was «flertydig»
12543
12544         * several files here and in subdirs: don't use static at file
12545         scope use anon namespaces instead.
12546
12547 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12548
12549         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12550         LaTeX output. This is necessary for Literate document
12551         processing.
12552
12553 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12554
12555         * buffer.C: insert hfill when needed.
12556
12557         * tabular.C (l_getline): use string::erase, small whitespace change.
12558
12559         * BufferView_pimpl.C: try the anon namespace.
12560         * WorkArea.C: ditto
12561
12562 2001-03-16  Juergen Vigna  <jug@sad.it>
12563
12564         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12565         otherwise it won't open options-dialogs.
12566
12567         * buffer.C: honor pextraWidth(p) on converting minipages.
12568
12569         * tabular.C (l_getline): changed the functions to strip trailing \r.
12570
12571 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12572
12573         * BufferView_pimpl.C:
12574         * minibuffer..C: added "using SigC::slot" declaration.
12575
12576 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12577
12578         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12579
12580         * text2.C: ditto
12581
12582         * text.C: ditto
12583
12584         * paragraph.C: ditto
12585
12586         * lyxtext.h: NO_PEXTRA
12587
12588         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12589
12590         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12591         * ParameterStruct.h: ditto
12592         * ParagraphParameters.h: ditto
12593         * lyxparagraph.h: ditto
12594
12595 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12596
12597         * buffer.C: add compability for minipage alignment.
12598         (latexParagraphs): remove unwanted pextra check.
12599
12600         * several files: remove CXX_WORKING_NAMESPACES
12601
12602         * buffer.C (pop_tag): tie is in namespace boost
12603
12604         * BufferView.h: noncopyable is in namespace boost
12605         * lyxlex.h: ditto
12606         * lyx_main.h: ditto
12607         * lyx_gui.h: ditto
12608         * layout.h: ditto
12609         * lastfiles.h: ditto
12610         * bufferlist.h: ditto
12611         * ShareContainer.h: ditto
12612         * LyXView.h: ditto
12613         * LyXAction.h: ditto
12614         * LaTeX.h: ditto
12615
12616 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12617
12618         * Merging changes from BRANCH_MVC back into HEAD.
12619
12620         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12621
12622 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12623
12624         * BufferView_pimpl.C: change from intl.C
12625
12626         * combox.h:
12627         * combox.C:
12628         * Makefile.am: move combox.*
12629
12630         * form1.h:
12631         * form1.C:
12632         * lyx_gui.C:
12633         * intl.h:
12634         * intl.C: remove dialog (covered by prefs)
12635
12636 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12637
12638         * lyxfunc.C (Dispatch): removed redundant break statement.
12639
12640 2001-03-14  Juergen Vigna  <jug@sad.it>
12641
12642         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12643
12644 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12645
12646         * buffer.C: add hack to fix compability reading of minipages.
12647
12648 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12649
12650         * buffer.C (getLists): Cleanup.
12651
12652 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12653
12654         * lyxfont.C (update): don't honor toggleall on font size.
12655
12656 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12657
12658         * bmtable.c:
12659         * bmtable.h:
12660         * Makefile.am: moved to frontends/xforms/
12661
12662         * lyx_gui_misc.C:
12663         * lyxfunc.C:
12664         * BufferView_pimpl.C: changes for moved mathpanel
12665
12666 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12667
12668         * gettext.h: fix gettext_init() in --disable-nls
12669
12670 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12671
12672         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12673
12674 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12675
12676         * lyx.C:
12677         * lyx.h: strip external form
12678
12679 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12680
12681         * BufferView_pimpl.C: add comment, destroySplash()
12682
12683 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12684
12685         * BufferView_pimpl.C:
12686         * LyXAction.C:
12687         * buffer.C:
12688         * commandtags.h:
12689         * lyxfunc.C: use re-worked insetinclude
12690
12691 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12692
12693         * buffer.C: add using std::stringstream.
12694
12695         * lyx_cb.C: readd using std::ios.
12696
12697         * buffer.C: add using std::map.
12698
12699         * BufferView_pimpl.C: add using std::vector.
12700
12701         * ShareContainer.h: add std:: to swap.
12702
12703         * buffer.h: add some typedefs
12704         * buffer.C (getLists): use them
12705         (getLists): renamed from getTocList.
12706         add a counter for the different float types and use it in the
12707         generated string.
12708         (getLists): use the same counter for the NEW_INSETS and the "non"
12709         NEW_INSETS
12710
12711         * lyx_cb.h: remove unused items, includes, using etc.
12712
12713         * ShareContainer.h: remove some commented code, add more comments
12714         and "documentation".
12715
12716 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12717
12718         * buffer.C (getTocList): make the list also when NEW_INSETS is
12719         defined.
12720
12721         * buffer.h: remove TocType
12722
12723         * buffer.C (getTocList): change to return a map<string,
12724         vector<TocItem> >, implement for dynamic number of list.
12725
12726         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12727         * text2.C (PasteSelection): adjust
12728         * CutAndPaste.C (pasteSelection): adjust
12729
12730         * FloatList.C (FloatList): update from the new_insets branch.
12731         * Floating.[Ch]: ditto
12732         * LaTeXFeatures.C: ditto
12733         * buffer.C: ditto
12734         * lyxlex_pimpl.C: ditto
12735
12736         * paragraph.C (Last): remove when NEW_INSETS is defined.
12737
12738         * other file: changes because of the above.
12739
12740 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12741
12742         * lyxparagraph.h: rename next to next_, previous to previous_,
12743         make them private for NEW_INSETS. Rename Next() to next(),
12744         Previous() to previous().
12745
12746         * other files: changes because of the above.
12747
12748 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12749
12750         * BufferView.h:
12751         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12752         problem.
12753
12754 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12755
12756         * main.C (main): pass lyx_localedir to gettext_init().
12757
12758         * gettext.h: remove locale_init and gettext_init macros
12759
12760         * gettext.C (locale_init): new function
12761         (gettext_init): new function
12762
12763         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12764         setlocale().
12765
12766 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12767
12768         * Moved credits to frontends:
12769         * credits.[Ch]: removed
12770         * credits_form.[Ch]: removed
12771         * lyx_gui_misc.C: remove credits stuff
12772         * Makefile.am:
12773
12774 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12775
12776         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12777
12778         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12779         unneeded destructor.
12780
12781         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12782         a standalone pointer again.
12783
12784         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12785
12786 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12787
12788         * Makefile.am:
12789         * filedlg.h:
12790         * filedlg.C:
12791         * LyXAction.C:
12792         * ToolbarDefaults.C:
12793         * bufferlist.C:
12794         * commandtags.h:
12795         * form1.C:
12796         * form1.h:
12797         * lyx_cb.C:
12798         * lyx_cb.h:
12799         * lyxfunc.h:
12800         * lyxfunc.C:
12801         * BufferView_pimpl.C: use new file dialog in GUII
12802
12803         * lyx_cb.h:
12804         * lyx_cb.C: remove LayoutsCB to Toolbar
12805
12806 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12807
12808         * ShareContainer.h (get): add std:: qualifier
12809
12810 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12811
12812         * ShareContainer.h: define a proper ShareContainer::value_type
12813         type (and use typename to please compaq cxx)
12814
12815 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12816
12817         * lyxparagraph.h: move serveral local vars to
12818         ParameterStruct/ParagraphParameters., use ShareContainer in
12819         FontTable., make vars in FontTable private and add getter and
12820         setter.
12821
12822         * paragraph.C: changes because of the above.
12823
12824         * lyxfont.h: remove copy constructor and copy assignment. (the
12825         default ones is ok), move number inside FontBits. move inlines to
12826         lyxfont.C
12827
12828         * lyxfont.C: add number to initializaton of statics, move several
12829         inlines here. constify several local vars. some whitespace
12830         cleanup. Dont hide outerscope variables.
12831
12832         * Spacing.h: add two new constructors to match the set methods.
12833
12834         * ShareContainer.h: new file, will perhaps be moved to support
12835
12836         * ParameterStruct.h: new file
12837
12838         * ParagraphParameters.h: new file
12839
12840         * ParagraphParameters.C: new file
12841
12842         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12843         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12844
12845         * BufferView_pimpl.C: ParagraphParameter changes.
12846         * buffer.C: Likewise.
12847         * bufferview_funcs.C: Likewise.
12848         * text.C: Likewise.
12849         * text2.C: Likewise.
12850
12851 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12852
12853         * lyxfind.C (LyXReplace): do not redefine default argument in
12854         implementation.
12855         (IsStringInText): ditto
12856         (SearchForward): ditto
12857         (SearchBackward): ditto
12858
12859 2001-03-06  Juergen Vigna  <jug@sad.it>
12860
12861         * lyxfind.C (IsStringInText): put parentes around expressions.
12862
12863 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12864
12865         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12866
12867 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12868
12869         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12870
12871         * stl_string_fwd.h: add comment
12872
12873         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12874
12875         * tabular.h:
12876         * tabular.C: remove unused DocBook methods
12877
12878         * intl.C:
12879         * language.C:
12880         * paragraph.C:
12881         * buffer.C:
12882         killed DO_USE_DEFAULT_LANGUAGE
12883
12884 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12885
12886         * lyx_gui.C: do not include language.h.
12887
12888         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12889         arguments in function implementation.
12890
12891 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12892
12893         * BufferView_pimpl.C: add <ctime>
12894
12895 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12896
12897         * BufferView_pimpl.C: add using std::find_if
12898
12899 2001-02-27  José Matos  <jamatos@fep.up.pt>
12900
12901         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12902         by OnlyPath.
12903
12904 2001-02-11  José Matos  <jamatos@fep.up.pt>
12905
12906         * buffer.C (makeDocBookFile): command styles now have a parameter as
12907         "title" by default.
12908
12909 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12910
12911         * layout_forms.[Ch]: removed
12912         * lyx_cb.[Ch]: out character
12913         * lyx_gui.C: out character
12914         * lyx_gui_misc.C: out character
12915         * bufferview_funcs.C: : out character,
12916         added toggleall as parameter in ToggleAndShow
12917
12918 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12919
12920         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12921
12922         * text2.C (SetCurrentFont): Disable number property at boundary.
12923
12924 2001-02-26  Juergen Vigna  <jug@sad.it>
12925
12926         * lyxfunc.C (getStatus): added a string argument override function so
12927         that this is correctly called from LyXFunc::Dispatch if it contains a
12928         do_not_use_argument which is used!
12929         (Dispatch): added check for "custom" export and call appropriate func.
12930
12931 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12932
12933         * lyxrc.C: Add language_command_local, language_use_babel and
12934         language_global_options.
12935
12936         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12937
12938         * buffer.C (makeLaTeXFile): Use language_use_babel and
12939         language_global_options.
12940
12941 2001-02-23  Juergen Vigna  <jug@sad.it>
12942
12943         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12944         which works with LyXText and putted it inside BufferView. Here now we
12945         only call for that part the BufferView::Dispatch() function.
12946
12947         * BufferView.C (Dispatch): added.
12948
12949         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12950         functions which needs to use a LyXText over from LyXFunc.
12951         (MenuInsertLyXFile): added
12952         (getInsetByCode): added
12953         (moveCursorUpdate): added
12954         (static TEXT): added
12955
12956 2001-02-22  Juergen Vigna  <jug@sad.it>
12957
12958         * BufferView_pimpl.C (update): call a status update to see if LyXText
12959         needs it.
12960
12961 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12962
12963         * vc-backend.C (revert): implement for CVS
12964         (getLog): implement for CVS
12965
12966 2001-02-20  Juergen Vigna  <jug@sad.it>
12967
12968         * text2.C (ClearSelection): added BufferView param for inset_owner call
12969
12970         * lyxfunc.C (TEXT): added this function and use it instead of
12971         directly owner->view()-text of getLyXText().
12972
12973 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12974
12975         * src/layout_forms.C: out preamble
12976         * src/layout_forms.h: out preamble
12977         * src/lyx_cb.C: out preamble
12978         * src/lyx_cb.h: out preamble
12979         * src/lyx_gui.C: out preamble
12980         * src/lyx_gui_misc.C: out preamble
12981         * src/lyxfunc.C: connect with guii preamble
12982
12983 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12984
12985         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12986
12987 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12988
12989         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12990         whether to run bibtex.
12991
12992 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12993
12994         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12995
12996 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12997
12998         * Makefile.am (lyx_SOURCES): removed bibforms.h
12999
13000         * vspace.h: doxygen
13001
13002         * text.C (GetVisibleRow): make several local vars const
13003
13004         * tabular.C: small cleanup.
13005
13006         * lyxserver.C (callback): use compare instead of strncmp
13007
13008         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13009         inlines to after class or to paragraph.C
13010
13011         * lyxfont.h: remove friend operator!=
13012
13013         * converter.h: move friend bool operator< to non friend and after
13014         class def.
13015
13016         * combox.h: small cleanup
13017
13018         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13019         to inlines after class def.
13020
13021         * buffer.C (pop_tag): use string operations instead of strcmp
13022
13023         * bmtable.c: doxygen, small cleanup
13024
13025         * LaTeX.h: remove friend operator==
13026
13027 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13028
13029         * screen.C:
13030         * lyxrc.[Ch]:
13031         * lyxfunc.C:
13032         * lyxfont.[Ch]:
13033         * lyx_cb.C:
13034         * intl.[Ch]:
13035         * commandtags.h:
13036         * buffer.C:
13037         * WorkArea.[Ch]:
13038         * LyXAction.C:
13039         * BufferView_pimpl.C:
13040         * BufferView.[Ch]: remove cruft
13041
13042 2001-02-14  Juergen Vigna  <jug@sad.it>
13043
13044         * lyxfunc.C: removed #if 0 unused code
13045
13046         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13047
13048         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13049
13050         * text2.C (SetSelection): added a BufferView * parameter
13051
13052 2001-02-13  Juergen Vigna  <jug@sad.it>
13053
13054         * lyxfunc.C (Dispatch): fixed protected blank problem.
13055         * BufferView2.C (protectedBlank): added LyxText * parameter.
13056
13057         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13058         (AppendColumn): same as above for column_info.
13059
13060         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13061         (moveCursorUpdate): use a LyXText param for support of InsetText.
13062
13063         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13064         (tripleClick): ditto
13065
13066         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13067
13068         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13069
13070         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13071
13072         * text2.C (SetSelection): set correct update status if inset_owner
13073         (ToggleFree): ditto
13074
13075 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13076
13077         * tabular.C: remove some commented code.
13078
13079 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13080
13081         * BufferView_pimpl.C: call hideSplash()
13082
13083         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13084
13085         * include_form.h:
13086         * bibforms.h: remove
13087
13088         * lyxfunc.C:
13089         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13090           add LFUN_CHILD_CREATE
13091
13092         * counters.h: fix tiny typo
13093
13094         * lyx_cb.C:
13095         * lyx.h:
13096         * lyx_gui.C:
13097         * lyx.C: move splash to frontends/xforms/
13098
13099         * lyx_gui_misc.C: move Include and Bibform to frontends
13100
13101         * lyxvc.h: clarify comment
13102
13103         * vspace.C: tiny housekeeping
13104
13105 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13106
13107         * text.C (PrepareToPrint): RTL Fix.
13108
13109         * paragraph.C (GetUChar): New method.
13110         (String):  Use GetUChar.
13111
13112         * buffer.C (asciiParagraph): Use GetUChar.
13113
13114 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13115
13116         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13117
13118 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13119
13120         * buffer.h:
13121         * buffer.C: rename to getLogName(), handle
13122           build log / latex log nicely
13123
13124 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13125
13126         * MenuBackend.C:
13127         * MenuBackend.h: remove support for reference menuitem type.
13128
13129 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13130
13131         * BufferView_pimpl.C: housekeeping
13132         * BufferView_pimpl.h:
13133         * LyXView.h:
13134         * Makefile.am:
13135         * Timeout.C:
13136         * Timeout.h:
13137         * minibuffer.h: move Timeout GUI-I
13138
13139 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13140
13141         * lyxrc.C (read): Update converters data-structures.
13142
13143 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13144
13145         * LaTeX.h (operator!=): add operator != for Aux_Info
13146
13147 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13148
13149         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13150
13151         * LaTeXLog.C: deleted, useful code moved to Buffer
13152
13153         * buffer.h:
13154         * buffer.C: new function getLatexLogName()
13155
13156         * lyx_gui_misc.C:
13157         * lyx_gui.C:
13158         * lyxvc.C:
13159         * lyxvc.h:
13160         * lyxfunc.C: use frontends for LaTeX and VC logs
13161
13162 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13163
13164         * LaTeX.h: yet another std:: that Allan forgot.
13165
13166         * Variables.C (set): renamed from isset(), because this clashes
13167         with some HP-UX macros (grr).
13168
13169 2001-02-06  Allan Rae  <rae@lyx.org>
13170
13171         * LaTeX.h: Another bug fix.  Missing std:: this time.
13172
13173 2001-02-04  Allan Rae  <rae@lyx.org>
13174
13175         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13176         floats problem. I've left it commented out because it's not quite
13177         correct.  It should also test that the current object is a table or
13178         figure inset.  But I haven't gotten around to figuring out how to do
13179         that.  I *think* it'll be something like: "table" == inset.type()
13180
13181         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13182         bool.
13183
13184 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13185
13186         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13187         all the citation/databases/styles in the auxilary file.
13188         (run): Rerun latex if there was a babel language error.
13189
13190 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13191
13192         * text.C (Backspace): Preserve the font when changing newline char
13193         with a space.
13194         (BreakParagraph): If the cursor is before a space, delete the space.
13195
13196         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13197
13198 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13199
13200         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13201         new argument (code).
13202         (ChangeCitationsIfUnique): New method.
13203
13204         * paragraph.C (GetPositionOfInset): Handle bibkey.
13205
13206 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13207
13208         * BufferView_pimpl.h: change type of Position::par_pos to
13209         LyXParagraph::size_type.
13210
13211 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13212
13213         * BufferView_pimpl.C (savePosition, restorePosition): Write
13214         messages to minibuffer.
13215
13216 2001-01-28  José Matos  <jamatos@fep.up.pt>
13217
13218         * buffer.C (makeDocBookFile): adds support for document language.
13219         A silly restriction on the name of LatexCommand types where removed.
13220         Added support for CDATA sections, allows to chars unescaped, used
13221         among others in code, to avoid escape < and >.
13222
13223 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13224
13225         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13226         saved positions instrad of a stack. Furthermore, a position is
13227         stored using paragraph id/paragraph position.
13228
13229         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13230         Remove LFUN_REF_BACK.
13231
13232 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13233
13234         * converter.C (dvipdfm_options): New method.
13235
13236 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13237
13238         * vspace.C (isValidLength): Fix for empty input string.
13239
13240 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13241
13242         * LyXAction.C (init): change description of LFUN_FIGURE to
13243         "Insert Graphics"
13244
13245 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13246
13247         * LaTeX.C: add using directive
13248
13249 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13250
13251         * MenuBackend.C (expand): Fix the sorting of the formats.
13252
13253 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13254
13255         * lyx_main.C: tiny error message fix
13256
13257 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13258
13259         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13260         calling fl_initialize(). This fixes the problem with ',' as
13261         decimal separator in text files.
13262
13263 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13264
13265         * trans.C (process): Fix the keymap bug.
13266
13267 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13268
13269         * LaTeX.C (scanAuxFiles): New method. Provides support for
13270         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13271         (scanLogFile) Scan for "run BibTeX" messages.
13272
13273         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13274         OT1 font encoding. Also, load the aecompl package if the ae
13275         package is loaded.
13276
13277         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13278
13279 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13280
13281         * texrow.C (increasePos): turn two error messages into debug
13282         messages.
13283
13284 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13285
13286         * LaTeX.C (scanAux): Handle the \@input macro.
13287         (runBibTeX): Use scanAux().
13288
13289         * language.C (latex_options_): New field.
13290
13291         * LaTeXFeatures.C (getMacros): Add language macros.
13292
13293         * buffer.C (makeLaTeXFile): Small fix.
13294
13295 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13296
13297         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13298
13299         * text2.C: add a using directive.
13300
13301 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13302
13303         * BufferView2.C:
13304         * lyx_gui_misc.h:
13305         * lyxfr1.C:
13306         * lyxfunc.C: kill LyXBell.
13307
13308 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13309
13310         * text.C (IsBoundary): Remove the error message
13311
13312         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13313
13314         * lyxrc.C (setDefaults): Correct initialization value for
13315         font_norm_type.
13316
13317 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13318
13319         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13320         gotoError().
13321
13322         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13323         and GotoNextNote().
13324
13325         * src/LyXAction.C: Added reference-next.
13326
13327         * text.C (InsertChar): Use contains instead of strchr.
13328
13329         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13330
13331 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13332
13333         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13334         alignment commands (when needed).
13335
13336         * text.C (InsertChar): Add ':' to number separator chars.