]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
make some more regexs static
[lyx.git] / src / ChangeLog
1 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
2
3         * text3.C (doInsertInset, dispatch, dispatch):
4         * text2.C (cursorUp, cursorDown):
5         * text.C (selectNextWordToSpellcheck):
6         * BufferView_pimpl.C (dispatch):
7         * lyxfunc.C (dispatch):  localDispatch -> dispatch
8
9 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10
11         * lyxsocket.C: include <cerrno>
12
13 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
14
15         * lyxfunc.C (dispatch): remove textcache stuff
16
17         * bufferlist.C (release): remove textcache stuff
18         (closeAll): ditto
19
20         * TextCache.C: delete file
21         * TextCache.h: delete file
22
23         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
24
25         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
26         delete of the bv_->text.
27         (resizeCurrentBuffer): remove texcache stuff
28         (workAreaResize): ditto
29
30 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
31
32         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
33         action.
34
35 2003-10-16  André Pönitz  <poenitz@gmx.net>
36
37         * lyxrow.[Ch]:
38         * paragraph.h:
39         * rowpainter.C:
40         * text.C:
41         * text2.C:
42         * text3.C: speed up by storing y positions per paragraph plus per-row
43         offset instead of having a 'full' y position in the row.
44
45 2003-10-15  André Pönitz  <poenitz@gmx.net>
46
47         * iterators.[Ch]:
48         * iterators.[Ch]:
49         * undo.[Ch]: make undo aware of inner insets
50
51 2003-10-14  Angus Leeming  <leeming@lyx.org>
52
53         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
54         static member functions LyX::ref() and LyX::cref.
55         (lastfiles): new accessor functions for the new lastfiles_ member var.
56         (addLyXView, views_): add a new LyXView to the list of views_.
57         (updateInset): loop over all LyXViews to call their own updateInset
58         member function, returning a pointer to the Buffer owning the inset.
59
60         * BufferView_pimpl.C (loadLyXFile):
61         * MenuBackend.C (expandLastfiles):
62         * bufferlist.C (MenuWrite, QuitLyX):
63         lastfiles is no longer a global variable.
64         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
65
66         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
67         static function. Access through LyX::cref().emergencyCleanup().
68
69 2003-10-14  André Pönitz  <poenitz@gmx.net>
70
71         * iterators.[Ch]: new direct access to innermost LyXText and Inset
72
73         * undo.[Ch]: restoring part of 'undo in insets'
74
75         * Makefile.am:
76         * undo_funcs.[Ch]: merge with undo.[Ch]
77
78         * tabular.C: small cleansing stuff
79
80 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
81
82         * paragraph_funcs.C (readParToken): report unknown insets as error
83         boxes. Use the outer paragraph as location (also for unknown
84         tokens).
85
86         * factory.C (readInset): do not abort on reading an unknown inset.
87         Eat it and return 0.
88
89 2003-10-13  Angus Leeming  <leeming@lyx.org>
90
91         * lyx_main.C (LyX): remove call to setDisplayTranslator().
92
93         * lyxrc.C: displayTranslator is now a function,
94         declared in GraphicsTypes.h.
95
96 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
97
98         * format.C: new placeholder $$a to pass the socket address.
99
100         * bufferlist.[Ch]: new function getBufferFromTmp.
101
102         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
103           files in the temporary dir.
104
105 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
106
107         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
108
109         * Makefile.am: add lyxsocket.[Ch].
110
111         * lyx_main.C (error_handler): handle SIGPIPE.
112
113 2003-10-13  André Pönitz  <poenitz@gmx.net>
114
115         * BufferView_pimpl.C:
116         * lyxtext.h:
117         * text.C:
118         * text2.C:
119         * text3.C:
120         * undo_funcs.[Ch]: use paroffset_type instead of
121           ParagraphList::iterators to prevent multiple conversion
122           (and get a more robust interface)
123
124 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
125
126         * lyxfunc.C (dispatch): RESULT -> dispatch_result
127         * lyxtext.h: ditto
128         * text3.C (dispatch): ditto
129
130 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
131
132         * LaTeX.C (handleFoundFile): move the static to smaller scope,
133         move the onlyfile, use onlyfile instead of foundfile in a couple
134         of places.
135
136         * DepTable.C (update): flush the error stream a bit more
137
138 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
139
140         * lyxserver.C (callback): adjust
141
142         * lyxfunc.C (getStatus): add a missing brace in commented code
143         (ensureBufferClean): reindent
144         (dispatch): delete version taking a string
145
146 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
147
148         * LaTeX.C (deplog): move found file handlig from here...
149         (handleFoundFile): .. to new function here.
150         (deplog): make sure to discover several files mentioned on the
151         same log line.
152
153 2003-10-10  André Pönitz  <poenitz@gmx.net>
154
155         * lyxfunc.C:
156         * lyxtext.h:
157         * tabular.C:
158         * text.C:
159         * text2.C:
160         * text3.C: fix some of the tabular crashes
161
162 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
163
164         * MenuBackend.C (binding): put debug message into Debug::KBMAP
165
166         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
167
168 2003-10-09  André Pönitz  <poenitz@gmx.net>
169
170         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
171
172         * BufferView.C:
173         * BufferView_pimpl.C:
174         * bufferview_funcs.C:
175         * lyx_cb.C:
176         * lyxcursor.C:
177         * lyxfind.C:
178         * lyxfunc.C:
179         * lyxtext.h:
180         * text.C:
181         * text2.C:
182         * text3.C:
183         * text_funcs.[Ch]:
184         * textcursor.[Ch]:
185         * undo_funcs.C: adjust
186
187 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
188
189         * text2.C (incrementItemDepth): new function, use a backtracking
190         algorithm to discover the correct item depth.
191         (resetEnumCounterIfNeeded): new function, use a backtracking
192         algorithm to discover if counter reset is needed.
193         (setCounter): use them. Simplify a bit. Add different labels for
194         different item depths for itemize.
195
196         * paragraph.C (Paragraph): remove initialization of enumdepth
197         (operator=): ditto
198
199         * paragraph.h: get rid of enumdepth, and use itemdepth both for
200         enumerate and itemize. Change the type of itemdepth to signed char.
201
202 2003-10-08  André Pönitz  <poenitz@gmx.net>
203
204         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
205           thing assignable.
206         * text.C:
207         * text2.C: adjust
208
209         * tabular.[Ch]: fix crash after 'row-insert'
210
211 2003-10-08  Angus Leeming  <leeming@lyx.org>
212
213         Fix doxygen warnings.
214
215         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
216         Remove CutAndPaste:: prefix from header file declaration.
217
218         * LColor.h (fill): remove LColor:: prefix from declaration.
219
220         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
221         use lyx::depth_type rather than Paragraph::depth_type so that
222         header file and .C file match.
223
224         * converter.h (intToFormat): remove Converters:: prefix from declaration.
225
226         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
227         * aspell.C: \file aspell_local.C -> \file aspell.C
228         * gettext.C: \file gettext.C -> \file src/gettext.C
229         * gettext.h: \file gettext.h -> \file src/gettext.h
230         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
231         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
232         * text.C: \file text.C -> \file src/text.C
233
234         * toc.C: move comment so that doxygen is not confused.
235
236 2003-10-07  Angus Leeming  <leeming@lyx.org>
237
238         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
239
240 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
241
242         * aspell.C:
243         * aspell_local.h: add forgotten std::string's.
244
245 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
246
247         * LaTeXFeatures.C:
248         * LyXAction.C:
249         * factory.C:
250         * lfuns.h:
251         * lyxfunc.C:
252         * text3.C: The Box patch. Fancybox support, minipage, parbox
253
254 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
255
256         * CutAndPaste.h:
257         * DepTable.h:
258         * FloatList.h:
259         * LaTeXFeatures.h:
260         * ParagraphParameters.h:
261         * TextCache.h:
262         * Thesaurus.h:
263         * bufferlist.h:
264         * exporter.h:
265         * importer.h:
266         * lastfiles.h:
267         * lyxfind.h:
268         * lyxfont.h:
269         * lyxlex.h:
270         * lyxtextclasslist.h:
271         * messages.h:
272         * paragraph.h:
273         * paragraph_pimpl.C:
274         * textcursor.h: add <string> and other small fixes to make Lars'
275         std::string patch compile with STLport.
276
277 2003-10-06  Angus Leeming  <leeming@lyx.org>
278
279         * LColor.h: Add missing #include <string>.
280
281 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
282
283         * All most all file in all subdirs: Make <string> be the prefered
284         way of getting to std::string, add using declarations.
285
286 2003-10-06  André Pönitz  <poenitz@gmx.net>
287
288         * metricsinfo.C: initialize LyXFont before changing attribute.
289         (fixes the 'math in \emph is upright' bug)
290
291 2003-10-06  André Pönitz  <poenitz@gmx.net>
292
293         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
294
295 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
296
297         * graph.C:
298         * paragraph_pimpl.C: Small fixes to build using STLport
299
300 2003-10-02  André Pönitz  <poenitz@gmx.net>
301
302         * lyxfunc.C:
303         * text3.C: move handling of LFUN_DEPTH *; fix #1360
304
305 2003-10-01  André Pönitz  <poenitz@gmx.net>
306
307         * factory.C: assert early
308
309 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
310
311         * lyx_main.C: remove the global debug object
312
313         * debug.h: adjust for new debugstream
314
315         * debug.C: adjust for new debugstream and keep the global debug
316         object here.
317
318 2003-09-22  Angus Leeming  <leeming@lyx.org>
319
320         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
321         of g++ which otherwise complain that the scoped_ptr destructor can't delete
322         an incomplete class LyXFont.
323
324 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
325
326         * factory.C: bug fix in branches
327
328 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
329
330         * lyxfunc.C (processKeySym): adjust
331         (dispatch): adjust
332         (dispatch): change arg name from ev to func, adjust
333         (sendDispatchMessage): ditto
334
335         * lyx_main.C (defaultKeyBindings): adjust keybindings
336         (deadKeyBindings): ditto
337
338         * kbsequence.C (addkey): return a FuncRequest
339
340         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
341
342         * kbmap.C (bind): take a FuncRequest as arg, adjust
343         (read): adjust
344         (lookup): adjust
345         (defkey): change to take a FuncRequest as arg, adjust
346         (findbinding): take a FuncRequest as arg, adjust.
347
348         * funcrequest.h (operator=): added
349
350         * funcrequest.C (FuncRequest): default kb_action changed from
351         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
352
353         * buffer.C (dispatch): simplify
354         (dispatch): adjust to take a FuncRequest as arg, adjust
355
356         * boost.C (assertion_failed): change assertion message slightly
357
358         * ToolbarBackend.C (read): simplify
359
360         * MenuBackend.C (binding): adjust call to findbinding, add a
361         message if no binding is found.
362         (read): simplify
363         (expandToc): correct by adding a empty FuncRequest
364
365         * LyXAction.C: include <boost/assert.hpp>
366         (isPseudoAction): delete function
367         (LookupFunc): change name to...
368         (lookupFunc): this. change return type to FuncRequest.
369         (getActionName): take kb_action as arg, simplify
370         (funcHasFlag): add an assert, simplify.
371
372 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
373
374         * toc.C (action): return a FuncRequest, simplify
375
376         * lyxfunc.C (processKeySym): adjust
377         (getStatus): delete version that takes an int.
378         (getStatus): adjust
379         (dispatch): delete version that takes action as int
380         (dispatch): adjust
381         (sendDispatchMessage): simplify and adjust
382
383         * funcrequest.C (getArg): take unsigned int as arg
384
385         * ToolbarBackend.C (read): adjust
386         (add): delete version that takes func as a string.
387         (getIton): take a FuncRequest as arg
388
389         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
390         action.
391
392         * MenuBackend.C (MenuItem): add a new construct that only takes a
393         Kind, simplify the constructor use for submenus.
394         (add): adjust
395         (expandLastfiles): adjust
396         (expandDocuments): adjust
397         (expandFormats): adjust
398         (expandFloatListInsert): adjust
399         (expandFloatInsert): adjust
400         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
401
402         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
403         Remove class variables lyx_pseudo_map and lyx_arg_map
404
405         * LyXAction.C (searchActionArg): delete function
406         (getPseudoAction): delete function
407         (retrieveActionArg): delete function
408         (LookupFunc): make it return kb_action, simplify.
409         (getActionName): simplify
410
411         * factory.C (createInset): fix new bug
412
413 2003-09-19  Angus Leeming  <leeming@lyx.org>
414
415         * CutAndPaste.C (pasteSelection): remove fudge used to set the
416         masterFilename_ parameter in the include inset.
417
418         * factory.C (createInset): changes due to the changes to InsetInclude.
419
420 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
421
422         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
423
424 2003-09-18  Angus Leeming  <leeming@lyx.org>
425
426         * buffer.C:
427         * BufferView.C: pass the buffer when calling Inset::getLabelList,
428         Inset::fillWithBibKeys.
429         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
430
431 2003-09-18  Angus Leeming  <leeming@lyx.org>
432
433         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
434         variables.
435         (ctor): pass and store a 'Buffer const &'
436         (buffer): new member function.
437
438         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
439         '*this' to the LaTeXFeatures ctor.
440
441 2003-09-18  Angus Leeming  <leeming@lyx.org>
442
443         * LColor.h:
444         * lyxfont.C:
445         * lyxfont.h:
446         * lyxtext.h:
447         * text.C: rename EnumLColor as LColor_color.
448
449 2003-09-18  Angus Leeming  <leeming@lyx.org>
450
451         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
452         remove #include "insets/insetbase.h" from cursor.h.
453
454 2003-09-18  Angus Leeming  <leeming@lyx.org>
455
456         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
457         InsetOld_code to remove #include "inset.h".
458
459         * iterators.C: add #include "insets/inset.h"
460
461 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
462
463         * BufferView.C: remove more locking stuff that apparently doesn't
464         do anything sensible.
465
466 2003-09-16  André Pönitz  <poenitz@gmx.net>
467
468         * paragraph.[Ch]:
469         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
470           performance boost.
471
472 2003-09-16  Angus Leeming  <leeming@lyx.org>
473
474         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
475
476         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
477         arg/return type.
478
479         * paragraph.h: remove #include "lyxfont.h". Forward declare
480         LyXFont_size.
481
482 2003-09-16  Angus Leeming  <leeming@lyx.org>
483
484         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
485         of support/textutils.h.
486         (isWord): move the contents of support/textutils.h's IsWordChar here.
487
488         * buffer.C:
489         * lyxfind.C:
490         * rowpainter.C:
491         * text.C:
492         * text2.C: add #include "paragraph.h".
493
494         * rowpainter.C:
495         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
496
497 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
498
499         * main.C:
500         * lyx_main.C:
501         * lyx_cb.C:
502         * buffer.C:
503         * LaTeX.C: use namespace alias for lyx::support::os
504
505 2003-09-16  Angus Leeming  <leeming@lyx.org>
506
507         * bufferparams.C:
508         * bufferview_funcs.C:
509         * factory.C:
510         * lyxfunc.C:
511         * paragraph_pimpl.C:
512         * rowpainter.C:
513         * text.C: add #include "LColor.h".
514
515 2003-09-16  Angus Leeming  <leeming@lyx.org>
516
517         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
518         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
519         return LyXFont &.
520         Store the FontBits::color variable as an int rather than as an
521         LColor::colorso that we can move LColor.h out of the lyxfont.h header
522         file.
523
524         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
525         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
526         string calls together.
527
528         * lyxrc.C: add #include "LColor.h".
529
530 2003-09-15  Angus Leeming  <leeming@lyx.org>
531
532         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
533         a cow_ptr.
534
535 2003-09-15  Angus Leeming  <leeming@lyx.org>
536
537         * LColor.h: add an EnumLColor wrapper for LColor::color.
538
539         * lyxfont.[Ch] (color, setColor, realColor):
540         * lyxtext.h, text.C (backgroundColor):
541         pass EnumLColor args to/from the functions, rather than LColor::color
542         ones.
543
544         * lyxfont.h:
545         * lyxtext.h: forward declare EnumLColor.
546
547         * lyx_main.C: add #include "LColor.h".
548
549 2003-09-15  Angus Leeming  <leeming@lyx.org>
550
551         * .cvsignore: add lyx-gtk.
552
553 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
554
555         * Chktex.C
556         * LaTeX.C
557         * LaTeXFeatures.C
558         * ParagraphParameters.C
559         * Spacing.C
560         * buffer.C
561         * bufferparams.C
562         * bufferview_funcs.C
563         * chset.C
564         * counters.C
565         * funcrequest.C
566         * lyxfont.C
567         * lyxgluelength.C
568         * lyxlength.C
569         * paragraph.C
570         * paragraph_funcs.C
571         * text3.C
572         * vc-backend.C: remove usage of STRCONV
573
574 2003-09-15  Angus Leeming  <leeming@lyx.org>
575
576         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
577         explicitly define the color passed to the painter.
578
579 2003-09-15  Angus Leeming  <leeming@lyx.org>
580
581         * bufferparams.C (BufferParams): reorder member initializers to avoid
582         compiler warning.
583
584 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
585
586         * CutAndPaste.C (pasteSelection): remove an outdated #warning
587         * text.C (updateRowPositions): remove an unusual nop
588
589 2003-09-12  André Pönitz  <poenitz@gmx.net>
590
591         * BufferView_pimpl.C:
592         * Bullet.C:
593         * layout.h:
594         * lyxfunc.C:
595         * lyxlayout.[Ch]:
596         * lyxtextclass.C:
597         * rowpainter.C:
598         * text.C:
599         * text2.C:
600         * Counters.[Ch]: finish the 'automatic counters' job
601
602 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
603
604         * aspell.C: include <boost/assert.cpp> (compile fix)
605
606 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
607
608         * boost.C (assertion_failed): use lyx::support::abort instead of
609         assert.
610
611 2003-09-10  Angus Leeming  <leeming@lyx.org>
612
613         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
614         with their _fwd progeny.
615
616 2003-09-09  Angus Leeming  <leeming@lyx.org>
617
618         134 files throughtout the source tree: replace 'using namespace abc;'
619         directives with the appropriate 'using abc::xyz;' declarations.
620
621 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
622
623         * boost.C (emergencyCleanup): moved here from LAssert.c
624         (assertion_failed): new function, called by BOOST_ASSERT
625
626         * several files: change Assert to BOOST_ASSERT
627
628 2003-09-09  Angus Leeming  <leeming@lyx.org>
629
630         * buffer.[Ch]: Add an Impl class and move Buffer's member
631         variables into it. As a result move several header files out of
632         buffer.h.
633
634         Add header files to lots of .C files all over the tree as a result.
635
636 2003-09-09  Angus Leeming  <leeming@lyx.org>
637
638         * buffer.[Ch]: make Buffer's member variables private. Add
639         accessor functions.
640
641         Lots of changes all over the tree as a result.
642
643 2003-09-08  Angus Leeming  <leeming@lyx.org>
644
645         * graph.C: #include <config.h>.
646
647 2003-09-08  Angus Leeming  <leeming@lyx.org>
648
649         * BranchList.C:
650         * BufferView.C:
651         * BufferView_pimpl.C:
652         * CutAndPaste.C:
653         * DepTable.C:
654         * LaTeX.C:
655         * LaTeXFeatures.C:
656         * LyXAction.C:
657         * MenuBackend.C:
658         * TextCache.C:
659         * aspell.C:
660         * buffer.C:
661         * bufferlist.C:
662         * changes.C:
663         * chset.C:
664         * converter.C:
665         * counters.C:
666         * debug.C:
667         * graph.C:
668         * ispell.C:
669         * lyx_cb.C:
670         * lyxfind.C:
671         * lyxfunc.C:
672         * lyxlex_pimpl.C:
673         * lyxrc.C:
674         * lyxrow.C:
675         * paragraph.C:
676         * rowpainter.C:
677         * texrow.C:
678         * text.C:
679         * text2.C:
680         * toc.C: remove redundant using directives.
681
682 2003-09-07  Angus Leeming  <leeming@lyx.org>
683
684         * LaTeXFeatures.h: remove #include "support/types.h".
685         * ToolbarBackend.h: remove #include <algorithm>.
686         * changes.h: remove #include <ctime>.
687         * debug.h: remove #include <iosfwd>.
688         * graph.h: remove #include "support/std_string.h".
689         * lyx_main.h: remove #include <csignal>.
690         * lyxlex_pimpl.h: remove #include <fstream>.
691         * sgml.h: remove #include <algorithm>, <utility>.
692         * toc.h: remove #include "support/std_ostream.h".
693         Add #include <iosfwd>.
694
695 2003-09-07  Angus Leeming  <leeming@lyx.org>
696
697         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
698
699         * converter.h: forward declare LatexRunParams.
700         * encoding.h: remove #include "lyxrc.h".
701         * lyxtext.h: remove #include "LColor.h".
702         * lyxtextclass.h: remove #include "support/types.h".
703         * trans.h: remove #include "tex-accent.h".
704         * trans_mgr.h: remove #include "tex-accent.h".
705         * insets/inset.h: remove #include "support/types.h", <vector>.
706         * insets/insetcollapsable.h: remove #include "LColor.h".
707         * insets/insetinclude.h: remove #include "dimension.h".
708         * insets/insetlatexaccent.h: remove #include "dimension.h".
709         * insets/insetoptarg.h:: remove #include "insettext.h".
710         * insets/insettext.h: remove #include "dimension.h",
711         <boost/shared_ptr.hpp>
712
713         * insets/renderers.h: add #include "dimension.h".
714         * insets/updatableinset.h: add #include "support/types.h".
715
716         * many .C files: Associated changes.
717
718 2003-09-06  Angus Leeming  <leeming@lyx.org>
719
720         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
721         one, inside testInvariant.
722
723         * PrinterParams.C: new file.
724         * PrinterParams.[Ch]: move the function bodies out of line.
725
726 2003-09-06  Angus Leeming  <leeming@lyx.org>
727
728         * ParagraphParameters.h: forward declare ParameterStruct rather than
729         including its header file.
730         (depth): moved out-of-line.
731
732 2003-09-06  Angus Leeming  <leeming@lyx.org>
733
734         * BufferView_pimpl.h:
735         * kbmap.h:
736         * kbsequence.h:
737         * lyxfunc.h: forward declare LyXKeySym rather than
738         #include "frontends/LyXKeySym.h".
739
740         * BufferView_pimpl.C:
741         * kbmap.C:
742         * kbsequence.C:
743         * lyxfunc.C: associated changes.
744
745 2003-09-06  Angus Leeming  <leeming@lyx.org>
746
747         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
748         As a result, can remove the #include "insets/inset.h" from BufferView.h
749
750 2003-09-06  Angus Leeming  <leeming@lyx.org>
751
752         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
753         As a result, can remove the #include "insets/inset.h" from BufferView.h
754
755 2003-09-06  Angus Leeming  <leeming@lyx.org>
756
757         * buffer_funcs.C:
758         * buffer.h:
759         * bufferlist.C:
760         * BufferView.C:
761         * bufferview_funcs.C:
762         * BufferView_pimpl.C:
763         * CutAndPaste.C:
764         * lyx_cb.C:
765         * lyxfunc.C:
766         * paragraph.h:
767         * ParagraphParameters.C:
768         * tabular.C:
769         * text3.C:
770         * toc.C:
771         * undo_funcs.C:
772         * frontends/controllers/ControlDocument.C:
773         * insets/insetcaption.C: rearrange the #includes into some sort of
774         coherent order.
775
776         * buffer.h: remove #includes ErrorList.h, undo.h
777
778 2003-09-06  Angus Leeming  <leeming@lyx.org>
779
780         * support/types.h: add a 'depth_type' typedef, used to store the
781         nesting depth of a paragraph.
782
783         * paragraph.h:
784         * ParameterStruct.h: use this lyx::depth_type typedef rather than
785         defining explicitly.
786
787         * buffer.h:
788         * paragraph_funcs.h:
789         * ParagraphParameters.h:
790         * sgml.h: use lyx::depth_type rather than Paragraph or
791         ParameterStruct's depth_type.
792
793         * buffer.h
794         * paragraph_funcs.h: no need to #include paragraph.h anymore.
795
796         * BufferView.C:
797         * BufferView_pimpl.C:
798         * CutAndPaste.C:
799         * ParagraphParameters.C:
800         * buffer_funcs.C:
801         * bufferlist.C:
802         * bufferview_funcs.C:
803         * lyx_cb.C:
804         * lyxfunc.C:
805         * tabular.C:
806         * text3.C:
807         * toc.C:
808         * undo_funcs.C:
809         * frontends/LyXView.C:
810         * frontends/controllers/ControlDocument.C:
811         * frontends/controllers/ControlErrorList.C:
812         * insets/insetbibitem.C:
813         * insets/insetbranch.C:
814         * insets/insetcaption.C:
815         * insets/insetcollapsable.C:
816         * insets/insetenv.C:
817         * insets/insetert.C:
818         * insets/insetfloat.C:
819         * insets/insetfoot.C:
820         * insets/insetfootlike.C:
821         * insets/insetnewline.C:
822         * insets/insetquotes.C:
823         * insets/insettabular.C:
824         * insets/insettext.C:
825         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
826
827         * frontends/controllers/ControlChanges.C: #include "changes.h".
828
829 2003-09-06  Angus Leeming  <leeming@lyx.org>
830
831         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
832         than #including paragraph.h.
833
834         * ParagraphList.h:
835         * RowList.h: deleted. Superfluous.
836
837         * CutAndPaste.h:
838         * iterators.h:
839         * lyxcursor.h:
840         * lyxtext.h:
841         * text_funcs.h:
842         * undo.h:
843         * undo_funcs.h:
844         * insets/inset.h:
845         * insets/insettext.h: use ParagraphList_fwd.h rather than
846         ParagraphList.h.
847
848         * paragraph.h: don't forward declare ParagraphList.
849
850         * buffer.h:
851         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
852         rather than ParagraphList.h. paragraph.h is still needed for the
853         Paragraph::depth_type parameters.
854
855         * textcursor.h: enable it to compile stand-alone in light of the
856         above changes.
857
858         * bufferview_funcs.C:
859         * iterators.C:
860         * lyxfunc.C:
861         * lyxrow_funcs.C:
862         * paragraph.C:
863         * rowpainter.C:
864         * text.C:
865         * text2.C:
866         * text3.C:
867         * text_funcs.C:
868         * textcursor.C:
869         * undo.C:
870         * frontends/controllers/ControlParagraph.C:
871         * frontends/controllers/ControlTabular.C:
872         * insets/insetmarginal.C:
873         * insets/insetminipage.C:
874         * insets/insetnote.C:
875         * insets/insetoptarg.C: add header files needed to compile again.
876
877 2003-09-06  Angus Leeming  <leeming@lyx.org>
878
879         * RowList_fwd.h: new file, forward-declaring Row rather than
880         #including lyxrow.h.
881
882         * lyxrow_funcs.h:
883         * lyxtext.h:
884         * paragraph.h:
885         * insets/insettext.h: use it instead of RowList.h
886
887         * bufferview_funcs.C:
888         * lyxfunc.C:
889         * lyxrow_funcs.C:
890         * paragraph.C:
891         * rowpainter.C:
892         * text.C:
893         * text2.C:
894         * text3.C: #include "RowList.h".
895
896 2003-09-05  Angus Leeming  <leeming@lyx.org>
897
898         * factory.C (createInset):
899         * vspace.C (c-tor): replace sscanf call with an istringstream.
900         * ispell.C: re-add missing HP/UX headers.
901         * lyxserver.C: re-add missing  os2 headers.
902
903 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
904
905         * BranchList.C:
906         * graph.C:
907         * ispell.C:
908         * lastfiles.C:
909         * lyx_cb.C:
910         * lyxserver.C:
911         * texrow.C:
912         * text3.C: re-add missing system headers, needed for 2.95.2.
913
914 2003-09-05  Angus Leeming  <leeming@lyx.org>
915
916         Changes most place everywhere due to the removal of using directives
917         from support/std_sstream.h.
918
919 2003-09-05  Angus Leeming  <leeming@lyx.org>
920
921         Replace LString.h with support/std_string.h,
922         Lsstream.h with support/std_sstream.h,
923         support/LIstream.h with support/std_istream.h,
924         support/LOstream.h with support/std_ostream.h.
925
926         Changes resulting throughout the tree.
927
928 2003-09-05  Angus Leeming  <leeming@lyx.org>
929
930         * sgml.h: ensure that the header file can be compiled stand-alone.
931         * *.C: strip out redundant #includes. (320 in total.)
932
933 2003-09-04  Angus Leeming  <leeming@lyx.org>
934
935         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
936         here (from getPackages).
937
938         * debug.[Ch]: add a new EXTERNAL tag.
939
940 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
941
942         * text2.C (cursorEnd): simplify
943         (setCursor): adjust
944         (getColumnNearX): adjust
945
946         * text.C (computeBidiTables): adjust
947         (fill): adjust
948
949         * rowpainter.C (paintChars): adjust
950         (paintSelection): adjust
951         (paintChangeBar): adjust
952         (paintText): adjust
953
954         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
955         lastPos instead.
956         (numberOfSeparators): adjust
957
958 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
959
960         * LyXAction.C:
961         * box.[Ch]:
962         * lfuns.h:
963         * lyxfunc.C:
964         * text3.C: Restricts the mouse click functionality
965         of insets like bibtex, include, toc and floatlist to the visible
966         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
967         up the dialogs. Cursor has to be in front of the inset (i.e.
968         start of row) for this to function.
969
970 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
971
972         * bufferview_funcs.C (currentState): output row information
973
974 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
975
976         * bufferview_funcs.C (currentState): output paragraph position
977
978 2003-09-04  Angus Leeming  <leeming@lyx.org>
979
980         * FloatList.h: move out #include "Floating.h".
981         * LaTeX.h: move out #include "DepTable.h".
982         * LyXAction.h: move out #include "funcrequest.h".
983         * buffer.h: move out #include "author.h", "iterators.h".
984         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
985         * lyx_main.h: move out #include "errorlist.h".
986         * lyxfunc.h: move out #include "FuncStatus.h".
987         * lyxtext: move out #include "lyxcursor.h".
988         * paragraph_pimpl.h: move out #include "counters.h".
989
990 2003-09-03  Angus Leeming  <leeming@lyx.org>
991
992         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
993         preamble_snippets list, enabling us to add snippets to the preamble
994         only if the snippet was not there already.
995
996 2003-09-04  Angus Leeming  <leeming@lyx.org>
997
998         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
999
1000 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1001
1002         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1003         update
1004
1005 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1006
1007         * BranchList.C: point fix, earlier forgotten
1008
1009 2003-09-02  Angus Leeming  <leeming@lyx.org>
1010
1011         * box.C (contains): renamed from 'contained' after a fantastic
1012         amount of hot air.
1013
1014 2003-09-02  John Levon  <levon@movementarian.org>
1015
1016         * BufferView.C:
1017         * lyxcursor.h:
1018         * lyxcursor.C:
1019         * lyxfunc.C:
1020         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1021
1022 2003-09-02  John Levon  <levon@movementarian.org>
1023
1024         * text2.C: simplification of cursorEnd(), including partial
1025         fix for bug 1376
1026
1027 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1028
1029         * buffer.C (readFile): add a space
1030
1031 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1032
1033         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1034
1035 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1036
1037         * buffer.C (readFile): new function, take a filename and a
1038         ParagraphList::iterator
1039         (readFile): adjust
1040         (readFile): adjust, make it private. don't use setStream, make
1041         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1042         always contain the filename.
1043
1044         * BufferView.C (insertLyXFile): simplify and make it work for
1045         gzipped files.
1046
1047 2003-08-30  John Levon  <levon@movementarian.org>
1048
1049         * Makefile.am: fix dist (from Kayvan)
1050
1051 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1052
1053         * most files: change to use const Buffer refs
1054
1055 2003-08-27  André Pönitz  <poenitz@gmx.net>
1056
1057         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1058         on top of ownerPar().
1059
1060 2003-08-27  John Levon  <levon@movementarian.org>
1061
1062         * funcrequest.C: properly initialise POD members
1063
1064 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1065
1066         * lyxtext.h (top_y): move top_y from here
1067         * text.C:
1068         * text2.C:
1069         * text3.C:
1070         * BufferView.[Ch]:
1071         * BufferView_pimpl.[Ch]: to here
1072         * frontends/screen.C:
1073         * insets/insettabular.C:
1074         * insets/insettext.C: adjust
1075         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1076
1077 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1078
1079         * BufferView.[Ch]:
1080         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1081
1082 2003-08-26  André Pönitz  <poenitz@gmx.net>
1083
1084         * paragraph_func.[Ch] (outerPar): new function
1085
1086         * paragraph.C:
1087         * paragraph_funcs.C:
1088         * paragraph_funcs.h:
1089         * paragraph_pimpl.C:
1090         * text2.C: remove Inset::par_owner
1091
1092 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1093
1094         * lyxrow_funcs.C:
1095         * lyxtext.h:
1096         * text.C:
1097         * text2.C: eliminates the needFullRow/display() stuff
1098         altogether, putting the logic in metrics/draw in the insets.
1099
1100 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1101
1102         * text2.C (redoParagraphInternal, redoParagraphs):
1103         * text.C (redoParagraph): add a call to updateRowPositions at the
1104         end of each 'metrics-like' call. Remove all others.
1105         (getRow): remove the 'y-computing' version.
1106         (getRowNearY): do not compute nor return the real y. Solve the
1107         'y < 0' problem and simplify.
1108
1109 2003-08-22  Angus Leeming  <leeming@lyx.org>
1110
1111         * *.[Ch]: clean-up of licence and author blurbs.
1112         Also move config.h out of a few .h files and into a few .C files.
1113
1114 2003-08-22  André Pönitz  <poenitz@gmx.net>
1115
1116         * lyxrow.[Ch]: add x_ and *fill_ members
1117
1118         * lyxtext.h:
1119         * text.C:
1120         * rowpainter.C:
1121         * text2.C: adjust/remove prepareToPrint() calls
1122
1123 2003-08-22  André Pönitz  <poenitz@gmx.net>
1124
1125         * lyxrow.[Ch]: add  end_ member
1126
1127         * lyxrow_funcs.C: use LyXRow::end_
1128
1129         * lyxtext.h (singleWidth): add LyXFont parameter
1130
1131         * rowpainter.C:
1132         * text2.C: adjust LyXText::singleWidth() calls
1133
1134         * text.C (redoParagraph): simplify row breaking logic
1135
1136
1137 2003-08-19  André Pönitz  <poenitz@gmx.net>
1138
1139         * funcrequest.C: initialize button_ member
1140
1141         * text3.C:
1142         * rowpainter.[Ch]: interface consolidation
1143
1144 2003-08-18  André Pönitz  <poenitz@gmx.net>
1145
1146         * BufferView.C:
1147         * BufferView_pimpl.C:
1148         * lyxfind.C:
1149         * paragraph_funcs.C:
1150         * rowpainter.C:
1151         * text3.C: remove LyXScreen::draw() and fitCursor calls
1152
1153         * BranchList.h: remove spurious semicolons
1154
1155         * MenuBackend.C: fix branchlist related crash
1156
1157 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1158
1159         * BranchList.[Ch]:
1160         * InsetList.[Ch]:
1161         * LColor.[Ch]:
1162         * LyXAction.C:
1163         * Makefile.am:
1164         * MenuBackend.[Ch]:
1165         * bufferparams.[Ch]:
1166         * factory.C:
1167         * lfuns.h:
1168         * lyxfunc.C:
1169         * text3.C: implements the 'branch inset'
1170         idea. This allows the output of various versions of a document
1171         from a single source version, selectively outputing or suppressing
1172         output of parts of the text.
1173         This implementation contains a 'branch list editor' in a separate
1174         tab of the document settings dialog. Branches are user definable
1175         and have a "display colour" to distinguish them on-screen.
1176
1177         ColorHandler was somewhat cleaned up.
1178         (1) make possible a dynamically growing LColor list by allowing
1179         the graphic context cache to grow along (vector);
1180         (2) eliminate an IMHO unnecessary step in colour allocation.
1181
1182 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1183
1184         * BufferView_pimpl.C: compile fix
1185
1186 2003-08-15  André Pönitz  <poenitz@gmx.net>
1187
1188         * rowpainter.C: remove extra metrics calls
1189
1190         * lyxtext.h: merge the two constructors into a single one,
1191           pass reference to owner's par list
1192
1193         * BufferView_pimpl.C:
1194         * text.C:
1195         * text2.C: adjust
1196
1197 2003-08-15  André Pönitz  <poenitz@gmx.net>
1198
1199         * lyxrow_funcs.[Ch]:
1200         * lyxtext.h:
1201         * paragraph.h:
1202         * paragraph_funcs.C:
1203         * rowpainter.C:
1204         * text.C:
1205         * text2.C:
1206         * text3.C:
1207         * text_funcs.C: split LyXText::rowlist_ into individual
1208         Paragraph::rows_ chunks
1209
1210         * BufferView.[Ch]:
1211         * BufferView_pimpl.[Ch]:
1212         * lyxfind.C:
1213         * lyxtext.h:
1214         * text3.C: remove toggleSelection()
1215
1216 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1217
1218         * bufferlist.C: beautify two alerts (shorter text of buttons)
1219         * buffer.C: Remove redundant ' ' from message
1220         * tabular.h:
1221         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1222         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1223         rename VALIGN_CENTER to VALIGN_MIDDLE
1224
1225 2003-08-11  André Pönitz  <poenitz@gmx.net>
1226
1227         * lyxtext.h (getPar):
1228         * text.C: new function
1229
1230 2003-08-11  André Pönitz  <poenitz@gmx.net>
1231
1232         * Makefile.am:
1233         * tracer.[Ch]: remove unneeded files
1234
1235         * InsetList.[Ch]: remove resizeInsetsLyXText()
1236
1237         * lyxtext.h:
1238         * text.C:
1239         * text2.C:
1240         * text3.C: merge insertParagraphs() and appendParagraph()
1241         remove breakAgain(), update()
1242
1243         * BufferView_pimpl.[Ch]:
1244         * bufferview_funcs.[Ch]:
1245         * lyxfunc.C:
1246         * paragraph.[Ch]:
1247         * rowpainter.C:
1248         * tabular.C: adjust after text & InsetList changes.
1249
1250 2003-08-08  André Pönitz  <poenitz@gmx.net>
1251
1252         * text.C (insertChar, backspace): replace rowlist fiddling
1253         with rebreak of full par
1254
1255         * lyxtext.h:
1256         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1257         checkParagraph, updateInset): removed
1258
1259 2003-08-07  André Pönitz  <poenitz@gmx.net>
1260
1261         * paragraph.C:
1262         * text3.C: merge some LFUN handlers, remove dead code
1263
1264 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1265
1266         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1267
1268 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1269
1270         * text2.C (DEPM): fix part of bug 1255 and 1256
1271
1272 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1273
1274         * BufferView_pimpl.C (workAreaDispatch): change to use
1275         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1276         that are no mouse related.
1277
1278 2003-08-05  André Pönitz  <poenitz@gmx.net>
1279
1280         * BufferView.[Ch]:
1281         * BufferView_pimpl.[Ch]:
1282         * bufferview_funcs.C:
1283         * text2.C:
1284         * text3.C: rip out "deep update"
1285
1286         * textcursor.[Ch] (last_sel_cursor): remove unused member
1287
1288 2003-08-04  André Pönitz  <poenitz@gmx.net>
1289
1290         * BufferView.[Ch]:
1291         * BufferView_pimpl.[Ch]:
1292         * ParagraphParameters.C:
1293         * bufferview_funcs.C:
1294         * lyx_cb.C:
1295         * lyxfind.C:
1296         * lyxfunc.C:
1297         * text.C:
1298         * text2.C:
1299         * text3.C: replace "complicated" BufferView::update(...) calls with
1300         simpler ones.
1301
1302         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1303
1304 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1305
1306         * Makefile.am (lyx_SOURCES): add paper.h
1307
1308 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1309
1310         * Makefile.am: move things around so that both lyx-qt and
1311         lyx-xforms can be built (according to --with-frontend). Then lyx
1312         is a symbolic link to lyx-[firstfrontend]
1313
1314 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1315
1316         * Always use std::endl with lyxerr
1317
1318 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1319
1320         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1321
1322 2003-08-01  André Pönitz  <poenitz@gmx.net>
1323
1324         * BufferView.[Ch]:
1325         * BufferView_pimpl.[Ch]:
1326         * lyxfunc.C:
1327         * text3.C: merge BufferView::repaint() and BufferView::update()
1328
1329 2003-08-01  José Matos  <jamatos@lyx.org>
1330
1331         * buffer.[Ch]: file_format is no longer a buffer data element.
1332
1333 2003-08-01  André Pönitz  <poenitz@gmx.net>
1334
1335         * BufferView.C:
1336         * lyxtext.h:
1337         * text.C:
1338         * text2.C: make redoParagraph more independent of current cursor
1339
1340         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1341         * text.C:
1342         * text2.C: remove unneeded members
1343
1344 2003-07-30  André Pönitz  <poenitz@gmx.net>
1345
1346         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1347
1348         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1349           create a single function...
1350
1351         * paragraph_funcs.C (moveItem): ... here.
1352
1353         * text.C:
1354           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1355
1356 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1357
1358         * LColor.[Ch]: Add comment and greyedout logical colors.
1359
1360 2003-07-30  André Pönitz  <poenitz@gmx.net>
1361
1362         * tabular.C: don't use Assert too heavily. This crashes where it
1363           shouldn't
1364
1365 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1366
1367         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1368         is disabled (bug 1232)
1369
1370 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1371
1372         * factory.C: limited 'arg' scope
1373
1374 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1375
1376         * factory.C: fixed Note submenu issues
1377
1378 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1379
1380         * factory.C: submenu for Note/Comment/Greyedout
1381
1382 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1383
1384         * lyx_main.C (LyX):
1385         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1386
1387 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1388
1389         * LaTeXFeatures.C:
1390         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1391         greyedout. Patch provided by Jürgen Spitzmüller.
1392
1393 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1394
1395         * kbmap.C (read): fix error message when reading bind files
1396
1397 2003-07-29  Angus Leeming  <leeming@lyx.org>
1398
1399         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1400         certainly does not do what it purports to do. I am doing it, and
1401         us, a favour by killing it.
1402
1403 2003-07-28  José Matos  <jamatos@lyx.org>
1404
1405         * buffer.C (readBody, do_writeFile):
1406         * paragraph.C(readParagraph): \end_document replaces \the_end.
1407
1408 2003-07-29  André Pönitz  <poenitz@gmx.net>
1409
1410         * BufferView.[Ch]:
1411         * BufferView_pimpl.[Ch]:
1412         * lyxfunc.C:
1413         * text2.C:
1414         * text3.C:
1415         * textcursor.[Ch]: remove toggleToggle & Co
1416
1417 2003-07-28  José Matos  <jamatos@fep.up.pt>
1418
1419         * buffer.C (readParagraph):
1420         * params_func (readParToken, readParagraph):
1421         * paragraph.C (write): \layout -> \begin_layout.
1422
1423 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1424
1425         * lyxlex_pimpl.C (setFile): clean up slightly.
1426
1427         * bufferparams.h: add compressed var
1428
1429         * buffer_funcs.C (readFile): adjust for LyXLex change
1430         (newFile): ditto + simplify
1431
1432         * buffer.C (writeFile): handle writing of compressed files
1433
1434         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1435         Check if the file is compressed and set a bufferparm if so.
1436
1437         * Makefile.am (lyx_LDADD): remove explicit -lz
1438
1439 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1440
1441         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1442         makeDocBookFile): put the real LyX version in the first line of
1443         the file
1444
1445         * version.h:
1446         * version.C.in: remove lyx_docversion
1447
1448         * tabular.C (write_attribute): add a template-based version to
1449         write enums properly
1450
1451 2003-07-28  André Pönitz  <poenitz@gmx.net>
1452
1453         * lyxtext.h:
1454         * text.C:
1455         * text2.C:
1456         * text3.C: use doubles again for x-coordinates. They are needed.
1457
1458 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1459
1460         * messages.C (getLocaleDir): use lyx_localedir()
1461
1462         * lyxlex_pimpl.C (setFile): compress stuff
1463
1464         * buffer.C (writeFile): add some compression stuff
1465         (do_writeFile): new func, dont call expliti close... will this
1466         breake anything?
1467
1468         * Makefile.am (lyx_LDADD): add -lz
1469
1470 2003-07-28  José Matos  <jamatos@fep.up.pt>
1471
1472         * buffer.C: increment file format.
1473         * paragraph_funcs (readParagraph, readParToken):
1474         * paragraph.C (readParagraph): add \end_layout.
1475
1476 2003-07-27  Angus Leeming  <leeming@lyx.org>
1477
1478         * Makefile.am: remove special casing for configure-time setting of
1479         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1480
1481         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1482         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1483
1484 2003-07-26  André Pönitz  <poenitz@gmx.net>
1485
1486         * paragraph_func.[Ch]:
1487         * paragraph.C (realizeFont): inline it whereever it is used
1488
1489         * rowpainter.C:
1490         * text.C:
1491         * text2.C:
1492         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1493
1494
1495 2003-07-26  André Pönitz  <poenitz@gmx.net>
1496
1497         *       lyxtext.h:
1498         * text.C:
1499         * text2.C: get rid of LyXText::need_break_row
1500
1501 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1502
1503         * toc.[Ch]: put namespace toc inside namespace lyx
1504
1505         * MenuBackend.C (expandToc2): adjust for lyx::toc
1506         (expandToc): ditto
1507
1508         * lyxfunc.C (dispatch): adjust for lyx::find
1509
1510         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1511         lyx::find instead. Reorganize a bit.
1512         (LyXReplace): rename to replace
1513         (LyXFind): rename to find
1514
1515         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1516         (dispatch): ditto
1517
1518 2003-07-26  André Pönitz  <poenitz@gmx.net>
1519
1520         * text.C (setHeightOfRow): restrict scope of temporary variable
1521
1522         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1523           code (never has been used?)
1524
1525 2003-07-27  Asger Alstrup  <alstrup@local>
1526
1527         * text.C (fill): Optimise algorithm to exploit that we can reuse
1528         the LyXFont for many characters.
1529         (setHeightOfRow): Same thing.
1530         (rowBreakPoint): Same thing.
1531
1532 2003-07-26  Asger Alstrup  <alstrup@local>
1533
1534         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1535
1536         * text.C (singleWidth): Spurious font copying in hot-spot
1537         singleWidth avoided. Reorder tests for arabic for efficiency.
1538
1539         * text.C (fill): handle empty paragraphs better.
1540
1541 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1542
1543         * ispell.C:
1544         * encoding.h: add includes
1545
1546         * lyxrc.C: remove reading of bind files
1547
1548         * lyx_main.C (init): setup bindings and menus only if we have a
1549         gui.
1550
1551         * kbmap.C (read): new method. Do the actual reading of bind
1552         files.
1553
1554         * converter.C (dvipdfm_options):
1555         * bufferparams.C:
1556         * lyxrc.C (read):
1557         (output): adapt PAPER_* enums.
1558
1559         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1560
1561         * bufferparams.h: remove paper-related enums from there
1562
1563         * paper.h: New file. A trivial header file to hold paper-related
1564         enums. It should later expand to contain many paper-related
1565         horrors access.
1566
1567         * lyxrc.C: declare extern displayTranslator
1568
1569 2003-07-27  José Matos  <jamatos@fep.up.pt>
1570
1571         * tabular.[Ch] (linuxdoc): add support for tables and figures
1572         (linuxdoc).
1573
1574 2003-07-27  José Matos  <jamatos@fep.up.pt>
1575
1576         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1577         consistency in both functions.
1578         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1579
1580 2003-07-26  Asger Alstrup  <alstrup@local>
1581
1582         * rowpainter.C (paintRows): Change algorithm to work directly on
1583         the insets rather than asking every character in the document
1584         whether its an inset.
1585
1586 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1587
1588         * buffer.C (openFileWrite): factorize some code
1589
1590 2003-07-26  Angus Leeming  <leeming@lyx.org>
1591
1592         * lyx_cb.C:
1593         * lyx_main.[Ch]: replace occurances of system_tempdir with
1594         os::getTmpDir().
1595
1596 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1597
1598         * rename Inset to InsetOld
1599
1600 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1601
1602         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1603         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1604         which I think is a bit clearer. EDIT is gone, since it was
1605         premature optimisation, and broken for mathed anyway.
1606         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1607         with cursor positioning in insets as well (math insets still do not
1608         work, but that's a different story anyway.) It mysteriously
1609         crashes sometimes with undo in the first paragraph, but I'm fairly
1610         confident that this is a compiler bug.
1611
1612 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1613
1614         * paragraph.C (Paragraph): adjust for new clone return type
1615         (operator==): ditto
1616         (copyIntoMinibuffer): ditto
1617
1618 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1619
1620         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1621         by not having a special case, and always doing a full rebreak of
1622         the document after undo.
1623
1624 2003-07-23  Angus Leeming  <leeming@lyx.org>
1625
1626         * factory.C (createInset): InsetExternal::setParams now takes a
1627         Buffer const * arg.
1628
1629 2003-07-23  Angus Leeming  <leeming@lyx.org>
1630
1631         * factory.C (createInset): changed interface to the external and
1632         graphics mailers' string2params functions.
1633
1634 2003-07-23  Angus Leeming  <leeming@lyx.org>
1635
1636         * factory.C (createInset): pass a
1637         Buffer const * parameter to InsetExternalMailer's string2params.
1638
1639 2003-07-22  John Levon  <levon@movementarian.org>
1640
1641         * Thesaurus.h: include the right aiksaurus header
1642
1643 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1644
1645         * MenuBackend.C (expand): check menu shortcuts unconditionally
1646
1647 2003-07-21  Angus Leeming  <leeming@lyx.org>
1648
1649         * factory.C (createInset): pass a
1650         buffer_path parameter to InsetGraphicsMailer's string2params.
1651
1652 2003-07-21  Angus Leeming  <leeming@lyx.org>
1653
1654         * BufferView_pimpl.C (buffer):
1655         * buffer.C (d-tor):
1656         * lyx_main.C (LyX):
1657         * lyxfunc.C (dispatch):
1658         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1659         rather than the grfx shortcut.
1660
1661 2003-07-21  André Pönitz  <poenitz@gmx.net>
1662
1663         * rowpainter.C: remove unused variables
1664
1665         * tabular_funcs.C:
1666         * tabular_funcs.h: move to tabular.C
1667         * Makefile.am: adjust
1668
1669         * tabular.[Ch]: basic optical cleaning
1670
1671         * author.h: pass references, not values
1672
1673 2003-07-18  André Pönitz  <poenitz@gmx.net>
1674
1675         * lyxtext.h:
1676         * metricsinfo.C:
1677         * metricsinfo.h:
1678         * rowpainter.C:
1679         * text.C:
1680         * text2.C:
1681         * text3.C: two-phase drawing for InsetText and InsetTabular
1682         some float -> int changes.
1683
1684 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1685
1686         * lyx_main.C: fix the fix
1687
1688 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1689
1690         * lyx_main.C: fix a crash in batch mode if no files specified
1691         * converter.C: ws
1692
1693 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1694
1695         * format.[Ch] (papersize): moved to BufferParams
1696         * converter.[Ch] (dvips_options): moved to BufferParams
1697         (dvipdfm_options): moved to anon namespace
1698         * bufferparams.[Ch]: added above functions.
1699
1700 2003-07-17  André Pönitz  <poenitz@gmx.net>
1701
1702         * lyxtext.h:
1703         * rowpainter.C:
1704         * text2.C: don't call inset->update() anymore
1705
1706         * metricsinfo.[Ch]: add convenience constructor
1707
1708 2003-07-16  André Pönitz  <poenitz@gmx.net>
1709
1710         * lyxcursor.[Ch]:
1711         * lyxfunc.[Ch]:
1712         * text.C:
1713         * text2.C: replace the LyXCursor::irow_ member with
1714          on-demand computation of the value
1715
1716 2003-07-16  John Levon  <levon@movementarian.org>
1717
1718         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1719
1720 2003-07-15  André Pönitz  <poenitz@gmx.net>
1721
1722         * text.C:
1723         * text2.C: remove no more needed refresh_row
1724
1725 2003-07-15  André Pönitz  <poenitz@gmx.net>
1726
1727         * lyxtext.h:
1728         * rowpainter.C:
1729         * text2.C:
1730         * text3.C: refresh_status tristate -> need_update bool
1731
1732 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1733
1734         * lyxtext.h (init): remove reinit argument (act as if always true)
1735         * text2.C: adjust to that
1736
1737 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1738
1739         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1740         * text3.C: use it to delete selections in some cases
1741         (bugs 441, 673, 702, 954).
1742
1743 2003-07-14  André Pönitz  <poenitz@gmx.net>
1744
1745         * rowpainter.[Ch]: reduce interface
1746
1747 2003-07-14  André Pönitz  <poenitz@gmx.net>
1748
1749         * BufferView_pimpl.C:
1750         * text2.C: adjust after removing unused BufferView * argument
1751
1752 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1753
1754         * text2.C (init): fix a crash fired on resize
1755
1756 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1757
1758         * buffer.[Ch]: added new closing signal
1759         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1760         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1761         BufferView::Pimpl via the closing the signal
1762
1763 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1764
1765         * buffer.[Ch]: take out all bv-related from buffer
1766         * BufferView.C:
1767         * BufferView_pimpl.[Ch]: connect to new signals
1768         * CutAndPaste.C: removed useless asserts
1769         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1770         * lyxvc.[Ch]:
1771         * vc-backend.[Ch]:
1772         * lyxfunc.C: moved view-related funciontality from vc here
1773         * paragraph.C: removed outdated comments
1774         * text.C: ws
1775
1776 2003-07-10  André Pönitz  <poenitz@gmx.net>
1777
1778         * BufferView_pimpl.C:
1779         * tabular.h:
1780         * tabular_funcs.C:
1781         * text.C:
1782         * text2.C: remove InsetText::InnerCache, clean up consequences
1783
1784 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1785
1786         * ispell.C: fix two typos in error messages
1787
1788 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1789
1790         * Extend Note inset to other forms of annotation like Comment
1791         and Greyedout. Right button click gives dialog.
1792
1793         Files modified or added (+):
1794
1795         * insetnote.[Ch]
1796         * FormNote.[Ch]      +
1797         * ControlNote.[Ch]   +
1798         * form_note.fd       +
1799         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1800         frontends/controllers
1801         * xforms/Dialogs.C
1802         * factory.C
1803
1804 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1805
1806         * aspell.C: add missing namespace lyx::support
1807
1808 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1809
1810         * BufferView.[Ch] (newFile): Add
1811         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1812         * LaTeX.[Ch] (message): added this signal and use it
1813         * buffer.[Ch] (busy, message): added these signals and use them
1814         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1815         * converter.C:
1816         * exporter.C:
1817         * format.C:
1818         * importer.C: use buffer signals instead of direct bv calling
1819         * lyx_cb.[Ch] (ShowMessage): removed
1820         * lyx_main.C:
1821         * lyxfunc.C:
1822         * paragraph_funcs.C:
1823         * text2.C: use buffer signals
1824
1825 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1826
1827         * introduce namespace lyx::graphics
1828
1829 2003-07-02  André Pönitz  <poenitz@gmx.net>
1830
1831         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1832
1833 2003-07-01  André Pönitz  <poenitz@gmx.net>
1834
1835         * text.C:
1836         * text2.C:
1837         * text3.C:
1838         * text_funcs.[Ch]:
1839         * textcursor.h:
1840         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1841           text*.C to text_func.C
1842
1843 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1844
1845         * introduce namespace lyx::support
1846
1847 2003-06-30  André Pönitz  <poenitz@gmx.net>
1848
1849         * Chktex.C:
1850         * funcrequest.C:
1851         * lyxtext.h:
1852         * text.C: re-enable --with-included-string
1853
1854 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1855
1856         * textcursor.C: add <config.h>
1857
1858         * text.C (getWord): remove const from word_location arg
1859
1860         * lyxvc.C (getLogFile): fix const type order
1861
1862         * lyxtext.h: remove const from word_location arg, add arg name
1863
1864         * lyxlayout.h: currect type on labeltype.
1865
1866         * importer.C: correct \file
1867
1868         * converter.C (intToFormat): use std:: on ret val, ws changes
1869
1870         * bufferlist.h: correct \file
1871
1872         * buffer.C (makeLinuxDocFile): fix const type order
1873         (makeDocBookFile): ditto
1874         (fillWithBibKeys): use std:: on stdlib args.
1875
1876         * CutAndPaste.C: fix authors.
1877         (availableSelections): use std:: on return vector
1878
1879 2003-06-27  André Pönitz  <poenitz@gmx.net>
1880
1881         * BufferView_pimpl.C:
1882         * bufferview_funcs.C:
1883         * lyxcursor.C:
1884         * lyxcursor.h:
1885         * lyxfunc.C:
1886         * lyxtext.h:
1887         * rowpainter.C:
1888         * text.C:
1889         * text2.C:
1890         * text3.C: remove LyXCursor::row_ member
1891
1892         * lyxtext.h:
1893         * text.C: rename fullRebreak() to partialRebreak() and implement
1894           a fullRebreak() that really bereks fully
1895
1896         * textcursor.h: new struct for cursor-related data
1897
1898 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1899
1900         * lyx_main.C (LyX): get full path of document loaded on the
1901         command line
1902
1903 2003-06-26  André Pönitz  <poenitz@gmx.net>
1904
1905         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1906           remove unused/broken operator>,<,>=.
1907
1908         *       text.C: remove only use of broken operator<= in an Assert().
1909
1910 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1911
1912         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1913         moved errorlist_.clear to showErrorList
1914
1915 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1916
1917         * converter.C (scanLog, runLaTeX):
1918         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1919         move the bv->showErrorList call to the callers
1920         * lyxfunc.C: i.e. here...
1921         * text2.C: and here
1922         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1923         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1924         namespace, the second to...
1925         * buffer_funcs (BufferFormat, parseErrors): added
1926         * errorlist.C (ErrorList(TeXErrors const &)): removed
1927
1928 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1929
1930         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1931
1932 2003-06-24  "Garst R. Reese" <reese@isn.net>
1933
1934         * debug.C: fix typo
1935
1936 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1937
1938         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1939
1940         * version.C.in: change docversion to 1.4
1941
1942 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1943
1944         * buffer.C: fix a bug just introduced
1945
1946 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1947
1948         * buffer.[Ch]: added the parseError signal and use it, removed
1949         sgmlError
1950         * BufferView.[Ch] (addError): moved to ...
1951         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1952         to the Buffer::parseError signal to catch (guess what) parse errors
1953         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1954
1955 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1956
1957         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1958         ability to create a buffer and to return an existing one from
1959         the list. Moved these functions to...
1960         * buffer_funcs.[Ch]: added
1961         * BufferView.[Ch] (loadLyXFile): added
1962         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1963         job removed from bufferlist::loadLyXFile.
1964         * buffer.C (setReadOnly): make it work without view
1965         (i.e added an if (users))
1966
1967 2003-06-19  Angus Leeming  <leeming@lyx.org>
1968
1969         * lfuns.h:
1970         * LyXAction.C (init):
1971         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1972         with LFUN_DIALOG_SHOW <name> <data>.
1973
1974 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1975
1976         * CutAndPaste.C (availableSelections): small compilation fix for
1977         ancient (gcc 2.9x) compilers
1978
1979 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1980
1981         * text3.C (cursorNext): add tmp var
1982
1983         * text2.C (updateCounters): for function calling out of for clause
1984         (replaceSelectionWithString): ditto
1985         (insertStringAsParagraphs): ditto
1986         (getColumnNearX): add tmp var
1987         (setCursorFromCoordinates): add tmp var
1988         (cursorDownParagraph): add tmp var
1989         (deleteEmptyParagraphMechanism): add tmp var
1990
1991         * text.C (insertChar): add tmp var
1992
1993         * rowpainter.C (paintDepthBar): add tmp var
1994
1995         * CutAndPaste.C (availableSelections): potentially check all
1996         paragraphs in a cut to fill the shown strings.
1997
1998 2003-06-18  André Pönitz  <poenitz@gmx.net>
1999
2000         * kbmap.[Ch]: use vector<> instead of list<>
2001
2002 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2003
2004         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2005         pasteSelection with index
2006
2007         * text2.C (pasteSelection): modify, call pasteSelection with index
2008
2009         * paragraph.C (asString): reimplement version with no interval to
2010         call the one with interval.
2011
2012         * lyxtext.h: add index arg to pasteSelection
2013
2014         * MenuBackend.C (MenuItem): handle PasteRecent
2015         (Menu::read::Menutags): add md_pasterecent
2016         (read): handle it
2017         (expandPasteRecent): new function
2018         (expand): use it
2019
2020         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2021
2022         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2023         the limited stack
2024         (availableSelections): new function
2025
2026 2003-06-17  Angus Leeming  <leeming@lyx.org>
2027
2028         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2029
2030 2003-06-17  Angus Leeming  <leeming@lyx.org>
2031
2032         * lfuns.h:
2033         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2034
2035         * lyxfunc.C (dispatch): invoke it.
2036
2037 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2038
2039         * iterators.C (operator++, ParPosition): reintroduce some
2040         const_cast for the benefit of older compilers.
2041
2042 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2043
2044         * text3.C (dispatch): do not modify clipboard when doing
2045         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2046         LFUN_DELETE_SKIP on a selection selection
2047
2048 2003-06-16  André Pönitz  <poenitz@gmx.net>
2049
2050         * BufferView.C:
2051         * buffer.C:
2052         * buffer.h:
2053         * paragraph.C:
2054         * tabular.[Ch]: IU of clone() and getLabelList();
2055
2056 2003-06-13  André Pönitz  <poenitz@gmx.net>
2057
2058         * tabular.h: compactification
2059
2060 2003-06-12  André Pönitz  <poenitz@gmx.net>
2061
2062         * tabular.C:
2063         * tabular.h:
2064         * tabular_funcs.h: some renaming plus whitespace
2065
2066 2003-06-12  André Pönitz  <poenitz@gmx.net>
2067
2068         * BufferView.C:
2069         * BufferView_pimpl.C:
2070         * CutAndPaste.C:
2071         * buffer.C:
2072         * iterators.[Ch]:
2073         * lyxfunc.C:
2074         * text.C:
2075         * toc.C: Return a Paragraph & for ParIterator::operator*()
2076
2077 2003-06-11  John Levon  <levon@movementarian.org>
2078
2079         * lyx_main.C:
2080         * ToolbarBackend.h:
2081         * ToolbarBackend.C: add "Toolbars" section and
2082         put the flags there
2083
2084 2003-06-10  Angus Leeming  <leeming@lyx.org>
2085
2086         * lfuns.h:
2087         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2088
2089         * lyxfunc.C (dispatch): invoke it.
2090
2091 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2092
2093         * main.C: protect <ios> with HAVE_IOS
2094         (main): protect sync_with_stdio with HAVE_IOS
2095
2096 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2097
2098         * text2.C (cutSelection): adjust
2099         (pasteSelection): adjust
2100
2101         * messages.C: handle get of empty string
2102
2103         * main.C (main): use sync_with_stdio(false)
2104
2105         * lyxfunc.C (dispatch): adjust
2106
2107         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2108         (WriteAs): remove unneeded BufferView arg.
2109
2110         * bufferparams.h: use correct types on papersize, papersize2 and
2111         paperpackage.
2112
2113         * bufferparams.C (readToken): adjust for type
2114         (writeLaTeX): add missing cases to switch.
2115
2116         * bufferlist.C (quitWriteBuffer): adjust
2117         (close): adjust
2118
2119         * buffer.C (asciiParagraph): remove some commented code.
2120
2121         * CutAndPaste.C: remove current_view extern variable.
2122         (cutSelection): add BufferParams arg.
2123         (eraseSelection): add BufferParams arg.
2124         (pasteSelection): add Buffer const & arg
2125
2126 2003-06-07  John Levon  <levon@movementarian.org>
2127
2128         * buffer.C:
2129         * paragraph_funcs.C:
2130         * paragraph_pimpl.C:
2131         * text.C:
2132         * text2.C:
2133         * paragraph.h:
2134         * paragraph.C: allow InsetERT to freely space lines,
2135         and some consolidation of code
2136
2137 2003-06-06  José Matos  <jamatos@fep.up.pt>
2138
2139         * buffer.C (makeDocBookFile): fix bug #821
2140
2141 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2142
2143         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2144
2145 2003-06-04  Angus Leeming  <leeming@lyx.org>
2146
2147         * buffer.C: bump format to 224.
2148
2149 2003-06-05  André Pönitz  <poenitz@gmx.net>
2150
2151         * text2.C (redoParagraphs): remove two const_cast<>
2152
2153 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2154
2155         * ParagraphList.h: remove last remnants of NO_STD_LIST
2156
2157 2003-06-03  Angus Leeming  <leeming@lyx.org>
2158
2159         * factory.C (createInset): small change to the way InsetExternal's params
2160         are set.
2161
2162 2003-06-04  André Pönitz  <poenitz@gmx.net>
2163
2164         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2165
2166         * paragraph_pimpl.h:
2167         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2168
2169         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2170
2171         * undo_funcs.C: make some simple cases of undo work again
2172
2173 2003-06-03  John Levon  <levon@movementarian.org>
2174
2175         * ispell.C: HPUX doesn't have sys/select.h
2176         (from Albert Chin)
2177
2178 2003-06-03  John Levon  <levon@movementarian.org>
2179
2180         * CutAndPaste.C: update tabular and include inset
2181         buffer references
2182
2183         * buffer.h:
2184         * paragraph.h:
2185         * paragraph.C: remove owningBuffer(), don't pass Buffer
2186         to clone()
2187
2188         * factory.C: insetGraphicsParams changed
2189
2190 2003-06-02  John Levon  <levon@movementarian.org>
2191
2192         * LyXAction.C:
2193         * factory.C:
2194         * lfuns.h:
2195         * lyxfunc.C:
2196         * text3.C: remove insetparent
2197
2198 2003-06-02  John Levon  <levon@movementarian.org>
2199
2200         * buffer.h:
2201         * buffer.C: fix inset_iterator.end(), move out of line
2202         (bug 1149)
2203
2204 2003-06-01  John Levon  <levon@movementarian.org>
2205
2206         * text3.C: use a proper cut/paste when doing inset
2207         insert (from Jürgen Spitzmüller)
2208
2209 2003-06-01  John Levon  <levon@movementarian.org>
2210
2211         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2212
2213 2003-05-30  André Pönitz  <poenitz@gmx.net>
2214
2215         * rowpainter.C: unify second drawing phase
2216
2217 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2218
2219         * trans_mgr.C: remove one case of current_view
2220
2221         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2222
2223         * paragraph_funcs.h: remove paragraph.h include
2224
2225         * paragraph.h: delete NO_STD_LIST stuff
2226
2227         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2228
2229         * buffer.h: remove paragraph.h include
2230
2231         * ParagraphList.C: delete file
2232
2233         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2234
2235         * toc.C (getTocList): adjust
2236
2237         * paragraph_pimpl.C (validate): adjust
2238
2239         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2240
2241         * paragraph.C (Paragraph): adjust
2242         (getPositionOfInset): use const_iterator, adjust
2243         (bibitem): use const_iterator, adjust
2244         (setInsetOwner): adjust
2245
2246         * iterators.C (operator++): adjust
2247
2248         * InsetList.[Ch]: Replace selfmade iterator with standard
2249         vector::iterator also introduce const_iterator. Remove getPos,
2250         getInset and setInset from InsetTable. Adjust accordingly.
2251
2252         * BufferView.C (lockInset): adjust
2253         (ChangeInsets): adjust
2254
2255         * tabular.[Ch]: delete commented same_id functions
2256
2257 2003-05-28  John Levon  <levon@movementarian.org>
2258
2259         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2260
2261 2003-05-28  André Pönitz  <poenitz@gmx.net>
2262
2263         * metricsinfo.[Ch]: remove 'fullredraw' member
2264
2265 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2266
2267         * lyxtextclass.C (operator): remove caching.
2268
2269 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2270
2271         * text3.C: adjust
2272
2273         * text2.C (cursorBottom): adjust
2274         (setCounter): use ParagraphList::find, adjust
2275
2276         * text.C (workWidth): use ParagraphList::find, adjust
2277
2278         * lyxcursor.C (LyXCursor): adjust
2279
2280         * buffer.C (inset_iterator): adjust
2281
2282         * ParagraphList.h: make iterator(value_type) private, make
2283         ParagraphList a friend of iterator.
2284
2285         * ParagraphList.C (find): new function
2286
2287         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2288
2289 2003-05-27  André Pönitz  <poenitz@gmx.net>
2290
2291         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2292
2293 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2294
2295         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2296
2297 2003-05-26  John Levon  <levon@movementarian.org>
2298
2299         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2300
2301 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2302
2303         * remove same_id from function signatures, adjust.
2304
2305 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2306
2307         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2308
2309         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2310
2311         * paragraph.C (Paragraph): get rid of same_ids parameter
2312
2313         * ParagraphList.C (insert): adjust
2314         (push_back): adjust
2315
2316 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2317
2318         * paragraph_funcs.C (breakParagraph): adjust
2319         (breakParagraphConservative): adjust
2320
2321         * buffer.C (readParagraph): adjust
2322
2323         * ParagraphList.C (insert): take a reference instead of a pointer
2324         (insert): adjust
2325
2326         * paragraph.[Ch] (id): new function
2327
2328         * bufferlist.C (newFile): adjust
2329
2330         * ParagraphList.C (ParagraphList): adjust
2331         (assign): adjust
2332         (push_back): take a reference instead of a pointer.
2333
2334         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2335
2336         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2337         instead.
2338
2339         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2340         set else use old code.
2341
2342         * ParagraphList.C: remove all NO_NEXT code and only compile this
2343         code of NO_STD_LIST is set.
2344
2345 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2346
2347         * BufferView_pimpl.C:
2348         * TextCache.C:
2349         * TextCache.h:
2350         * bufferlist.C:
2351         * errorlist.h:
2352         * format.C:
2353         * format.h:
2354         * graph.C:
2355         * lyxfunc.C:
2356         * lyxrc.C:
2357         * graphics/GraphicsConverter.C:
2358         * graphics/PreviewLoader.C: header adjustment
2359
2360 2003-05-23  Angus Leeming  <leeming@lyx.org>
2361
2362         * LaTeXFeatures.[Ch] (useBabel): new method.
2363         * bufferparams.C (writeLaTeX): use it.
2364
2365 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2366
2367         * ParagraphList.h (set): remove unused function.
2368
2369 2003-05-23  André Pönitz  <poenitz@gmx.net>
2370
2371         * BufferView.C:
2372         * BufferView_pimpl.C:
2373         * buffer.C:
2374         * buffer.h:
2375         * lyxfunc.C:
2376         * undo_funcs.C: setUndo reworked
2377
2378         * iterators.[Ch]: add access to topmost ParagraphList
2379
2380         * lyxtext.[Ch] (workWidth): add a const
2381
2382 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2383
2384         * texrow.[Ch] (increasePos): remove function
2385         * exporter.C (export): removed unused var and outdated comment
2386
2387 2003-05-23  Angus Leeming  <leeming@lyx.org>
2388
2389         * latexrunparams.h: rename fragile as moving_arg.
2390         * paragraph.C (simpleTeXOnePar): ditto.
2391         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2392
2393 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2394
2395         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2396         (createUndo): ditto
2397         (textUndoOrRedo): comment out a currently unused var.
2398
2399         * paragraph.h (NO_NEXT): enable NO_NEXT
2400
2401         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2402
2403         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2404
2405         * exporter.C (Export): adjust for removeAutoInsets removal.
2406
2407         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2408
2409         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2410
2411         * BufferView.[Ch] (removeAutoInsets): delete function
2412
2413 2003-05-22  Angus Leeming  <leeming@lyx.org>
2414
2415         * latexrunparams.h: add a free_spacing variable.
2416
2417         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2418         to pass moving_arg, as the data is stored in runparams.fragile.
2419
2420         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2421         to Inset::latexOptional or to simpleTeXOnePar.
2422
2423         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2424         free_spacing arg to Inset::latexOptional.
2425
2426         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2427         free_spacing arg.
2428
2429 2003-05-22  Angus Leeming  <leeming@lyx.org>
2430
2431         * latexrunparams.h: add fragile and use_babel variables.
2432
2433         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2434         * buffer.C (makeLaTeXFile): store this returned value in
2435         runparams.use_babel, thus passing it to the inset::latex methods.
2436
2437         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2438         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2439
2440         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2441         longer has a fragile arg, as it is stored in runparams.fragile.
2442
2443         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2444         moving_arg parameter as the data is stored in runparams.fragile.
2445
2446         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2447         a fragile parameter as the data is stored in runparams.fragile.
2448
2449 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2450
2451         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2452
2453 2003-05-22  Angus Leeming  <leeming@lyx.org>
2454
2455         * latexrunparams.h: add a 'bool nice' which defaults to false.
2456
2457         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2458         now encapsulated within runparams.
2459
2460         * bufferlist.C (updateIncludedTeXfiles):
2461         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2462
2463 2003-05-22  Angus Leeming  <leeming@lyx.org>
2464
2465         * latexrunparams.h: new file containing struct LatexRunParams.
2466         * Makefile.am: add new file.
2467
2468         * LaTeX.[Ch] (c-tor, run):
2469         * buffer.[Ch] (makeLaTeXFile):
2470         * bufferlist.[Ch] (updateIncludedTeXfiles):
2471         * converter.C (convert, scanLog):
2472         * converter.[Ch] (runLaTeX):
2473         * exporter.C (Export):
2474         * paragraph.[Ch] (simpleTeXOnePar):
2475         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2476         * paragraph_funcs.[Ch] (latexParagraphs):
2477         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2478         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2479         pass around a LatexRunParams parameter.
2480
2481 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2482
2483         * paragraph.[Ch]: remove unused constructor
2484
2485         * ParagraphList.C (erase): new function, taking two iterators
2486
2487 2003-05-22  André Pönitz  <poenitz@gmx.net>
2488
2489         * undo_funcs.C: remove duplicated code
2490
2491         * iterator.[Ch]: operator=
2492
2493 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2494
2495         * tabular.C (SetMultiColumn): ws changes
2496
2497         * rowpainter.C (paintFirst): get rid of a ->previous
2498
2499         * lyx_cb.C (getPossibleLabel): parlist simplification
2500
2501         * BufferView.C (ChangeInsets): simplify slightly.
2502
2503 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2504
2505         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2506         * lfuns.h: new LFUN_SPACE
2507         * lyxfunc.C: protected space has a new lfun
2508         * paragraph_funcs.C: read new space insets
2509         * text3.C:
2510         * factory.C: handle new space insets
2511
2512 2003-05-22  André Pönitz  <poenitz@gmx.net>
2513
2514         * BufferView.C:
2515         * BufferView_pimpl.C:
2516         * buffer.[Ch]:
2517         * lyxfunc.C:
2518         * undo_funcs.C: return a ParIterator from getParFromID.
2519
2520         * iterators.[Ch]: add two const's
2521
2522 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2523
2524         * toc.C (getTocList): adjust
2525
2526         * iterators.[Ch]: rework for parlist
2527
2528         * buffer.C (par_iterator_begin): adjust
2529         (par_iterator_end): adjust
2530
2531         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2532
2533         * BufferView.C (removeAutoInsets): adjust
2534         (ChangeInsets): adjust
2535
2536 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2537
2538         * text.C (top_y): fix bug 1110
2539
2540 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2541
2542         * errorlist.[Ch]: added
2543         * buffer.C:
2544         * BufferView.[Ch]:
2545         * BufferView_pimpl.C:
2546         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2547         instead
2548
2549 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2550
2551         * Makefile.am: ensure that lyx is relinked upon changes to the
2552         various "convenience" libs.
2553
2554 2003-05-20  Angus Leeming  <leeming@lyx.org>
2555
2556         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2557         files are compiled in alphabetical order again.
2558
2559         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2560
2561 2003-05-19  Angus Leeming  <leeming@lyx.org>
2562
2563         * gettext.[Ch]: remove "char const * _(char const *)".
2564
2565 2003-05-19  André Pönitz  <poenitz@gmx.net>
2566
2567         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2568
2569         * Makefile.am:
2570         * BufferView.C:
2571         * DepTable.h:
2572         * LaTeXFeatures.C:
2573         * buffer.C:
2574         * lyxfont.C:
2575         * lyxlex.h:
2576         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2577
2578 2003-05-19  André Pönitz  <poenitz@gmx.net>
2579
2580         * buffer.C:
2581         * lyxlayout.[Ch]:
2582         * lyxtextclass.[Ch]:
2583         * paragraph.C:
2584         * paragraph_funcs.[Ch]:
2585         * text2.C:
2586         * text3.C: more insetenv work
2587
2588 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2589
2590         * ParagraphParameters.C (params2string): small bug fixed
2591
2592 2003-05-16  André Pönitz  <poenitz@gmx.net>
2593
2594         * debug.C:
2595         * bufferview_funcs.C: patch from Kornel Benko to prevent
2596           crash when _(...) is called twice in a statement
2597
2598 2003-05-16  André Pönitz  <poenitz@gmx.net>
2599
2600         * BufferView.C:
2601         * lyxfunc.C:
2602         * text.C:
2603         * text2.C:
2604         * text3.C:
2605         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2606
2607 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2608
2609         * lyx_main.C (init): remove spurious static_cast
2610
2611 2003-05-14  André Pönitz  <poenitz@gmx.net>
2612
2613         * BufferView.C: fix format string
2614
2615 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2616
2617         * BufferView.[Ch] (insertErrors): removed
2618         * BufferView.[Ch] (showErrorList): added
2619         * buffer.C (runChkTeX):
2620         * converter.C (scanLog): call showErrorList instead of inserterrors
2621
2622 2003-05-13  André Pönitz  <poenitz@gmx.net>
2623
2624         * BufferView_pimpl.C:
2625         * buffer.C:
2626         * bufferview_func.C:
2627         * MenuBackend.C:
2628         * lyxfunc.C:
2629         * lyxrc.C:
2630         * tex-accent.C:
2631         * text3.C:
2632         * toc.C:
2633         * tabular_funcs.h: tostr() from its own header
2634
2635         * ParagraphParameters.C:
2636         * ToolbarBackend.C:
2637         * bufferparams.C:
2638         * format.C:
2639         * lyxlex_pimpl.C:
2640         * text3.C: STRCONV()
2641
2642 2003-05-12  André Pönitz  <poenitz@gmx.net>
2643
2644         * BufferView.C:
2645         * BufferView_pimpl.C:
2646         * CutAndPaste.C:
2647         * LaTeX.C:
2648         * LaTeXFeatures.C:
2649         * ParagraphParameters.C:
2650         * buffer.C:
2651         * bufferlist.C:
2652         * bufferparams.C:
2653         * bufferview_funcs.C:
2654         * converter.C:
2655         * counters.C:
2656         * debug.C:
2657         * exporter.C:
2658         * format.C:
2659         * importer.C:
2660         * lyx_cb.C:
2661         * lyx_main.C:
2662         * lyxfont.C:
2663         * lyxfunc.C:
2664         * lyxvc.C:
2665         * paragraph.C:
2666         * paragraph_funcs.C:
2667         * tabular.C:
2668         * tabular_funcs.C:
2669         * text2.C:
2670         * text3.C:  boost::format -> bformat  all over the place
2671
2672
2673 2003-05-09  André Pönitz  <poenitz@gmx.net>
2674
2675         * LColor.[Ch]: Pimpl the #include <map> away
2676
2677 2003-05-09  John Levon  <levon@movementarian.org>
2678
2679         * bufferlist.C: never remove emergency saves
2680
2681 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2682
2683         * Makefile.am: better lib building
2684
2685 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2686
2687         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2688         instead.
2689         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2690         (simpleTeXSpecialChars): adjust
2691         (simpleTeXSpecialChars): adjust
2692         * paragraph.C (simpleTeXOnePar): adjust
2693         * buffer.C (makeLaTeXFile): adjust
2694
2695         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2696
2697         * text2.C (changeDepth): parlist cleanup
2698         (getColumnNearX): ditto
2699
2700         * rowpainter.C (getLabelFont): parlist cleanup
2701
2702         * bufferlist.C (newFile): parlist cleanup
2703
2704         * CutAndPaste.C (eraseSelection): parlist cleanup
2705
2706         * BufferView_pimpl.C (trackChanges): parlist cleanup
2707         (dispatch): ditto
2708
2709         * BufferView.C (lockInset): parlist cleanup.
2710         (ChangeInsets): ditto
2711
2712 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2713
2714         * CutAndPaste.h: Update file header.
2715
2716         * CutAndPaste.C: Update file header.
2717         Store the parts cut out of the Document in a limited_stack.
2718         (copySelection): adjust
2719         (pasteSelection): new function, takes the index in the limited stack.
2720         (nrOfParagraphs): adjust
2721         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2722         simplify error inset insertion.
2723         (checkPastePossible): adjust
2724
2725 2003-05-06  John Levon  <levon@movementarian.org>
2726
2727         * text2.C: don't cast wrap inset to float
2728
2729 2003-05-05  André Pönitz  <poenitz@gmx.net>
2730
2731         * iterator.C:
2732         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2733
2734         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2735           few naked Paragraph *.
2736
2737 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2738
2739         * bufferparams.C: Output warning if a document with missing
2740         TeX document class is loaded
2741         * exporter.C: Disable TeX exports if the document class is missing
2742         * lyxtextclass.C:
2743         * lyxtextclass.h:
2744         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2745         isTeXClassAvailable()
2746
2747 2003-05-03  John Levon  <levon@movementarian.org>
2748
2749         * BufferView.h:
2750         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2751         explicit cursor show/hide
2752
2753         * BufferView_pimpl.h:
2754         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2755         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2756
2757         * lyxfunc.C: hide cursor before dispatching.
2758
2759         * lyx_cb.C:
2760         * lyxfind.C:
2761         * text.C:
2762         * text3.C: remove explicit cursor hides
2763
2764 2003-05-02  André Pönitz  <poenitz@gmx.net>
2765
2766         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2767
2768         * undo_funcs.C:
2769         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2770           linked lists
2771
2772         * text2.C: tiny whitespace
2773
2774 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2775
2776         * undo_funcs.C: almost only ws changes.
2777
2778         * ParagraphList.C (splice): just return if pl is empty.
2779
2780 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2781
2782         * ParagraphList.C (splice): new function.
2783
2784         * CutAndPaste.C (pasteSelection): use it
2785
2786 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2787
2788         * CutAndPaste.C (pasteSelection): remove the last next and
2789         previous from this file.
2790
2791 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2792
2793         * CutAndPaste.C (pasteSelection): more clean up, user proper
2794         ParagraphList functions for pasteing.
2795
2796         * ParagraphList.C (insert): new function, three arg insert
2797
2798 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2799
2800         * ParagraphList.C (insert): new function, three arg insert
2801
2802         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2803         not on paragraphs.
2804
2805 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2806
2807         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2808
2809 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2810
2811         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2812
2813 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2814
2815         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2816         (copySelection): clean up a bit.
2817         (pasteSelection): use make_pair
2818
2819         * ParagraphList.C (ParagraphList): implement copy constructor
2820         (operator=): implement, base on copy constructor.
2821         (assign): new func
2822
2823         * paragraph.C (erase): return a bool
2824
2825         * paragraph_pimpl.C (erasePos): remove function, move contents...
2826         (erase): ... here. Return a bool.
2827         (erase): call erase instead of erasePos.
2828
2829 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2830
2831         * ParagraphList.h: define PitPosPair
2832         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2833         ParagraphList, fix a bug on pasting multiple pars
2834         * text2.C: change interface to C&P
2835
2836 2003-04-30  André Pönitz  <poenitz@gmx.net>
2837
2838         * undo_func.C: revert part of yesterday's patch 2
2839
2840 2003-04-30  John Levon  <levon@movementarian.org>
2841
2842         * LColor.C: s/tabular/table/
2843
2844 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2845
2846         * text3.C (dispatch): do not convert iterator -> pointer
2847         * undo_funcs.C (setCursorParUndo): ditto
2848         * text_funcs.C (transposeChars): ditto
2849
2850         * text2.C (setLayout): ws changes only
2851
2852         * text.C (breakParagraph): do not convert iterator -> pointer
2853         (insertChar): ditto
2854         (acceptChange): ditto
2855         (rejectChange): ditto
2856         (changeCase): ditto
2857         (Delete): ditto
2858         (backspace): ditto
2859
2860         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2861         pointer
2862
2863 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2864
2865         * text3.C (gotoInset): YABG (yet another bad getChar)
2866
2867 2003-04-29  André Pönitz  <poenitz@gmx.net>
2868
2869         * paragraph.h: make operator= private unimplemented as long as
2870           it is unusable
2871
2872         * ParagraphList.C: whitespace
2873
2874         * paragraph.[Ch]:
2875         * paragraph_pimpl.[Ch]:
2876         * paragraph_funcs.C:
2877         * CutAndPaste.C:
2878         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2879
2880         * text2.C:
2881           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2882
2883 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2884
2885         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2886         * paragraph.[Ch] (erase):
2887         * paragraph_pimpl.[Ch] (erase): change return type and value
2888         * text2.C (cutSelection): some rework
2889
2890 2003-04-28  John Levon  <levon@movementarian.org>
2891
2892         * bufferlist.C: changes for unsaved changes dialog
2893
2894 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2895
2896         * bufferlist.C (newFile): set language (messages_) for new
2897         documents also.
2898
2899         * buffer.C (readFile): ws changes only.
2900
2901 2003-04-28  André Pönitz  <poenitz@gmx.net>
2902
2903         * undo_funcs.C:
2904         * lyxfunc.C:
2905         * buffer.[Ch]:
2906         * BufferView_pimpl.C:
2907         * BufferView.C: getParFromID related ParagraphList::iterator changes
2908
2909 2003-04-28  André Pönitz  <poenitz@gmx.net>
2910
2911         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2912           Changes
2913
2914 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2915
2916         * messages.C: remove one more localedir class variable.
2917
2918 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2919
2920         * messages.C (getLocaleDir): singleton generation function
2921         (Pimpl): use it.
2922         (Messages): add a default constructor.
2923
2924         * main.C (main): do not setup localedir here, do not call
2925         gettext_init.
2926
2927         * gettext.C (_): use it.
2928         (gettext_init): delete funciton
2929
2930 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2931
2932         * gettext.C (getLyXMessages): new singleton generating function.
2933
2934         * buffer.C (updateDocLang): adjust
2935
2936         * Makefile.am (messages.o): add target
2937         (main.o): remove target
2938
2939 2003-04-27  John Levon  <levon@movementarian.org>
2940
2941         * bufferlist.C:
2942         * lyx_cb.C:
2943         * lyxfunc.C:
2944         * lyxvc.C: specify cancel button in Alert::prompt
2945
2946 2003-04-26  John Levon  <levon@movementarian.org>
2947
2948         * text3.C:
2949         * lyxfunc.C:
2950         * lfuns.h:
2951         * LyXAction.C: add LFUN_INSET_SETTINGS
2952
2953         * lyxfunc.C: don't enable tabular-feature when there's
2954         just any locking inset
2955
2956 2003-04-26  John Levon  <levon@movementarian.org>
2957
2958         * bufferlist.C: re-add Cancel to buffer close question
2959
2960         * lyxfunc.C: fix import UI a bit
2961
2962 2003-04-25  John Levon  <levon@movementarian.org>
2963
2964         * gettext.C: remove the broken asserts for now
2965
2966 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2967
2968         * messages.C: make case where setlocale cannot comply work better.
2969
2970         * buffer.C (updateDocLang): new function
2971         (changeLanguage): use it
2972         (readFile): use it
2973
2974         * text2.C (setCounter): use B_ a bit.
2975
2976         * lyxlayout.C (Read): be sure to trim the label strings.
2977
2978         * messages.C (Messages): fix typo in comment
2979
2980         * buffer.C (readFile): set message_ after file is loaded.
2981         (makeDocBookFile): remove double return
2982         (changeLanguage): reset message_ upon language change.
2983         (B_): new func, use this to get translated buffer strings.
2984
2985         * main.C: add myself and Jean Marc as authors.
2986
2987 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2988
2989         * messages.[hC]: pimplify Messages, and three different pimpls to be
2990         used in different circumstances.
2991
2992         * gettext.[Ch]: change for use with new message code.
2993
2994 2003-04-24 André Pönitz <poenitz@gmx.net>
2995
2996         * factory.C: support for eqref
2997
2998 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2999
3000         * messages.[Ch]: add missing char
3001
3002         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3003
3004         * messages.[Ch]: New files
3005
3006 2003-04-18  John Levon  <levon@movementarian.org>
3007
3008         * BufferView.h:
3009         * BufferView.C:
3010         * BufferView_pimpl.C:
3011         * lfuns.h:
3012         * LyXAction.C:
3013         * lyxtext.h:
3014         * text2.C: remove layout-copy/paste (bug 778)
3015
3016 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3017
3018         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3019
3020 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3021
3022         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3023         if they succeed. Act accordingly.
3024
3025 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3026
3027         * text2.C (setCharFont): adjust
3028         (setCounter): adjust
3029         (insertStringAsLines): adjust
3030
3031         * text.C (leftMargin): adjust
3032         (setHeightOfRow): adjust
3033
3034         * rowpainter.C (paintFirst): adjust
3035         (paintLast): adjust
3036
3037         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3038         (outerHook): ditto
3039         (isFirstInSequence): ditto
3040         (getEndLabel): ditto
3041         (outerFont): adjust
3042
3043         * paragraph.C (getParLanguage): comment out some hard stuff.
3044
3045         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3046         (sgmlError): ditto
3047         (simpleDocBookOnePar): ditto
3048         (makeDocBookFile): use ParagraphList::iterator
3049
3050         * CutAndPaste.C (pasteSelection): adjust
3051
3052 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3053
3054         * text2.C (getFont): adjust
3055         (getLayoutFont): adjust
3056         (getLabelFont): adjust
3057
3058         * paragraph_funcs.C (TeXOnePar): adjust
3059
3060         * buffer.C (simpleLinuxDocOnePar): adjust
3061         (simpleDocBookOnePar): adjust
3062
3063         * CutAndPaste.C (pasteSelection): adjust
3064
3065         * BufferView.C (getEncoding): adjust
3066
3067         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3068
3069 2003-04-16  John Levon  <levon@movementarian.org>
3070
3071         * lyxfind.C: use parlist stuff for search/changes
3072
3073 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3074
3075         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3076
3077         * text2.C (deleteEmptyParagraphMechanism): adjust
3078
3079         * text2.[Ch] (ownerParagraph): delete func (both of them
3080
3081 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3082
3083         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3084
3085 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3086
3087         * ParagraphList.C: prepare for NO_NEXT
3088
3089 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3090
3091         * text2.C (getFont): adjust
3092         (getLayoutFont): adjust
3093         (getLabelFont): adjust
3094
3095         * paragraph.C (getFont): adjust
3096         (getLabelFont): adjust
3097         (getLayoutFont): adjust
3098
3099         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3100
3101 2003-04-15  John Levon  <levon@movementarian.org>
3102
3103         From Angus Leeming
3104
3105         * lyx_main.C: handle Include in .ui files
3106
3107 2003-04-15  John Levon  <levon@movementarian.org>
3108
3109         * MenuBackend.C: make the doc files length shorter
3110
3111         * ToolbarBackend.h:
3112         * ToolbarBackend.C: handle toolbar placement flags,
3113         Minibuffer
3114
3115 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3116
3117         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3118         adjust
3119
3120         * paragraph_funcs.C (TeXOnePar): adjust
3121
3122         * paragraph.C (getLabelFont): add outerfont arg, adjust
3123         (getLayoutFont): ditto
3124         (simpleTeXOnePar): adjust
3125
3126         * paragraph_pimpl.C (realizeFont): delete func
3127
3128 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3129
3130         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3131         row argument, constify cur argument.
3132
3133 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3134
3135         * text2.C (getFont): adjust
3136         (getLayoutFont): adjust
3137         (getLabelFont): adjust
3138
3139         * paragraph_funcs.C (TeXOnePar): adjust
3140         (outerFont): new func...
3141         (realizeFont): ...moved out from here, changed this to facilitate
3142         transition
3143
3144         * paragraph.C (getFont): take outerfont as arg, adjust
3145         (simpleTeXOnePar): add outerfont arg, adjust
3146
3147         * buffer.C (simpleLinuxDocOnePar): adjust
3148         (simpleDocBookOnePar): adjust
3149
3150         * CutAndPaste.C (pasteSelection): adjust
3151
3152         * BufferView.C (getEncoding): adjust
3153
3154 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3155
3156         * text2.C (setCharFont): adjust
3157         (setCounter): adjust
3158
3159         * text.C (leftMargin): adjust
3160         (setHeightOfRow): adjust
3161
3162         * rowpainter.C (paintFirst): adjust
3163         (paintLast): adjust
3164
3165         * paragraph_pimpl.C (realizeFont): adjust
3166
3167         * paragraph.C (isFirstInSequence): move from here...
3168         * paragraph_funcs.C (isFirstInSequence): ...to here
3169
3170         * paragraph.C (outerHook): move from here...
3171         * paragraph_funcs.C (outerHook): ...to here
3172
3173         * paragraph.C (depthHook): move from here...
3174         * paragraph_funcs.C (depthHook): ...to here
3175
3176         * paragraph.C (getEndLabel): move from here...
3177         * paragraph_funcs.C (getEndLabel): ...to here
3178
3179         * text2.C (realizeFont): move from here...
3180         * paragraph_funcs.C (realizeFont): ...to here
3181
3182 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3183
3184         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3185
3186 2003-04-14  Angus Leeming  <leeming@lyx.org>
3187
3188         * LColor.[Ch]: scrap LColor mathcursor.
3189
3190 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3191
3192         * lyxlex.[Ch] (text): delete function
3193         * trans.C (Load): adjust
3194         * paragraph_funcs.C (readParToken): adjust
3195
3196 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3197
3198         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3199         vector<char> instead of a char[].
3200
3201         * lyxlex_pimpl.C (getString): adjust
3202         (next): adjust
3203         (lex): use getString
3204         (eatLine): adjust
3205         (nextToken): adjust
3206
3207         * lyxlex.C (text): use pimpl_->getString()
3208         (getBool): ditto
3209         (findToken): ditto
3210
3211 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3212
3213         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3214         (makeFontEntriesLayoutSpecific): temp var for par.size()
3215         (setLayout): temp var for ownerParagraphs().end()
3216         (fullRebreak): temp var for rows().end()
3217         (selectionAsString): temp var for boost::next(startpit), realize
3218         that the while really is a regular for loop.
3219         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3220         setCursor in one place.
3221         (setParagraph): temp vr for ownerParagraphs().end()
3222         (updateCounters): make the while loop a for loop
3223         (cutSelection): temp var for ownerParagraphs().end()
3224         (updateInset): make the do {} while() a regular for loop
3225         (getCursorX): use temp vars
3226         (setCurrentFont): use temp vars
3227         (getColumnNearX): use temp vars
3228
3229 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3230
3231         * text.C (transformChar): use temp var for getChar
3232         (computeBidiTables): use temp var for row->par()
3233         (fill): move temp vars for row->par() and pit->layout() earlier in
3234         the function.
3235         (labelFill): use temp var for row->par()
3236         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3237         asc and desc, realize that pit never changes and that firstpit is
3238         just a duplicate and not needed. Exchange rit->par() with pit in a
3239         lot of places.
3240         (breakAgain): use a temp var for boost::next(rit)
3241         (breakAgainOneRow): ditto
3242         (breakParagraph): use a temp var for rows().begin()
3243         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3244         (cursorRightOneWord): use temp var for cursor.par() and
3245         cursor.pos(), remove usage of tmpcursor.
3246         (cursorLeftOneWord): use temp var for cursor.par() and
3247         cursor.pos() only set cur at end of function.
3248
3249 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3250
3251         * text.C, text2.C: exchange all usage of Paragraph::next with
3252         boost::next(ParagraphList::iterator)
3253
3254         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3255
3256         * text2.C (cursorTop): simplify implementation
3257         (cursorBottom): ditto
3258         (setParagraph): use ParagraphList::iterator
3259         (setCurrentFont): adjust
3260         (getColumnNearX): adjust
3261         (cursorRight): adjust
3262         (cursorLeft): remove usage of Paragraph::previous
3263         (cursorUpParagraph): ditto
3264         (deleteEmptyParagraphMechanism): slight cleanup
3265
3266         * text.C (isBoundary): take a Paragraph const & instead of a
3267         pointer as arg.
3268         (addressBreakPoint): ditto
3269         (leftMargin): remove usage of Paragraph::previous.
3270         (setHeightOfRow): ditto
3271         (cursorLeftOneWord): ditto
3272         (selectNextWordToSpellcheck): ditto
3273         (Delete): ditto
3274         (backspace): ditto
3275         (breakParagraph): remove one usage of Paragraph::next
3276         (redoParagraph): ditto
3277         (acceptChange): ditto
3278         (insertChar): adjust
3279         (rowBreakPoint): adjust
3280
3281         * bufferview_funcs.C (toggleAndShow): adjust
3282
3283 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3284
3285         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3286         methods to access it.
3287         * lyxtext.h:
3288         * text.C: Added updateRowPositions to compute all row positions.
3289         Make top_y and getRowNearY() to use the cached y position
3290
3291 2003-04-11  John Levon  <levon@movementarian.org>
3292
3293         * text.C (rowBreakPoint): reintroduce the labelEnd
3294         checks, code copied from the row fill stuff. Deep voodoo.
3295
3296         * text.C (fill): add a comment and debugging for the
3297         next poor soul.
3298
3299 2003-04-11  John Levon  <levon@movementarian.org>
3300
3301         * text.C: make sure fullrow insets get wrapped to the next line,
3302         even when they're in a manual label
3303
3304 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3305
3306         * text2.C (insertParagraph): make it take ParagraphList::iterator
3307         as arg.
3308         (setLayout): make it return ParagraphList::iterator
3309         (redoParagraphs): ditto
3310         (setCounter): ditto
3311         (checkParagraph): ditto
3312
3313         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3314
3315         * text2.C: adjust several funcs.
3316         (realizeFont): take a ParagraphList::iterator as arg.
3317         (getLayoutFont): ditto
3318         (getLabelFont): ditto
3319         (setCharFont): ditto
3320
3321         * text.C: adjust several funcs.
3322
3323 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3324
3325         * text.C (selectNextWordToSpellcheck): don't accidentally
3326         skip insets
3327
3328 2003-04-10  John Levon  <levon@movementarian.org>
3329
3330         * ToolbarBackend.C (getIcon): special handling for
3331         LFUN_MATH_DELIM
3332
3333 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3334
3335         * text2.C (cursorRight): a getChar assert fixed
3336
3337 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3338
3339         * text2.C (getFont): change to take a ParagraphList::iterator
3340         instead of Paragraph*
3341         Adjust several functions.
3342
3343         * text.C (transformChar): change to take a ParagraphList::iterator
3344         instead of Paragraph*
3345         (singleWidth): ditto
3346         Adjust several functions.
3347
3348         * rowpainter.C: adjust several functions
3349         * rowpainter.h:store a ParagraphList::iterator and not a
3350         Paragraph&.
3351
3352
3353 2003-04-09  John Levon  <levon@movementarian.org>
3354
3355         * lyxfunc.C:
3356         * lfuns.h:
3357         * LyXAction.h:
3358         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3359         and the "help" bits as well
3360
3361 2003-04-09  John Levon  <levon@movementarian.org>
3362
3363         * ToolbarBackend.h:
3364         * ToolbarBackend.C: allow multiple toolbars
3365
3366 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3367
3368         * undo_funcs.C (setCursorParUndo): adjust
3369
3370         * text_funcs.C (transposeChars): adjust
3371
3372         * text3.C (gotoNextInset): adjust
3373         (dispatch): adjust
3374
3375         * text2.C (setLayout): adjust
3376         (changeDepth): adjust
3377         (setFont): adjust
3378         (redoParagraphs): adjust
3379         (selectionAsString): adjust
3380         (setParagraph): adjust
3381         (insertInset): adjust
3382         (cutSelection): adjust
3383         (copySelection): adjust
3384         (pasteSelection): adjust
3385         (insertStringAsLines): adjust
3386         (updateInset): adjust
3387         (setCursor): change to take a ParagraphList::iterator parameter
3388         (setCursorIntern): change to take a ParagraphList::iterator parameter
3389         (setCurrentFont): adjust
3390         (cursorLeft): adjust
3391         (cursorRight): adjust
3392         (deleteEmptyParagraphMechanism): adjust
3393
3394         * text.C (breakParagraph): adjust
3395         (insertChar): adjust
3396         (acceptChange): adjust
3397         (rejectChange): adjust
3398         (selectNextWordToSpellcheck): adjust
3399         (changeCase): adjust
3400         (Delete): adjust
3401         (backspace): adjust
3402
3403         * lyxfind.C (SearchForward): adjust
3404         (SearchBackward): adjust
3405         (nextChange): adjust
3406
3407         * lyxcursor.C (par): adjust
3408
3409         * lyxcursor.h: store a ParagraphList::iterator instead of a
3410         Paragraph*
3411
3412         * lyx_cb.C (getPossibleLabel): adjust
3413
3414         * bufferview_funcs.C (toggleAndShow): adjust
3415
3416         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3417         (dispatch): adjust
3418
3419         * BufferView.C (removeAutoInsets): adjust
3420         (lockedInsetStoreUndo): adjust
3421
3422 2003-04-09  John Levon  <levon@movementarian.org>
3423
3424         * ToolbarBackend.C: try icon without argument
3425         if with argument fails
3426
3427 2003-04-08  John Levon  <levon@movementarian.org>
3428
3429         * ToolbarBackend.h:
3430         * ToolbarBackend.C: add getIcon(), handle tooltip,
3431         and change from "Icon" to "Item".
3432
3433 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3434
3435         * BufferView.C (lockInset): another bad getchar crunched
3436
3437 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3438
3439         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3440         again)
3441
3442 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3443
3444         * lyxfind.C (searchForward, searchBackwards): bug 782
3445
3446 2003-04-07  John Levon  <levon@movementarian.org>
3447
3448         * paragraph.C: remove dead comment
3449
3450         * text.C: remove troublesome depth-fiddling code
3451         in leftMargin() and rightMargin() (bug 1017)
3452
3453         * text.C: fix breaking of rows in nested lists
3454         (bug 1004)
3455
3456         * text2.C (updateCounters): fix up depth values
3457         (bug 1013)
3458
3459 2003-04-07  John Levon  <levon@movementarian.org>
3460
3461         * BufferView_pimpl.C: clear message when doc finishes resizing,
3462         and after a mouse event
3463
3464         * lyxfunc.C: clear message after exiting inset
3465
3466 2003-04-07  John Levon  <levon@movementarian.org>
3467
3468         * bufferview_funcs.C: show math status not outside
3469         status in the statusbar
3470
3471 2003-04-07  John Levon  <levon@movementarian.org>
3472
3473         * lyxfunc.C: note status changed after a depth change
3474
3475 2003-04-04  Angus Leeming  <leeming@lyx.org>
3476
3477         * LaTeX.h: move AuxInfo operator==, != out of line.
3478         Remove LaTeX virtual destructor; nothing derives from it.
3479         Move operator()() out of public area and rename it startscript().
3480         Change protected for private.
3481
3482 2003-04-04  Angus Leeming  <leeming@lyx.org>
3483
3484         * lyxfunc.C:
3485         * text2.C: remove unneeded #includes.
3486
3487 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3488
3489         * text2.C (dEPM): fix the heigth of the next row
3490
3491 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3492
3493         * text.C: squashed an invalid getChar requester + some ws changes
3494
3495 2003-04-03  John Levon  <levon@movementarian.org>
3496
3497         * bufferview_funcs.h:
3498         * bufferview_funcs.C:
3499         * lyxfunc.C:
3500         * lyxtext.h:
3501         * text2.C: make getStatus work for the env depth lfuns
3502
3503 2003-04-03  John Levon  <levon@movementarian.org>
3504
3505         * bufferview_funcs.h:
3506         * bufferview_funcs.C:
3507         * lyxfunc.C:
3508         * lyxtext.h:
3509         * text2.C: parlistize decDepth(), by merging it with incDepth()
3510
3511 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3512
3513         * lyxrow.h: store a ParagraphList::iterator instead of a
3514         Paragraph* and adjust other class functions to suit.
3515
3516         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3517         above.
3518
3519 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3520
3521         * text2.C (setCursor): do not anchor to cursor row for the time being
3522
3523 2003-04-02  John Levon  <levon@movementarian.org>
3524
3525         * LyXAction.C:
3526         * lfuns.h:
3527         * lyx_main.C:
3528         * lyxtext.h:
3529         * text.C:
3530         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3531
3532 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3533
3534         * paragraph.h: make ParagraphList and ParagraphList::iterator
3535         friends of Paragraph.
3536
3537         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3538
3539         * ParagraphList.C: Use the private next_ and previous_ from
3540         Paragraph.
3541
3542 2003-04-01  John Levon  <levon@movementarian.org>
3543
3544         * ToolbarBackend.h:
3545         * ToolbarBackend.C:
3546         * Makefile.am: rename, remove defaults gunk
3547
3548         * MenuBackend.h:
3549         * MenuBackend.C: remove defaults gunk
3550
3551         * Languages.h:
3552         * Languages.C: remove defaults gunk
3553
3554         * lyx_main.h:
3555         * lyx_main.C: error out if files couldn't be found.
3556
3557 2003-04-02  John Levon  <levon@movementarian.org>
3558
3559         * text2.C: make incDepth() use parlist
3560
3561 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3562
3563         * undo_funcs.C (firstUndoParagraph): adjust
3564
3565         * text3.C (gotoInset): adjust
3566         (dispatch): adjust, and rewrite loop.
3567
3568         * text2.C (init): adjust, and rewrite loop.
3569         (redoParagraphs): adjust
3570         (updateInset): adjust, and rewrite loop.
3571         (deleteEmptyParagraphMechanism): adjust
3572
3573         * tabular.C (LyXTabular): adjust
3574         (SetMultiColumn): adjust
3575         (TeXRow): adjust
3576
3577         * lyxtext.[Ch] (ownerParagraph): delete function
3578         (ownerParagraphs): new function returns a ParagraphList.
3579
3580         * BufferView.C (removeAutoInsets): adjust
3581         (insertErrors): adjust
3582         (setCursorFromRow): adjust
3583
3584 2003-04-01  Angus Leeming  <leeming@lyx.org>
3585
3586         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3587         in the frontends.
3588
3589 2003-04-02  John Levon  <levon@movementarian.org>
3590
3591         * lyxtext.h:
3592         * text.C:
3593         * Makefile.am:
3594         * text_funcs.h:
3595         * text_funcs.C: make transposeChars a free function
3596
3597         * lyxrow_funcs.C: remove wrong comment
3598
3599 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3600
3601         * lyxtext.h: adjust
3602         * rowpainter.C: adjust
3603         * text.C: adjust
3604         * text2.C: adjust
3605         * text3.C: adjust
3606
3607         * lyxrow_funcs. [Ch]: new files
3608
3609         * lyxrow.[Ch]: remove next and previous pointers
3610         (next,previous): remove accessor functions
3611         (isParEnd): move to lyxrow_funcs
3612         (lastPos): move to lyxrow_funcs
3613         (nextRowIsAllInset): move to lyxrow_funcs
3614         (lastPrintablePos): move to lyxrow_funcs
3615         (numberOfSeparators): move to lyxrow_funcs
3616         (numberOfHfills): move to lyxrow_funcs
3617         (numberOfLabelHfills): move to lyxrow_funcs
3618         (hfillExpansion): move to lyxrow_funcs
3619
3620         * lyxfunc.C: adjust
3621
3622         * bufferview_funcs.C (toggleAndShow): adjust
3623
3624         * RowList.h: Remove class RowList from file leave just a
3625         std::list<Row>.
3626
3627         * RowList.C: delete file
3628
3629         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3630         and lyxrow_funcs.h
3631
3632 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3633
3634         * text3.C (cursorPrevious): adjust
3635         (cursorNext): adjust
3636         (dispatch): adjust
3637
3638         * text2.C (redoHeightOfParagraph): adjust
3639         (redoDrawingOfParagraph): adjust
3640         (setCursor): adjust
3641
3642         * text.C (breakParagraph): adjust
3643         (insertChar): adjust
3644         (backspace): adjust
3645
3646         * rowpainter.C (RowPainter): adjust
3647         (leftMargin): simplify and adjust
3648         (most rowpainter functions): adjust.
3649
3650         * rowpainter.h: store the row as RowList::iterator not as Row*
3651
3652         * lyxcursor.C (row): taka RowList::iterator as arg
3653         (irow): ditto
3654
3655         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3656         of Row*.
3657
3658 2003-04-01  Angus Leeming  <leeming@lyx.org>
3659
3660         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3661         stuff like bool Bool.
3662
3663 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3664
3665         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3666         rewrite a loop
3667
3668 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3669
3670         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3671         RowList::iterator.
3672
3673         * lyxtext.h (rows): drop one version and leve a const variant that
3674         returns a RowList::iterator.
3675
3676 2003-03-31  Angus Leeming  <leeming@lyx.org>
3677
3678         * text.C (fill): ensure that the signature is the same as that in the
3679         header file.
3680
3681 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3682
3683         * text2.C (redoParagraphs): adjust
3684         (updateCounters): adjust
3685         (checkParagraph): adjust
3686         (getColumnNearX): adjust and reformat a bit.
3687
3688         * text.C (top_y): adjust
3689         (workWidth): adjust
3690         (leftMargin): adjust
3691         (prepareToPrint): adjust
3692         (getRow): adjust
3693         (getRowNearY): adjust
3694
3695         * lyxtext.h: make rowlist_ mutable.
3696
3697         * RowList.h: add const_iterator
3698         * RowList.C: adjust for RowList::const_iterator.
3699
3700         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3701         adjust.
3702
3703 2003-03-31  John Levon  <levon@movementarian.org>
3704
3705         * lyxrc.h:
3706         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3707
3708         * lyx_main.C: set default fonts from using lyx_gui funcs
3709
3710         * exporter.C: pdf_mode moved from lyxrc
3711
3712         * lyx_cb.C:
3713         * lyxfunc.C: changes from above
3714
3715 2003-03-31  John Levon  <levon@movementarian.org>
3716
3717         * lyx_main.C: fix to the last fix
3718
3719 2003-03-31  John Levon  <levon@movementarian.org>
3720
3721         * bufferlist.C: "Load original" -> "Load Original"
3722
3723         * converter.C:
3724         * exporter.C:
3725         * importer.C:
3726         * lyx_main.C:
3727         * format.C: more Alert cleanups
3728
3729 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3730
3731         * text2.C (removeParagraph): make it take a RowList::iterator as
3732         arg, adjust.
3733         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3734         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3735
3736         * text.C (anchor_row): make it take a RowList::iterator as arg,
3737         adjust.
3738         (computeBidiTables): make it take a const reference to Row instead
3739         of Row pointer, adjust.
3740         (leftMargin): make it take a RowList::iterator as arg, adjust.
3741         (rowBreakPoint): adjust
3742         (breakAgainOneRow): make it take a RowList::iterator as arg,
3743         adjust.
3744         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3745
3746         * bufferview_funcs.C (toggleAndShow): adjust
3747
3748 2003-03-30  John Levon  <levon@movementarian.org>
3749
3750         * Makefile.am:
3751         * BoostFormat.h:
3752         * boost-inst.C: moved to support
3753
3754         * several files: changes as a result
3755
3756 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3757
3758         * text2.C (LyXText): adjust.
3759         (init): adjust
3760         (removeRow): make it take a RowList::iterator as arg, adjust.
3761         (fullRebreak): adjust
3762         (deleteEmptyParagraphMechanism): adjust
3763         (clearPaint): adjust
3764         (postPaint): adjust
3765
3766         * text.C (top_y): adjust
3767         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3768         (breakAgain): make it take a RowList::iterator as arg, adjust.
3769         (breakParagraph): adjust
3770         (insertChar): adjust
3771         (backspace): adjust
3772
3773         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3774         need_break_row, and refresh_row.
3775
3776         * text3.C (dispatch): adjust
3777
3778         * text2.C (checkParagraph): adjust
3779         (setCursor): adjust
3780         (setCursorFromCoordinates): adjust
3781
3782         * text.C (top_y): adjust
3783         (workWidth): adjust
3784         (getRow): make it return a RowList::iterator, adjust
3785         (getRowNearY): make it return a RowList::iterator, adjust
3786
3787         * text2.C (init): adjust
3788         (insertRow): remove function
3789         (insertParagraph): adjust
3790         (redoParagraphs): adjust
3791         (fullRebreak): adjust
3792         (updateCounters): adjust
3793
3794         * text.C (top_y): rewrite to use RowList iterators.
3795         (top_y): adjust
3796         (setHeightOfRow): rewrite to sue RowList iterators.
3797         (appendParagraph): adjust
3798         (breakAgain): adjust
3799         (breakAgainOneRow): adjust
3800         (breakParagraph): adjust
3801         (getRow): adjust
3802         (getRowNearY): adjust, and remove commented code.
3803
3804         * lyxtext.h (firstRow): delete function
3805         (lastRow): delete function
3806         (rows): new function (const and non-const versions.)
3807         (insertRow): delete function
3808
3809         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3810
3811 2003-03-29  John Levon  <levon@movementarian.org>
3812
3813         * BufferView_pimpl.C: always update scrollbar top
3814         because pasting text when we're anchored could mean we
3815         miss an update altogether
3816
3817 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3818
3819         * text2.C (init): use rowlist_.end() and not 0.
3820         (insertRow): change to take a RowList::iterator as arg, adjust
3821         for this.
3822         (insertParagraph): change to take a RowList::iterator as arg,
3823         adjust for this.
3824         (redoParagraphs): remove some debug msgs.
3825
3826         * text.C (appendParagraph): change to take a RowList::iterator
3827         arg, adjust for this.
3828         (breakAgain): add an assert
3829         (breakAgainOneRow): ditto
3830
3831 2003-03-29  John Levon  <levon@movementarian.org>
3832
3833         * text2.C: do not clear selection after inc/decDepth
3834         (bug 550)
3835
3836 2003-03-29  John Levon  <levon@movementarian.org>
3837
3838         * BufferView.C:
3839         * buffer.C: fix broken strerrors according to Lars
3840
3841 2003-03-29  John Levon  <levon@movementarian.org>
3842
3843         * converters.C: more Alert cleanups
3844
3845 2003-03-29  John Levon  <levon@movementarian.org>
3846
3847         * bufferview_funcs.C: remove pointless Alert
3848
3849         * buffer.C: fix confusing error message when
3850         a template is chmoded 000
3851
3852 2003-03-29  John Levon  <levon@movementarian.org>
3853
3854         * BufferView.C:
3855         * BufferView.h:
3856         * BufferView_pimpl.C: Alert fixes
3857
3858         * Makefile.am:
3859         * tabular.C:
3860         * tabular-old.C: remove unused table compat reading
3861
3862 2003-03-29  John Levon  <levon@movementarian.org>
3863
3864         * BufferView.C:
3865         * buffer.C:
3866         * lyx_cb.h:
3867         * lyx_cb.C: more Alert cleanups
3868
3869         * lyxfunc.C: don't allow chktex if not latex document
3870
3871 2003-03-29  John Levon  <levon@movementarian.org>
3872
3873         * lyx_cb.C:
3874         * BufferView.C:
3875         * buffer.C: warnings pushed down from support/,
3876         kill err_alert
3877
3878 2003-03-29  John Levon  <levon@movementarian.org>
3879
3880         * lyxfunc.C: safety check for C-r (revert)
3881
3882 2003-03-29  John Levon  <levon@movementarian.org>
3883
3884         * bufferlist.h:
3885         * bufferlist.C: several UI fixes using Alert::prompt.
3886         Fix the pointless looping quit code. Fix stupid revert
3887         behaviour (bug 938)
3888
3889         * lyxvc.h:
3890         * lyxvc.C:
3891         * lyx_cb.C: use Alert::prompt
3892
3893         * lyx_main.C: remove a silly question
3894
3895         * lyxfunc.C: remove a couple of silly questions,
3896         use Alert::prompt
3897
3898 2003-03-28  John Levon  <levon@movementarian.org>
3899
3900         * text2.C: fix bug 974 (End on empty par)
3901
3902 2003-03-28  John Levon  <levon@movementarian.org>
3903
3904         * BufferView_pimpl.C:
3905         * LyXAction.C:
3906         * lfuns.h: remove do-nothing math greek lfuns
3907
3908 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3909
3910         * lyxgluelength.h (isValidGlueLength): add default arg on
3911         parameter 2. Remove default arg from friend in class.
3912
3913         * lyxlength.h (isValidLength): add default arg on parameter 2.
3914         Remove default arg from friend in class.
3915
3916         * text2.C (LyXText): adjust, initialize refresh_row.
3917         (init): adjust
3918         (removeRow): adjust
3919         (insertRow): adjust
3920         (insertParagraph): adjst
3921         (redoParagraphs): adjust
3922         (fullRebreak): adjust
3923         (updateCounters): adjust
3924         (deleteEmptyParagraphMechanism): first attempt at fixing a
3925         crashing bug.
3926
3927         * text.C (top_y): adjust
3928         (setHeightOfRow): adjust
3929         (getRow): adjust
3930         (getRowNearY): adjust
3931
3932         * lyxtext.h: include RowList.h
3933         (~LyXText): not needed anymore, deleted.
3934         (firstRow): modify for RowList
3935         (lastRow): new function
3936         Delete firstrow and lastrow class variables, add a Rowlist
3937         rowlist_ class variable.
3938
3939         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3940         paragraph is empty.
3941
3942         * RowList.C (insert): fix case where it == begin().
3943
3944 2003-03-26  Angus Leeming  <leeming@lyx.org>
3945
3946         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3947         the thesaurus dialog.
3948
3949 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3950
3951         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3952
3953         * RowList.[Ch]: new files
3954
3955         * ParagraphList.C (erase): handle the case where it == begin
3956         correctly.
3957
3958 2003-03-25  John Levon  <levon@movementarian.org>
3959
3960         * Makefile.am:
3961         * aspell_local.h:
3962         * aspell.C: add new aspell support
3963
3964         * lyxrc.h:
3965         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3966         have it accessible.
3967
3968 2003-03-25  Angus Leeming  <leeming@lyx.org>
3969
3970         * lfuns.h:
3971         * LyXAction.C (init): new LFUN_INSET_INSERT.
3972
3973         * BufferView_pimpl.C (dispatch): split out part of the
3974         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3975
3976         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3977         LFUN_INSET_APPLY.
3978
3979 2003-03-25  Angus Leeming  <leeming@lyx.org>
3980
3981         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3982
3983 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3984
3985         * text2.C:
3986         * text3.C: remove useless row->height(0)
3987
3988 2003-03-25  John Levon  <levon@movementarian.org>
3989
3990         * lyxtext.h:
3991         * text2.C:
3992         * text3.C: rename the refreshing stuff to better names
3993
3994 2003-03-24  John Levon  <levon@movementarian.org>
3995
3996         * BufferView_pimpl.h:
3997         * BufferView_pimpl.C: update layout choice on a mouse
3998         press/release
3999
4000 2003-03-23  John Levon  <levon@movementarian.org>
4001
4002         * Makefile.am: fix commandtags.h reference
4003
4004 2003-03-22  John Levon  <levon@movementarian.org>
4005
4006         * BufferView_pimpl.C:
4007         * lyxtext.h:
4008         * rowpainter.C:
4009         * rowpainter.h:
4010         * text.C:
4011         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4012
4013 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4014
4015         * lyxtext.h:
4016         * text.C: take the rtl methods out of line
4017
4018 2003-03-21 André Pönitz <poenitz@gmx.net>
4019
4020         * metricsinfo.[Ch]: new files containing structures to be passed around
4021         during the two-phase-drawing...
4022
4023 2003-03-21 André Pönitz <poenitz@gmx.net>
4024
4025         * lyxtextclass.C: read 'environment' tag.
4026
4027 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4028
4029         * text2.C (removeRow): fix bug 964
4030
4031 2003-03-20  John Levon  <levon@movementarian.org>
4032
4033         * rowpainter.C:
4034         * text.C:
4035         * text2.C: paint cleanups. Inset::update() dropped font
4036         parameter
4037
4038 2003-03-19  John Levon  <levon@movementarian.org>
4039
4040         * lyxfunc.C: only fitcursor/markDirty if available()
4041
4042 2003-03-19  John Levon  <levon@movementarian.org>
4043
4044         * commandtags.h: rename to ...
4045
4046         * lfuns.h: ... this, and renumber / cleanup
4047
4048 2003-03-19  John Levon  <levon@movementarian.org>
4049
4050         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4051         fit the cursor after an lfun
4052
4053         * BufferView.h:
4054         * BufferView.C:
4055         * BufferView_pimpl.h:
4056         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4057
4058         * LyXAction.C: layout-character should have ReadOnly
4059
4060         * ParagraphParameters.C:
4061         * buffer.C:
4062         * bufferview_funcs.C:
4063         * lyx_cb.C:
4064         * lyxfind.C:
4065         * lyxtext.h:
4066         * text.C:
4067         * text2.C:
4068         * text3.C:
4069         * undo_funcs.C: changes from above
4070
4071 2003-03-18  John Levon  <levon@movementarian.org>
4072
4073         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4074         remove it from update()
4075
4076         * lyxfunc.C: update layout choice after an lfun
4077
4078         * text3.C: remove extra updateLayoutChoice()s
4079
4080 2003-03-18  John Levon  <levon@movementarian.org>
4081
4082         * text.C: top_y change means full repaint, fix
4083         a drawing bug with cursor movement
4084
4085 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4086
4087         * lyxtext.h:
4088         * text.C:
4089         * text2.C: anchor row on setCursor
4090
4091 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4092
4093         * lyxtext.h: remove almost all mutable keywords
4094         * text.C:
4095         * text2.C:
4096         * text3.C: remove const keywords accordingly
4097
4098 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4099
4100         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4101         anon namespace
4102         (TeXEnvironment): ditto
4103         (TeXOnePar): ditto
4104
4105 2003-03-17  John Levon  <levon@movementarian.org>
4106
4107         * text.C (rowBreakPoint): remove attempt to fix displayed
4108         math insets inside a manual label
4109
4110 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4111
4112         * lyxtext.h: remove BufferView* as first arg from almost all class
4113         functions.
4114         * other files: adjust.
4115
4116 2003-03-17  John Levon  <levon@movementarian.org>
4117
4118         * lyxtext.h:
4119         * undo_funcs.C:
4120         * text2.C: more paint cleanups
4121
4122         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4123
4124         * rowpainter.h:
4125         * rowpainter.C: remove "smart" background painting code
4126
4127 2003-03-16  John Levon  <levon@movementarian.org>
4128
4129         * lyxtext.h:
4130         * text.C:
4131         * text2.C:
4132         * text3.C: add helper functions for setting refresh_row/y
4133
4134 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4135
4136         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4137         newline inset which *can* get inserted in the pass_thru layouts.
4138         This is primarily for literate documents.
4139
4140 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4141
4142         * buffer.C: increment LYX_FORMAT to 223
4143
4144 2003-03-14 André Pönitz <poenitz@gmx.net>
4145
4146         * textclass.h: prepare for environment handling, ws changes
4147         * lyxlayout.C: read latexheader and latexfooter tags
4148
4149 2003-03-14  John Levon  <levon@movementarian.org>
4150
4151         * text2.C: rewrite ::status() a bit
4152
4153 2003-03-13  John Levon  <levon@movementarian.org>
4154
4155         * lyxtext.h: add some docs
4156
4157 2003-03-13  John Levon  <levon@movementarian.org>
4158
4159         * lyxtext.h:
4160         * text.C:
4161         * text2.C:
4162         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4163
4164 2003-03-13  John Levon  <levon@movementarian.org>
4165
4166         * text3.C: fix appendix redrawing
4167
4168 2003-03-13  John Levon  <levon@movementarian.org>
4169
4170         * text.C (setHeightOfRow):
4171         * rowpainter.h:
4172         * rowpainter.C: make appendix mark have the text
4173           "Appendix" so the user knows what it is
4174
4175         * LColor.h:
4176         * LColor.C: s/appendixline/appendix/ from above
4177
4178 2003-03-13  John Levon  <levon@movementarian.org>
4179
4180         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4181
4182         * text.C: fix a getChar(pos) bug properly
4183
4184 2003-03-13  Angus Leeming  <leeming@lyx.org>
4185
4186         * commandtags.h:
4187         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4188         Probably only temporary. Let's see how things pan out.
4189
4190         * BufferView.C (unlockInset):
4191         * BufferView_pimpl.C (fitCursor):
4192         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4193
4194         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4195         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4196
4197         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4198         new functions that convert ParagraphParameters to and from a string.
4199
4200         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4201         BufferView::Pimpl's dispatch.
4202         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4203
4204 2003-03-13 André Pönitz <poenitz@gmx.net>
4205
4206         * lyxfunc.C:
4207         * text3.C:
4208         * factory.C: make it aware of InsetEnv
4209
4210 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4211
4212         * text2.C (setCursor): never ask for one past last
4213         (setCursor): add some debugging messages.
4214
4215         * text.C (singleWidth): never ask for one past last
4216         (singleWidth): ditto
4217         (leftMargin): ditto
4218         (rightMargin): ditto
4219         (rowBreakPoint): ditto
4220         (setHeightOfRow): ditto
4221         (prepareToPrint): ditto
4222
4223         * rowpainter.C (paintBackground): never ask for one past last
4224         (paintText): never ask for one past last
4225
4226         * paragraph_pimpl.C (getChar): make the assert stricter, never
4227         allow the one past last pos to be taken
4228
4229         * paragraph.C (getChar): ws changes only
4230
4231         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4232         (numberOfSeparators): ditto
4233         (numberOfHfills): ditto
4234
4235 2003-03-12  John Levon  <levon@movementarian.org>
4236
4237         * author.h:
4238         * author.C:
4239         * bufferparams.h:
4240         * bufferparams.C:
4241         * paragraph_funcs.C: fix per-buffer authorlists
4242
4243 2003-03-12  John Levon  <levon@movementarian.org>
4244
4245         * text.C: fix newline in right address
4246
4247 2003-03-12  Angus Leeming  <leeming@lyx.org>
4248
4249         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4250         duplicate those in LyXFunc::dispatch.
4251
4252         * commandtags.h:
4253         * LyXAction.C:
4254         * ToolbarDefaults.C:
4255         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4256         Add LFUN_FONTFREE_UPDATE.
4257
4258         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4259         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4260
4261         * bufferview_func.[Ch]: several new functions to facilliate
4262         transfer of data to and from the character dialog.
4263
4264 2003-03-12  John Levon  <levon@movementarian.org>
4265
4266         * buffer.C:
4267         * paragraph.h:
4268         * paragraph.C:
4269         * paragraph_funcs.C:
4270         * paragraph_pimpl.C:
4271         * sgml.C:
4272         * tabular.C:
4273         * text.C:
4274         * text3.C: remove META_NEWLINE in favour of an inset
4275
4276         * rowpainter.h:
4277         * rowpainter.C: remove paintNewline (done by inset)
4278
4279 2003-03-12  John Levon  <levon@movementarian.org>
4280
4281         * paragraph_pimpl.C: complain about bad getChar()s
4282         for a while at least
4283
4284 2003-03-12  John Levon  <levon@movementarian.org>
4285
4286         * buffer.h:
4287         * buffer.C: move paragraph read into a separate function,
4288         a little renaming to reflect that.
4289
4290         * bufferparams.h:
4291         * bufferparams.C: remove the author_ids map, not necessary now
4292
4293         * factory.h:
4294         * factory.C: moved Buffer::readInset to here
4295
4296         * paragraph_funcs.h:
4297         * paragraph_funcs.C: readParagraph free function moved from
4298         buffer.C
4299
4300         * tabular.C: name change
4301
4302 2003-03-12  John Levon  <levon@movementarian.org>
4303
4304         * buffer.C:
4305         * ParagraphParameters.C: move par params input to
4306         a read() method
4307
4308         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4309         behave like a normal read from the stream wrt reading
4310         a line vs. a \\token
4311
4312 2003-03-12  John Levon  <levon@movementarian.org>
4313
4314         * paragraph.C:
4315         * ParagraphParameters.h:
4316         * ParagraphParameters.C: move output code to a
4317         ::write() method
4318
4319 2003-03-12  John Levon  <levon@movementarian.org>
4320
4321         * BufferView.C (insertLyXFile):
4322         * buffer.h:
4323         * buffer.C:
4324         * tabular.C: use a parlist iterator for creating the
4325           document.
4326
4327 2003-03-12  John Levon  <levon@movementarian.org>
4328
4329         * buffer.C: make current_change static local not
4330           static file-scope
4331
4332 2003-03-12  John Levon  <levon@movementarian.org>
4333
4334         * buffer.C: fix insertStringAsLines for change tracking
4335
4336 2003-03-12  John Levon  <levon@movementarian.org>
4337
4338         * BufferView.C:
4339         * tabular.C:
4340         * buffer.h:
4341         * buffer.C:
4342         * bufferparams.h:
4343         * bufferparams.C: move author list into params. Rename some
4344           functions. Move the header reading into a separate token
4345           loop. Move the header token reading into BufferParams.
4346
4347 2003-03-12  John Levon  <levon@movementarian.org>
4348
4349         * changes.C: put debug inside lyxerr.debugging() checks
4350
4351 2003-03-11 André Pönitz <poenitz@gmx.net>
4352
4353         * factory.C: make it aware of InsetHFill
4354
4355 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4356
4357         * buffer.C (latexParagraphs): move function from here...
4358         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4359         args.
4360
4361 2003-03-10  Angus Leeming  <leeming@lyx.org>
4362
4363         * LyXAction.C (init): fix bug in poplating array with multiple entries
4364         with the same LFUN (spotted by JMarc).
4365
4366 2003-03-10  John Levon  <levon@movementarian.org>
4367
4368         * text.C:
4369         * text2.C: move getColumnNearX() near its
4370         only call site
4371
4372 2003-03-10  John Levon  <levon@movementarian.org>
4373
4374         * text.C: fix break before a minipage
4375
4376 2003-03-10  John Levon  <levon@movementarian.org>
4377
4378         * text.C: fix the last commit
4379
4380 2003-03-09  John Levon  <levon@movementarian.org>
4381
4382         * lyxtext.h:
4383         * text.C:
4384         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4385         bug 365 (don't break before insets unless needed). Don't
4386         return a value > last under any circumstances.
4387
4388 2003-03-09  Angus Leeming  <leeming@lyx.org>
4389
4390         * BufferView_pimpl.C (trackChanges, dispatch): call
4391         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4392
4393 2003-03-09  Angus Leeming  <leeming@lyx.org>
4394
4395         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4396         than Dialogs::showAboutlyx().
4397
4398 2003-03-09  Angus Leeming  <leeming@lyx.org>
4399
4400         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4401         than Dialogs::showTabularCreate().
4402
4403 2003-03-09  John Levon  <levon@movementarian.org>
4404
4405         * lyxtext.h:
4406         * text.C:
4407         * text2.C: 3rd arg to nextBreakPoint was always the same.
4408           Use references.
4409
4410 2003-03-08  John Levon  <levon@movementarian.org>
4411
4412         * lyxrow.C:
4413         * paragraph.C:
4414         * paragraph.h:
4415         * rowpainter.C:
4416         * text.C:
4417         * text2.C: Remove the "main" bit from the "main body"
4418           notion.
4419
4420 2003-03-08  John Levon  <levon@movementarian.org>
4421
4422         * text.C (leftMargin): The left margin of an empty
4423         manual label paragraph should not include the label width
4424         string length.
4425
4426         * text.C (prepareToPrint): don't attempt to measure hfills
4427         for empty manual label paragraphs - the answer should be 0
4428
4429 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4430
4431         * CutAndPaste.C: remove commented code and reindent.
4432
4433 2003-03-08  John Levon  <levon@movementarian.org>
4434
4435         * lyxfunc.h:
4436         * lyxfunc.C: move reloadBuffer()
4437
4438         * BufferView.h:
4439         * BufferView.C: to here
4440
4441         * lyxvc.C: add comment
4442
4443         * vc-backend.h:
4444         * vc-backend.C: call bv->reload() to avoid
4445           getStatus() check on MENURELOAD
4446
4447 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4448
4449         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4450         to an old format .dep file.
4451
4452 2003-03-07  Angus Leeming  <leeming@lyx.org>
4453
4454         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4455         when the LFUN_MOUSE_RELEASE should have been handled by
4456         inset->localDispatch.
4457
4458 2003-03-07  Angus Leeming  <leeming@lyx.org>
4459
4460         * BufferView_pimpl.C (dispatch):
4461         * LyXAction.C (init):
4462         * ToolbarDefaults.C (init):
4463         * commandtags.h:
4464         * lyxfunc.C (getStatus):
4465         remove LFUN_INSET_GRAPHICS.
4466
4467         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4468
4469 2003-03-07  Angus Leeming  <leeming@lyx.org>
4470
4471         * commandtags.h:
4472         * LyXAction.C (init):
4473         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4474
4475         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4476
4477         * commandtags.h:
4478         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4479
4480         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4481         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4482
4483 2003-03-07  Angus Leeming  <leeming@lyx.org>
4484
4485         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4486         remove "ert".
4487
4488 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4489
4490         * ParagraphList.C (front): new function
4491         (back): implement
4492
4493 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4494
4495         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4496         and top_row_offset_. removed var first_y.
4497         * text.C (top_y):
4498         * text2.C (LyXText, removeRow):
4499         * text3.C:
4500         * BufferView_pimpl.C:
4501         use these methods instead of using first_y
4502
4503 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4504
4505         * text2.C (pasteSelection): adjust for checkPastePossible
4506
4507         * CutAndPaste.C: remove Paragraph * buf and replace with
4508         ParagraphList paragraphs.
4509         (DeleteBuffer): delete
4510         (cutSelection): change the tc type to textclass_type
4511         (copySelection): change the tc type to textclass_type
4512         (copySelection): adjust for ParagraphList
4513         (pasteSelection): change the tc type to textclass_type
4514         (pasteSelection): adjust for Paragraphlist
4515         (nrOfParagraphs): simplify for ParagraphList
4516         (checkPastePossible): simplify for ParagraphList
4517         (checkPastePossible): remove unused arg
4518
4519         * ParagraphList.C (insert): handle the case where there are no
4520         paragraphs yet.
4521
4522         * CutAndPaste.h: make CutAndPaste a namespace.
4523
4524         * text3.C (dispatch): adjust
4525
4526         * text.C (breakParagraph): add a ParagraphList as arg
4527
4528         * paragraph_funcs.C (breakParagraph): change to take a
4529         BufferParams and a ParagraphList as args.
4530         (breakParagraphConservative): ditto
4531         (mergeParagraph): ditto
4532         (TeXDeeper): add a ParagraphList arg
4533         (TeXEnvironment): ditto
4534         (TeXOnePar): ditto
4535
4536         * buffer.C (readLyXformat2): adjust
4537         (insertStringAsLines): adjust
4538         (latexParagraphs): adjust
4539
4540         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4541         (cutSelection): adjust
4542         (pasteSelection): adjust
4543
4544         * BufferView_pimpl.C (insertInset): adjust
4545
4546 2003-03-05  Angus Leeming  <leeming@lyx.org>
4547
4548         * commandtags.h:
4549         * LyXAction.C (init):
4550         * BufferView_pimpl.C (dispatch):
4551         * lyxfunc.C (getStatus):
4552         remove LFUN_CHILD_INSERT.
4553
4554         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4555
4556 2003-03-05  Angus Leeming  <leeming@lyx.org>
4557
4558         * commandtags.h:
4559         * LyXAction.C (init):
4560         * src/factory.C (createInset):
4561         * lyxfunc.C (getStatus):
4562         * text3.C (dispatch):
4563         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4564
4565         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4566
4567 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4568
4569         * ParagraphList.C (insert): handle insert right before end()
4570         (erase): fix cases where it can be first or last paragraph.
4571
4572 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4573
4574         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4575         Paragraph::next and Paragraph::previous
4576         (TeXOnePar): ditto
4577
4578         * text.C (breakParagraph): adjust
4579
4580         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4581         BufferParams& as arg.
4582         (breakParagraph): use ParagraphList::insert
4583         (breakParagraphConservative): take a Buffer* instead of a
4584         BufferParams& as arg.
4585         (breakParagraphConservative): use ParagraphList::insert.
4586
4587         * buffer.C (insertStringAsLines): un-const it
4588         (insertStringAsLines): adjust
4589
4590         * ParagraphList.C (insert): new function
4591
4592         * CutAndPaste.C (pasteSelection): adjust
4593
4594         * text.C (backspace): adjust
4595
4596         * tabular.C (SetMultiColumn): adjust
4597
4598         * CutAndPaste.C (cutSelection): adjust
4599         (pasteSelection): adjust
4600
4601         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4602         Buffer const * as arg
4603
4604         * ParagraphList.C (erase): new function
4605         * paragraph_funcs.C (mergeParagraph): use it
4606         (mergeParagraph): make it take a Buffer* instead of a
4607         BufferParams* as arg
4608
4609         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4610         as arg
4611         (breakParagraphConservative): ditto
4612
4613         * paragraph.h: remove the breakParagraph friend
4614
4615         * paragraph.C (eraseIntern): new function
4616         (setChange): new function
4617
4618         * paragraph_funcs.C (mergeParagraph): make it take a
4619         ParagraphList::iterator instead of a Paragraph *, adjust
4620         accordingly.
4621
4622         * paragraph.h: move an #endif so that the change tracking stuff
4623         also works in the NO_NEXT case.
4624
4625 2003-03-04  Angus Leeming  <leeming@lyx.org>
4626
4627         * commandtags.h:
4628         * LyXAction.C: new LFUN_INSET_MODIFY.
4629
4630         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4631         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4632
4633 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4634
4635         * several files: ws changes only
4636
4637         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4638         (TeXEnvironment): ditto
4639         (TeXDeeper): ditto
4640
4641         * buffer.C (makeLaTeXFile): adjust
4642         (latexParagraphs): make it take ParagraphList::iterator as args
4643
4644 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4645
4646         * buffer.C (latexParagraphs): adjust
4647
4648         * paragraph.C (TeXOnePar): move function...
4649         (optArgInset): move function...
4650         (TeXEnvironment): move function...
4651         * paragraph_pimpl.C (TeXDeeper): move function...
4652         * paragraph_funcs.C: ...here
4653
4654         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4655
4656 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4657
4658         * buffer.C (readInset): remove compability code for old Figure and
4659         InsetInfo insets
4660
4661 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4662
4663         * buffer.C: ws changes
4664         (readInset):
4665
4666         * BufferView_pimpl.C: ditto
4667         * author.C: ditto
4668         * buffer.h: ditto
4669         * bufferlist.h: ditto
4670         * changes.h: ditto
4671         * lyxfunc.C: ditto
4672
4673 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4674
4675         * converter.[Ch]: split into itself +
4676         * graph.[Ch]
4677         * format.[Ch]
4678         * Makefile.am: += graph.[Ch] + format.[Ch]
4679         * MenuBackend.C
4680         * buffer.C
4681         * exporter.C
4682         * importer.C
4683         * lyx_main.C
4684         * lyxfunc.C
4685         * lyxrc.C: added #include "format.h"
4686
4687 2003-02-27  Angus Leeming  <leeming@lyx.org>
4688
4689         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4690           a label.
4691
4692         * factory.C (createInset): add "label" to the factory.
4693
4694         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4695           string and do no more.
4696
4697 2003-02-27  Angus Leeming  <leeming@lyx.org>
4698
4699         * commandtags.h:
4700         * LyXAction.C (init):
4701         * factory.C (createInset):
4702         * BufferView_pimpl.C (dispatch):
4703           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4704
4705         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4706
4707         * lyxfunc.C (dispatch):
4708         * text3.C (dispatch): pass name to params2string.
4709
4710 2003-02-26  Angus Leeming  <leeming@lyx.org>
4711
4712         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4713           blocks together.
4714           Rearrange the ~includes. Strip out the unnecessary ones.
4715
4716         * factory.C (createInset): reformat.
4717           create new insets for the various LFUN_XYZ_APPLY lfuns.
4718
4719 2003-02-26  John Levon  <levon@movementarian.org>
4720
4721         * lyxrow.h:
4722         * lyxrow.C: add isParStart,isParEnd helpers
4723
4724         * paragraph.h: make isInserted/DeletedText take refs
4725
4726         * paragraph_funcs.h:
4727         * paragraph_funcs.C: remove #if 0'd code
4728
4729         * lyxtext.h:
4730         * text3.C:
4731         * text2.C:
4732         * text.C: use lyxrow helpers above.
4733           Move draw and paint routines to RowPainter.
4734           Make several methods use refs not pointers.
4735           Make backgroundColor() const.
4736           Add markChangeInDraw(), isInInset().
4737           Merge changeRegionCase into changeCase.
4738           Make workWidth() shouldn't-happen code into an Assert.
4739
4740         * rowpainter.h:
4741         * rowpainter.C: new class for painting a row.
4742
4743         * vspace.h:
4744         * vspace.C: make inPixels take a ref
4745
4746 2003-02-26  Angus Leeming  <leeming@lyx.org>
4747
4748         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4749         LFUN_REF_APPLY.
4750
4751 2003-02-25  John Levon  <levon@movementarian.org>
4752
4753         * ispell.C: give the forked command a more accurate name
4754
4755 2003-02-22  John Levon  <levon@movementarian.org>
4756
4757         * toc.h:
4758         * toc.C: make TocItem store an id not a Paragraph *
4759           (bug #913)
4760
4761 2003-02-21  Angus Leeming  <leeming@lyx.org>
4762
4763         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4764           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4765           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4766           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4767           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4768           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4769
4770         * BufferView_pimpl.C (dispatch):
4771         * LyXAction.C (init):
4772         * factory.C (createInset):
4773         * lyxfunc.C (getStatus, dispatch):
4774         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4775
4776 2003-02-21  Angus Leeming  <leeming@lyx.org>
4777
4778         * BufferView_pimpl.C (MenuInsertLyXFile):
4779         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4780         * lyxfunc.C (menuNew, open, doImport):
4781           no longer pass a LyXView & to fileDlg.
4782
4783 2003-02-21  Angus Leeming  <leeming@lyx.org>
4784
4785         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4786         * LyXAction.C: change, BIBKEY to BIBITEM.
4787         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4788         Change InsetBibKey to InsetBibitem.
4789         Change BIBKEY_CODE to BIBITEM_CODE.
4790         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4791         * factory.C: replace insetbib.h with insetbibitem.h.
4792         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4793         * paragraph.C: replace insetbib.h with insetbibitem.h.
4794         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4795         Change bibkey() to bibitem().
4796         * text.C: remove insetbib.h.
4797         * text2.C: replace insetbib.h with insetbibitem.h.
4798         change bibkey() to bibitem().
4799         * text3.C: remove insetbib.h.
4800         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4801
4802 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4803
4804         * lyxrc.C (output): enclose user email in quotes (in case there are
4805         several words)
4806
4807 2003-02-18  John Levon  <levon@movementarian.org>
4808
4809         * buffer.h: add std::
4810
4811 2003-02-17  John Levon  <levon@movementarian.org>
4812
4813         * SpellBase.h:
4814         * ispell.h:
4815         * ispell.C:
4816         * pspell.h:
4817         * pspell.C: reworking. Especially in ispell, a large
4818           number of clean ups and bug fixes.
4819
4820         * lyxfunc.C: fix revert to behave sensibly
4821
4822 2003-02-17 André Pönitz <poenitz@gmx.net>
4823
4824         * LyXAction.C:
4825         * commandtags.h: new LFUN_INSERT_BIBKEY
4826
4827         * layout.h:
4828         * lyxlayout.C:
4829         * buffer.C:
4830         * factory.C:
4831         * text.C:
4832         * text2.C:
4833         * text3.C:
4834         * paragraph.[Ch]:
4835         * paragraph_func.C: remove special bibkey handling
4836
4837 2003-02-17  John Levon  <levon@movementarian.org>
4838
4839         * text.C (Delete): fix case where delete at the end of
4840           the very first paragraph would not merge the pars
4841
4842 2003-02-17  John Levon  <levon@movementarian.org>
4843
4844         * lyxrow.C: fix lastPrintablePos()
4845
4846 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4847
4848         * bufferparams.C (writeLaTeX): add a std:here
4849
4850         * buffer.C: and remove a using directive there
4851
4852 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4853
4854         * buffer.C (makeLaTeXFile): move the code that generates the
4855           preamble...
4856
4857         * bufferparams.C (writeLaTeX): ... in this new method
4858
4859         * LaTeXFeatures.C (getEncodingSet): make const
4860           (getLanguages): make const
4861
4862         * MenuBackend.C (binding): returns the binding associated to this
4863           action
4864           (add): sets the status of each item by calling getStatus. Adds
4865           some intelligence.
4866           (read): add support for OptSubMenu
4867           (expand): remove extra separator at the end of expanded menu
4868
4869 2003-02-15  John Levon  <levon@movementarian.org>
4870
4871         * BufferView.C:
4872         * BufferView_pimpl.C:
4873         * bufferlist.h:
4874         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4875           inset code that had no actual effect. Remove unneeded status
4876           code.
4877
4878 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4879
4880         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4881           in preamble
4882
4883 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4884
4885         * text.C (drawLengthMarker): also draw an arrow marker for
4886           symbolic lengths (medskip...)
4887
4888 2003-02-14  John Levon  <levon@movementarian.org>
4889
4890         * tabular.h:
4891         * tabular.C: better method names
4892
4893 2003-02-14  John Levon  <levon@movementarian.org>
4894
4895         * BufferView_pimpl.C:
4896         * bufferlist.C:
4897         * buffer.C:
4898         * converter.C:
4899         * lyx_cb.C:
4900         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4901           it's a more accurate name. Remove some pointless uses.
4902
4903 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4904
4905         * text2.C (LyXText): change order of initilizers to shut off
4906           warnings
4907
4908 2003-02-14  John Levon  <levon@movementarian.org>
4909
4910         * buffer.C: use ParIterator for getParFromID()
4911
4912         * paragraph.h:
4913         * paragraph.C:
4914         * paragraph_pimpl.h:
4915         * paragraph_pimpl.C: remove unused getParFromID()
4916
4917 2003-02-14  John Levon  <levon@movementarian.org>
4918
4919         * buffer.C: remove some very old #if 0'd parse code
4920
4921 2003-02-13  John Levon  <levon@movementarian.org>
4922
4923         * text.h:
4924         * text.C:
4925         * text2.C: move hfillExpansion(), numberOfSeparators(),
4926           rowLast(), rowLastPrintable(), numberofHfills(),
4927           numberOfLabelHfills() ...
4928
4929         * lyxrow.h:
4930         * lyxrow.C: ... to member functions here.
4931
4932         * paragraph.h:
4933         * paragraph.C:
4934         * lyxtext.h:
4935         * text.C: remove LyXText::beginningOfMainBody(), and call
4936           p->beginningOfMainBody() directly. Move the check for
4937           LABEL_MANUAL into the latter.
4938
4939         * text.h:
4940         * text.C:
4941         * text2.C:
4942         * vspace.C:
4943         * BufferView.h:
4944         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4945
4946         * text.h:
4947         * text.C:
4948         * text2.C:
4949         * text3.C:
4950         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4951           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4952
4953 2003-02-13  John Levon  <levon@movementarian.org>
4954
4955         * CutAndPaste.C: remove debug
4956
4957 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4958
4959         * paragraph.C (asString): remove two unused variables
4960
4961         * lyxtextclass.C (readTitleType):
4962           (Read):
4963           (LyXTextClass): handle new members titletype_ and titlename_
4964
4965         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4966
4967 2003-02-09  John Levon  <levon@movementarian.org>
4968
4969         * buffer.h:
4970         * buffer.C: replace hand-coded list with a map for the dep clean
4971
4972 2003-02-08  John Levon  <levon@movementarian.org>
4973
4974         * LaTeX.C: consolidate code into showRunMessage() helper
4975
4976 2003-02-08  John Levon  <levon@movementarian.org>
4977
4978         * lyxfind.C:
4979         * lyxtext.h:
4980         * text2.C:
4981         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4982           and pass the size in explicitly
4983
4984         * BufferView_pimpl.h:
4985         * BufferView_pimpl.C:
4986         * BufferView.h:
4987         * BufferView.C: add getCurrentChange()
4988
4989         * BufferView_pimpl.h:
4990         * BufferView_pimpl.C: handle change lfuns
4991
4992         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4993           for changes. Mark pasted paragraphs as new.
4994
4995         * support/lyxtime.h:
4996         * support/lyxtime.C:
4997         * DepTable.C: abstract time_t as lyx::time_type
4998
4999         * LColor.h:
5000         * LColor.C: add colours for new text, deleted text, changebars
5001
5002         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5003           package use "usenames" option.
5004
5005         * commandtags.h:
5006         * lyxfunc.C:
5007         * LyXAction.C: add change lfuns
5008
5009         * Makefile.am:
5010         * author.h:
5011         * author.C: author handling
5012
5013         * buffer.h:
5014         * buffer.C: add a per-buffer author list, with first entry as
5015           current author. Handle new .lyx tokens for change tracking. Output
5016           author list to .lyx file. Output dvipost stuff to .tex preamble.
5017           Bump lyx format to 222.
5018
5019         * bufferlist.h:
5020         * bufferlist.C: add setCurrentAuthor() to reset current author details
5021           in all buffers.
5022
5023         * bufferparams.h:
5024         * bufferparams.C: add param for tracking
5025
5026         * bufferview_funcs.C: output change info in minibuffer
5027
5028         * Makefile.am:
5029         * changes.h:
5030         * changes.C: add change-tracking structure
5031
5032         * debug.h:
5033         * debug.C: add CHANGES debug flag
5034
5035         * lyxfind.h:
5036         * lyxfind.C: add code for finding the next change piece
5037
5038         * lyxrc.h:
5039         * lyxrc.C: add user_name and user_email
5040
5041         * lyxrow.h:
5042         * lyxrow.C: add a metric for the top of the text line
5043
5044         * lyxtext.h:
5045         * text.C: implement accept/rejectChange()
5046
5047         * lyxtext.h:
5048         * text.C: paint changebars. Paint new/deleted text in the chosen
5049         colours. Strike through deleted text.
5050
5051         * paragraph.h:
5052         * paragraph.C:
5053         * paragraph_pimpl.h:
5054         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5055           in the current change to the insert functions. Rework erase to
5056           mark text as deleted, adding an eraseIntern() and a range-based
5057           erase(). Implement per-paragraph change lookup and
5058           accept/reject.
5059
5060         * paragraph_funcs.C: Fixup paste for change tracking.
5061
5062         * tabular.C: mark added row/columns as new.
5063
5064         * text.C: fix rowLast() to never return -1. Don't allow
5065           spellchecking of deleted text. Track transpose changes. Don't
5066           allow paragraph break or merge where appropriate.
5067
5068         * text2.C: leave cursor at end of selection after a cut.
5069
5070 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5071
5072         * text.C (getLengthMarkerHeight):
5073         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5074         visible on screen too.
5075
5076 2003-02-07  John Levon  <levon@movementarian.org>
5077
5078         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5079
5080 2003-02-05  Angus Leeming  <leeming@lyx.org>
5081
5082         * lyxserver.C (read_ready): revert my patch of 11 September last year
5083         as it sends PC cpu through the roof. Presumably this means that
5084         the lyxserver will no longer run on an Alpha...
5085
5086 2003-01-30  Angus Leeming  <leeming@lyx.org>
5087
5088         * factory.C (createInset): create an InsetCommandParam of type "index"
5089         and use it to 'do the right thing'.
5090
5091         * text2.C (getStringToIndex): ensure that cursor position is always
5092         reset to the reset_cursor position.
5093
5094 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5095
5096         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5097         disabled.
5098
5099 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5100
5101         * bufferview.C:
5102         * lyxcb.C:
5103         * lyxfunc.C: Output messages with identical spelling, punctuation,
5104         and spaces
5105
5106 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5107
5108         * MenuBackend.C (expandFormats): List only viewable export formats
5109         in "View" menu
5110
5111         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5112         message
5113
5114         * lyxfunc.C (getStatus): Make sure that formats other than
5115         "fax" can also be disabled
5116
5117 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5118
5119         * text3.C (dispatch): put the lfuns that insert insets in 3
5120         groups, and call doInsertInset with appropriate arguments.
5121         (doInsertInset): new function, that creates an inset and inserts
5122         it according to some boolean parameters.
5123
5124 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5125
5126         * buffer.C (readFile): remember to pass on 'par' when calling
5127         readFile recursively.
5128
5129 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5130
5131         * MenuBackend.C (expandFormats): add "..." to import formats.
5132
5133 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5134
5135         * paragraph.C (asString): Remove XForms RTL hacks.
5136
5137 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5138         * buffer.C: fix typo
5139
5140 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5141
5142         * Makefile.am (LIBS): delete var
5143         (lyx_LDADD): add @LIBS@ here instead.
5144
5145 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5146
5147         * Clarify the meaning of "wheel mouse jump"
5148
5149 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5150
5151         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5152         tabular in a float
5153
5154 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5155
5156         * importer.C (Loaders): do not preallocate 3 elements in the
5157         vector, since one ends up with 6 elements otherwise
5158
5159 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5160
5161         * DepTable.C (write): write the file name as last element of the
5162         .dep file (because it may contain spaces)
5163         (read): read info in the right order
5164
5165 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5166
5167         * paragraph_pimpl.C (simpleTeXBlanks):
5168         (simpleTeXSpecialChars):
5169         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5170
5171         * tabular.C (latex): add some missing case statements. Reindent.
5172
5173         * MenuBackend.C (expandToc): remove unused variable.
5174
5175 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5176
5177         * LColor.C:
5178         * LaTeX.C:
5179         * LyXAction.C:
5180         * MenuBackend.C:
5181         * buffer.C:
5182         * exporter.C:
5183         * lyxfunc.C:
5184         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5185         and the like.
5186
5187 2003-01-05  John Levon  <levon@movementarian.org>
5188
5189         * BufferView.h:
5190         * BufferView.C: add getEncoding()
5191
5192         * kbsequence.h:
5193         * kbsequence.C: do not store last keypress
5194
5195         * lyxfunc.h:
5196         * lyxfunc.C: store last keypress here instead. Pass encoding
5197           to getISOEncoded()
5198
5199 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5200
5201         * lyx_main.C (init): remove annoying error message when following
5202         symbolic links (bug #780)
5203
5204 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5205
5206         * text.C (insertChar):
5207         * lyxrc.C (getDescription): remove extra spaces
5208
5209 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5210
5211         * lyxrc.C (getDescription): remove extra spaces
5212
5213 2002-12-20  John Levon  <levon@movementarian.org>
5214
5215         * text3.C: hack fix for page up/down across tall rows
5216
5217 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5218
5219         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5220         not been invoked
5221
5222 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5223
5224         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5225         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5226         thesaurus is not compiled in
5227
5228 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5229
5230         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5231
5232 2002-12-16  Angus Leeming  <leeming@lyx.org>
5233
5234         * lyxrc.[Ch]:
5235         * lyx_main.C (init): remove override_x_deadkeys stuff.
5236
5237 2002-12-12  John Levon  <levon@movementarian.org>
5238
5239         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5240           insert. Only remove shift modifier under strict
5241           circumstances.
5242
5243 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5244
5245         * MenuBackend.C (expandToc): fix crash.
5246
5247 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5248
5249         * MenuBackend.C (expandToc): gettext on float names.
5250
5251 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5252
5253         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5254         implement bool empty() [bug 490]
5255
5256 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5257
5258         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5259
5260 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5261
5262         * several files: ws changes
5263
5264 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5265
5266         * text2.C (setCounter): clean up a bit, use boost.format.
5267         (updateCounters): initialize par upon declaration.
5268
5269         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5270         if the layout exists. We do not just store the layout any more.
5271         (SwitchLayoutsBetweenClasses): use boost.format
5272
5273 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5274
5275         * converter.C (convert): if from and to files are the same, use a
5276         temporary files as intermediary
5277
5278 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5279
5280         * commandtags.h:
5281         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5282
5283 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5284
5285         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5286
5287 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5288
5289         * tabular.C (asciiPrintCell): use string(size, char) instead of
5290         explicit loop.
5291
5292         * sgml.C (openTag): fix order of arguments to string constructor
5293         (closeTag): ditto
5294
5295         * lyxfunc.C (dispatch): use boost.format
5296
5297         * lots of files: change "c" -> 'c'
5298
5299 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5300
5301         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5302
5303 2002-11-25  Angus Leeming  <leeming@lyx.org>
5304
5305         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5306
5307         * lyx_main.C (init): compile fix.
5308
5309 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5310
5311         * lyx_cb.C (start): boost.formatify
5312         do not include <iostream>
5313
5314         * lengthcommon.C: ws only
5315
5316         * boost-inst.C,BoostFormat.h: add more explict instantations
5317
5318 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5319
5320         * lots of files: handle USE_BOOST_FORMAT
5321
5322 2002-11-21  John Levon  <levon@movementarian.org>
5323
5324         * pspell.C: fix compile
5325
5326 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5327
5328         * lyxfunc.C (dispatch): use boost::format
5329         (open): ditto
5330         (doImport): ditto
5331
5332         * lyxfont.C (stateText): use boost::format
5333
5334         * lyx_main.C (LyX): use boost::format
5335         (init): ditto
5336         (queryUserLyXDir): ditto
5337         (readRcFile): ditto
5338         (parse_dbg): ditto
5339         (typedef boost::function): use the recommened syntax.
5340
5341         * importer.C (Import): use boost::format
5342
5343         * debug.C (showLevel): use boost::format
5344
5345         * converter.C (view): use boost::format
5346         (convert): ditto
5347         (move): ditto
5348         (scanLog): ditto
5349
5350         * bufferview_funcs.C (currentState): use boost::format
5351
5352         * bufferlist.C (emergencyWrite): use boost::format
5353
5354         * buffer.C (readLyXformat2): use boost::format
5355         (parseSingleLyXformat2Token): ditto
5356
5357         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5358
5359         * LaTeX.C (run): use boost::format
5360
5361         * Chktex.C (scanLogFile): use boost::format
5362
5363         * BufferView_pimpl.C (savePosition): use boost::format
5364         (restorePosition): ditto
5365         (MenuInsertLyXFile): ditto
5366
5367         * BoostFormat.h: help file for explicit instation.
5368
5369 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5370
5371         * tabular.C (latex): Support for block alignment in fixed width
5372         columns.
5373
5374 2002-11-17  John Levon  <levon@movementarian.org>
5375
5376         * BufferView_pimpl.C:
5377         * lyx_cb.C:
5378         * lyxfunc.C: split filedialog into open/save
5379
5380 2002-11-08  Juergen Vigna  <jug@sad.it>
5381
5382         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5383         by my last patch (hopefully).
5384
5385 2002-11-08  John Levon  <levon@movementarian.org>
5386
5387         * iterators.h:
5388         * iterators.C:
5389         * buffer.h:
5390         * buffer.C:
5391         * paragraph.h:
5392         * paragraph.C:
5393         * toc.h:
5394         * toc.C: ParConstIterator, and use it (from Lars)
5395
5396 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5397
5398         * lyxtextclass.[Ch]: revise and add doxygen comments
5399
5400 2002-11-07  John Levon  <levon@movementarian.org>
5401
5402         * text.C: fix progress value for spellchecker
5403
5404         * toc.C: fix navigate menu for insetwrap inside minipage
5405
5406         * paragraph_funcs.C: added FIXME for suspect code
5407
5408 2002-11-07  John Levon  <levon@movementarian.org>
5409
5410         * BufferView_pimpl.C: fix redrawing of insets
5411           on buffer switch
5412
5413 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5414
5415         * text2.C (updateCounters): fix bug 668
5416
5417 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5418
5419         * text3.C (dispatch): Do not make the buffer dirty when moving the
5420         cursor.
5421
5422 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5423
5424         * vc-backend.C: STRCONV
5425         (scanMaster): ditto
5426
5427         * text2.C (setCounter): STRCONV
5428
5429         * paragraph.C (asString): STRCONV
5430
5431         * lyxlength.C (asString): STRCONV
5432         (asLatexString): ditto
5433
5434         * lyxgluelength.C (asString): STRCONV
5435         (asLatexString): ditto
5436
5437         * lyxfunc.C (dispatch): STRCONV
5438         (open): ditto
5439
5440         * lyxfont.C (stateText): STRCONV
5441
5442         * importer.C (Import): STRCONV
5443
5444         * counters.C (labelItem): STRCONV
5445         (numberLabel): ditto
5446         (numberLabel): remove unused ostringstream o
5447
5448         * chset.C: STRCONV
5449         (loadFile): ditto
5450
5451         * bufferview_funcs.C (currentState): STRCONV
5452
5453         * buffer.C (readFile): STRCONV
5454         (asciiParagraph): ditto
5455         (makeLaTeXFile): ditto
5456
5457         * Spacing.C (writeEnvirBegin): STRCONV
5458
5459         * LaTeXFeatures.C (getLanguages): STRCONV
5460         (getPackages): ditto
5461         (getMacros): ditto
5462         (getBabelOptions): ditto
5463         (getTClassPreamble): ditto
5464         (getLyXSGMLEntities): ditto
5465         (getIncludedFiles): ditto
5466
5467         * LaTeX.C: STRCONV
5468         (run): ditto
5469         (scanAuxFile): ditto
5470         (deplog): ditto
5471
5472         * LString.h: add the STRCONV macros
5473
5474         * BufferView_pimpl.C (savePosition): STRCONV
5475         (restorePosition): ditto
5476         (MenuInsertLyXFile): ditto
5477
5478         * vc-backend.C (scanMaster): change from submatch[...] to
5479         submatch.str(...)
5480
5481         * funcrequest.C: include config.h
5482
5483         * factory.C: include config.h
5484
5485         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5486
5487         * box.C: include config.h
5488
5489         * LaTeX.C (scanAuxFile): change from submatch[...] to
5490         submatch.str(...)
5491         (deplog): ditto
5492
5493 2002-10-25  Angus Leeming  <leeming@lyx.org>
5494
5495         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5496
5497         * ispell.[Ch] (setError): new method.
5498         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5499         Use setError() insetead of goto END.
5500
5501         * lyx_cb.C (AutoSave): move out child process into new class
5502         AutoSaveBuffer.
5503
5504 2002-10-30  John Levon  <levon@movementarian.org>
5505
5506         * text3.C: make start appendix undoable
5507
5508 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5509
5510         * lyxlength.C (inPixels): Fix returned value.
5511
5512         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5513         environment.
5514
5515 2002-10-24  Angus Leeming  <leeming@lyx.org>
5516
5517         * lyxgluelength.h: no need to forward declare BufferParams
5518         or BufferView, so don't.
5519
5520 2002-10-21  John Levon  <levon@movementarian.org>
5521
5522         * BufferView.C: menuUndo ->undo, redo
5523
5524         * BufferView.h: document, remove dead, make some methods private
5525
5526         * paragraph_funcs.h:
5527         * paragraph_funcs.C:
5528         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5529
5530         * buffer.h:
5531         * buffer.C:
5532         * sgml.h:
5533         * sgml.C: move sgml open/close tag into sgml.C
5534
5535         * bufferview_funcs.h: unused prototype
5536
5537         * lyxfunc.h:
5538         * lyxfunc.C: remove unused
5539
5540         * lyxtext.h:
5541         * text.C: remove unused
5542
5543 2002-10-21  John Levon  <levon@movementarian.org>
5544
5545         * BufferView.h:
5546         * BufferView.C:
5547         * BufferView_pimpl.h:
5548         * BufferView_pimpl.C: fix mouse wheel handling based on
5549           patch from Darren Freeman
5550
5551 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5552
5553         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5554
5555 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5556
5557         * lyxlength.C (inPixels): Fix hanfling of negative length.
5558         Fix LyXLength::MU case.
5559
5560 2002-10-16  John Levon  <levon@movementarian.org>
5561
5562         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5563
5564 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5565
5566         * converter.C (view): add support for $$i (file name) and $$p
5567         (file path) for the viewer command. If $$i is not specified, then
5568         it is appended to the command (for compatibility with old syntax)
5569
5570 2002-10-14  Juergen Vigna  <jug@sad.it>
5571
5572         * undo_funcs.C (textHandleUndo): alter the order in which the
5573         new undopar is added to the LyXText, as we have to set first
5574         the right prev/next and then add it as otherwise the rebuild of
5575         LyXText is not correct. Also reset the cursor to the right paragraph,
5576         with this IMO we could remove the hack in "redoParagraphs()".
5577
5578 2002-10-09  Angus Leeming  <leeming@lyx.org>
5579
5580         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5581         to turn off an optimisation if a new inset is to be inserted.
5582
5583 2002-10-11 André Pönitz <poenitz@gmx.net>
5584
5585         * lyxtext.h: make some functions public to allow access
5586         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5587
5588 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5589
5590         * text3.C (dispatch): when changing layout, avoid an infinite loop
5591         [bug #652]
5592
5593 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5594
5595         * lyxrc.C (read): treat a viewer or converter command of "none" as
5596         if it were empty.
5597
5598         * MenuBackend.C (expandFormats): for an update, also allow the
5599         formats that are not viewable
5600
5601         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5602         script if it is newer than the lyxrc.defaults in user directory
5603
5604 2002-10-07 André Pönitz <poenitz@gmx.net>
5605
5606         * text.C: Vitaly Lipatov's small i18n fix
5607
5608 2002-09-25  Angus Leeming  <leeming@lyx.org>
5609
5610         * ispell.h: doxygen fix.
5611
5612 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5613
5614         * buffer.h (readFile): Add a new argument to the method, to allow
5615         reading of old-format templates.
5616
5617 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5618
5619         * toc.C (getTocList): Get TOC from InsetWrap.
5620
5621 2002-09-16  John Levon  <levon@movementarian.org>
5622
5623         * lyxfunc.C: check tabular for cut/copy too
5624
5625 2002-09-12  John Levon  <levon@movementarian.org>
5626
5627         * LyXAction.C: tidy
5628
5629         * factory.h:
5630         * factory.C: add header
5631
5632         * paragraph_funcs.h:
5633         * paragraph_funcs.C: cleanup
5634
5635 2002-09-11  John Levon  <levon@movementarian.org>
5636
5637         * PrinterParams.h: odd/even default to true
5638
5639 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5640
5641         * PrinterParams.h: update printer parameters for new xforms dialog
5642
5643 2002-09-11  Angus Leeming  <leeming@lyx.org>
5644
5645         * lyxserver.C (read_ready): re-write to make it more transparent
5646         and to make it work in coherent fashion under Tru64 Unix.
5647
5648 2002-09-11  André Pönitz <poenitz@gmx.net>
5649
5650         * commandtags.h:
5651         * LyXAction.C:
5652         * text3.C: implement LFUN_WORDSEL
5653
5654 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5655
5656         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5657         make floatlist_ a boost::shared_ptr<FloatList>
5658
5659         * lyxtextclass.C: include FloatList.h
5660         (LyXTextClass): initialize floatlist_
5661         (TextClassTags): add TC_NOFLOAT
5662         (Read): match "nofloat" to TC_NOFLOAT and use it.
5663         (readFloat): modify call to floatlist_
5664         (floats): ditto
5665         (floats): ditto
5666
5667         * FloatList.[Ch] (FloatList): remove commented out float
5668         initialization.
5669         (erase): new function
5670
5671 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5672
5673         * MenuBackend.C (expandToc): fix crash when there is no document
5674         open
5675
5676 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5677
5678         * many files: Add insetwrap.
5679
5680 2002-09-09  John Levon  <levon@movementarian.org>
5681
5682         * text2.C: remove confusing and awkward depth wraparound
5683
5684 2002-09-09  John Levon  <levon@movementarian.org>
5685
5686         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5687
5688         * buffer.h:
5689         * buffer.C: remove getIncludeonlyList()
5690
5691         * paragraph.C:
5692         * lyxfunc.C: remove headers
5693
5694 2002-09-09  Juergen Vigna  <jug@sad.it>
5695
5696         * text.C (getColumnNearX): fix form Michael this is most
5697         probably a cut&paste bug.
5698
5699 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5700
5701         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5702
5703         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5704         references, ws changes.
5705
5706         * text2.C (init): update counters after init
5707         (insertParagraph): no need to set counter on idividual paragraphs.
5708         (setCounter): access the counters object in the textclass object
5709         on in the buffer object.
5710         (updateCounters): ditto
5711
5712         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5713         shared_ptr<Counters> to avoid loading counters.h in all
5714         compilation units.
5715         (LyXTextClass): initialize ctrs_
5716         (TextClassTags): add TC_COUNTER, and ...
5717         (Read): use it here.
5718         (CounterTags): new tags
5719         (readCounter): new function
5720         (counters): new funtion
5721         (defaultLayoutName): return a const reference
5722
5723         * counters.C (Counters): remove contructor
5724         (newCounter): remove a couple of unneeded statements.
5725         (newCounter): simplify a bit.
5726         (numberLabel): some small formatting changes.
5727
5728         * buffer.[Ch]: remove all traces of counters, move the Counters
5729         object to the LyXTextClass.
5730
5731 2002-09-06  Alain Castera  <castera@in2p3.fr>
5732
5733         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5734         package to set the horizontal alignment on fixed width columns.
5735
5736         * lyx_sty.C:
5737         * lyx_sty.h: added tabularnewline macro def.
5738
5739         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5740
5741 2002-09-06  John Levon  <levon@movementarian.org>
5742
5743         * LyXAction.C: tooltips for sub/superscript
5744
5745         * MenuBackend.C: a bit more verbose
5746
5747         * lyxfunc.C: tiny clean
5748
5749         * undo_funcs.C: document undo_frozen
5750
5751 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5752
5753         * counters.C (Counters): add missing algorithm counter.
5754
5755         * text2.C (setCounter): lookup the counter with layouts latexname
5756         instead of by section number.
5757         (setCounter): use a hackish way to lookup the correct enum
5758         counter.
5759         a float name->type change
5760         reset enum couners with counter name directly instead of depth value.
5761
5762         * counters.C (Counters): remove the push_backs, change to use the
5763         float type not the float name.
5764         (labelItem): remove unused string, float name->type change
5765
5766         * counters.h: don't include vector, loose the enums and sects vectors
5767
5768 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5769
5770         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5771         (Read): add float->TC_FLOAT to textclassTags
5772         (Read): and handle it in the switch
5773         (readFloat): new function
5774
5775         * FloatList.C (FloatList): comment out the hardcoded float
5776         definitions.
5777
5778         * lyxlayout.h: ws change.
5779
5780 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5781
5782         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5783
5784 2002-09-03  Angus Leeming  <leeming@lyx.org>
5785
5786         * BufferView_pimpl.h: qualified name is not allowed in member
5787         declaration: WorkArea & Pimpl::workarea() const;
5788
5789         * factory.C: added using std::endl directive.
5790
5791         * text3.C: added using std::find and std::vector directives.
5792
5793 2002-08-29  André Pönitz <poenitz@gmx.net>
5794
5795         * lyxtext.h:
5796         * text2.C: remove unused member number_of_rows
5797
5798         * Makefile.am:
5799         * BufferView2.C: remove file, move contents to...
5800         * BufferView.C: ... here
5801
5802         * BufferView_pimpl.C:
5803         * factory.C: move more inset creation to factory
5804
5805         * vspace.C: avoid direct usage of LyXText, ws changes
5806
5807         * BufferView.[Ch]:
5808                 don't provide direct access to WorkArea, use two simple
5809                 acessors haveSelction() and workHeight() instead
5810
5811
5812 2002-08-29  John Levon  <levon@movementarian.org>
5813
5814         * BufferView_pimpl.C (dispatch): do not continue when
5815           no buffer
5816
5817 2002-08-28  André Pönitz <poenitz@gmx.net>
5818
5819         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5820
5821         * BufferView.h:
5822         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5823
5824 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5825
5826         * buffer.C: increment LYX_FORMAT to 221
5827
5828         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5829         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5830
5831         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5832
5833         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5834
5835 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5836
5837         * factory.C (createInset): use LyXTextClass::floats
5838
5839         * MenuBackend.C (expandFloatListInsert):
5840         (expandFloatInsert):
5841         (expandToc):
5842
5843         * text2.C (setCounter):
5844
5845         * LaTeXFeatures.C (useFloat):
5846         (getFloatDefinitions):
5847
5848         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5849
5850         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5851         floatlist_, with accessor floats().
5852
5853         * FloatList.h: remove global FloatList
5854
5855 2002-08-26  André Pönitz <poenitz@gmx.net>
5856
5857         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5858
5859         * BufferView.h:
5860         * BufferView2.C:
5861         * BufferView_pimpl.C:
5862         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5863
5864 2002-08-25  John Levon  <levon@movementarian.org>
5865
5866         * LyXAction.C: fix margin note description
5867
5868 2002-08-24  John Levon  <levon@movementarian.org>
5869
5870         * buffer.C:
5871         * bufferlist.C:
5872         * bufferview_funcs.C:
5873         * lyxfont.C:
5874         * undo_funcs.C: cleanups
5875
5876         * lyxfunc.C: disable CUT/COPY when no selection
5877
5878 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5879
5880         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5881         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5882
5883         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5884         Add backward compatibility to "mono", "gray" and "no".
5885
5886 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5887
5888         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5889         (and file_format >= 200).
5890
5891 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5892
5893         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5894
5895 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5896
5897         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5898
5899 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5900
5901         * BufferView_pimpl.C:
5902         * LyXAction.C:
5903         * buffer.C:
5904         * commandtags.h:
5905         * lyxfunc.C:
5906         * paragraph.[Ch]:
5907         * text2.C:
5908         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5909         inset and code to make it  work with the paragraph code. The inset
5910         can be anywhere in the paragraph, but will only do the expected
5911         thing in LaTeX if the layout file contains the parameter line
5912                         OptionalArgs    1
5913         (or more generally, a nonzero value) for that layout.
5914
5915 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5916
5917         * paragraph.h: remove the declaration of undefined counters class
5918         function.
5919
5920 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5921
5922         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5923         Dr. Richard Hawkins.
5924
5925 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5926
5927         * paragraph_funcs.h: remove some unneeded includes
5928
5929         * text.C (backspace): pasteParagraph now in global scipe
5930
5931         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5932         (pasteSelection): ditto
5933
5934         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5935         * paragraph_funcs.C (pasteParagraph): ... here
5936
5937 2002-08-20  André Pönitz <poenitz@gmx.net>
5938
5939         * commandtags.h: new LFUNs for swapping/copying table row/colums
5940
5941         * LyXAction.C:
5942         * lyxfunc.C: support for new lfuns
5943
5944 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5945
5946         * tabular.C:
5947         * buffer.[Ch]: remove NO_COMPABILITY stuff
5948
5949 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5950
5951         * boost.C (throw_exception): new file, with helper function for
5952         boost compiled without exceptions.
5953
5954         * paragraph.h:
5955         * lyxlength.C:
5956         * buffer.C:
5957         * ParameterStruct.h:
5958         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5959
5960         * bufferlist.C (emergencyWriteAll): use boost bind
5961
5962         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5963
5964         * text.C: include paragraph_funcs.h
5965         (breakParagraph): breakParagraph is now in global scope
5966
5967         * paragraph_funcs.[Ch]: new files
5968
5969         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5970         global scope
5971
5972         * buffer.C: include paragraph_funcs.h
5973         (insertStringAsLines): breakParagraph is now in global scope
5974
5975         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5976         paragraph_funcs.C
5977
5978         * CutAndPaste.C: include paragraph_funcs.h
5979         (cutSelection): breakParagraphConservative is now in global scope
5980         (pasteSelection): ditto
5981
5982         * buffer.h: declare oprator== and operator!= for
5983         Buffer::inset_iterator
5984
5985         * bufferlist.C (emergencyWrite): don't use fmt(...)
5986
5987         * text3.C: add using std::endl
5988
5989         * BufferView.C (moveCursorUpdate): remove default arg
5990
5991 2002-08-20  André Pönitz <poenitz@gmx.net>
5992
5993         * buffer.[Ch]: move inline functions to .C
5994
5995         * BufferView2.C:
5996         * BufferView_pimpl.C:
5997         * text.C:
5998         * buffer.[Ch]: use improved inset_iterator
5999
6000         * buffer.C:
6001         * paragraph.[Ch]: write one paragraph at a time
6002
6003 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6004
6005         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6006         style if style is not specified.
6007
6008 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6009
6010         * text2.C (setCounter): when searching for right label for a
6011         caption, make sure to recurse to parent insets (so that a caption
6012         in a minipage in a figure float works) (bug #568)
6013
6014 2002-08-20  André Pönitz <poenitz@gmx.net>
6015
6016         * text3.C: new file for LyXText::dispatch() and helpers
6017
6018         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6019
6020         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6021
6022 2002-08-19  André Pönitz <poenitz@gmx.net>
6023
6024         * lyxtext.h:
6025         * text.C: new LyXText::dispatch()
6026
6027         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6028
6029 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6030
6031         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6032
6033         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6034         Hebrew text.
6035
6036 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6037
6038         * Makefile.am: use $(variables) instead of @substitutions@
6039
6040 2002-08-15  André Pönitz <poenitz@gmx.net>
6041
6042         * lyxfunc.C:
6043         * BufferView_pimpl.C: streamlining mathed <-> outer world
6044         interaction
6045
6046         * commandtags.h:
6047         * LyXAction.C: remove unused LFUN_MATH
6048
6049 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6050
6051         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6052
6053 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6054
6055         * paragraph.C (Paragraph): reformat a bit
6056         (cutIntoMinibuffer): use builtin InsetList function instad of
6057         doing it manually.
6058         (getInset): ditto
6059
6060         * buffer.C: include boost/bind.hpp, add using std::for_each
6061         (writeFileAscii): use ParagraphList iterators
6062         (validate): use for_each for validate traversal of paragraphs
6063         (getBibkeyList): use ParagraphList iterators
6064         (resizeInsets): use for_each to resizeInsetsLyXText for all
6065         paragraphs.
6066         (getParFromID): use ParagraphList iterators
6067
6068         * BufferView2.C (lockInset): use paragraph list and iterators
6069
6070 2002-08-14  John Levon  <levon@movementarian.org>
6071
6072         * lyxserver.C: remove spurious xforms include
6073
6074 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6075
6076         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6077
6078 2002-08-13  André Pönitz <poenitz@gmx.net>
6079
6080         * LyXAction.[Ch]:
6081         * lyxfunc.C: further cleaning
6082
6083 2002-08-13  André Pönitz <poenitz@gmx.net>
6084
6085         * funcrequest.h: new constructor
6086
6087         * funcrequest.C: move stuff here from .h
6088
6089         * Makefile.am:
6090         * BufferView_pimpl.C:
6091         * LyXAction.C:
6092         * toc.C:
6093         * lyxfunc.C: subsequent changes
6094
6095         * lyxfunc.h: new view() member function
6096
6097         * lyxfunc.C: subsequent changes
6098
6099 2002-08-13  Angus Leeming  <leeming@lyx.org>
6100
6101         * BufferView2.C:
6102         * BufferView_pimpl.C:
6103         * buffer.C:
6104         * converter.C:
6105         * importer.C:
6106         * lyxfunc.C:
6107         * lyxvc.C:
6108         * toc.C:
6109         * vc-backend.C:
6110         changes due to the changed LyXView interface that now returns references
6111         to member variables not pointers.
6112
6113 2002-08-13  Angus Leeming  <leeming@lyx.org>
6114
6115         * WordLangTuple (word, lang_code): return references to strings,
6116         not strings.
6117
6118         * BufferView.h:
6119         * SpellBase.h:
6120         * lyxtext.h: forward-declare WordLangTuple.
6121
6122         * BufferView2.C:
6123         * ispell.C:
6124         * pspell.C:
6125         * text.C: #include "WordLangTuple.h".
6126
6127         * lyxtext.h:
6128         * text.C: (selectNextWordToSpellcheck): constify return type.
6129
6130 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6131
6132         * buffer.C:
6133         * buffer.h:
6134         * lyxtext.h:
6135         * paragraph.C:
6136         * paragraph_pimpl.h:
6137         * text.C:
6138         * text2.C:
6139         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6140         suggested by Angus.
6141         Made updateCounter always count from start of buffer, and removed
6142         second argument (par).
6143         Reverted floats number display to '#'. Perhaps I'll try again when the
6144         code base is sanitized a bit.
6145
6146 2002-08-12  Angus Leeming  <leeming@lyx.org>
6147
6148         * buffer.[Ch] (getLabelList): constify.
6149
6150 2002-08-07  André Pönitz <poenitz@gmx.net>
6151
6152         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6153
6154         * funcrequest.h: extension to keep mouse (x,y) position
6155
6156 2002-08-12  Juergen Vigna  <jug@sad.it>
6157
6158         * BufferView2.C (insertErrors): forbid undo when inserting error
6159         insets.
6160
6161         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6162
6163 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6164
6165         * ParagraphList.[Ch]: new files
6166
6167         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6168
6169         * BufferView2.C (lockInset): ParagraphList changes
6170         * toc.C: ditto
6171         * text2.C: ditto
6172         * bufferlist.C: ditto
6173         * buffer.h: ditto
6174         * buffer.C: ditto
6175
6176 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6177
6178         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6179         unused class variable counter_,
6180
6181         * paragraph.[Ch] (getFirstCounter): delete unused function
6182
6183         * counters.C: include LAssert.h
6184         (reset): add a new function with no arg, change other version to
6185         not have def. arg and to not allow empty arg.
6186
6187         * text2.C (setCounter): remove empty arg from call to Counters::reset
6188
6189 2002-08-11  John Levon  <levon@movementarian.org>
6190
6191         * Makefile.am: add WordLangTuple.h
6192
6193 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6194
6195         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6196         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6197
6198         * insets/insettext.C: InsetList changes
6199
6200         * graphics/GraphicsSupport.C (operator()): InsetList changes
6201
6202         * toc.C (getTocList): InsetList changes
6203
6204         * paragraph_pimpl.[Ch]: InsetList changes
6205
6206         * paragraph.[Ch]: InsetList changes
6207
6208         * buffer.C (inset_iterator): InsetList changes
6209         (setParagraph): ditto
6210         * buffer.h (inset_iterator): ditto
6211         * iterators.C (operator++): ditto
6212         * iterators.h: ditto
6213
6214         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6215
6216         * InsetList.[Ch]: new files, most InsetList handling moved out of
6217         paragraph.C.
6218
6219         * BufferView2.C (removeAutoInsets): InsetList changes
6220         (lockInset): ditto
6221         (ChangeInsets): ditto
6222
6223 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6224
6225         * paragraph_pimpl.h (empty): new function
6226
6227         * paragraph.[Ch] (empty): new function
6228
6229         * other files: use the new Paragraph::empty function
6230
6231 2002-08-09  John Levon  <levon@movementarian.org>
6232
6233         * lyxtext.h: remove unused refresh_height
6234
6235 2002-08-09  John Levon  <levon@movementarian.org>
6236
6237         * Makefile.am:
6238         * sgml.h:
6239         * sgml.C:
6240         * buffer.C:
6241         * paragraph.h:
6242         * paragraph.C: move sgml char escaping out of paragraph
6243
6244         * paragraph.h:
6245         * paragraph.C: remove id setter
6246
6247         * buffer.C:
6248         * paragraph.C:
6249         * paragraph_pimpl.C: remove dead tex_code_break_column
6250
6251         * bufferview_funcs.C: small cleanup
6252
6253         * lyxfunc.C: remove dead proto
6254
6255         * lyxtext.h: make some stuff private. Remove some dead stuff.
6256
6257         * lyxgluelength.C: make as[LyX]String() readable
6258
6259 2002-08-08  John Levon  <levon@movementarian.org>
6260
6261         * LyXAction.h:
6262         * LyXAction.C:
6263         * MenuBackend.C:
6264         * ToolbarDefaults.C:
6265         * lyxfunc.C:
6266         * lyxrc.C:
6267         * toc.C: lyxaction cleanup
6268
6269 2002-08-08  John Levon  <levon@movementarian.org>
6270
6271         * BufferView2.C: small cleanup
6272
6273         * lyxfind.h:
6274         * lyxfind.C: move unnecessary header into the .C
6275
6276 2002-08-08  John Levon  <levon@movementarian.org>
6277
6278         * funcrequest.h: just tedious nonsense
6279
6280         * lyx_main.h:
6281         * lyx_main.C: cleanups
6282
6283         * buffer.C:
6284         * vspace.C: remove dead header lyx_main.h
6285
6286 2002-08-07  Angus Leeming  <leeming@lyx.org>
6287
6288         * Paragraph.[Ch]:
6289         * paragraph_pimpl.h:
6290         Forward declare class Counters in paragraph.h by moving the ctrs member
6291         variable into Paragraph::Pimpl.
6292         (counters): new method, returning a reference to pimpl_->ctrs.
6293
6294         * text2.C: ensuing changes.
6295
6296 2002-08-07  John Levon  <levon@movementarian.org>
6297
6298         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6299
6300         * BufferView_pimpl.C: announce X selection on double/triple
6301           click
6302
6303         * lyx_main.C: use correct bool in batch dispatch
6304
6305         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6306
6307 2002-08-07  André Pönitz <poenitz@gmx.net>
6308
6309         * funcrequest.h: new class to wrap a kb_action and its argument
6310
6311         * BufferView.[Ch]:
6312         * BufferView_pimpl[Ch]:
6313         * LaTeX.C:
6314         * LyXAction.[Ch]:
6315         * lyxfunc.[Ch]:
6316         * lyxrc.C: subsequent changes
6317
6318
6319 2002-08-07  John Levon  <levon@movementarian.org>
6320
6321         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6322           document options change.
6323
6324 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6325
6326         * counters.[Ch]
6327         * text2.C
6328         * paragraph.[Ch]
6329         * makefile.am: move counters functionality over from
6330         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6331
6332 2002-08-06  John Levon  <levon@movementarian.org>
6333
6334         * WordLangTuple.h: new file for word + language code tuple
6335
6336         * SpellBase.h:
6337         * pspell.h:
6338         * pspell.C:
6339         * ispell.h:
6340         * ispell.C:
6341         * lyxtext.h:
6342         * text.C:
6343         * text2.C:
6344         * BufferView.h:
6345         * BufferView2.C: use WordLangTuple
6346
6347         * layout.h:
6348         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6349
6350 2002-08-06  John Levon  <levon@movementarian.org>
6351
6352         * lyx_main.C: fix cmdline batch handling
6353
6354 2002-08-06  André Pönitz <poenitz@gmx.net>
6355
6356         * lyxrc.C: set default for show_banner to true
6357
6358 2002-08-06  John Levon  <levon@movementarian.org>
6359
6360         * pspell.C: fix a crash, and allow new aspell to work
6361
6362 2002-08-06  John Levon  <levon@movementarian.org>
6363
6364         * lyxfunc.C:
6365         * kbmap.C: small cleanup
6366
6367         * vspace.h:
6368         * vspace.C: add const
6369
6370 2002-08-05  John Levon  <levon@movementarian.org>
6371
6372         * LyXAction.C: back to tabular-insert
6373
6374 2002-08-04  John Levon  <levon@movementarian.org>
6375
6376         * BufferView.h:
6377         * BufferView.C: cosmetic change
6378
6379         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6380
6381         * bufferlist.C:
6382         * buffer.h:
6383         * buffer.C:
6384         * lyxcb.h:
6385         * lyxcb.C:
6386         * lyxserver.C:
6387         * lyxvc.C:
6388         * vc-backend.C:
6389         * BufferView2.C: purge all "Lyx" not "LyX" strings
6390
6391         * lyxcursor.h:
6392         * lyxcursor.C: attempt to add some documentation
6393
6394         * lyxfunc.C:
6395         * commandtags.h:
6396         * LyXAction.C:
6397         * ToolbarDefaults.C:
6398         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6399           merge with LFUN_TABULAR_INSERT
6400
6401         * Makefile.am:
6402         * SpellBase.h:
6403         * ispell.h:
6404         * ispell.C:
6405         * pspell.h:
6406         * pspell.C: split up i/pspell implementations into separate
6407           files, many cleanups
6408
6409         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6410
6411         * text2.C: some cleanup
6412
6413         * lyxfunc.C: don't check for isp_command == "none" any more, it
6414           didn't make any sense
6415
6416 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6417
6418         * counters.[Ch]
6419         * text2.C
6420         * paragraph.[Ch]
6421         * makefile.am: move counters functionality over
6422         from text2.C/paragraph.[Ch] to counters.[Ch], and
6423         make proper C++.
6424 2002-08-02  John Levon  <levon@movementarian.org>
6425
6426         * buffer.C: s/lyxconvert/lyx2lyx/
6427
6428 2002-08-02  Angus Leeming  <leeming@lyx.org>
6429
6430         * lyxlex.C: revert John's change as it breaks reading of the user
6431         preamble.
6432
6433 2002-08-02  Angus Leeming  <leeming@lyx.org>
6434
6435         * importer.C (Import):
6436         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6437         changes due to LyXView::view() now returning a boost::shared_ptr.
6438
6439 2002-08-02  John Levon  <levon@movementarian.org>
6440
6441         * lyxlex.C: small cleanup
6442
6443 2002-08-02  John Levon  <levon@movementarian.org>
6444
6445         * text2.C (status): small cleanup, no logic change
6446
6447 2002-08-01  John Levon  <levon@movementarian.org>
6448
6449         * buffer.h:
6450         * buffer.C (writeFile): don't output alerts, caller
6451           handles this
6452
6453         * bufferlist.C:
6454         * lyx_cb.C: from above
6455
6456         * lyxfunc.C: allow to open non-existent files
6457
6458 2002-07-31  John Levon  <levon@movementarian.org>
6459
6460         * lyxserver.C: don't let incidental errors get
6461           in the way (errno)
6462
6463 2002-07-30  John Levon  <levon@movementarian.org>
6464
6465         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6466
6467 2002-07-30  John Levon  <levon@movementarian.org>
6468
6469         * lyxserver.h:
6470         * lyxserver.C: remove I/O callback too
6471
6472 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6473
6474         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6475         log.
6476
6477 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6478
6479         * many files: strip,frontStrip -> trim,ltrim,rtrim
6480
6481 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6482
6483         * PrinterParams.h: remove extern containsOnly, and include
6484         support/lstrings.h instead.
6485
6486         * LaTeX.C (scanAuxFile): modify because of strip changes
6487         (deplog): ditto
6488         * buffer.C (makeLaTeXFile): ditto
6489         * bufferparams.C (writeFile): ditt
6490         * lyxfont.C (stateText): ditto
6491         * lyxserver.C (read_ready): ditto
6492         * vc-backend.C (scanMaster): ditto
6493
6494         * BufferView_pimpl.h: ws changes
6495
6496         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6497
6498 2002-07-26  André Pönitz <poenitz@gmx.net>
6499
6500         * kb_sequence.C: remove unnedred usings
6501
6502 2002-07-26  Juergen Vigna  <jug@sad.it>
6503
6504         * lyxfind.C (LyXReplace): we have to check better if the returned
6505         text is not of theLockingInset()->getLockingInset().
6506
6507 2002-07-25  Juergen Vigna  <jug@sad.it>
6508
6509         * lyxfind.C (LyXReplace): don't replace if we don't get the
6510         right LyXText.
6511
6512         * undo_funcs.C (createUndo): remove debugging code.
6513
6514 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6515
6516         * buffer.C (parseSingleLyXformat2Token): Use default placement
6517         when reading old floats.
6518
6519         * FloatList.C (FloatList): Change the default placement of figure
6520         and tables to "tbp".
6521
6522 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6523
6524         * MenuBackend.C: using std::max
6525
6526 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6527
6528         * MenuBackend.C (expandToc):
6529         (expandToc2): code moved from xforms menu frontend. It is now
6530         generic and TOCs are transparent to menu frontends.
6531
6532 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6533
6534         * toc.C (getTocList): protect against buf=0
6535
6536         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6537         Menu as first parameter. Now, this calls itself recursively to
6538         expand a whole tree (this will be useful for TOC handling)
6539         (expandFloatInsert): remove 'wide' version of floats
6540
6541         * MenuBackend.h (submenuname): returns the name of the submenu.
6542         (submenu): returns the submenu itself, provided it has been
6543         created by MenuBackend::expand
6544
6545 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6546
6547         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6548         insets which have noFontChange == true. (bug #172)
6549
6550 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6551
6552         * BufferView_pimpl.C: add connection objects and use them...
6553         (Pimpl): here.
6554
6555 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6556
6557         * MenuBackend.C (expandLastfiles):
6558         (expandDocuments):
6559         (expandFormats):
6560         (expandFloatListInsert):
6561         (expandFloatInsert):
6562         (expand): split expand in parts
6563
6564 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6565
6566         * lyx_gui.C: use lyx_gui::exit()
6567
6568 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6569
6570         * LyXAction.C: show the failing pseudo action
6571
6572 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6573
6574         * buffer.C (readFile): Run the lyxconvert script in order to read
6575         old files.
6576
6577 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6578
6579         * LyXAction.C:
6580         * commandtags.h:
6581         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6582
6583 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6584
6585         * LyXAction.C:
6586         * commandtags.h:
6587         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6588
6589 2002-07-22  Herbert Voss  <voss@lyx.org>
6590
6591         * lengthcommon.C:
6592         * lyxlength.[Ch]: add support for the vertical lengths
6593
6594 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6595
6596         * toc.[Ch]: std:: fixes
6597
6598 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6599
6600         * lyxrc.C: do not include lyx_main.h
6601
6602         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6603         for layouts
6604
6605         * lyxrc.C:
6606         * encoding.C:
6607         * bufferlist.C:
6608         * BufferView2.C: include "lyxlex.h"
6609
6610         * tabular.h:
6611         * bufferparams.h: do not #include "lyxlex.h"
6612
6613         * lyxtextclasslist.C (Add): remove method
6614         (classlist): renamed to classlist_
6615
6616         * paragraph_pimpl.C:
6617         * paragraph.C:
6618         * text2.C:
6619         * CutAndPaste.C:
6620         * bufferview_funcs.C:
6621         * bufferlist.C:
6622         * text.C:
6623         * LaTeXFeatures.C:
6624         * buffer.C:
6625         * toc.C (getTocList): use BufferParams::getLyXTextClass
6626
6627         * toc.C (getTocList): use InsetFloat::addToToc
6628
6629         * toc.[Ch]: new files, containing helper functions to handle table
6630         of contents
6631
6632         * lyxfunc.C (dispatch): no need to remove spaces around command
6633         given as a string
6634         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6635         first command of the sequence; it is not very clever, but I do not
6636         have a better idea, actually
6637
6638         * LyXAction.C (LookupFunc): make sure to remove space at the
6639         beginning and end of the command
6640
6641 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6642
6643         * MenuBackend.C (getMenubar): new method: return the menubar of
6644         this menu set
6645         (read): treat differently reading of menu and menubar (in
6646         particular, the menubar has no name now)
6647         (Menu::menubar): remove
6648
6649         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6650         saving is finished
6651
6652 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6653
6654         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6655         a bibitem inset in a RTL paragraph.
6656
6657 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6658
6659         * paragraph_pimpl.C: constify
6660
6661         * BufferView_pimpl.C:
6662         * LaTeX.C:
6663         * lyxfunc.C: fix dispatch in a nicer way
6664
6665 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6666
6667         * lyxfunc.C (dispatch):
6668         * BufferView_pimpl.C:
6669         * BufferView_pimpl.h:
6670         * BufferView.C:
6671         * BufferView.h: rename Dispatch() to dispatch()
6672
6673         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6674
6675         * lyxlayout.C (Read): honor DependsOn tag
6676
6677         * lyxlayout.[Ch] (depends_on): new method
6678
6679         * version.C.in: update lyx_docversion
6680
6681         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6682
6683         * paragraph.C (validate): remove from here...
6684         * paragraph_pimpl.C (validate): ... and move here
6685         (isTextAt): make it const
6686
6687         * buffer.C (getLists): ws cleanup
6688
6689 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6690
6691         * language.C (read): Use iso8859-1 encoding in latex_lang
6692         (this prevents LyX from crashing when using iso10646-1 encoding).
6693
6694 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6695
6696         * text2.C (toggleInset): if cursor is inside an inset, close the
6697         inset and leave cursor _after_ it
6698
6699 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6700
6701         * lyxfunc.C: move minibuffer completion handling out of here
6702
6703 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6704
6705         * BufferView_pimpl.C:
6706         * LaTeX.C: fix dispatch calls
6707
6708 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6709
6710         * text.C (drawChars): Fix Arabic text rendering.
6711
6712 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6713
6714         * LyXAction.C:
6715         * commandtags.h:
6716         * lyxfunc.C: remove message-push/pop
6717
6718         * lyxserver.C:
6719         * lyxfunc.h:
6720         * lyxfunc.C: rationalise some code by removing verboseDispatch
6721           in favour of a bool argument to dispatch()
6722
6723 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6724
6725         * lyx_main.C (init): make sure to read symlinks as absolute paths
6726
6727 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6728
6729         * lyxfunc.h:
6730         * lyxfunc.C: no need for commandshortcut to be a member
6731
6732 2002-07-15  André Pönitz <poenitz@gmx.net>
6733
6734         * converter.C: add support for $$s (scripts from lib/scripts dir)
6735         * lyx_main.C: white space
6736
6737 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6738
6739         * bufferlist.C:
6740         * lyxrc.h:
6741         * lyxrc.C: remove second exit confirmation
6742
6743 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6744
6745         * BufferView.h:
6746         * BufferView.C:
6747         * BufferView2.C:
6748         * BufferView_pimpl.h:
6749         * BufferView_pimpl.C:
6750         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6751
6752 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6753
6754         * MenuBackend.C (expand): add numeric shortcuts to document menu
6755
6756         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6757
6758 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6759
6760         * lyxfont.C (setLyXFamily):
6761         (setLyXSeries):
6762         (setLyXShape):
6763         (setLyXSize):
6764         (setLyXMisc):
6765         (lyxRead):
6766         * debug.C (value):
6767         * buffer.C (asciiParagraph): use ascii_lowercase
6768
6769 2002-07-15  Mike Fabian  <mfabian@suse.de>
6770
6771         * lyxlex_pimpl.C (search_kw):
6772         * lyxlex.C (getLongString):
6773         * converter.h (operator<):
6774         * converter.C (operator<):
6775         * buffer.C (parseSingleLyXformat2Token):
6776         (asciiParagraph):
6777         * ToolbarDefaults.C (read):
6778         * MenuBackend.C (checkShortcuts):
6779         (read):
6780         * LColor.C (getFromGUIName):
6781         (getFromLyXName): use the compare_ascii_no_case instead of
6782         compare_no_case, because in turkish, 'i' is not the lowercase
6783         version of 'I', and thus turkish locale breaks parsing of tags.
6784
6785 2002-07-16  Angus Leeming  <leeming@lyx.org>
6786
6787         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6788         now takes a Buffer const & argument.
6789
6790 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6791
6792         * BufferView.C (resize): check there's a buffer to resize
6793
6794 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6795
6796         * lyxfunc.C: remove dead code
6797
6798         * lyxserver.h:
6799         * lyxserver.C: use lyx_guii::set_read_callback
6800
6801 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6802
6803         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6804         an inset in a RTL paragraph.
6805
6806 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6807
6808         * lyxfunc.C: repaint after a font size update
6809
6810 2002-07-15  André Pönitz <poenitz@gmx.net>
6811
6812         * lyxlength.C: inBP should be able to return negative values
6813
6814 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6815
6816         * lyxfunc.C: use lyx_gui::update_fonts()
6817
6818 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6819
6820         * lyxfunc.C: use lyx_gui::update_color()
6821
6822 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6823
6824         * bufferlist.C:
6825         * lyxfunc.h:
6826         * lyxfunc.C:
6827         * lyxrc.h:
6828         * lyxrc.C: remove file->new asks for name option, and let
6829           buffer-new take an argument
6830
6831 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6832
6833         * BufferView_pimpl.C: remove unneeded extra repaint()
6834
6835 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6836
6837         * LyXAction.C: allow command-sequence with NoBuffer
6838
6839         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6840
6841 2002-07-10  Angus Leeming  <leeming@lyx.org>
6842
6843         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6844
6845 2002-07-09  Angus Leeming  <leeming@lyx.org>
6846
6847         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6848
6849 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6850
6851         * lengthcommon.h: whitespace
6852
6853         * lyxfunc.C: update scrollbar after goto paragraph
6854
6855         * lyxtext.h: factor out page break drawing, and fix it so
6856           page break/added space paints as selected nicely
6857
6858 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6859
6860         * BufferView_pimpl.C: add FIXMEs, clean up a little
6861
6862 2002-07-09  André Pönitz <poenitz@gmx.net>
6863
6864         * lyxfont.[Ch]: support for wasy symbols
6865
6866 2002-07-08  André Pönitz <poenitz@gmx.net>
6867
6868         * BufferView_pimpl.C: apply John's patch for #93.
6869
6870 2002-07-05  Angus Leeming  <leeming@lyx.org>
6871
6872         * BufferView_pimpl.C (buffer): generate previews if desired.
6873
6874         * LColor.h: add "preview" to the color enum.
6875
6876         * LColor.C (LColor): add a corresponding entry to the items array.
6877
6878         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6879         with this buffer.
6880
6881 2002-07-05  Angus Leeming  <leeming@lyx.org>
6882
6883         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6884         The body of the code is now in the method that is passed an ostream &
6885         rather than a file name.
6886         Pass an additional only_preamble parameter, useful for the forthcoming
6887         preview stuff.
6888
6889 2002-07-03  André Pönitz <poenitz@gmx.net>
6890
6891         * lyxfunc.C: simplify getStatus() a bit for math stuff
6892
6893 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6894
6895         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6896
6897 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6898
6899         * text.C (changeRegionCase): do not change case of all the
6900         document when region ends at paragraph end (bug #461)
6901
6902 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6903
6904         * paragraph.C (startTeXParParams):
6905         (endTeXParParams): add \protect when necessary
6906
6907 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6908
6909         * BufferView_pimpl.C (workAreaExpose): remove warning
6910
6911 2002-06-27  Angus Leeming  <leeming@lyx.org>
6912
6913         * Makefile.am: add lyxlayout_ptr_fwd.h.
6914
6915 2002-06-26  André Pönitz <poenitz@gmx.net>
6916
6917         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6918
6919 2002-06-25  Angus Leeming  <leeming@lyx.org>
6920
6921         * lyxfunc.C (dispatch): Comment out the call to
6922         grfx::GCache::changeDisplay. The method no longer exists now that the
6923         pixmap generation part of the graphics loader has been moved into
6924         InsetGraphics.
6925
6926 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6927
6928         * text2.C: layout as layout
6929
6930         * text.C: layout as layout
6931
6932         * tabular.C (OldFormatRead): layout as layout
6933
6934         * paragraph_pimpl.C (TeXDeeper): layout as layout
6935         (realizeFont): layout as layout
6936
6937         * paragraph.C (writeFile): layout as layout
6938         (validate): layout as layout
6939         (getFont): layout as layout
6940         (getLabelFont): layout as layout
6941         (getLayoutFont): layout as layout
6942         (breakParagraph): layout as layout
6943         (stripLeadingSpaces): layout as layout
6944         (getEndLabel): layout as layout
6945         (getMaxDepthAfter): layout as layout
6946         (applyLayout): layout as layout
6947         (TeXOnePar): layout as layout
6948         (simpleTeXOnePar): layout as layout
6949         (TeXEnvironment): layout as layout
6950         (layout): layout as layout
6951         (layout): layout as layout
6952
6953         * lyxtextclass.C (compare_name): new functor to work with
6954         shared_ptr, layout as layout
6955         (Read): layout as layout
6956         (hasLayout): layout as layout
6957         (operator): layout as layout
6958         (delete_layout): layout as layout
6959         (defaultLayout): layout as layout
6960
6961         * lyxlayout_ptr_fwd.h: new file
6962
6963         * lyxlayout.C (Read): layout as layout
6964
6965         * lyx_cb.C (MenuInsertLabel): layout as layout
6966
6967         * bufferlist.C (newFile): layout as layout
6968
6969         * buffer.C (readLyXformat2): layout as layout
6970         (parseSingleLyXformat2Token): layout as layout
6971         (insertStringAsLines): layout as layout
6972         (asciiParagraph): layout as layout
6973         (latexParagraphs): layout as layout
6974         (makeLinuxDocFile): layout as layout
6975         (simpleLinuxDocOnePar): layout as layout
6976         (makeDocBookFile): layout as layout
6977         (simpleDocBookOnePar): layout as layout
6978         (getLists): layout as layout
6979
6980         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6981
6982         * CutAndPaste.C (cutSelection): layout as layout
6983         (pasteSelection): layout as layout
6984         (SwitchLayoutsBetweenClasses): layout as layout
6985
6986         * BufferView_pimpl.C (Dispatch): layout as layout
6987         (smartQuote): layout as layout
6988
6989         * BufferView2.C (unlockInset): layout as layout
6990
6991 2002-06-24  André Pönitz <poenitz@gmx.net>
6992
6993         * lyxfunc.C: fix #487
6994
6995 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6996
6997         * lyxrc.h:
6998         * lyxrc.C:
6999         * lyxfunc.C: remove display_shortcuts, show_banner
7000
7001 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7002
7003         * Buffer_pimpl.C: oops, update on resize
7004
7005 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7006
7007         * buffer.C:
7008         * converter.C:
7009         * exporter.C:
7010         * lyxfunc.C:
7011         * BufferView.h:
7012         * BufferView.C: use repaint()
7013
7014         * BufferView_pimpl.h:
7015         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7016           as it's a clearer description. Remove superfluous
7017           redraws.
7018
7019 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7020
7021         * text.C: fix bug 488. Not ideal, but getting
7022           getWord() to work properly for the insets that
7023           matter is more difficult ...
7024
7025 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7026
7027         * BufferView_pimpl.C:
7028         * LyXAction.C:
7029         * commandtags.h:
7030         * lyxfunc.C: remove the six million index lyxfuncs to just
7031           one, and DTRT (bug 458)
7032
7033 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7034
7035         * BufferView.h:
7036         * BufferView.C:
7037         * BufferView_pimpl.h:
7038         * BufferView_pimpl.C: clean up resize() stuff,
7039           and unnecessary updateScreen()s
7040
7041 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7042
7043         * BufferView.h:
7044         * BufferView.C:
7045         * BufferView_pimpl.h:
7046         * BufferView_pimpl.C:
7047         * lyxfind.h:
7048         * lyxfind.C:
7049         * minibuffer.C: remove focus management of workarea,
7050           not needed. Use screen's greyOut()
7051
7052 2002-06-17  Herbert Voss  <voss@lyx.org>
7053
7054         * converter.C: (convert) do not post a message, when converting
7055         fails, let the calling function decide what to do in this case
7056
7057 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7058
7059         * lyxfunc.C: tidy up a little
7060
7061 2002-06-16    <alstrup@diku.dk>
7062
7063         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7064         Got rid of FORMS_H_LOCATION include. Now we are
7065         GUII.
7066
7067 2002-06-15  LyX Development team  <lyx@rilke>
7068
7069         * buffer.[Ch] (sgmlOpenTag):
7070         (sgmlCloseTag): Added support for avoiding pernicious mixed
7071         content. Return number of lines written.
7072
7073         (makeLinuxDocFile):
7074         (makeDocBookFile): Fixed calls to sgml*Tag.
7075         Simple white space clean.
7076
7077         (simpleDocBookOnePar): Simple white space clean.
7078
7079         * tabular.[Ch] (docBook): Renamed to docbook and got another
7080         argument to related with the pernicious mixed content.
7081
7082         (docbookRow): Fixed calls for docbook inset method.
7083
7084 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7085
7086         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7087         so it's X11 independent.
7088
7089         * kb*.[Ch]: ditto.
7090
7091         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7092
7093 2002-06-15  Lyx Development team  <lyx@electronia>
7094
7095         * intl.h: Renamed getTrans to getTransManager.
7096
7097 2002-06-14  Angus Leeming  <leeming@lyx.org>
7098
7099         * Makefile.am: nuke forgotten stl_string_fwd.h.
7100
7101 2002-06-12  Angus Leeming  <leeming@lyx.org>
7102
7103         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7104
7105 2002-06-13  Angus Leeming  <leeming@lyx.org>
7106
7107         * LaTeX.C:
7108         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7109
7110 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7111
7112         * kbmap.C (getiso): add support for cyrillic and greek
7113
7114 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7115
7116         * BufferView.h:
7117         * BufferView.C:
7118         * BufferView_pimpl.h:
7119         * BufferView_pimpl.C: move bogus scrolling logic
7120           to xforms
7121
7122 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7123
7124         * lyxfunc.C:
7125         * BufferView_pimpl.C: view->resize() change
7126
7127 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7128
7129         * BufferView_pimpl.C: topCursorVisible
7130           prototype change
7131
7132 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7133
7134         * Makefile.am:
7135         * lyx_gui.h:
7136         * lyx_gui.C: move to frontends/
7137
7138         * main.C:
7139         * lyx_main.h:
7140         * lyx_main.C: changes from above
7141
7142 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7143
7144         * intl.C:
7145         * intl.h:
7146         * kbmap.C:
7147         * kbsequence.C:
7148         * lyx_cb.C:
7149         * lyx_main.C: minor tidy
7150
7151 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7152
7153         * BufferView_pimpl.h:
7154         * BufferView_pimpl.C:
7155         * BufferView.h:
7156         * BufferView.C: make painter() const,
7157           remove dead code
7158
7159         * BufferView2.C: use screen() accessor
7160
7161         * lyx_main.h:
7162         * lyx_main.C: some minor cleanup
7163
7164 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7165
7166         * BufferView_pimpl.h:
7167         * BufferView_pimpl.C: remove enter/leaveView,
7168           use workHeight()
7169
7170 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7171
7172         * BufferView.h:
7173         * BufferView.C:
7174         * BufferView2.C:
7175         * BufferView_pimpl.h:
7176         * BufferView_pimpl.C: only construct screen once,
7177           rename
7178
7179         * lyxrc.C: remove pointless comment
7180
7181 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7182
7183         * BufferView.h:
7184         * BufferView.C: remove active() and belowMouse()
7185
7186         * BufferView_pimpl.h:
7187         * BufferView_pimpl.C: use workarea() not workarea_,
7188           and make it use a scoped_ptr instead
7189
7190 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7191
7192         * lyx_gui.C: add debug message on BadWindow
7193
7194 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7195
7196         * sp_spell.C: fdopen is not part of the C++ standard.
7197
7198         * paragraph.C (InsetIterator): use >= instead of ==
7199
7200 2002-06-07  Angus Leeming  <leeming@lyx.org>
7201
7202         Fixes needed to compile with Compaq cxx 6.5.
7203         * BufferView_pimpl.C:
7204         * DepTable.C:
7205         * buffer.C:
7206         * converter.C:
7207         * encoding.C:
7208         * lyx_gui.C:
7209         * lyx_main.C:
7210         * lyxtextclasslist.C:
7211         * minibuffer.C:
7212         * sp_spell.C:
7213         * tabular_funcs.C:
7214         * vc-backend.C:
7215         all c-library variables have been moved into namespace std. Wrap
7216         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7217
7218         * lyxlength.C:
7219         * tabular-old.C:
7220         * tabular.C:
7221         Add a using std::abs declaration.
7222
7223         * kbmap.h (modifier_pair):
7224         * paragraph.h (InsetTable, InsetList):
7225         * lyxfont.h (FontBits):
7226         type definition made public.
7227
7228         * bufferlist.C (emergencyWriteAll): the compiler complains that
7229         there is more than one possible lyx::class_fun template to choose from.
7230         I re-named the void specialisation as lyx::void_class_fun.
7231
7232         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7233
7234         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7235         the compiler is is unable to find tostr in write_attribute.
7236
7237 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7238
7239         * buffer.C (sgmlError): hide #warning
7240
7241 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7242
7243         * xtl/*: get rid of xtl, which is not in use anyway
7244
7245         * LyXAction.C (init):
7246         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7247         were unimplemented xtl experimentation
7248
7249 2002-06-04  André Pönitz <poenitz@gmx.net>
7250
7251         * lyxfunc.C: disable array operation on simple formulae
7252
7253 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7254
7255         * converter.C: constify a bit
7256
7257 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7258
7259         * lyx_gui.C: check xforms version correctly
7260
7261 2002-04-30  Herbert Voss  <voss@lyx.org>
7262
7263         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7264         "keep" option
7265
7266 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7267
7268         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7269           attempt to register it with a VCS)
7270
7271 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7272
7273         * lyx_main.C (init): honor variables LYX_DIR_13x and
7274         LYX_USERDIR_13x
7275
7276 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7277
7278         * buffer.h:
7279         * buffer.C:
7280         * lyx_main.C: fix a crash on bad command line,
7281           and give a useful exit status on error
7282
7283         * lyxfunc.C (doImport): allow -i lyx to work
7284
7285 2002-03-30  André Pönitz <poenitz@gmx.net>
7286
7287         * lyxfunc.C: mathed font changes
7288
7289 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7290
7291         * LaTeX.C:
7292         * importer.h:
7293         * importer.C:
7294         * lyx_sty.h:
7295         * lyx_sty.C:
7296         * lyxlex.C:
7297         * lyxrow.h:
7298         * lyxtext.h:
7299         * paragraph.h:
7300         * paragraph.C:
7301         * texrow.h:
7302         * texrow.C:
7303         * text.C:
7304         * trans_mgr.h: srcdocs, and some minor cleanups
7305
7306 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7307
7308         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7309         call getFont all the time)
7310
7311 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7312
7313         * switch from SigC signals to boost::signals
7314
7315 2002-05-29  André Pönitz <poenitz@gmx.net>
7316
7317         * paragraph_pimpl.C (getChar): don't call size() too often...
7318
7319 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7320
7321         * paragraph_pimpl.C (insertChar): do not try to update tables when
7322         appending (pos == size())
7323
7324         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7325         in order to reduce drastically the number of comparisons needed to
7326         parse a large document
7327
7328 2002-05-29  André Pönitz <poenitz@gmx.net>
7329
7330         * text.C:
7331         * text2.C:
7332         * lyxtextclass.C:
7333         * sp_pspell.h:
7334         * textclasslist.[Ch]:
7335         * sp_ispell.h: whitespace change
7336
7337 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7338
7339         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7340         lyxaction directly now.
7341
7342 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7343
7344         * trans.C:
7345         * lyxfont.C:
7346         * lyxvc.C: remove unused headers
7347
7348 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7349
7350         * Makefile.am:
7351         * buffer.h:
7352         * undostack.h:
7353         * undostack.C:
7354         * undo_funcs.h:
7355         * undo_funcs.C: some cleanups. Use shared_ptr
7356           and a template for the undo stacks.
7357
7358 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7359
7360         * BufferView_pimpl.h:
7361         * BufferView_pimpl.C:
7362         * kbmap.h:
7363         * kbmap.C:
7364         * kbsequence.h:
7365         * kbsequence.C:
7366         * lyxfunc.h:
7367         * lyxfunc.C:
7368         * text2.C: use key_state/mouse_state
7369
7370 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7371
7372         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7373         and LSubstring
7374
7375         * chset.C: change include order
7376         (loadFile): use boost regex and get rid of LRegex and LSubstring
7377
7378         * Makefile.am (BOOST_LIBS): new variable
7379         (lyx_LDADD): use it
7380
7381         * LaTeX.C: change include order.
7382         (scanAuxFile): use boost regex and get rid of LRegex and
7383         LSubstring
7384         (deplog): ditto
7385
7386 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7387
7388         * ColorHandler.h:
7389         * ColorHandler.C:
7390         * FontInfo.h:
7391         * FontInfo.C: moved to frontends/xforms/
7392
7393         * FontLoader.h:
7394         * FontLoader.C: moved into frontends for GUIIzation
7395
7396         * Makefile.am:
7397         * lyx_gui.C:
7398         * lyxfont.C:
7399         * lyxfunc.C: changes from above
7400
7401 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7402
7403         * LColor.C: remove spurious X include
7404
7405         * BufferView_pimpl.C:
7406         * Makefile.am:
7407         * font.h:
7408         * font.C:
7409         * text.C:
7410         * text2.C: move font metrics to frontends/
7411
7412 2002-05-24  Juergen Vigna  <jug@sad.it>
7413
7414         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7415         setting the undo_cursor.
7416
7417         * ParagraphParameters.h: include local includes first.
7418
7419 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7420
7421         * BufferView_pimpl.C:
7422         * BufferView_pimpl.h:
7423         * Makefile.am:
7424         * WorkArea.h:
7425         * WorkArea.C:
7426         * screen.C: move WorkArea into frontends/
7427
7428         * lyxscreen.h:
7429         * screen.C:
7430         * text.C:
7431         * BufferView.C:
7432         * BufferView2.C: move LyXScreen into frontends/
7433
7434         * lyxlookup.h:
7435         * lyxlookup.C:
7436         * lyx_gui.C: move lyxlookup into frontends/xforms/
7437
7438 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7439
7440         * BufferView2.C:
7441         * BufferView_pimpl.C:
7442         * FontLoader.C:
7443         * LyXView.h:
7444         * LyXView.C:
7445         * Makefile.am:
7446         * WorkArea.C:
7447         * XFormsView.h:
7448         * XFormsView.C:
7449         * buffer.C:
7450         * bufferlist.C:
7451         * bufferview_funcs.C:
7452         * converter.C:
7453         * importer.C:
7454         * lyx_cb.C:
7455         * lyx_gui.C:
7456         * lyx_main.C:
7457         * lyx_find.C:
7458         * lyxfunc.C:
7459         * lyxvc.C:
7460         * minibuffer.C:
7461         * text.C:
7462         * text2.C:
7463         * trans.C:
7464         * vc-backend.C: move LyX/XFormsView into frontends/
7465
7466 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7467
7468         * Makefile.am:
7469         * PainterBase.C:
7470         * PainterBase.h:
7471         * Painter.C:
7472         * Painter.h:
7473         * WorkArea.C:
7474         * WorkArea.h:
7475         * screen.C:
7476         * tabular.C:
7477         * text.C:
7478         * text2.C: move Painter to frontends/
7479
7480 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7481
7482         * buffer.C: comment out some some code that depend upon lyx_format
7483         < 220
7484
7485         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7486         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7487
7488         * buffer.h (NO_COMPABILITY): turn off compability
7489
7490         * ColorHandler.C: include scoped_array.hpp
7491
7492         * font.C: Use more specific smart_ptr header.
7493         * Painter.C: ditto
7494         * gettext.C: ditto
7495         * ShareContainer.h: ditto
7496         * lyx_main.h: ditto
7497         * kbmap.h: ditto
7498         * FontInfo.h: ditto
7499         * BufferView_pimpl.h: ditto
7500         * ColorHandler.h: ditto
7501
7502         * kbmap.C (defkey): change call to shared_ptr::reset
7503
7504 2002-05-21  Juergen Vigna  <jug@sad.it>
7505
7506         * buffer.C (insertErtContents): fix to insert ert asis if it is
7507         non empty. Skip it completely if it contains only whitespaces.
7508
7509 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7510
7511         * BufferView_pimpl.C:
7512         * BufferView2.C: clear selection on paste (bug 393)
7513
7514 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7515
7516         * DepTable.C: include ctime
7517
7518 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7519
7520         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7521
7522 2002-05-14  Juergen Vigna  <jug@sad.it>
7523
7524         * text.C (breakParagraph): fixed function to honor the keepempty
7525         layout in the right maner and also to permit the right breaking
7526         algorithm on empty or non empyt keepempty paragraphs.
7527
7528         * paragraph.C (breakParagraph): we have to check also if the par
7529         is really empty (!size()) for isempty otherwise we do the wrong
7530         paragraph break.
7531
7532 2002-05-10  Juergen Vigna  <jug@sad.it>
7533
7534         * buffer.[Ch] : The following are only changes to the ert
7535         compatibility read reading old LaTeX layout and font stuff and
7536         convert it to ERTInsets.
7537
7538         * buffer.h: added isErtInset().
7539
7540         * buffer.C (struct ErtComp): add a fromlayout bool to check
7541         if we're inside a LaTeX layout.
7542         (isErtInset): new helper function.
7543         (insertErtContents): look for other ert insets before this one
7544         and insert the contents there, so that we don't have subsequent
7545         ERT insets with nothing between them. This way we create only one
7546         inset with multiple paragraphs. Also check if we don't insert only
7547         spaces ' ' as they are ignored anyway afterwards in the .tex file
7548         so if we have only spaces we will ignore this latex part in the
7549         new file.
7550         (parseSingleLyXformat2Token \\layout): better compatibility when
7551         reading layout-latex stuff.
7552         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7553         language tag.
7554         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7555         stuff after reading the inset only get the information back from
7556         the stack.
7557
7558 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7559
7560         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7561
7562         * LaTeXFeatures.C (getBabelOptions): New method.
7563
7564 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7565
7566         * BufferView_pimpl.C (Dispatch): work around missing argument for
7567         'layout'
7568
7569 2002-05-08  Juergen Vigna  <jug@sad.it>
7570
7571         * text.C (leftMargin): handle paragraph leftindent.
7572
7573         * paragraph.C (writeFile): write the new \\leftindent tag.
7574         (validate): handle leftindent code.
7575         (TeXEnvironment): handle paragraphleftindent code again.
7576
7577         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7578
7579         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7580         for paragrap_extra indent code and new token \\leftindent.
7581         (latexParagraphs): handle the leftindent as environment.
7582
7583         * ParameterStruct.h: added leftindent support.
7584
7585         * ParagraphParameters.C (leftIndent): added support functions for
7586         the paragraph left indent.
7587
7588         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7589         more appropriate.
7590
7591 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7592
7593         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7594         inside insetERT.
7595
7596         * text.C (computeBidiTables): No bidi in insetERT.
7597
7598         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7599         in RTL documents.
7600
7601 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7602
7603         * version.C.in: pre 5
7604
7605 2002-05-02  José Matos  <jamatos@fep.up.pt>
7606         * buffer.C (makeDocBookFile): white space changes, add newline to
7607         command styles.
7608         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7609
7610         * tabular.C (docBook): fix typo.
7611
7612 2002-05-03  Juergen Vigna  <jug@sad.it>
7613
7614         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7615         change in LyXText as we can not be sure it was not freed.
7616         (drawOneRow): remove unused code.
7617
7618         * text.C (drawInset): redo the calculation of the need_break_row as
7619         it could have a row which was already freed.
7620         (draw): look at the return value of drawInset and return false if
7621         it also returned false.
7622         (paintRowText): look at the return value of draw and return false if
7623         it also returned false.
7624
7625         * lyxtext.h: added bool return type to drawInset() and draw() so that
7626         if we have a change in the row so that the rowbreak has to be redone
7627         we abort drawing as it will be called again.
7628
7629 2002-05-02  Juergen Vigna  <jug@sad.it>
7630
7631         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7632         a change in the maintext also if we're inside an inset.
7633         (Dispatch): set the cursor again after a break line and after the
7634         screen has been updated as it could be we're in a different row.
7635
7636         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7637         to set the cursor behind the pargraph with > size().
7638         (setCursor): check also for the same paragraph when checking where
7639         to put the cursor if we have a NFR inset.
7640
7641         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7642         parts of layout read further up as it still was in the wrong
7643         position.
7644
7645 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7646
7647         * screen.C (drawFromTo): change sine fullRebreak always return
7648         true.
7649
7650         * buffer.C (parseSingleLyXformat2Token): reindent some
7651
7652         * BufferView_pimpl.C (update): change since fullRebreak always
7653         return true.
7654         (Dispatch): git rid of the last hardcoded "Standard"s.
7655
7656 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7657
7658         * text2.[Ch] (fullRebreak): make it return void now that we always
7659         returned true.
7660
7661 2002-04-30  Juergen Vigna  <jug@sad.it>
7662
7663         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7664         ert compatibility check for "latex" layout.
7665
7666 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7667
7668         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7669         minipages: use col% instead of p%, and also use the current font.
7670         (makeLaTeXFile): Fix use babel condition.
7671         (parseSingleLyXformat2Token): Correct font when reading old floats.
7672
7673 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7674
7675         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7676         inserting list of floats.
7677
7678 2002-04-25  Herbert Voss  <voss@lyx.org>
7679
7680         * MenuBackend.C (expand): don't add the graphics extensions to the
7681         export menu
7682
7683 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7684
7685         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7686         non-existing layout, do not complain if it was the default layout
7687         of the original class (bug #342)
7688
7689 2002-04-24  Juergen Vigna  <jug@sad.it>
7690
7691         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7692         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7693
7694 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7695
7696         * buffer.C (getBibkeyList): If using \bibliography, return the
7697         option field with the reference itself. Enables us to provide natbib
7698         support when using \bibliography.
7699
7700 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7701
7702         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7703
7704         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7705         natbib is provided by the LaTeX class.
7706
7707 2002-04-23  Juergen Vigna  <jug@sad.it>
7708
7709         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7710         Wakeup functions.
7711
7712         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7713
7714 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7715
7716         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7717
7718         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7719         ensuremath around textordmasculine, textordfeminine and
7720         textdegree.
7721
7722 2002-04-19  Juergen Vigna  <jug@sad.it>
7723
7724         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7725         reinitializing the buffer otherwise row-dimensions may be wrong.
7726         (update): reset also the selection cursors if they do exits otherwise
7727         their x/y positions may be wrong.
7728
7729         * text2.C (cursorDown): don't enter the inset if we came from a row
7730         above and are one row over the inset.
7731
7732         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7733         really leaving an inset.
7734
7735 2002-04-18  Juergen Vigna  <jug@sad.it>
7736
7737         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7738         of the selected paragraph does not have the selected layout also if
7739         the last one had!
7740
7741         * text2.C (setLayout): fixed bug which did not change last selected
7742         paragraph.
7743
7744         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7745         changed the read and substituted \\end_float with \\end_inset!
7746
7747         * BufferView_pimpl.C (cursorPrevious):
7748         (cursorNext): fixed to make it work with rows heigher than the work
7749         area without moving the cursor only the draw of the row.
7750         (workAreaMotionNotify): fix jumping over high rows.
7751
7752 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7753
7754         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7755         Ressler.
7756
7757 2002-04-16  Juergen Vigna  <jug@sad.it>
7758
7759         * text2.C (setCursor): set also the irow().
7760         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7761         (cursorUp):
7762         (cursorDown): support for locking an inset if the x_fix value goes
7763         inside it. That way I can transverse insets too with cursor up/down.
7764
7765         * lyxrow.h: added irow helper function same as other (i) functions.
7766
7767         * BufferView_pimpl.C (cursorPrevious):
7768         (cursorNext): fixed for insets!
7769
7770 2002-04-15  Juergen Vigna  <jug@sad.it>
7771
7772         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7773         position otherwise it is wrong in some cases.
7774
7775         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7776         inside the inset before the call.
7777
7778 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7779
7780         * buffer.[Ch] (getBibkeyList): make it const.
7781
7782 2002-04-12  Juergen Vigna  <jug@sad.it>
7783
7784         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7785
7786         * text2.C (getCursorX): new helper function
7787         (setCursor): compute also ix_
7788         (setCursorFromCoordinates): set also ix.
7789
7790         * lyxcursor.h: added ix_ and helper functions.
7791
7792         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7793
7794         * buffer.C (insertStringAsLines): dont break paragraph if the this
7795         paragraph is inside an inset which does not permit it!
7796
7797         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7798         also with no chars on this paragraph.
7799         (paintRowText): only paint stuff if it's inside the workarea!
7800
7801         * paragraph.C (breakParagraph): honor keepempty flag and break the
7802         paragraph always below not above.
7803
7804         * BufferView2.C (unlockInset): update the paragraph layout on inset
7805         unlock as we changed paragraph in such a case.
7806
7807         * lyxfind.C (LyXFind): clear the former selection if not found!
7808
7809         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7810         again called in insertChar().
7811
7812         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7813         an inset which uses the whole row!
7814         (rightMargin): ditto.
7815         (insertChar): force a rebreak if we inserted an inset!
7816
7817 2002-03-28  Herbert Voss  <voss@lyx.org>
7818
7819         * lyxlength.[Ch]: add inBP() to get the right PS-point
7820         units (BigPoint). With inPixels we have rounding errors
7821
7822 2002-04-11  Juergen Vigna  <jug@sad.it>
7823
7824         * text2.C (setCursorFromCoordinates): set iy to the right value.
7825         (setCursor): add check if row->previous exists!
7826
7827         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7828         an old float_type as this was the case in the old code!
7829
7830         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7831
7832         * BufferView2.C (showLockedInsetCursor): use iy
7833         (fitLockedInsetCursor): ditto
7834
7835         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7836         locked insets as there we have the right value now.
7837
7838         * lyxcursor.C: added iy_ variable and iy functions to set to the
7839         baseline of cursor-y of the locked inset.
7840
7841         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7842         (setCursor): fixed for insets which need a full row.
7843
7844         * text.C (rowLastPrintable): don't ignore the last space when before
7845         an inset which needs a full row.
7846         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7847         as last character of a row when before a inset which needs a full row.
7848
7849 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7850
7851         * version.C.in: update date
7852
7853         * text2.C (fullRebreak): try to always return true and see what
7854         happens...
7855
7856 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7857
7858         * MenuBackend.C (expand): use Floating::listName
7859
7860         * FloatList.C (FloatList): add listName argument to the built-in
7861         floats
7862
7863         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7864         text associated with the float.
7865
7866 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7867
7868         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7869
7870 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7871
7872         * ShareContainer.h: add a couple of missing typenames.
7873
7874 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7875
7876         * lyxrc.C (getDescription): use _() correctly rather than N_().
7877
7878 2002-03-28  Herbert Voss  <voss@lyx.org>
7879
7880         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7881         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7882
7883 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7884
7885         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7886         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7887
7888 2002-03-29  Juergen Vigna  <jug@sad.it>
7889
7890         * lyxfunc.C (dispatch): add a missing fitCursor call.
7891
7892         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7893         it was scrolled by a cursor move, so return the bool status.
7894
7895         * BufferView.C (fitCursor): return the bool flag also to the outside
7896         world as this is needed.
7897
7898         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7899
7900         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7901         call the edit() as it is not needed (and wrong) IMO.
7902         (workAreaButtonPress): set the screen_first variable before evt.
7903         unlock the inset as this may change screen_first and then we have
7904         a wrong y position for the click!
7905
7906 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7907
7908         * MenuBackend.C (expand): another translation that I missed
7909
7910 2002-03-28  Juergen Vigna  <jug@sad.it>
7911
7912         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7913
7914         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7915
7916 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7917
7918         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7919
7920         * MenuBackend.C (expand): fix export/view/update when there is no
7921         document open.
7922
7923 2002-03-27  Herbert Voss  <voss@lyx.org>
7924
7925         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7926         and text%
7927
7928 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7929
7930         * bufferview_funcs.C (currentState): only show paragraph number
7931         for is DEVEL_VERSION is set.
7932
7933         * lyxfunc.C (dispatch): put warning in INFO channel
7934
7935         * MenuBackend.C (expand): translate the name of floats
7936
7937         * FloatList.C (FloatList): mark the float names for translation
7938
7939         * converter.C (convert): use LibScriptSearch
7940
7941 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7942
7943         * MenuBackend.C (defaults): fix default menu (we might as well get
7944         rid of it...)
7945
7946 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7947
7948         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7949         directory.
7950
7951 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7952
7953         * lyxvc.C: reorder includes.
7954
7955 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7956
7957         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7958           properly
7959
7960 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7961
7962         * CutAndPaste.C: change layouts earlier on paste
7963           to avoid crashing when calling getFont()
7964
7965 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7966
7967         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7968         irritating #error.
7969
7970 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7971
7972         * WorkArea.C: remove 'Pending' debug message.
7973
7974         * most files: ws cleanup
7975
7976         * buffer.[Ch]: ws changes
7977
7978         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7979
7980 2002-03-21  Juergen Vigna  <jug@sad.it>
7981
7982         * tabular.C (SetMultiColumn): collapse also the contents of the
7983         cells and set the last border right. Added a Buffer const * param.
7984
7985 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7986
7987         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7988         linking or not.
7989
7990 2002-03-19  Juergen Vigna  <jug@sad.it>
7991
7992         * text2.C (clearSelection): reset also xsel_cache.
7993
7994         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7995         where it needs to be called (John tells us to do so too :)
7996         (selectionLost): reset sel_cache.
7997
7998         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7999
8000 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8001
8002         * text2.C (setCursorIntern): put debuging code in INSETS channel
8003
8004 2002-03-19  André Pönitz <poenitz@gmx.net>
8005
8006         * lyxfunc.C: tiny whitespace change
8007
8008 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8009
8010         * ToolbarDefaults.C (init):
8011         * LyXAction.C (init):
8012         * commandtags.h:
8013         * BufferView_pimpl.C (Dispatch):
8014         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8015
8016 2002-03-19  Allan Rae  <rae@lyx.org>
8017
8018         * exporter.C (Export): removeAutoInsets before doing anything else.
8019         While I've just introduced a dependency on BufferView this really is
8020         the best place to clean the buffer otherwise you need to cleanup in
8021         a dozen places before calling export or cleanup in a dozen functions
8022         that export calls.
8023
8024         * converter.C (runLaTeX):
8025         (scanLog): Better handling of removeAutoInsets and screen updates.
8026
8027         * lyxfunc.C (dispatch): small whitespace changes
8028
8029 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8030
8031         * WorkArea.C (C_WorkAreaEvent): return a value.
8032         (event_cb): return 1 if we handled the event, 0 otherwise.
8033
8034         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8035
8036 2002-03-18  Juergen Vigna  <jug@sad.it>
8037
8038         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8039         (GetAdditionalWidth): ditto.
8040         (RightLine): ditto.
8041         (LeftLine): ditto.
8042
8043         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8044         inset if we're there actually (probably not used right now but this
8045         is the direction to go for unifying code).
8046         (paste): disable code to clear the selection.
8047
8048         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8049         inside an InsetText and move the check further up as it is in the
8050         wrong place.
8051
8052         * text2.C (pasteSelection): set a selection over the pasted text.
8053
8054 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8055
8056         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8057         and libgraphics to build on Cygwin.
8058
8059 2002-03-15  Juergen Vigna  <jug@sad.it>
8060
8061         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8062         inserting an Inset into the paragraph. I know this is not the best
8063         fix but we already use current_view in CutAndPaste so we will remove
8064         all of it's using at the same time.
8065
8066         * buffer.C (sgmlError): deactivated function till it is rewritten in
8067         the right mode, now it can create problems.
8068
8069         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8070         before accessing it.
8071
8072 2002-03-14  Juergen Vigna  <jug@sad.it>
8073
8074         * undo_funcs.C (textHandleUndo): do the right thing when updating
8075         the inset after the undo/redo.
8076
8077         * text2.C (setCursor): just some testcode for #44 not ready yet.
8078
8079         * undo_funcs.C (textHandleUndo): set the next() and previous()
8080         pointers of the paragraph to 0 before deleting otherwise we have
8081         problems with the Paragraph::[destructor].
8082
8083         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8084         on a paragraph insertion.
8085
8086 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8087
8088         * buffer.C (asciiParagraph): use += operator for char append to
8089         string.
8090
8091         * paragraph.C (getFontSettings): compare >= not just >
8092         (highestFontInRange): ditto
8093         (setFont): ditto
8094
8095 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8096
8097         * paragraph.C: change several algorithm to be more appripriate for
8098         the problem domain. This is lookip in FontList and in the InsetList.
8099
8100 2002-03-13  André Pönitz <poenitz@gmx.net>
8101
8102         * commandtags.h:
8103         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8104
8105 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8106
8107         * commandtags.h:
8108         * LyXAction.C:
8109         * lyxfunc.C:
8110         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8111
8112 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8113
8114         * Painter.C (display): anon helper function, adjust code for this
8115         change.
8116         (pixmap): remove function.
8117
8118         * Painter.h: remove private display variable.
8119
8120         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8121
8122 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8123
8124         * WorkArea.[Ch]: remove figinset_canvas cruft.
8125
8126 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8127
8128         * lyxtextclass.C (operator): add one item cache optimization.
8129
8130         * bufferlist.h: doxy changes
8131
8132         * bufferlist.C: ws changes
8133
8134         * DepTable.[Ch] (ext_exist): place const in the right spot.
8135
8136         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8137         call resizeInsets.
8138         (workAreaExpose): call resizeInsets when the with BufferView changes.
8139         (Dispatch): adjust for protectedBlank removal
8140         (specialChar): call updateInset if the insert went ok.
8141
8142         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8143         specialChar instead.
8144
8145         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8146
8147         * BufferView.h: doxy change
8148
8149         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8150
8151         * lyxtextclass.C (operator[]): remove non-const version
8152         (defaultLayout): remove non-const version
8153
8154 2002-03-12  Juergen Vigna  <jug@sad.it>
8155
8156         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8157         did resize the LyXText too.
8158
8159         * buffer.C (readLyXformat2): set layout information on newly allocated
8160         paragraphs.
8161
8162         * tabular.C (OldFormatRead): set layout information on the paragraph.
8163
8164 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8165
8166         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8167
8168 2002-03-11  Juergen Vigna  <jug@sad.it>
8169
8170         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8171         plainly wrong.
8172         (resizeCurrentBuffer): force also the insets to resize themselfes.
8173         (moveCursorUpdate): fixed up for InsetText.
8174
8175 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8176
8177         * commandtags.h:
8178         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8179         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8180         value of Dialogs::tooltipsEnabled().
8181         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8182
8183 2002-03-08  Juergen Vigna  <jug@sad.it>
8184
8185         * BufferView_pimpl.C (updateInset): update inset inside inset also
8186         if it isn't inside theLockingInset().
8187
8188 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8189
8190         * buffer.C (asciiParagraph): redo some of the word and line length
8191         handling.
8192         (getLists): look for Caption instead of caption.
8193
8194 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8195
8196         * buffer.C (Buffer): initialize niceFile to true
8197         (makeLaTeXFile):
8198         (makeLinuxDocFile):
8199         (makeDocBookFile): make sure niceFile is true on exit
8200
8201 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8202
8203         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8204
8205 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8206
8207         * LyXSendto.C: remove.
8208         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8209         * lyx_gui.C: remove now-redundant comment.
8210         * ColorHandler.h: remove forward declaration of class WorkArea.
8211         * lyxfunc.C: remove #include "WorkArea.h".
8212
8213 2002-03-07  Juergen Vigna  <jug@sad.it>
8214
8215         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8216         got moved away with the DEPM and also set the inset_owner always
8217         right which before could have been omitted.
8218
8219 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8220
8221         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8222         wanted layout is not found.
8223
8224 2002-03-07  Juergen Vigna  <jug@sad.it>
8225
8226         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8227
8228 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8229
8230         * paragraph.C (breakParagraph): use default layout not layout of
8231         prev paragraph.
8232         (Paragraph): clear ParagraphParameters.
8233
8234 2002-03-06  Juergen Vigna  <jug@sad.it>
8235
8236         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8237         otherwise it would not be a valid lenght. Fixed a special case in
8238         the minipage compatibility read where we end the document with a
8239         minipage.
8240
8241         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8242         was set as it could be 0 for InsetTexts first entry.
8243
8244 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8245
8246         * paragraph.C (writeFile): if layout is empty write out
8247         defaultLayoutName().
8248
8249         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8250         file without named layout we set layout to defaultLayoutName().
8251
8252 2002-03-06  Juergen Vigna  <jug@sad.it>
8253
8254         * CutAndPaste.C (copySelection): set layout for new paragraph.
8255
8256         * text.C (prepareToPrint): leave ERT inset left aligned
8257         (leftMargin): don't indent paragraphs inside ERT insets
8258
8259 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8260
8261         * paragraph.C (breakParagraph): dont call clear do the work manually
8262
8263         * paragraph.[Ch] (clear): remove function
8264
8265 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8266
8267         * paragraph.C (Paragraph): dont call clear, the work has already
8268         been done.
8269
8270         * lyxtextclass.C (operator): assert if n is empty
8271
8272         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8273         work manually instead.
8274
8275 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8276
8277         * BufferView_pimpl.C: protect selectionLost against text == 0
8278
8279 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8280
8281         * text.C (breakParagraph): fix a setting layout to '0' problem.
8282
8283 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8284
8285         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8286         final location of file, for the included files, and graphics.
8287
8288 2002-03-05  Juergen Vigna  <jug@sad.it>
8289
8290         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8291
8292 2002-03-04  Juergen Vigna  <jug@sad.it>
8293
8294         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8295
8296         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8297         last column of multicolumn cells.
8298         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8299
8300 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8301
8302         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8303         file if it doesn't go to a temporary file.
8304
8305         * buffer.C (sgmlOpenTag):
8306         (sgmlCloseTag):  remove extra newline insertion.
8307
8308 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8309
8310         * text.C (getRowNearY): comment out debug msg
8311
8312 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8313
8314         * text2.C: first -> first_y
8315
8316         * text.C (getRowNearY): add some attemts at a possible
8317         optimization, not working.
8318
8319         * tabular.[Ch]: add BufferParams to several function so that newly
8320         created paragraph can be initialized to he default layotu for the
8321         buffers textclass.
8322
8323         * tabular-old.C (ReadOld): add buf->params to call of Init
8324
8325         * screen.C: rename text->first to text->first_y
8326
8327         * paragraph.C (breakParagraph): always set layout in the broken
8328         paragraph
8329
8330         * lyxtextclass.C (Read): remove lowercase
8331         (hasLayout): ditto
8332         (operator): ditto
8333         (delete_layout): ditto
8334
8335         * lyxtext.h: rename first -> first_y
8336
8337         * lyxlayout.C (Read): remove lowercase
8338         (name): ditto
8339         (setName): ditto
8340         (obsoleted_by): ditto
8341
8342         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8343
8344         * buffer.C (insertErtContents): add params are to InsetERT
8345         (parseSingleLyXformat2Token): add code to check if a paragraphs
8346         layout really exist.
8347         (parseSingleLyXformat2Token): add params to several inset
8348         constructors
8349         (asciiParagraph): remove lowercase, do the layout comparisons with
8350         no_case
8351
8352         * BufferView_pimpl.C (cursorNext): first -> first_y
8353         (resizeCurrentBuffer): first -> first_y
8354         (updateScrollbar): first -> first_y
8355         (scrollCB): first -> first_y
8356         (workAreaMotionNotify): first -> first_y
8357         (workAreaButtonPress): first -> first_y
8358         (checkInsetHit): first -> first_y
8359         (cursorPrevious): first -> first_y
8360         (cursorNext): first -> first_y
8361         (Dispatch): add buffer_->params to severl inset contructors
8362
8363 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8364
8365         * lyxlayout.C (Read): remove some debug info that I forgot.
8366
8367         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8368         clean up the code slightly.
8369         (makeLinuxDocFile): ditto
8370         (makeDocBookFile): ditto
8371
8372         * text2.C: layout as string
8373
8374         * text.C: layout as string
8375
8376         * paragraph_pimpl.C: layout as string
8377
8378         * paragraph.[Ch]: layout as string
8379
8380         * lyxtextclasslist.[Ch]: layout as string
8381
8382         * lyxtextclass.[Ch]: layout as string
8383
8384         * lyxtext.h: layout as string
8385
8386         * lyxlayout.[Ch]: layout as string
8387
8388         * lyx_cb.C: layout as string
8389
8390         * bufferview_funcs.C: layout as string
8391
8392         * bufferparams.C: layout as string
8393
8394         * buffer.C: layout as string
8395
8396         * LyXView.[Ch]: layout as string
8397
8398         * LaTeXFeatures.[Ch]: layout as string
8399
8400         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8401
8402         * BufferView_pimpl.C: change current_layout to string, remove
8403         lyx::layout_type.
8404         (Dispatch):
8405         (smartQuote):
8406         (insertInset):
8407         (workAreaButtonRelease): layout as string
8408
8409         * BufferView2.C (unlockInset): adjust
8410
8411         * vspace.C (asLatexCommand): use an explict temp variable.
8412
8413 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8414
8415         * Makefile.am: use FRONTEND_*
8416
8417 2002-03-01  Juergen Vigna  <jug@sad.it>
8418
8419         * tabular.C (SetWidthOfMulticolCell): changed to something better
8420         I hope but still work in progress.
8421         (recalculateMulticolumnsOfColumn): renamed function from
8422         recalculateMulticolCells as it is more appropriate now.
8423         (SetWidthOfCell): calculate multicols better.
8424
8425 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8426
8427         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8428
8429         * lyxfunc.C (processKeySym): print sequence also if it is
8430         `deleted' (complete)
8431
8432         * kbsequence.C (print): print sequence even if it is deleted
8433         (complete would be a better word, actually).
8434
8435         * lyxfunc.C (dispatch): print complete options after a prefix key
8436
8437         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8438
8439 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8440
8441         * text2.C (setCharFont): eliminate setCharFont code duplication.
8442
8443 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8444
8445         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8446         LFUN_TABULAR_FEATURE (bug #177)
8447
8448 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8449
8450         * Makefile.am: remove figure.h
8451
8452 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8453
8454         * Bufferview_pimpl.C:
8455         * CutAndPasteC:
8456         * LaTeX.C:
8457         * LyXSendto.C:
8458         * buffer.C:
8459         * bufferlist.C:
8460         * converter.C:
8461         * language.C:
8462         * lyxfunc.C:
8463         * lyxvc.C:
8464         * paragraph.C:
8465         * text.C:
8466         * text2.C: remove #include "lyx_gui_misc.h".
8467
8468         * LaTeX.C: added #include <cstdio>
8469
8470 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8471
8472         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8473         that the paragraph following this one can have.
8474
8475         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8476
8477         * vspace.C (asLatexCommand): fix bogus gcc warning
8478
8479         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8480
8481 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8482
8483         * text2.C (setLayout): get rid of redundant code
8484
8485 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8486
8487         * text2.C (incDepth): make sure depth cannot be increased beyond
8488         reasonable values.
8489
8490 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8491
8492         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8493         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8494
8495         * PainterBase.h (image):
8496         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8497         a LyXImage const *.
8498
8499 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8500
8501         * BufferView.C:
8502         * BufferView.h:
8503         * BufferView_pimpl.C:
8504         * BufferView_pimpl.h:
8505         * LaTeXFeatures.C:
8506         * LyXAction.C:
8507         * LyXView.C:
8508         * Makefile.am:
8509         * UpdateList.h:
8510         * UpdateList.C:
8511         * buffer.C:
8512         * figure.h:
8513         * figureForm.C:
8514         * figureForm.h:
8515         * figure_form.C:
8516         * figure_form.h:
8517         * lyx_cb.C:
8518         * lyx_gui.C:
8519         * lyx_gui_misc.C:
8520         * lyxfunc.C:
8521         * sp_base.h:
8522         * sp_ispell.h:
8523         * sp_pspell.h:
8524         * sp_spell.C: remove fig inset, and the crap house of
8525           cards that follows it
8526
8527 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8528
8529         * Makefile.am:
8530         * lyxserver.C:
8531         * os2_defines.h:
8532         * os2_errortable.h:
8533         * nt_defines.h: move .h into support/
8534
8535         * vms_defines.h: remove
8536
8537         * WorkArea.C: add space in debug output
8538
8539         * text2.C:
8540         * paragraph.C:
8541         * buffer.C: add WITH_WARNINGS
8542
8543         * vc-backend.h:
8544         * vc-backend.C:
8545         * bufferlist.C: s/retrive/retrieve/, add docs
8546
8547         * vspace.h:
8548         * vspace.C:
8549         * kbmap.h:
8550         * lyxlength.h:
8551         * lyxgluelength.h:
8552         * length_common.h:
8553         * chset.h:
8554         * chset.C: add docs
8555
8556         * lyxgui.C: add ID to X error handler
8557
8558         * lyxtestclass.c: fix typo
8559
8560 2002-02-26  Juergen Vigna  <jug@sad.it>
8561
8562         * tabular_funcs.C (write_attribute): changed so that some default
8563         attributes are not written at all.
8564         (getTokenValue): set default values before trying to read the
8565         value so we have the return value always set as default if we don't
8566         find the token we search for.
8567
8568         * tabular.C (Write): write bools as bools not as strings!
8569
8570 2002-02-22  Juergen Vigna  <jug@sad.it>
8571
8572         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8573         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8574
8575         * text.C (leftMargin): don't add an indent for paragraphs inside
8576         tabular cells (fix #208).
8577
8578 2002-02-21  José Matos  <jamatos@fep.up.pt>
8579
8580         * tabular.C (docBook): fixed support for long tables.
8581
8582 2002-02-20  Juergen Vigna  <jug@sad.it>
8583
8584         * text2.C (getFont): get the drawing font of the Inset if this
8585         paragraph is inside an inset (only important for InsetERT for now).
8586
8587         * buffer.C (insertErtContents): use new lanugage params in ERT
8588         constructor.
8589
8590         * CutAndPaste.C: commenting out seemingly uneeded code.
8591
8592 2002-02-19  Allan Rae  <rae@lyx.org>
8593
8594         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8595         Iterators might be simple to use but they also get invalidated.
8596         (removeAutoInsets): renamed saved cursor tracking variables and added
8597         some comments to clarify what everything does.
8598
8599 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8600
8601         * Chktex.C:
8602         * LaTeX.C:
8603         * LyXSendto.C:
8604         * converter.C:
8605         * lyx_cb.C:
8606         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8607         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8608
8609         * lyxfunc.C:
8610         * vc-backend.h: remove #include "support/syscall.h"
8611
8612         * LaTeX.C:
8613         * LyXSendto.C:
8614         * converter.C: rearrange #includes in Lars' approved fashion.
8615
8616         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8617         forward declare class Timeout in the header file.
8618
8619         * XFormsView.C: changes due to the above.
8620
8621         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8622         similar to LyXView.
8623
8624         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8625         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8626
8627 2002-02-18  José Matos  <jamatos@fep.up.pt>
8628
8629         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8630         insets contents.
8631
8632 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8633
8634         * a lot of small ws changes
8635         * add a lot of using std::XXX
8636         * use std construcs some places where approp.
8637         * use some exisint stuff from lyxfunctional where approp.
8638         * Make file changes to use partial linking (lets test this now...)
8639
8640 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8641
8642         * Chktex.C:
8643         * buffer.C:
8644         remove #include "support/syscontr.h" as it's redundant. Always has been.
8645
8646         * Chktex.C:
8647         * LaTeX.C:
8648         * LyXSendto.C:
8649         * converter.C:
8650         * lyx_cb.C:
8651         * vc-backend.C:
8652         change Systemcalls::System to Systemcalls::Wait and
8653         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8654         No change of functionality, just reflects the stripped down Systemcalls
8655         class.
8656
8657 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8658
8659         * debug.[Ch]: add a GRAPHICS type to the enum.
8660
8661 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8662
8663         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8664
8665         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8666         there is an inset.
8667
8668 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8669
8670         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8671         match the changes below.
8672
8673         * text2.C (toggleInset): if there is not editable inset at cursor
8674         position, try to see if cursor is _inside_ a collapsable inset
8675         and close it.
8676
8677 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8678
8679         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8680         document menu has a nice checkbox
8681
8682 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8683
8684         * lyxlength.C (asLatexString): change PW to output as percent of
8685         \textwidth.
8686
8687         * lengthcommon.C: change '%' to 't%'
8688
8689         * lyxfunc.C (dispatch): a few comments from Martin
8690
8691 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8692
8693         * WorkArea.h:
8694         * WorkArea.C:
8695         * BufferView_pimpl.h:
8696         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8697           the X selection.
8698
8699 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8700
8701         * vspace.C (inPixels): fix compiler warning
8702
8703 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8704
8705         * lyxfunc.C (getStatus): fix status message for disabled commands.
8706
8707 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8708
8709         * BufferView_pimpl.C: fix crash on close buffer
8710         during selection (#227)
8711
8712 2002-01-27  Herbert Voss  <voss@lyx.org>
8713
8714         * buffer.C: link old Figure to new graphic inset
8715
8716 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8717
8718         * FontLoader.C (getFontinfo): Change the latex font names in order
8719         to match the names of type1inst.
8720
8721 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8722
8723         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8724
8725         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8726         (extchanged): ditto
8727         (ext_exist): ditto
8728         (remove_files_with_extension): ditto
8729         (remove_file): ditto
8730         (write): ditto
8731
8732         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8733         document is smaller than the work area height. Do not initialize
8734         static variables to 0.
8735
8736 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8737
8738         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8739
8740         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8741         LFUN_LAYOUT_PARAGRAPHS.
8742
8743         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8744         tabular. It is possible to provide a possible cell, which will
8745         typically be the actcell from the corresponding insettabular
8746
8747         * lyxfunc.C (getStatus): small cleanup; disable
8748         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8749         true
8750
8751 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8752
8753         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8754
8755         * paragraph.C (startTeXParParams):
8756         (endTeXParParams): new methods. The LaTeX code to
8757         start/end paragraph formatting
8758         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8759         empty (fixes bug #200)
8760
8761         * vspace.C (inPixels): adapt to the change below
8762         (inPixels): [later] more cleanups (remove unused variables)
8763
8764         * lyxlength.C (inPixels): change to use a width and a height as
8765         parameter.
8766
8767 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8768
8769         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8770         Replaced with \paperwidth
8771
8772         * DepTable.C (insert): add std:: qualifier
8773
8774 2002-01-18  Allan Rae  <rae@lyx.org>
8775
8776         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8777         updated also?
8778
8779         * text.C (drawInset): Turned out I didn't know enough about how
8780         rebreaking worked.  This fixes most of the redraw problems.  I see
8781         an occasional cursor trail when a line is broken now and the cursor
8782         placement can seem out by a few pixels also after a rebreak.
8783
8784 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8785
8786         * buffer.C (parseSingleLyXformat2Token): update because minipage
8787         width is now a LyXLength
8788
8789         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8790
8791         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8792         math insets
8793
8794 2002-01-17  Juergen Vigna  <jug@sad.it>
8795
8796         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8797
8798         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8799         is set correctly and the inset is updated correctly.
8800
8801 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8802
8803         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8804         the beginning of the loop.
8805
8806 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8807
8808         * lyxrc.C: improve help for use_scalable_fonts
8809
8810 2002-01-17  Allan Rae  <rae@lyx.org>
8811
8812         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8813
8814 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8815
8816         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8817         make sure to set their inset_owner to the right value (bug #171)
8818
8819 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8820
8821         * DepTable.h
8822         * DepTable.C: Implement mtime checking to reduce time spent doing
8823         CRCs.
8824
8825 2002-01-16  Juergen Vigna  <jug@sad.it>
8826
8827         * tabular.C (GetAdditionalHeight): one of error fixed.
8828
8829         * lyxrc.C (output): small fix in writing use_pspell.
8830
8831 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8832
8833         * sp_base.h: #include LString.h
8834
8835 2002-01-16  Allan Rae  <rae@lyx.org>
8836
8837         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8838         Can someone check this please?
8839
8840         * text.C (drawInset): It was possible that p.row would be removed by
8841         breakAgainOneRow upsetting a few other settings.  There may be another
8842         small tweak possible by setting need_break_row = 0 when p.row has been
8843         removed but I don't know enough about the logic here.
8844
8845 2002-01-15  Allan Rae  <rae@lyx.org>
8846
8847         * text.C (insertChar): removed conditional truism.
8848
8849         * BufferView2.C (removeAutoInsets): More tweaks.
8850         cur_par_prev could be a stray pointer.  Check for trailing empty line
8851         in case last line was cur_par and only had an error inset on it.
8852
8853 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8854
8855         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8856         absolute
8857
8858         * vc-backend.C (most methods):
8859         * exporter.C (Export):
8860         * converter.C (convert):
8861         (runLaTeX):
8862         * LyXSendto.C (SendtoApplyCB):
8863         * lyxfunc.C (dispatch):
8864         (menuNew):
8865         (open):
8866         (doImport):
8867         * lyx_cb.C (AutoSave):
8868         (InsertAsciiFile):
8869         * BufferView_pimpl.C (MenuInsertLyXFile):
8870         * buffer.C (runChktex): use Buffer::filePath().
8871
8872         * buffer.h: rename filename to filename_; rename filepath to
8873         filepath_ and make it private
8874         (filePath): new method
8875
8876         * buffer.C (writeFile): use fileName()
8877         (getLatexName):
8878
8879         * lyx_main.C (init): fix starting  of LyX when the binary is a
8880         link from so,ewhere else.
8881
8882         * minibuffer.C: include <cctype> for isprint
8883
8884 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8885
8886         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8887         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8888         name clash with InsetCollapsable's width function.
8889
8890 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8891
8892         * lastfiles.C: include <iterator>
8893
8894 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8895
8896         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8897         std::count.
8898
8899         * buffer.C (makeLaTeXFile): ditto.
8900         Also make loop operation more transparent.
8901
8902 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8903
8904         * ToolbarDefaults.C: remove trailing comma closing namespace.
8905
8906         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8907
8908         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8909         as in WorkArea.
8910
8911         * trans.C (Load): comment out unused variable, allowed.
8912
8913 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8914
8915         * minibuffer.[Ch] (append_char): new method to recieve input from the
8916         drop-down completion browser. If a key was pressed, then recieve this
8917         char and append it to the existing string.
8918         (peek_event): modify the positioning data passed to the completion
8919         browser so that it can be placed above the minibuffer rather than below.
8920 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8921
8922         * LyXAction.C (init): alloe error-next for readonly documents.
8923
8924         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8925         count.
8926
8927 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8928
8929         * bufferlist.C (readFile): create the buffer _after_ checking that
8930         the file exists.
8931
8932         * lyxfunc.C (verboseDispatch): fix handling of arguments
8933
8934         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8935
8936         * lyxrc.C: use string::erase() instead of initializing to "".
8937
8938
8939 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8940
8941         * BufferView_pimpl.h:
8942         * BufferView_pimpl.C:
8943         * WorkArea.h:
8944         * WorkArea.C:
8945         * text2.C: tell X when we have made a selection for copying
8946
8947 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8948
8949         * BufferView_pimpl.C (MenuInsertLyXFile):
8950         * lyxfunc.C (menuNew):
8951         (open):
8952         (doImport): add shortcuts to directory buttons
8953
8954         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8955         open a float)
8956
8957         * lyxfunc.C (setStatusMessage):
8958         (getStatusMessage): new methods
8959         (getStatus):use setStatusMessage instead of setErrorMessage
8960         (dispatch): when function is disabled, set error message here
8961         [instead of in getStatus previously]
8962
8963         * BufferView_pimpl.C (workAreaButtonRelease): update
8964         toolbar/menubar here too.
8965
8966 2002-01-13  Allan Rae  <rae@lyx.org>
8967
8968         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8969         Now seems indestructible.  Remaining task is to audit all other
8970         code affected by deleteEmptyParagraphMechanism.  One small quirk
8971         left is that an empty document with an error in the preamble can
8972         be made to report an error but no error box appears.  I don't know
8973         where it goes.
8974         (removeAutoInsets): Improved comments.
8975
8976 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8977
8978         * Thesaurus.h:
8979         * Thesaurus.C: update for Aiksaurus 0.14
8980
8981 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8982
8983         * text2.C (firstParagraph): removed member function, all uses
8984         replaces with ownerParagraph
8985         (redoParagraphs): here
8986         (updateInset): here
8987         (toggleAppendix): here
8988         * BufferView2.C (insertErrors): here
8989         (setCursorFromRow): here
8990
8991 2002-01-13  Allan Rae  <rae@lyx.org>
8992
8993         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8994         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8995         There is still a way to segfault this although you may have to do this
8996         multiple times: Have an InsetERT with an unknown command in it.
8997         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8998         <down-arrow>, <Enter> again, View->DVI, BANG!
8999
9000         * text2.C (setCursor):
9001         (deleteEmptyParagraphMechanism):
9002         * lyxtext.h (setCursor):
9003         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9004         Making use of the return value may help fix other bugs.
9005
9006 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9007
9008         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9009
9010         * LyXView.C (updateMenubar): call MenuBar::update here
9011         (updateToolbar): but not here
9012         (showState): do not update toolbar/menubar
9013
9014         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9015         should need to care about that.
9016
9017         * lyxfunc.C (verboseDispatch): simplify a bit
9018         (getStatus): have a version which takes a pseudoaction, and
9019         another which requires a (kb_action,string).
9020
9021         * LyXAction.C (retrieveActionArg): make it work also when action
9022         is not a pseudo-action.
9023         (getActionName): simplify a bit
9024         (helpText):
9025
9026 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9027
9028         * lyxfunc.C (verboseDispatch): new families of methods with
9029         several ways to specify a command and a bool to indicate whether
9030         the command name and shortcut should be displayed in minibuffer
9031         (eventually, we could extend that to a finer bitmask like
9032         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9033         (dispatch): the pristine dispatch command which just, well,
9034         dispatchs! Note it still sets its result to minibuffer; I'm not
9035         sure we want that.
9036
9037         * lyxfunc.h: remove setHintMessage
9038
9039         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9040
9041 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9042
9043         * BufferView_pimpl.C (specialChar): delete new inset if we have
9044         not been able to insert it.
9045
9046         * kbmap.C: revert to using int instead of kb_action, since all we
9047         are dealing with is pseudo-actions.
9048
9049         * LyXAction.C (searchActionArg): change to return int instead of
9050         kb_action, since the result is a pseudoaction.
9051
9052 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9053
9054         * buffer.C (insertErtContents): Fix (partially) the font bug.
9055
9056 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9057
9058         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9059         as the other one is broken on my machine!
9060
9061 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9062
9063         * commandtags.h:
9064         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9065
9066 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9067
9068         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9069         reflect their actual use. Provide compatibility code for older lyxrc
9070         files.
9071
9072         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9073         FL_NORMAL_STYLE.
9074         change names of popup font variables in line with the changes to lyxrc.C
9075
9076 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9077
9078         * buffer.C (asciiParagraph): avoid outputing a word twice after
9079         an inset.
9080
9081         * lyxrc.C (getDescription): document that document_path and
9082         template_path can be empty.
9083
9084 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9085
9086         * LaTeXFeatures.C (getMacros):
9087         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9088
9089         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9090
9091         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9092         getPackages.
9093         (getPackages): rename feature "floats" to "float". Use an array to
9094         iterate over 'simple' features (i.e. just a \usepackage). Add
9095         handling of "amsmath" (renamed from "amsstyle").
9096
9097 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9098
9099         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9100         features list.
9101
9102 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9103
9104         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9105         FuncStaus::FuncStatus & FuncStaus::some_method().
9106
9107 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9108
9109         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9110         of the func_satus stuff. Edited and massaged in various ways by
9111         JMarc.
9112
9113         * lyxfunc.C (getStatus): use FuncStatus
9114
9115 2002-01-08  Juergen Vigna  <jug@sad.it>
9116
9117         * text.C (nextBreakPoint): use function Inset::isChar().
9118
9119         * paragraph.C (TeXOnePar): use function
9120         Inset::forceDefaultParagraphs.
9121
9122         * buffer.C (latexParagraphs): use function
9123         Inset::forceDefaultParagraphs.
9124
9125 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9126
9127         * lyx_gui.C (init): set the style of the menu popups to
9128         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9129
9130 2002-01-07  Juergen Vigna  <jug@sad.it>
9131
9132         * text.C (setHeightOfRow): small fix
9133         (prepareToPrint): don't look at alignment if we don't have the place
9134         for doing it.
9135
9136 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9137
9138         * box.C: New file. Move the Box methods and functions out of box.h,
9139         following Lars' suggestion.
9140
9141 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9142
9143         * box.h: #include "support/LOstream.h", needed for inlined function.
9144
9145         * lyxtextclass.C:
9146         * lyxtextclasslist.C: added some using std declarations.
9147
9148 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9149
9150         * box.h: make signed dimensions to allow insets wider than
9151           the screen (bug #162)
9152
9153         * BufferView_pimpl.C: add some insetHit debug
9154
9155 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9156
9157         * vc-backend.C: add FIXME
9158
9159 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9160
9161         * lyxfunc.C (getStatus): enable code for showing math font status
9162         in toolbar/menu.
9163
9164 2002-01-07  Juergen Vigna  <jug@sad.it>
9165
9166         * text.C (nextBreakPoint): removed debug output not needed anymore.
9167
9168 2002-01-06  Juergen Vigna  <jug@sad.it>
9169
9170         * text.C (nextBreakPoint): fixed up this function we had this bug
9171         since ever but now hopefully we break row better.
9172         (insertChar): we have to check if an inset is the next char as it
9173         could now happen that a large inset is causing a break.
9174
9175 2002-01-05  Juergen Vigna  <jug@sad.it>
9176
9177         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9178         if it doesn't like to be drawed.
9179
9180 2002-01-04  Juergen Vigna  <jug@sad.it>
9181
9182         * BufferView2.C (lockInset): forgot to set a cursor.
9183
9184         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9185
9186 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9187
9188         * FormMathsPanel.C:
9189         * FormMathsPanel.h
9190         * MathsSymbols.C:
9191         * form_maths_panel.C:
9192         * form_maths_panel.h:
9193         * form_maths_panel.fd: implemented sub- and super- buttons in math
9194         panel.
9195
9196         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9197         (or ^ space) to be used as in TeX (req'd by André).
9198
9199         * lyxfunc.C: Allow ^ and _ again to be used both as
9200         super/subscript (mathed) and as themselves (in text).
9201
9202 2002-01-03  Allan Rae  <rae@lyx.org>
9203
9204         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9205         "LyX" or the filename of the current buffer if it has one.  This is a
9206         modified form of John Levon's patch.
9207
9208         * XFormsView.C (setWindowTitle): also set icon title.
9209
9210         * LyXView.h (setWindowTitle): signature changed.
9211         * XFormsView.h (setWindowTitle): ditto.
9212
9213 2002-01-02  Juergen Vigna  <jug@sad.it>
9214
9215         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9216
9217 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9218
9219         * screen.C (topCursorVisible): introduce a temp var for
9220         text->cursor.row(), handle the case where this row is null. (kindo
9221         hachish)
9222
9223         * text2.C (setCursor): add a couple of asserts.
9224
9225         * paragraph.h (inset_iterator): add -> operator
9226
9227         * paragraph.[Ch] (autoDeleteInsets): remove member function
9228
9229         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9230         cursor pos correctly and handle inset deletion by itself.
9231         (insertErrors): move iterator declaration out of for expression
9232
9233         * lyxtextclass.C: add <algorithm>
9234
9235         * Makefile.am: added the new files to sources, removed layout.C
9236
9237         * layout.C: removed file
9238
9239         * layout.h: remove LYX_DUMMY_LAYOUT
9240
9241         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9242         layout.
9243
9244         * lyxlayout.[Ch]:
9245         * lyxtextclass.[Ch]:
9246         * lyxtextclasslist.[Ch]: new files
9247
9248         * include order changes to a lot of files, also changes because of
9249         the six new files.
9250
9251 2001-12-27  Juergen Vigna  <jug@sad.it>
9252
9253         * buffer.C (asciiParagraph): more fixes.
9254
9255         * tabular.C (ascii): make ascii export support export of only the
9256         data separated by a column-delimiter.
9257         (ascii): better support for ascii export.
9258
9259         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9260
9261 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9262
9263         * tabular_funcs.C: use a "using std::getline" instead of the
9264         previous fix from Angus (necessary for cxx + lyxstring)
9265
9266 2001-12-24  Juergen Vigna  <jug@sad.it>
9267
9268         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9269
9270         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9271         problems. First check a minipage also if we have some ert-contents
9272         (not only on par->size(), second set the right depth of the paragraph
9273         on the relink to the root-paragraph-list!
9274
9275         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9276         which then did not anymore update the main paragraphs on undo/redo!
9277
9278 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9279
9280         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9281         code. Support all font-changing funcs (even those which are not in
9282         menu currently). Support for reporting font settings in
9283         mathed (disabled until Andre provides a function on mathed's side).
9284
9285         * func_status.h (toggle): small helper function to set toggle
9286         state on a flag.
9287
9288 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9289
9290         * tabular_funcs.C: getline -> std::getline
9291
9292 2001-12-21  Juergen Vigna  <jug@sad.it>
9293
9294         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9295         accessed and could be 0 (I couldn't generate this but it seems
9296         Michael could!).
9297
9298 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9299
9300         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9301         * tabular_funcs.h: here and include iosfwd
9302
9303 2001-12-20  Juergen Vigna  <jug@sad.it>
9304
9305         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9306         inside inset but undo_par was.
9307
9308 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9309
9310         * Thesaurus.C: always include <config.h> in sources.
9311
9312         * Painter.h:
9313         * lyxlookup.h:
9314         * box.h: do not include <config.h> in header files
9315
9316         * text.C (paintLastRow): remove unused variable
9317
9318         * text.C (transformChar):
9319         (insertChar):
9320         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9321
9322         * Painter.C (text):
9323         * font.C (width): rewrite to use uppercase() instead of
9324         islower/toupper.
9325
9326         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9327
9328 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9329
9330         * lyxfind.C: clean up of find failure position change
9331
9332 2001-12-20  Juergen Vigna  <jug@sad.it>
9333
9334         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9335
9336         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9337         (TeXRow): added to LaTeX a single tabular row.
9338         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9339         (Latex): simplified and finally good LT-h/f support.
9340         (various_functions): just small adaptions for LT-h/f support.
9341
9342         * tabular_funcs.[hC]: added and moved here all not classfunctions
9343         of LyXTabular.
9344
9345 2001-12-19  Juergen Vigna  <jug@sad.it>
9346
9347         * tabular.[Ch]: better support for longtabular options (not finished
9348         yet!)
9349
9350 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9351
9352         * text.C (paintLastRow): use the label font instead of the font of
9353         the last character to compute the size of *_BOX. This makes more
9354         sense and avoids a crash with empty paragraphs.
9355         Use Painter::rectangle to draw EMPTY_BOX.
9356
9357 2001-12-19  Juergen Vigna  <jug@sad.it>
9358
9359         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9360         the paragraphs if the replaced paragraph is not the first one!
9361         Tried to delete not used paragraphs but does not work yet so for
9362         now it's inside #ifdef's and by default off!
9363
9364 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9365
9366         * MenuBackend.C: include "lyx_main.h" instead of declaring
9367         lastfiles (actually was declared as LastFiles* instead of a
9368         scoped_ptr).
9369
9370 2001-12-17  Juergen Vigna  <jug@sad.it>
9371
9372         * tabular.C (AppendColumn): applied John's fix
9373
9374 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9375
9376         * BufferView.h:
9377         * BufferView.C:
9378         * BufferView_pimpl.h:
9379         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9380
9381         * Makefile.am:
9382         * box.h: new start of class for above
9383
9384         * lyxfunc.C: ignore space-only minibuffer dispatches.
9385           Show the command name when it doesn't exist
9386
9387         * minibuffer.C: don't add empty lines to the history
9388
9389         * minibuffer.C: add a space on dropdown completion
9390
9391 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9392
9393         * text.C: fix line above/below drawing in insets
9394
9395 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9396
9397         * lyxlength.C (LyXLength): Initialize private variables.
9398
9399 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9400
9401         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9402         when inserting error insets.
9403
9404 2001-12-13  Juergen Vigna  <jug@sad.it>
9405
9406         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9407         actually sometimes the before-paragraph.
9408         (setUndo): don't clear the redostack if we're not actually undoing!
9409
9410 2001-12-06  Juergen Vigna  <jug@sad.it>
9411
9412         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9413         and fixed redoing of main paragraph, so we can use it now ;)
9414
9415         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9416
9417 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9418
9419         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9420         Juergen's request
9421
9422 2001-12-13  André Pönitz <poenitz@gmx.net>
9423
9424         * undostack.[Ch]:
9425         * undo_func.C: minor cleanup
9426
9427 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9428
9429         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9430         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9431         font in urw-fonts package which is marked as -urw-fontspecific and
9432         does not work (incidentally, changing the encoding in the
9433         fonts.dir of this package to -adobe-fontspecific fixes the
9434         problem).
9435
9436         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9437         is a crash when undoing first paragraph (Juergen, please take a
9438         look). THis does not mean the undo fix is wrong, just that it
9439         uncovers problems.
9440
9441         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9442         the (Paragraph*) version when needed instead of duplicating the
9443         code.
9444
9445         * text.C (workWidth): use Inset::parOwner to find out where the
9446         inset has been inserted. This is a huge performance gain for large
9447         documents with lots of insets. If Inset::parOwner is not set, fall
9448         back on the brute force method
9449
9450         * paragraph_pimpl.C (insertInset):
9451         * paragraph.C (Paragraph):
9452         (cutIntoMinibuffer): set parOwner of insets when
9453         inserting/removing them
9454
9455         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9456
9457 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9458
9459         * commandtags.h:
9460         * LyXAction.C:
9461         * lyx_main.C:
9462         * lyxfunc.C:
9463         * mathed/formulabase.C:
9464         * mathed/math_cursor.[Ch]:
9465         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9466
9467
9468 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9469
9470         * lyxlength.[Ch] (operator!=): new function
9471
9472 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9473
9474         * text.C (workWidth): use Inset::parOwner to find out where the
9475         inset has been inserted. This is a huge performance gain for large
9476         documents with lots of insets. If Inset::parOwner is not set, fall
9477         back on the brute force method
9478
9479         * paragraph_pimpl.C (insertInset):
9480         * paragraph.C (Paragraph):
9481         (cutIntoMinibuffer): set parOwner of insets when
9482         inserting/removing them
9483
9484         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9485
9486 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9487
9488         * tabular-old.C (getTokenValue):
9489         * tabular.C (getTokenValue):
9490         (write_attribute): new versions for LyXLength
9491         (everywhere): adjust the use of widths
9492
9493         * tabular.h: change the type of widths from string to LyXLength
9494
9495 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9496
9497         * paragraph.C: fixed missing line number count when exporting
9498         Environments to LaTeX file
9499
9500         * buffer.C: added informational message for checking line numbers.
9501
9502 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9503
9504         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9505         paragraph, do the 'double space' part, but not the 'empty
9506         paragraph' one.
9507
9508         * text.C (workWidth): small optimization
9509         (getLengthMarkerHeight): use minimal size for negative lengths.
9510
9511 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9512
9513         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9514
9515         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9516
9517 2001-12-11  André Pönitz <poenitz@gmx.net>
9518
9519         * FontLoader.C:
9520         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9521
9522 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9523
9524         * text2.C: keep selection on a setFont()
9525
9526 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9527
9528         * lyx_cb.C: another bv->text misuse, from insert label
9529
9530 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9531
9532         * kbsequence.h:
9533         * kbsequence.C: re-instate nmodifier mask
9534
9535 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9536
9537         * lyx_main.h: make lyxGUI private.
9538
9539 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9540
9541         * lyxfind.C: place the cursor correctly on failed search
9542
9543 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9544
9545         * text.C (getLengthMarkerHeight): for small heights, the arrows
9546         are not always on top/bottom of the text
9547         (drawLengthMarker): smaller arrows; take the left margin in
9548         account; draw also vfills.
9549         (paintFirstRow):
9550         (paintLastRow): remove special code for vfill and standard spaces,
9551         since everything is handled in drawLengthMarker now.
9552
9553 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9554
9555         * buffer.C (insertErtContents): try to handle font and language
9556         interaction a bit better.g
9557
9558         * ColorHandler.C (updateColor): change the hash to cover the whole
9559         LColor enum, ws cleanup
9560         (getGCLinepars): ditto
9561         (getGCLinepars): only lookup in the linecache once.
9562
9563 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9564
9565         * iterators.C (operator++): Make the iterator more robust
9566
9567         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9568         (John's patch)
9569         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9570
9571 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9572
9573         * lyxtext.h:
9574         * text.C: better added space drawing
9575
9576 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9577
9578         * LyXView.C:
9579         * BufferView2.C: fix layout combo update on inset unlock
9580
9581 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9582
9583         * Makefile.am: don't compile unused files
9584
9585 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9586
9587         * lyxfunc.C:
9588         * commandtags.h:
9589         * LyXAction.C: remove old LFUN_LAYOUTNO
9590
9591 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9592
9593         * paragraph_pimpl.h:
9594         * paragraph_pimpl.C: isTextAt() doesn't need font param
9595
9596 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9597
9598         * lyxlex.h:
9599         * lyxlex.C: little cleanup
9600
9601 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9602
9603         * BufferView_pimpl.C: fix insertAscii for insets
9604
9605 2001-12-05  Juergen Vigna  <jug@sad.it>
9606
9607         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9608         set the right font on the "multi" paragraph paste!
9609
9610 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9611
9612         * trans_decl.h:
9613         * trans_mgr.[Ch]:
9614         * trans.[Ch]:
9615         * lyxgluelength.C:
9616         * lyxlength.C: remove out-commented code.
9617
9618         * BufferView_pimpl:
9619         * CutAndPaste.C:
9620         * DepTable.C:
9621         * buffer.C:
9622         * chset.C:
9623         * lastfiles.C:
9624         * lyxlex.C:
9625         * lyxlex_pimpl.C:
9626         * lyxserver.C:
9627         * screen.C:
9628         * tabular-old.C:
9629         * tabular.C:
9630         * text.C:
9631         * trans_mgr.C:
9632         * vc-backend.C: change "while(" to "while ("
9633
9634         * lyxlength.[Ch]: add zero function to check if length is zero or
9635         not
9636         * lyxgluelength.C: use it
9637
9638 2001-12-05  Allan Rae  <rae@lyx.org>
9639
9640         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9641         Works for 2.95.3, from what I understand of Garst's reports this should
9642         work for other g++ versions.  We're screwed if the abs(int) definition
9643         changed between bugfix releases of gcc.
9644
9645 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9646
9647         * text.C: fix chapter label offset !
9648
9649 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9650
9651         * lyxtext.h:
9652         * text.C: fix hfill at end of line, clean up
9653
9654 2001-12-04  Juergen Vigna  <jug@sad.it>
9655
9656         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9657         that we force an update of the inset and it's owners if neccessary.
9658
9659 2001-12-03  Juergen Vigna  <jug@sad.it>
9660
9661         * text.C (rowLast): simplified code
9662
9663 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9664
9665         * lyxfunc.C: fix show options on timeout
9666
9667 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9668
9669         * screen.C (topCursorVisible): scroll half a page when the cursor
9670         reached top of bottom of screen
9671
9672 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9673
9674         * minibuffer.C: deactivate on loss of focus
9675
9676 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9677
9678         * vspace.[Ch] (operator!=): add operator.
9679
9680 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9681
9682         * BufferView_pimpl.C: refuse to open an inset when
9683         there's a selection.
9684
9685 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9686
9687         * BufferView_pimpl.C: allow to click on RHS of full row insets
9688
9689 2001-11-30  Juergen Vigna  <jug@sad.it>
9690
9691         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9692         insets for undo reasons.
9693
9694 2001-11-28  André Pönitz <poenitz@gmx.net>
9695
9696         * vspace.[Ch]: cosmetical changes
9697
9698 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9699
9700         * LyXAction.h:
9701         * LyXAction.C:
9702         * lyxfunc.h:
9703         * lyxfunc.C:
9704         * kbmap.h:
9705         * kbmap.C:
9706         * lyxrc.C:
9707         * kbsequence.h:
9708         * kbsequence.C: part re-write of old kb code
9709
9710         * Painter.C:
9711         * WorkArea.C: remove Lgb_bug_find_hack
9712
9713 2001-11-30  José Matos <jamatos@fep.up.pt>
9714
9715         * buffer.C (makeDocBookFile): add a comment to point a hack.
9716         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9717         Fixed a double write of labels.
9718
9719 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9720
9721         * LaTeX.C:
9722         * LaTeX.h Fixed bug in LaTeX class where it would not
9723         re-run latex if no depfiles were changed, but the .dvi was removed.
9724
9725 2001-11-28  André Pönitz <poenitz@gmx.net>
9726
9727         * all the files from the change on 2001/11/26:
9728         use lyx::layout_type instead of LyXTextClass::size_type
9729         use lyx::textclass_type instead of LyXTextClassList::size_type
9730
9731 2001-11-29  Juergen Vigna  <jug@sad.it>
9732
9733         * text.C: added support for paragraph::isFreeSpacing()
9734
9735         * buffer.C: same as above
9736
9737         * paragraph.h: inserted isFreeSpacing() function to enable
9738         FreeSpacing inside InsetERT.
9739
9740         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9741         of the paragraph's in the cut/copy buffer to 0!
9742
9743         * text2.C (removeRow): remove the assert as it can!
9744
9745         * lyxtext.h: added helper function firstRow returning firstrow and
9746         made firstrow private again.
9747
9748         * BufferView2.C (lockInset): don't relock if we're already locked!
9749
9750         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9751         the only paragraph.
9752         (removeRow): added Assert::(firstrow)
9753
9754         * debug.C: forgot to add INSETTEXT here.
9755
9756 2001-11-28  Juergen Vigna  <jug@sad.it>
9757
9758         * sp_spell.C (initialize): changed error text to more general
9759         spellchecker command use (not only ispell!)
9760
9761         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9762
9763         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9764
9765 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9766
9767         * vspace.C: initialise lyxgluelength on failure
9768
9769 2001-11-28  Allan Rae  <rae@lyx.org>
9770
9771         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9772         declaration & definition that looks like a function declaration.
9773
9774 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9775
9776         * BufferView2.C (copy):
9777         (copyEnvironment): do not clear the selection when doing a copy.
9778
9779         * text.C (paintFirstRow): compilation fix
9780
9781 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9782
9783         * tabular.C (Latex): correct line count when writing latex.
9784
9785 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9786
9787         * paragraph_pimpl.h:
9788         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9789           bug a bit
9790
9791 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9792
9793         * text.C:
9794         * LColor.h:
9795         * LColor.C: change vfillline->added_space
9796
9797         * text.C: add markers and text for added space
9798
9799         * vspace.C: fix comment
9800
9801 2001-11-28  André Pönitz <poenitz@gmx.net>
9802
9803         * paragraph.C: whitespace changes
9804         * all the other files from the change on 2001/11/26:
9805         change *::pos_type into lyx::pos_type
9806
9807 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9808
9809         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9810         language of the document when inserting error insets.
9811
9812 2001-11-26  André Pönitz <poenitz@gmx.net>
9813
9814         * BufferView_pimpl.[Ch]:
9815         *       CutAndPaste.C:
9816         * buffer.[Ch]:
9817         * lyxcursor.[Ch]:
9818         * lyxfind.C:
9819         * lyxfunc.C:
9820         * lyxrow.[Ch]:
9821         * paragraph.[Ch]:
9822         * paragraph_pimpl.[Ch]:
9823         * sp_spell.C:
9824         * text.C:
9825         * text2.C: reduce header dependencies, introduce type for positions
9826
9827 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9828
9829         * <various>: change to use Alert.h
9830
9831 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9832
9833         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9834         when encountering an unknown token.
9835         (readLyXformat2): Show an error message if there were unknown tokens.
9836
9837 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9838
9839         * BufferView2.C:
9840         * BufferView_pimpl.C:
9841         * buffer.C:
9842         * paragraph.h:
9843         * text.C:
9844         * text2.C: use par->isInset()
9845
9846 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9847
9848         * paragraph_pimpl.h:
9849         * paragraph_pimpl.C: cleanup
9850
9851 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9852
9853         * text2.C (removeRow):
9854         * text.C (setHeightOfRow): remove useless (and costly) call to
9855         getRow.
9856
9857 2001-11-20  Allan Rae  <rae@lyx.org>
9858
9859         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9860         Now need Inset*::checkInsertChar() to return true for appropriate
9861         cases so that the characters in the minibuffer will actually be
9862         inserted.
9863
9864 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9865
9866         * text.C: change the order of the includes.
9867         (workWidth): initialize it at once.
9868         (workWidth): make maxw unsigned
9869         (setHeightOfRow): remove unused variable (inset)
9870         (selectSelectedWord): remove unused variable (inset)
9871         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9872
9873 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9874
9875         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9876         server is not running.
9877         (openConnection):
9878         (closeConnection): add debug info when server is disabled.
9879
9880         * ColorHandler.C (getGCForeground): send debug message to GUI
9881         channel.
9882
9883         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9884
9885         * kbmap.C (bind): modify because return conventions of
9886         kb_sequence::parse have changed.
9887
9888         * kbsequence.C (parse): only ignore spaces and not any stupid
9889         control character. This avoids tests like s[i] <= ' ', which are
9890         guaranteed to fail with 8bit characters and signed chars.
9891         Change return code to string::npos when there have been no error
9892         (0 was a bad idea when error is at first character)
9893
9894 2001-11-14  José Matos  <jamatos@fep.up.pt>
9895
9896         * buffer.h:
9897         * buffer.C (simpleDocBookOnePar): removed unused argument.
9898
9899 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9900
9901         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9902         insets which are part of a word. Paragraph::isLetter takes care of
9903         that now. Use Paragraph::isInset to identify insets.
9904         (selectSelectedWord): do not test for hyphenation break.
9905
9906         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9907         that protected spaces are considered as spaces.
9908
9909         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9910         Inset::isLetter.
9911
9912 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9913
9914         * lyxserver.h:
9915         * lyxserver.C: fix it. and small cleanup.
9916
9917 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9918
9919         * BufferView_pimpl.C: use inline helpers
9920
9921         * LaTeXFeatures.h:
9922         * LaTeXFeatures.C: fix typos
9923
9924         * Spacing.h:
9925         * Spacing.C: move spacing_string into class
9926
9927         * ToolbarDefaults.C: move stuff into namespace anon
9928
9929         * layout.h: update enum
9930
9931         * lyxfunc.C: use better debug
9932
9933         * minibuffer.h: fix typo
9934
9935         * debug.h:
9936         * debug.C:
9937         * WorkArea.C: add and use Debug::WORKAREA
9938
9939         * lyxtext.h:
9940         * text.C:
9941         * text2.C: code re-organisation, inline helpers
9942
9943 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9944
9945         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9946         std::vector.empty().
9947
9948 2001-11-09  Allan Rae  <rae@lyx.org>
9949
9950         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9951         '\n's after tables.  Tabular and ERT inset work now makes this no
9952         longer necessary.
9953
9954 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9955
9956         * minibuffer.h:
9957         * minibuffer.C: fix crash, improve drop-down completion
9958
9959 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9960
9961         * lyxserver.h:
9962         * lyxserver.C: invalidate fd's when doing endPipe()
9963
9964 2001-11-08  José Matos  <jamatos@fep.up.pt>
9965
9966         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9967         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9968
9969         * paragraph.h:
9970         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9971
9972 2001-11-07  José Matos  <jamatos@fep.up.pt>
9973
9974         * buffer.h:
9975         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9976         const qualifier.
9977
9978         * buffer.C (sgmlOpenTag):
9979         * buffer.C (sgmlCloseTag): removed debug info.
9980
9981         * buffer.h (sgmlOpenTag):
9982         * buffer.h (sgmlCloseTag): made public.
9983
9984 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9985
9986         * buffer.C (saveParamsAsDefaults):
9987         * lyx_cb.C (MenuLayoutSave): remove
9988
9989         * LyXAction.C (init):
9990         * commandtags.h:
9991         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9992
9993 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9994
9995         * buffer.C (setPaperStuff): removed from here...
9996
9997         * bufferparams.C (setPaperStuff): ... and moved there.
9998
9999 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10000
10001         * minibuffer.h:
10002         * minibuffer.C:
10003         * XFormsView.C: add support for drop-down completion
10004
10005 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10006
10007         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10008         commands.
10009
10010 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10011
10012         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10013         disabled.
10014
10015 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10016
10017         * lyx_main.C: change ref to known bugs
10018
10019 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10020
10021         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10022         to work around older babel problems.
10023
10024 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10025
10026         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10027
10028 2001-10-24  Juergen Vigna  <jug@sad.it>
10029
10030         * tabular-old.C (ReadOld): below variable changes reflected.
10031
10032         * tabular.[Ch]: added ltType struct for longtable header/footer
10033         defines and changed all instances where they are used. Added
10034         future support for double top/bottom rows.
10035
10036 2001-10-24  José Matos  <jamatos@fep.up.pt>
10037
10038         * buffer.h (docbookHandleCaption):
10039         * buffer.C (docbookHandleCaption): removed unused function.
10040         (makeDocBookFile): moved docbook supported version to v4.1.
10041
10042 2001-10-24  José Matos  <jamatos@fep.up.pt>
10043
10044         * tabular.h:
10045         * tabular.C (docbookRow): new function to export docbook code of a row.
10046         (DocBook): now honors the longtable flags.
10047
10048 2001-10-23  José Matos  <jamatos@fep.up.pt>
10049
10050         * LaTeXFeatures.h:
10051         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10052         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10053
10054         * buffer.C (makeLinuxDocFile):
10055         (makeDocBookFile): reworked the preamble, more clean, and with
10056         support for lyx defined entities. Changed the document declaration
10057         to be more XML friendly.
10058
10059         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10060         if we need to output XML that should be done with a filter.
10061
10062 2001-10-22  Juergen Vigna  <jug@sad.it>
10063
10064         * sp_pspell.h (class PSpell): add alive function needed in the
10065         controller to see if the spellchecker could be started.
10066
10067 2001-10-22  Juergen Vigna  <jug@sad.it>
10068
10069         * buffer.C (insertStringAsLines): modify the font for inserting
10070         chars in certain conditions by calling checkInsertChar(font).
10071
10072 2001-10-19  Juergen Vigna  <jug@sad.it>
10073
10074         * text.C (workWidth): use getRow instead of wrong algorithm.
10075         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10076
10077 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10078
10079         * lyxserver.h:
10080         * lyxserver.C:
10081         * lyx_main.h:
10082         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10083
10084 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10085
10086         * text.C (workWidth): do not search for the exact row when
10087         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10088         optimization for big documents.
10089
10090 2001-10-18  Juergen Vigna  <jug@sad.it>
10091
10092         * text.C (workWidth): new function with added Inset * parameter.
10093
10094 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10095
10096         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10097
10098         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10099         change return type of getColumnNearX.
10100
10101
10102         * text.C (changeRegionCase): use uppercase/lowercase instead of
10103         toupper/tolower.
10104         (leftMargin):
10105         (rightMargin): simplify code by factoring out the uses of
10106         textclasslist.
10107         (labelFill):
10108         (numberOfHfills):
10109         (setHeightOfRow):
10110         (appendParagraph): use Paragraph::size_type
10111
10112 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10113
10114         * vspace.C (asLatexString): add a missing break
10115
10116 2001-10-15  Herbert Voss  <voss@perce.de>
10117
10118         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10119
10120 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10121
10122         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10123         is not available.
10124
10125 2001-10-10  André Pönitz <poenitz@gmx.net>
10126
10127         * lyxfunc.C: removed greek_kb_flag.
10128
10129 2001-10-10  Herbert Voss  <voss@perce.de>
10130
10131         * lyx_main.C: delete global string help_lyxdir.
10132
10133 2001-10-09  Herbert Voss  <voss@perce.de>
10134
10135         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10136
10137         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10138
10139         * lyx_main.C: added global string help_lyxdir.
10140
10141         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10142
10143 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10144
10145         * lyxrc.C (set_font_norm_type): support iso8859-4
10146
10147 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10148
10149         * LaTeX.C (deplog): add another regex for MikTeX
10150
10151 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10152
10153         * lyxrc.C (set_font_norm_type): support iso8859-3
10154
10155 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10156
10157         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10158
10159         * LaTeXFeatures.C: remove special case of french and index
10160
10161         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10162         before \begin{document}). This solves several incompatibilities.
10163
10164 2001-10-03  Garst Reese  <reese@isn.net>
10165
10166         * lyx_cb.C: change CheckTex error msg.
10167
10168 2001-10-03  José Matos  <jamatos@fep.up.pt>
10169
10170         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10171
10172 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10173
10174         * .cvsignore: update
10175
10176         * lyx_main.C (commandLineVersionInfo): use new style version info.
10177
10178         * buffer.C (writeFile):
10179         (makeLaTeXFile):
10180         (makeLinuxDocFile):
10181         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10182
10183         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10184
10185         * version.h: update to use stuff in version.C
10186
10187         * version.C.in: new file. Contains version information determined
10188         at compile time. This is a merging of version.h and
10189         version_info.h.in.
10190
10191 2001-10-03  Juergen Vigna  <jug@sad.it>
10192
10193         * BufferView_pimpl.C (update): don't change "dirty" status in
10194         updateInset call.
10195
10196 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10197
10198         * WorkArea.C (c-tor): re-position version string slightly.
10199
10200 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10201
10202         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10203         revert to previous code.
10204
10205         WorkArea.[Ch]: (show, destroySplash): methods removed.
10206
10207         WorkArea.C: rework code so that it's an amalgam of the codes before and
10208         after the splash screen was moved to WorkArea.
10209
10210 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10211
10212         * lyxrc.C (read):
10213         * vspace.C (inPixels):
10214         (lyx_advance):
10215         * kbmap.C (bind):
10216         * buffer.C (insertStringAsLines):
10217         (asciiParagraph): fix types to be large enough
10218
10219         * lyxlex_pimpl.h: change member status from short to int
10220
10221         * layout.h: fix type of endlabeltype
10222
10223         * kbmap.C (bind):
10224         * kbsequence.C (parse): change return type to string::size_type
10225
10226         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10227         variable
10228
10229         * Bullet.C (bulletSize):
10230         (bulletEntry): do not use short ints as parameters
10231
10232         * BufferView2.C (insertLyXFile): change a char to an int.
10233
10234         * WorkArea.C (WorkArea): remove unneeded floats in computation
10235
10236 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10237
10238         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10239
10240         * paragraph.C (asString): Do not ignore newline/hfill chars when
10241         copying to the clipboard.
10242
10243 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10244
10245         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10246         after a multi-line inset.
10247
10248 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10249
10250         * paragraph.C (validate): Set NeedLyXFootnoteCode
10251
10252 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10253
10254         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10255         and decrease-error to decrease.
10256
10257 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10258
10259         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10260         it more readable (should be equivalent)
10261
10262 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10263
10264         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10265
10266 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10267
10268         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10269         of a cursor (row, etc.) after a character has been deleted
10270         (deleteEmptyParagraphMechanism): call the method above on _all_
10271         cursors held by the LyXText when a double space has been
10272         detected/deleted.
10273
10274 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10275
10276         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10277         pixmap.
10278         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10279
10280         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10281         background. Use greyOut() and the new show() methods to toggle between
10282         the foreground and background. Add code to remove the splash after
10283         its initial showing.
10284
10285         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10286         (create_forms): no longer call Dialogs::showSplash.
10287
10288 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10289
10290         * .cvsignore: add version_info.h
10291
10292 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10293
10294         * version_info.h.in: new file
10295
10296         * Makefile.am: add version_info.h.in
10297
10298         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10299         version_info.h instead of VERSION_INFO
10300
10301 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10302
10303         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10304         The ERT inset now returns string().
10305
10306 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10307
10308         * lyxtext.h, text.C (selectNextWord): renamed as
10309         selectNextWordToSpellcheck.
10310
10311         * text.C (selectNextWordToSpellcheck): Modified to not select
10312         words inside an ERT inset.
10313
10314 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10315
10316         * lyx_cb.C (MenuLayoutSave): change a bit the question
10317
10318         * sp_base.h: include <sys/types.h>
10319
10320 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10321
10322         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10323
10324 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10325
10326         * several files: fix typos in user-visible strings
10327
10328 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10329
10330         * text2.C (pasteSelection): do not set the selection, since it
10331         will be cleared later. Actually, the intent was to fix the way the
10332         selection was set, but I figured rmoving the code was just as good.
10333
10334 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10335
10336         * FontLoader.C (available): Check if font is available without
10337         loading the font.
10338
10339 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10340
10341         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10342
10343 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10344
10345         * lyxrc.[Ch]: added display_graphics variable and associated code.
10346
10347 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10348
10349         * bufferparams.C (hasClassDefaults): new method. Returns true if
10350         the buffer parameters correspond to known class defaults
10351
10352 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10353
10354         * XFormsView.C (show): set minimum size to the main window.
10355
10356 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10357
10358         * text2.C (copySelection):
10359         (cutSelection):
10360         * lyxfind.C (LyXReplace):
10361         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10362         LyXText::selectionAsString.
10363
10364         * paragraph.C (asString): add "label" argument to the second form
10365
10366         * text2.C (selectionAsString): add "label" argument and pass it to
10367         Paragraph::asString.
10368
10369 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10370
10371         * lyx_main.C (commandLineHelp): remove version information
10372
10373 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10374
10375         * lyx_main.C: add -version commandline option
10376
10377 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10378
10379         * paragraph.h: make the optional constructor arg required instead.
10380         some modifications to other files because of this.
10381
10382         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10383
10384         * lyxserver.C (C_LyXComm_callback): make it static
10385
10386         * lyx_main.C (error_handler): make it static
10387
10388         * lyx_gui.C (LyX_XErrHandler): make it static
10389
10390         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10391
10392         * WorkArea.C: make the extern "C" methods static.
10393
10394         * Makefile.am (lyx_LDADD): simplify
10395
10396 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10397
10398         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10399         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10400
10401         * LyXAction.C (init):
10402         * lyxfunc.C (dispatch): associated code removal.
10403
10404 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10405
10406         * lyxfont.h (isSymbolFont): shut off warning
10407
10408         * text.C (setHeightOfRow):
10409         (getVisibleRow): fix crash with empty paragraphs which have a
10410         bottom line
10411
10412 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10413
10414         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10415         code.
10416
10417 2001-09-04  José Matos  <jamatos@fep.up.pt>
10418         * buffer.C
10419         * buffer.h
10420         * tabular.C (docbook): rename docBook method to docbook.
10421
10422 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10423
10424         * Makefile.am: add dependencies to main.o.
10425
10426 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10427
10428         * FontLoader.C (available): Return false if !lyxrc.use_gui
10429
10430 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10431
10432         * FontInfo.C (query):
10433         * converter.C (view):
10434         * importer.C (Import):
10435         * exporter.C (Export): Can not -> cannot.
10436
10437 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10438
10439         * BufferView_pimpl.C: allow to create index inset even if
10440           string is empty
10441
10442 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10443
10444         * buffer.C (getLists): replace boost::tie code with an explicit pair
10445         as boost::tie can break some compilers.
10446
10447         * iterators.h: Added a std:: declaration to the return type of
10448         ParIterator::size.
10449
10450 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10451
10452         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10453           case.
10454
10455 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10456
10457         * iterators.[Ch]: New files. Provide paragraph iterators.
10458
10459         * buffer.C (changeLanguage): Use paragraph iterators.
10460         (isMultiLingual): ditto
10461
10462         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10463
10464 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10465
10466         * FontLoader.C: Support for cmr font.
10467
10468 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10469
10470         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10471         (available): New method.
10472
10473         * FontInfo.C (getFontname): Use scalable fonts even when
10474         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10475         found.
10476
10477 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10478
10479         * converter.C (Formats::view): reverted! Incorrect fix.
10480
10481 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10482
10483         * converter.C (Formats::view): only output the -paper option
10484         if the dvi viewer is xdvi, thereby fixing bug #233429.
10485
10486 2001-08-23  Herbert Voss  <voss@perce>
10487
10488         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10489
10490 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10491
10492         * Spacing.h (Spacing): Set space to Default on in the default
10493         constructor.
10494
10495 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10496
10497         * vc-backend.h (RCS::versionString): add RCS to version
10498         (CVS::versionString): add CVS to version
10499
10500         * vc-backend.C (scanMaster): do not add CVS to version.
10501         (scanMaster): do not add RCS to version
10502
10503         * lyxvc.C (versionString): new method
10504
10505         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10506
10507 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10508
10509         * Spacing.C (set): initialize fval
10510
10511 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10512
10513         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10514         " or \.
10515
10516 2001-08-16  Juergen Vigna  <jug@sad.it>
10517
10518         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10519
10520 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10521
10522         * BufferView_pimpl.C:
10523         * figureForm.C:
10524         * lyxtext.h:
10525         * text2.C: setParagraph takes linespacing now
10526
10527 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10528
10529         * LyxAction.C: add internal LFUN_CITATION_INSERT
10530
10531         * LyXView.C: actually apply fix
10532
10533         * bufferlist.C: fix open non-existent file
10534
10535         * lyxfind.C: fix indentation
10536
10537         * lyxfunc.C: remove unneeded assert, fix typo
10538
10539 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10540
10541         * MenuBackend.C: use "Floatname List"
10542
10543 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10544
10545         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10546         when converting LaTeX layout to insetERT.
10547         Generate a non-collapsed float when reading old float
10548
10549 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10550
10551         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10552         ERT insets.
10553
10554 2001-08-13  Juergen Vigna  <jug@sad.it>
10555
10556         * text.C (fill): return 0 instead of 20 as this seems to be the more
10557         correct value.
10558
10559 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10560
10561         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10562         lyxrc.font_norm.
10563
10564 2001-08-13  Juergen Vigna  <jug@sad.it>
10565
10566         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10567         casesensitive off.
10568         (SearchBackward): comment out the unlocking of the inset_owner this
10569         should not be needed!
10570
10571 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10572
10573         * Many files: Remove inherit_language, and add latex_language
10574
10575         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10576         collapsible insets.
10577
10578 2001-08-10  Juergen Vigna  <jug@sad.it>
10579
10580         * text.C (prepareToPrint): fixed hfill-width in draw!
10581
10582         * BufferView2.C (selectLastWord): save the selection cursor as this
10583         now is cleared in the function LyXText::clearSelection!
10584
10585 2001-08-08  Juergen Vigna  <jug@sad.it>
10586
10587         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10588         BACKSPACE type functions.
10589
10590         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10591         is only cutted from the document but not put in the cut-buffer, where
10592         still the old stuff should be.
10593
10594         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10595
10596         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10597
10598         * tabular.C (SetWidthOfCell): fixed special case where the width
10599         was not updated!
10600         (LeftLine): handle '|' in align_special.
10601         (RightLine): ditto
10602         (LeftAlreadyDrawed): ditto
10603         (SetWidthOfCell): ditto
10604
10605 2001-08-07  Juergen Vigna  <jug@sad.it>
10606
10607         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10608
10609 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10610
10611         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10612         * lyxlex.[hC]: ditto
10613
10614 2001-08-06  Juergen Vigna  <jug@sad.it>
10615
10616         * text.C (getVisibleRow): fix up row clearing a bit.
10617
10618 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10619
10620         * minibuffer.C: make sure the X server sees the changes in the input.
10621
10622 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10623
10624         * paragraph.C (getFont): split into...
10625         (getLabelFont): this
10626         (getLayoutFont): and this
10627         * paragraph_pimpl.C (realizeFont): calling this
10628
10629         * text2.C (getFont): split into...
10630         (getLayoutFont): this
10631         (getLabelFont): and this
10632         (realizeFont): all three calling this
10633
10634         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10635         files where used.
10636
10637 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10638
10639         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10640
10641 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10642
10643         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10644         layouts from the Quote inset insertion.
10645
10646 2001-08-03  Juergen Vigna  <jug@sad.it>
10647
10648         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10649
10650         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10651         only if status not is already CHANGED_IN_DRAW (second level).
10652
10653         * text.C (draw): don't set the need_break_row when inside an
10654         InsetText LyXText.
10655
10656 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10657
10658         * buffer.C (parseSingleLyXformat2Token): handle more latex
10659         conversion cases.
10660
10661         * bufferview_funcs.[hC]: change function names to
10662         begin with small char, adjust other files.
10663
10664 2001-08-02  André Pönitz <poenitz@gmx.net>
10665
10666         * lyxfunc.C:
10667         BufferView_pimpl.C: remove broken special code for math-greek
10668
10669 2001-08-02  Juergen Vigna  <jug@sad.it>
10670
10671         * BufferView_pimpl.C (update): redone this function so that we
10672         update the text again if there was a CHANGE_IN_DRAW.
10673
10674         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10675         (drawFromTo): added a new internal bool which is used by draw() and
10676         redraw() function.
10677         (general): some cursor drawing problems fixed.
10678
10679 2001-08-01  Juergen Vigna  <jug@sad.it>
10680
10681         * lyxfind.C (LyXFind): fixed
10682         (SearchForward): ditto
10683         (SearchBackward): ditto
10684
10685         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10686         spurius drawing of the cursor in the main area.
10687
10688         * text2.C (status): small fix which could lead to a segfault!
10689         (clearSelection): remove unneeded BufferView param.
10690
10691 2001-08-01  André Pönitz <poenitz@gmx.net>
10692
10693         * lyxfunc.C: small change due to changed mathed interface
10694
10695 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10696
10697         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10698
10699 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10700
10701         * lyxfunc.c: fail gracefully if file doesn't exist
10702
10703         * LyXSendto.C:
10704         * buffer.C:
10705         * lyxfunc.C:
10706         * BufferView_pimpl.C: IsDirWriteable() proto changed
10707
10708         * LyXView.C: fix updateWindowTitle() to store the last title
10709
10710 2001-07-31  Juergen Vigna  <jug@sad.it>
10711
10712         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10713         the font (wrong since using of Paragraph::highestFontInRange).
10714
10715         * paragraph.C (highestFontInRange): added a default_size parameter.
10716
10717         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10718         (setHeightOfRow): reformat
10719
10720 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10721
10722         * converter.[hC] + affected files: move to (inital-char)lowercase
10723         function names.
10724
10725         * ParagraphParameters.C (ParagraphParameters): remove commented code
10726
10727         * PainterBase.[Ch]: remove commented code
10728
10729         * LaTeXFeatures.h: add "bool floats" for float.sty
10730
10731         * LaTeXFeatures.C (LaTeXFeatures): init floats
10732         (require): handle float
10733         (getPackages): do it with floats
10734
10735 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10736
10737         * BufferView_pimpl.C (Dispatch): improve handling of
10738         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10739
10740         * commandtags.h: #include lyxfont.h here temporarily to avoid
10741         keybinding bug.
10742
10743         * bufferlist.h: include LString.h here.
10744
10745 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10746
10747         * text2.C (getStringToIndex): new method.
10748
10749 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10750
10751         * *: Reduced header file dependencies all over.
10752
10753 2001-07-30  Baruch Even  <baruch@lyx.org>
10754
10755         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10756
10757 2001-07-29  Baruch Even  <baruch@lyx.org>
10758
10759         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10760
10761 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10762
10763         * ParameterStruct.h (endif): add a default constructor to make
10764         sure that all variables is initialized.
10765
10766         * ParagraphParameters.C (ParagraphParameters): adjust
10767
10768 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10769
10770         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10771         index; also, check that there is something to index, and that it
10772         does not span over several paragraphs.
10773         (doubleClick): use WHOLE_WORD_STRICT for double click.
10774
10775         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10776
10777         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10778         scheme.
10779
10780 2001-07-26  Baruch Even  <baruch@lyx.org>
10781
10782         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10783         an InsetFig figure, backwards compatible reading of old figure code.
10784
10785 2001-07-27  Juergen Vigna  <jug@sad.it>
10786
10787         * text2.C: font.realize function adaption.
10788
10789         * text.C (draw): add a warnings lyxerr text if needed.
10790
10791         * layout.C: font.realize function adaption.
10792
10793         * language.C: add inherit_language and implement it's handlings
10794
10795         * bufferview_funcs.C (StyleReset): remove language parameter from
10796         font creation (should be language_inherit now).
10797
10798         * bufferparams.C (writeFile): handle ignore_language.
10799
10800         * paragraph.C (getFontSettings): the language has to be resolved
10801         otherwise we have problems in LyXFont!
10802
10803         * lyxfont.C (lyxWriteChanges): added document_language parameter
10804         (update): removed unneeded language parameter
10805
10806         * paragraph.C (validate): fixed wrong output of color-package when
10807         using interface colors for certain fonts in certain environments,
10808         which should not seen as that on the final output.
10809
10810 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10811
10812         * BufferView_pimpl.C:
10813         * Thesaurus.h:
10814         * Thesaurus.C:
10815         * Makefile.am:
10816         * commandtags.h:
10817         * LyXAction.C: add thesaurus support
10818
10819         * lyxfind.h:
10820         * lyxfind.C: add "once" parameter, for thesaurus, to not
10821           move to the next match
10822
10823 2001-07-26  Juergen Vigna  <jug@sad.it>
10824
10825         * lyxfont.C (realize): honor ignore_language too!
10826         (resolved): ditto.
10827
10828         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10829
10830         * text.C (draw): one place more for ignore_language to not draw
10831         itself!
10832
10833 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10834
10835         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10836
10837 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10838
10839         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10840         the minipage conversion problem.
10841
10842 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10843
10844         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10845         insert an inset.
10846
10847 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10848
10849         * BufferView.h: don't forward declare WorkArea
10850
10851         * BufferView.C: don't include WorkArea.h
10852
10853 2001-07-25  André Pönitz <poenitz@gmx.net>
10854
10855         * commandtags.h:
10856         * LyXAction.C:
10857         * lyxfunc.C:  new LFUN 'math-space'
10858
10859         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10860
10861 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10862
10863         * text2.C (toggleInset): call open/close
10864
10865 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10866
10867         * lyxfunc.C (dispatch): add debug for the disabled case
10868
10869         * font.C (buttonText): make similar to rectText
10870
10871         * buffer.C (readInset): comment out parsing of insetlist and
10872         insttheorem
10873
10874         * PainterBase.C (rectText): small correction
10875
10876         * BufferView_pimpl.C: comment out insettheorem and insetlist
10877         * LyXAction.C: ditto
10878         * commandtags.h: ditto
10879
10880 2001-07-24  Juergen Vigna  <jug@sad.it>
10881
10882         * text.C (draw): honor the ignore_language.
10883
10884         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10885
10886 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10887
10888         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10889         char inset.
10890
10891 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10892
10893         * lyxtext.h: remove unused (and unimplemented) methods
10894
10895 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10896
10897         * text.C (getVisibleRow): honor background color
10898
10899         * PainterBase.h:
10900         * Painter.h: remove default color argument for fillRectangle
10901
10902         * text.C (backgroundColor): new method
10903
10904 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10905
10906         * text.C (getVisibleRow): adjust
10907
10908         * font.[Ch] (rectText): new method, metrics
10909         (buttonText): new method, metrics
10910
10911         * PainterBase.[hC]: make rectText and buttonText always draw and take
10912         fewer paramteres.
10913
10914 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10915
10916         * ToolbarDefaults.C (read):
10917         * MenuBackend.C (read): allow escaping in all strings
10918
10919         * BufferView_pimpl.C (insertAndEditInset): new method.
10920         (Dispatch): use insertAndEditInset whenever appropriate.
10921
10922         * BufferView_pimpl.C (insertNote): removed
10923
10924         * BufferView_pimpl.C (smartQuote): new method, moved from
10925         BufferView; if an insetquote cannot be inserted, insert a '"'
10926         character instead.
10927
10928         * BufferView2.C: remove insertCorrectQuote();
10929
10930         * lyxfunc.C (getStatus): Add support for all remaingin
10931         inset-insert lfuns.
10932
10933         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10934
10935         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10936         command (necessary to pass " as parameter of self-insert.
10937
10938         * text.C (selectWordWhenUnderCursor):
10939         (selectWord): add word_location parameter
10940         (selectWordWhenUnderCursor): same + remove special code for word
10941         boundary.
10942         (selectNextWord): use kind() to guess type of insetspecialchar,
10943         not latex().
10944
10945         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10946         (insertErtContents): create ert insets as collapsed.
10947         (readInset): better compatibility code for Info inset.
10948
10949 2001-07-20  Juergen Vigna  <jug@sad.it>
10950
10951         * lyxfunc.C (dispatch): use always LyXFind now!
10952
10953         * text2.C (init): add a reinit flag so that the LyXText can be
10954         reinited instead of deleted and reallocated (used in InsetText).
10955
10956         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10957
10958         * text.C: ditto
10959
10960         * text2.C: ditto
10961
10962 2001-07-18  Juergen Vigna  <jug@sad.it>
10963
10964         * text.C (selectNextWord): handle insets inside inset by calling
10965         always the bv->text functions so that we can go up the_locking_inset!
10966
10967         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10968         in strange locations when inside an inset!
10969
10970         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10971         handling to include insets.
10972
10973         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10974
10975 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10976
10977         * LyXAction.C (init):
10978         * commandtags.h:
10979         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10980         LIGATURE_BREAK, since the name is so stupid.
10981
10982 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10983
10984         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10985         InsetInfos.
10986
10987         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10988
10989         * sp_form.[Ch]: remove.
10990
10991         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10992
10993         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10994         InsetInfo.
10995
10996         * src/buffer.C (readInset): ditto.
10997
10998 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10999
11000         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11001         menuSeparator(), endOfSentenceDot(), ldots() and
11002         hyphenationPoint(), which are therefore removed.
11003         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11004
11005         * LyXAction.C (init):
11006         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11007
11008         * paragraph.C (getWord): removed.
11009
11010         * BufferView_pimpl.C (Dispatch): use last word or selection for
11011         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11012
11013         * lyx_main.C (queryUserLyXDir): do not ask before creating
11014         user_dir, except if it has been named explicitely.
11015
11016 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11017
11018         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11019         a document of zero size.
11020
11021 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11022
11023         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11024         approriately in the c-tor and in require().
11025         (getPackages): output the appropriate LaTeX for natbib support.
11026
11027         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11028         variables "use_natbib" and "use_numerical_citations" when reading the
11029         LyX file.
11030         (readInset): read the various natbib cite commands.
11031         (validate): white-space change.
11032
11033         * bufferparams.[Ch]: new variables "bool use_natbib" and
11034         "bool use_numerical_citations".
11035         (writeFile): output them in the LyX file.
11036
11037 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11038
11039         * lyxfunc.C (getStatus): add support for all the inset insertion
11040         commands.
11041
11042         * text2.C (insertInset):
11043         * paragraph.C (insetAllowed):
11044         * BufferView_pimpl.C (insertInset): update to take in account the
11045         renaming of insertInsetAllowed
11046
11047         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11048
11049         * text2.C (getInset): new method. returns inset at cursor position.
11050
11051         * BufferView_pimpl.C (Dispatch): changes because of this.
11052
11053         * LyXAction.C (init): rename open-stuff to inset-toggle.
11054
11055         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11056
11057         * text2.C (toggleInset): renamed from openStuff; use
11058         Inset::open().
11059
11060 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11061
11062         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11063
11064         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11065
11066 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11067
11068         * buffer.C (readLyXformat2): Add filename to the error dialog
11069
11070 2001-07-18  Juergen Vigna  <jug@sad.it>
11071
11072         * tabular.C (GetCellNumber): put an assert here instead of the check!
11073
11074 2001-07-17  Juergen Vigna  <jug@sad.it>
11075
11076         * BufferView_pimpl.C (toggleSelection): adapted too.
11077
11078         * text.C (selectNextWord): adapted for use with insets.
11079         (selectSelectedWord): ditto
11080
11081 2001-07-17  Juergen Vigna  <jug@sad.it>
11082
11083         * sp_spell.C (PSpell): fix initialitation order.
11084
11085 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11086
11087         * paragraph.C: spacing
11088
11089 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11090
11091         * sp_spell.C: repair language selection for pspell
11092
11093 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11094
11095         * lyxfunc.h: change more methods to begin with lower char.
11096
11097 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11098
11099         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11100         for unknown layouts.
11101
11102 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11103
11104         * buffer.C (readLyXformat2): Generate an error dialog if there are
11105         unknown layouts.
11106
11107 2001-07-16  Juergen Vigna  <jug@sad.it>
11108
11109         * sp_spell.C: always compile ISpell part.
11110
11111         * lyxrc.C: added use_pspell entry and it's handling.
11112
11113 2001-07-13  Juergen Vigna  <jug@sad.it>
11114
11115         * sp_spell.C: removed double includes.
11116
11117 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11118
11119         Consistent use of Lsstream.h:
11120         * Lsstream.h: added using std::stringstream for consistencies sake.
11121
11122         * buffer.C: removed using std::stringstream
11123
11124         * lyxfont.C (stateText):
11125         * paragraph.C (asString):
11126         * text.C (selectNextWord, selectSelectedWord):
11127         * text2.C (setCounter):
11128         * vspace.C (asString, asLatexString):
11129         std::ostringstream -> ostringstream.
11130
11131 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11132
11133         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11134         * commandtags.h: add LFUN_HELP_ABOUTLYX
11135         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11136
11137 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11138
11139         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11140         cursorToggle()
11141         * lyx_gui_misc.C: remove spellchecker
11142         * lyxfunc.C: showSpellchecker
11143         * sp_base.h: added
11144         * sp_ispell.h: added
11145         * sp_pspell.h: added
11146         * sp_spell.C: added
11147         * sp_form.[Ch]: removed
11148         * spellchecker.[Ch]: removed
11149
11150 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11151
11152         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11153         is set.
11154         (simpleTeXSpecialChars): Simply print the input character without
11155         any special translation if pass_thru is set.
11156
11157         * layout.h: Added bool pass_thru to layout class for being able to
11158         implement pass through of a paragraph for Literate Programming.
11159
11160         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11161         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11162         * layout.C (Read): add "passthru" to list of layout tags and add
11163         code to set the pass_thru boolean when it is read.
11164
11165 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11166
11167         * trans_decl.h: remove allowed from KmodInfo
11168
11169         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11170         remove allowed code
11171         (Load): adjust
11172
11173         * paragraph_pimpl.C (erase): use boost::prior
11174
11175         * Painter.C (text): use data() instead of c_str() when length is
11176         also provided.
11177         * WorkArea.C (putClipboard): ditto
11178         * font.h (width): ditto
11179
11180         * BufferView2.C: use it-> instead of (*it). for iterators
11181         * texrow.C: ditto
11182         * paragraph_pimpl.C: ditto
11183         * paragraph.C: ditto
11184         * minibuffer.C: ditto
11185         * language.C: ditto
11186         * kbmap.C: ditto
11187         * encoding.C: ditto
11188         * counters.C: ditto
11189         * converter.C: ditto
11190         * chset.C: ditto
11191         * Variables.C: ditto
11192         * TextCache.C: ditto
11193         * MenuBackend.C: ditto
11194         * LyXAction.C: ditto
11195         * LColor.C: ditto
11196         * FloatList.C: ditto
11197         * DepTable.C: ditto
11198         * ColorHandler.C (LyXColorHandler): ditto
11199
11200 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11201
11202         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11203
11204         * text2.C (openStuff): reintroduce this method (which had been
11205         nuked in NEW_INSETS frenzy).
11206
11207         * lyxfunc.C (Dispatch): when an action has not been handled, use
11208         its name in the error message, not its number.
11209
11210         * paragraph.C (inInset): change method name to begin with lowercase.
11211
11212         * undo_funcs.C:
11213         * text2.C: updates because of this.
11214
11215 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11216
11217         * ToolbarDefaults.C (add): add spaces in error message
11218
11219 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11220
11221         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11222         (readLyXformat2): rename return_par to first_par, use lyxlex's
11223         pushToken and remove the manual push handling.
11224         (parseSingleLyXformat2Token): add another ert comp. variable:
11225         in_tabular, rename return_par to first_par. handle newlines better
11226
11227 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11228
11229         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11230
11231 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11232
11233         * text2.C (getParFromID): removed
11234
11235         * buffer.C (getParFromID): new method moved form lyxtext.
11236         * BufferView2.C (insertErrors): adjust
11237         (setCursorFromRow): adjust
11238         * BufferView_pimpl.C (restorePosition): adjust
11239         * lyxfunc.C (Dispatch): adjust
11240         * undo_funcs.C (textUndo): adjust
11241         (textRedo): adjust
11242         (textHandleUndo): adjust
11243         (textHandleUndo): adjust
11244
11245 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11246
11247         * buffer.C: up' the LYX_FORMAT
11248
11249         * lyxfont.h: turn NO_LATEX on as default
11250
11251         * buffer.C (insertErtContents): new methods of tex style compability.
11252         (parseSingleLyXformat2Token): use it several places.
11253         * tabular.C (OldFormatRead): and here
11254
11255 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11256
11257         * text2.C: remove some commented code.
11258         reindent file.
11259
11260         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11261         * trans.C: changes because of the above.
11262
11263 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11264
11265         * text2.C (setCounter): Fix counters bug with bibliography layout.
11266
11267 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11268
11269         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11270         own member functions
11271         (simpleTeXSpecialChars): ditto
11272
11273 2001-07-06  Juergen Vigna  <jug@sad.it>
11274
11275         * a lot of files: changed the access to LyXText::status and the
11276         call of undo-functions.
11277
11278         * undo.[Ch]: added a inset_id to the undo informations.
11279
11280         * undo_funcs.[Ch]: added and moved here all undo functions.
11281
11282         * lyxtext.h: give the status enum a weight, made status_ a private
11283         variable and made accessor functions for it, removed the whole bunch
11284         of undo-functions as they are now in their own file, make some
11285         functions publically available. Added function ownerParagraph with
11286         int parameter.
11287
11288         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11289         made InInset() a const function, added getParFromID() function.
11290
11291         * buffer.[Ch]: added const version for inset_iterator functions,
11292         added getInsetFromID() function.
11293
11294         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11295         changed undo functions for new version.
11296
11297 2001-07-05  Juergen Vigna  <jug@sad.it>
11298
11299         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11300         unknow mechanism does not call the proper constructor but only this
11301         one also if I request the other!?
11302
11303 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11304
11305         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11306
11307         * text2.C (LyXText): use initialization lists.
11308
11309         * lyxtext.h (Selection): initialize set_ and mark_
11310         (init): remove method
11311
11312 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11313
11314         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11315
11316 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11317
11318         * screen.[Ch]: change method names to begin with lowercase
11319
11320         * BufferView_pimpl.C (updateScrollbar): simplify further and
11321         hopefully make it a bit faster.
11322
11323 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11324
11325         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11326         calling directly xforms functions.
11327
11328         * Painter.C (Painter):
11329         * lyx_cb.C (MenuWrite):
11330         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11331         fl_display.
11332
11333         * lyx_gui.C: remove bogus guiruntime extern declaration.
11334
11335 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11336
11337         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11338         in NEW_INSETS
11339         (redoDrawingOfParagraph): ditto
11340         (redoParagraphs): ditto
11341         (cutSelection): don't create a object for CutAndPaste use the
11342         static method directly
11343         (pasteSelection): ditto
11344
11345         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11346         LyXview (+ rename)
11347
11348 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11349
11350         * modifications to some other files because of this.
11351
11352         * Makefile.am (lyx_SOURCES): add XFormsView
11353
11354         * XFormsView.[Ch]: new files
11355
11356         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11357         the main window. Move the gui dependent stuff to XFormsView
11358
11359 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11360
11361         * tabular.C (GetCellInset): update cur_cell also in the row/col
11362         version of this function.
11363
11364         * lyxfunc.C: no need to include figure_form.h here.
11365
11366         * FontLoader.h:
11367         * lyxfunc.h:
11368         * lyxscreen.h:
11369         * text2.C:
11370         * lyxvc.C: no need to include forms.h here.
11371
11372 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11373
11374         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11375
11376         * lyxfunc.C (Dispatch):
11377         * Spacing.C (set):
11378         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11379         constructor argument.
11380
11381 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11382
11383         * paragraph.C (Paragraph): dont't clear, and just set layout.
11384         (makeSameLayout): use params's copy contructor.
11385
11386         * ParagraphParameters.[Ch] (makeSame): delete method
11387
11388 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11389
11390         * Variables.[Ch]: fix indentation, rename set to isSet
11391
11392 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11393
11394         * lyxfunc.C (Dispatch): fix typo
11395
11396 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11397
11398         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11399         upper_bound.
11400
11401         * bufferlist.C: include assert.h for emergencyWrite().
11402
11403 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11404
11405         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11406           give up at last (bug #425202) !
11407
11408 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11409
11410         * lyx_gui_misc.C:
11411         * sp_form.h:
11412         * sp_form.C:
11413         * spellchecker.h:
11414         * spellchecker.C: strip spellchecker options and bring up
11415           preferences tab instead
11416
11417 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11418
11419         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11420         the istringstream constructor
11421
11422 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11423
11424         * paragraph.C (getLayout): fix return value
11425
11426         * paragraph.h: do not declare getLayout as inline.
11427
11428         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11429
11430 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11431
11432         * lyxcursor.h (operator<): new func
11433         (operator>): new func
11434         (operator>=): new func
11435         (operator<=): new func
11436
11437         * text.C (changeCase): use selection.start and selection.end
11438         (changeRegionCase): require from to be <= to. Require par to be a
11439         valid paragraph.
11440
11441         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11442
11443 2001-06-27  Juergen Vigna  <jug@sad.it>
11444
11445         * text.C (cursorLeftOneWord): changed to return the cursor and added
11446         overlay with BufferView * parameter which calls this one.
11447         (getWord): added
11448         (selectWord): use new getWord function.
11449         (changeCase): renamed from changeWordCase as and extended to work
11450         also on selections.
11451
11452         * lyxtext.h: added enum word_location
11453
11454         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11455         changeCase as this operates now also on selections.
11456
11457 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11458
11459         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11460
11461         * many files: send debug output to Debug::INFO instead of
11462         Debug::ANY.
11463
11464         * converter.C (View):
11465         (Convert):
11466         (Move): send debug output to Debug::FILES instead of console.
11467
11468 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11469
11470         * lyxfunc.C (getStatus): use func_status
11471
11472         * func_status.h: new header, describing the results of
11473         LyXFunc::getStatus;
11474
11475         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11476         LFUN_MATH_HALIGN.
11477
11478 2001-06-25  The LyX Project  <jug@sad.it>
11479
11480         * buffer.C (sgmlOpenTag):
11481         (sgmlCloseTag):
11482         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11483
11484 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11485
11486         * text2.C: remove some dead code
11487
11488         * tabular.C (GetCellInset): store the last cell checked (gotten)
11489
11490         * tabular.h: add the helper for the speedup
11491
11492         * lyxtext.h: remove some dead code
11493
11494 2001-06-26  The LyX Project  <Asger>
11495
11496         * paragraph.C: Change export to LaTeX of alignment to
11497         \begin{center} and family for better roundtrip work with reLyX.
11498
11499         * Tune the math drawing a bit.
11500
11501 2001-06-25  The LyX Project  <Asger>
11502
11503         * LColor.C (LColor): New color for math background. New color
11504         for buttons.
11505
11506 2001-06-25  The LyX Project  <jug@sad.it>
11507
11508         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11509
11510         * lyxfunc.C (Open):
11511         * bufferlist.C (newFile): do not restrict to files ending with
11512         .lyx
11513
11514         * BufferView_pimpl.C (MenuInsertLyXFile):
11515
11516 2001-06-24  The LyX Project  <jug@sad.it>
11517
11518         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11519         of compare_no_case
11520
11521 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11522
11523         * lyxtext.h: rename most methods to begin with a small char.
11524         Lots of changes because of this.
11525
11526         * paragraph.C (Paragraph): do not call fitToSize
11527         (erase): call Pimpl::erase
11528         (insertChar): call Pimpl::insertChar
11529         (insertInset): call Pipl::insertInset
11530         (breakParagraph): do not call fitToSize
11531         (breakParagraphConservative): do not call fitToSize
11532         (fitToSize): remove method
11533
11534         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11535
11536 2001-06-24  The LyX Project  <Asger>
11537
11538         * Fix Qt compilation^2
11539
11540 2001-06-24  The LyX Project  <jug@sad.it>
11541
11542         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11543         depthHook(getDepth()-1).
11544
11545         * paragraph.h:
11546         * ParagraphParameters.h:
11547         * ParameterStruct.h: change type of depth to unsigned int ==
11548         depth_type. Many adaptations to other files before of that.
11549
11550 2001-06-24  The LyX Project  <Asger>
11551
11552         * Fix Qt compilation.
11553
11554 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11555
11556         * paragraph.h: renamed several methods to begin with small letter.
11557         several changes to many parts of the code because of this.
11558
11559 2001-06-23  The LyX Project  <jug@sad.it>
11560
11561         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11562         rewritten to discard all double spaces when KeepEmpty is off
11563         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11564         to only handle newlines but not fiddle with spaces and friends.
11565
11566         * lyxfunc.C (MenuNew): when doing 'new from template', use
11567         template_path as default directory
11568
11569 2001-06-23  The LyX Project  <Asger>
11570
11571         * Clean-up of header file includes all over
11572         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11573
11574 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11575
11576         * paragraph.h: renamed from lyxparagraph.h
11577
11578 2001-06-23  Asger  <lyx@violet.home.sad.it>
11579
11580         * Buffer.h: Removed Buffer::resize
11581         * BufferList.h: Removed BufferList::resize
11582         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11583         the document lazily when we change the width, or the font settings.
11584
11585 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11586
11587         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11588
11589 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11590
11591         * buffer.h: remove out of date comment
11592
11593 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11594
11595         * lyxscreen.h:
11596         * screen.C: fix "theoretical" GC leak
11597
11598 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11599
11600         * LaTeX.C (scanAuxFile):
11601         (deplog): remove trailing \r when reading stream (useful under
11602         win32)
11603
11604 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11605
11606         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11607         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11608         and BufferView::theLockingInset(Inset*), so should use them and not
11609         access bv_->text->the_locking_inset directly.
11610
11611         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11612
11613 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11614
11615         * Makefile.am:
11616         * tex-defs.h: remove old unused file
11617
11618 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11619
11620         * BufferView_pimpl.C: fix typo, remove minibuffer message
11621           when buffer has loaded
11622
11623 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11624
11625         * lyxfunc.C (Dispatch): use stringstream
11626         (MenuNew): use stringstream
11627         (Open): use stringstream
11628
11629         * importer.C (Import): use stringstream
11630
11631         * bufferview_funcs.C (CurrentState): use stringstream
11632
11633         * LaTeX.C (run): use stringstream
11634
11635         * BufferView_pimpl.C (savePosition): use stringstream
11636         (restorePosition): use stringstream
11637         (MenuInsertLyXFile): use stringstream
11638
11639 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11640
11641         * BufferView.C:
11642         * Bullet.C:
11643         * ColorHandler.C:
11644         * FontInfo.C:
11645         * FontLoader.C:
11646         * LColor.C:
11647         * LaTeXFeatures.C:
11648         * Painter.C:
11649         * gettext.C:
11650         * lyx_gui_misc.C:
11651         * lyxserver.C:
11652         * vspace.C: removed // -*- C++ -*- as first line.
11653
11654         * lyxfind.h:
11655         * version.h: added // -*- C++ -*- as first line.
11656
11657 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11658
11659         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11660
11661         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11662         of string
11663
11664 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11665
11666         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11667         of floats.
11668
11669 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11670
11671         * gettext.C: include LString.h even when --disable-nls is on.
11672
11673 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11674
11675         * converter.h (Get): changed argument type from int to
11676         FormatList::size_type to avoid unnecessary conversion.
11677
11678         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11679         before using it.
11680
11681 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11682
11683         * gettext.h: include LString.h even when --disable-nls is on.
11684
11685 2001-06-07  Juergen Vigna  <jug@sad.it>
11686
11687         * text.C (BreakAgain): subst spaces with tabs.
11688
11689         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11690         (resizeInsetsLyXText): set force on resizeLyXText.
11691
11692 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11693
11694         * gettext.h (gettext_init):
11695         (locale_init): use a real definition instead of a macro
11696
11697 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11698
11699         * Bufferview_pimpl.C:
11700         * LColor.h:
11701         * LColor.C: further lcolor tidies
11702
11703 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11704
11705         * BufferView_pimpl.C (updateScrollbar): simplify.
11706
11707         * BufferView2.C: don't include insets/insetinfo.h, change
11708         prototype for insertInset and call the Pimpl version. let
11709         updateInset call Pimpl version.
11710
11711         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11712         gotoInset to BufferView::Pimpl
11713
11714 2001-06-01  Juergen Vigna  <jug@sad.it>
11715
11716         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11717         inside a LockingInset (is the update needed at all?).
11718
11719 2001-05-31  Juergen Vigna  <jug@sad.it>
11720
11721         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11722         here not the old one otherwise how should we compare it afterwards
11723         if it's the same!
11724
11725 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11726
11727         * lyxfont.C:
11728         * tabular.C:
11729         * tabular-old.C:
11730         * FontInfo.C: bring C functions into global namespace when
11731         necessary
11732
11733 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11734
11735         * LString.h: make sure config.h has been loaded before LString.h.
11736
11737         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11738         (one for each char read by EatLine!).
11739
11740         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11741         variables.
11742
11743 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11744
11745         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11746         to the same as the par we break from
11747
11748 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11749
11750         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11751
11752         * MenuBackend.C (expand): also create menu entries for wide
11753         versions of the floats.
11754
11755         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11756
11757         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11758
11759         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11760         frontends/Makefile.am
11761
11762         * text2.C: adjust
11763         * text.C: adjust
11764
11765
11766         * tabular.C (getTokenValue): add std::
11767
11768         * tabular-old.C (getTokenValue): add std::
11769         (getTokenValue): ditto
11770         (getTokenValue): ditto
11771
11772         * screen.C (ToggleSelection): adjust
11773
11774         * lyxtext.h: put selection cursors inside a Selection struct.
11775
11776         * lyxfunc.C (moveCursorUpdate): adjust
11777
11778         * lyxfont.C (latexWriteStartChanges): add std::
11779
11780         * lyxfind.C: adjust
11781
11782         * font.h: delete with(char const *, LyXFont const &)
11783
11784         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11785
11786         * FontInfo.C (getFontname): add std::
11787
11788         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11789         (workAreaButtonPress): adjust
11790         (tripleClick): adjust
11791         (update): adjust
11792         (moveCursorUpdate): adjust
11793         (Dispatch): adjust
11794
11795         * BufferView2.C (gotoInset): adjust
11796
11797 2001-05-30  Juergen Vigna  <jug@sad.it>
11798
11799         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11800         to check pspell I add this as default as I now have new pspell
11801         libraries and they seem to use this.
11802
11803 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11804
11805         * text2.C (CutSelection): make the cursor valid before the call to
11806         ClearSelection.
11807
11808 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11809
11810         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11811         relied on 0 terminated strings and other horrors. Bug found due to
11812         the new assert in lyxstring!
11813
11814         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11815         KP_ keys.
11816
11817 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11818
11819         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11820         to latinkeys.bind.
11821
11822         * lyxfunc.C (processKeySym): change method of getting to the
11823         self-insert char.
11824
11825         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11826         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11827         * BufferView_pimpl.[Ch]: here as private methods.
11828
11829 2001-05-28  Juergen Vigna  <jug@sad.it>
11830
11831         * text.C (SetHeightOfRow): added the update() call again as it is
11832         needed to initialize inset dimensions!
11833
11834 2001-05-16  Juergen Vigna  <jug@sad.it>
11835
11836         * text2.C (SetCharFont): Add new function with BufferView * and
11837         bool toggleall parameters for setting insets internal fonts.
11838         (SetFont): Freeze the undo as we may change fonts in Insets and
11839         all this change should be inside only one Undo!
11840
11841         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11842         setting font's in insets as for them we have the SetFont function!
11843
11844 2001-05-15  Juergen Vigna  <jug@sad.it>
11845
11846         * text2.C (ClearSelection): to be sure we REALLY don't have any
11847         selection anymore!
11848
11849         * tabular.C (TeXCellPreamble): fixed the left border problem for
11850         multicolumn cells.
11851
11852 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11853
11854         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11855         dependancy file
11856
11857 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11858
11859         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11860         LFUN_BREAKPARAGRAPH.
11861
11862         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11863         help test to "internal only", similar for LFUN_INSERT_URL
11864
11865         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11866         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11867         auto_region_delete and deadkeys.
11868
11869 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11870
11871         * LColor.h:
11872         * LColor.C: remove some dead entries, tidy a little
11873
11874 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11875
11876         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11877         commented code.
11878         (Dispatch): implement LFUN_ESCAPE
11879
11880         * commandtags.h: add LFUN_ESCAPE
11881
11882         * LyXAction.C (init): add entry for LFUN_ESCAPE
11883
11884         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11885         Remove commented code.
11886         (insertNote): moved here
11887         (open_new_inset): moved here
11888
11889         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11890         BufferView_pimpl
11891
11892 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11893
11894         * kbmap.C (findbinding): clean it up and make it work correctly.
11895
11896         * lyx_main.C (init): do not pass argc and argv as parameters
11897
11898 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11899
11900         * buffer.C: fix path for OS/2 & Win32
11901
11902         * lyx_gui.C:
11903         * lyx_main:
11904         * lyx_main.C: Added os:: class.
11905
11906         * os2_defines.h: update
11907
11908 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11909
11910         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11911         better by trying again with reduced state.
11912
11913 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11914
11915         * lyxrc.C (read): print error about invalid key sequence only when
11916         debugging (because not all latinX keysyms are known to some X
11917         servers)
11918
11919         * kbsequence.C (getiso): add a few std:: qualifiers
11920         (getiso): comment out extra return statement.
11921
11922 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11923
11924         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11925         handling.
11926         (Dispatch): enhance the accent inset a bit. (not perfect)
11927
11928 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11929
11930         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11931
11932 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11933
11934         * bufferlist.C (emergencyWrite): fix assert() call
11935
11936 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11937
11938         * text.C (InsertChar): Added trivial patch to only send the "you
11939         can not do multiple spaces this way" message once during a
11940         session.
11941
11942 2001-05-08  Baruch Even  <baruch@lyx.org>
11943
11944         * Makefile.am: Changed order of libraries to get LyX to link properly
11945         with the gnome frontend.
11946
11947 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11948
11949         * LaTeXFeatures.h: add a std:: qualifier
11950
11951 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11952
11953         * paragraph.C (String): use stringstream
11954
11955 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11956
11957         * paragraph.C (writeFile): remove footflag arg
11958
11959         * buffer.C (makeLaTeXFile): use stringstream
11960         (latexParagraphs): remove footnot gurba
11961
11962         * LaTeXFeatures.C (getPackages): use stringstream
11963         (getMacros): likewise
11964         (getTClassPreamble): likewise
11965         (getFloatDefinitions): new method
11966
11967         * paragraph.C (writeFile): reindent
11968         (Erase): reindent
11969
11970         * WorkArea.h: revert the xpos + etc changes.
11971
11972         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11973
11974         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11975
11976         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11977         (pasteSelection): likewise
11978         * text2.C (CreateUndo): likewise
11979
11980 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11981
11982         * minibuffer.C (peek_event): temporarily reduce the functionality
11983         of the minibuffer (to allow args on lfuns)
11984
11985         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11986         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11987
11988         * buffer.C (readInset): add compability reading of old float
11989         lists, add reading of new style float list.
11990         (readInset): avoid reevaluation of inscmd.getCmdName()
11991         (getLists): reindent
11992
11993         * MenuBackend.C (MenuItem): implement parsing of
11994         md_floatlistinsert and md_floatinsert.
11995         (expand::LastFiles): move initalizaton of iterators out of loop,
11996         avoid reevaluation.
11997         (expand::Documents): introduce typdedef vector<string> Strings,
11998         and use it.
11999         (expand::ExportFormats): introduce typedef vector<Format const *>
12000         Formats, and use it.
12001         (expand): implement FloatListInsert and FloatInsert.
12002
12003         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12004         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12005         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12006
12007         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12008         handling.
12009         (Dispatch::LFUN_FLOAT_LIST): implement
12010
12011 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12012
12013         * LaTeX.C (run): Fix problem with --export code.
12014
12015 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12016
12017         * BufferView.[Ch] (workarea): removed.
12018         (getClipboard) new method; wrapper for workarea()->getClipboard()
12019
12020         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12021         bug.
12022
12023         * WorkArea.h (width, height, xpos, ypos): These methods all
12024         returned the dimensions of the work_area sub-area of WorkArea,
12025         resulting in a position error if the WorkArea were resized. Now
12026         return the dimensions of the entire WorkArea.
12027
12028         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12029
12030 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12031
12032         * LaTeX.C (deplog): correct the syntax of regex reg1
12033
12034 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12035
12036         * undo.C: remove !NEW_INSETS cruft
12037
12038 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12039
12040         * text2.C: remove !NEW_INSETS cruft
12041
12042         * text.C: remove !NEW_INSETS cruft
12043
12044         * tabular.C: remove !NEW_INSETS cruft
12045
12046         * spellchecker.C: remove !NEW_INSETS cruft
12047
12048         * lyxtext.h: remove !NEW_INSETS cruft
12049
12050         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12051
12052         * lyxfunc.C: remove !NEW_INSETS cruft
12053
12054         * lyxfind.C: remove !NEW_INSETS cruft
12055
12056         * lyx_cb.C: remove !NEW_INSETS cruft
12057
12058         * figureForm.C: remove  !NEW_INSETS cruft
12059
12060         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12061
12062         * buffer.[Ch]: remove !NEW_INSETS cruft
12063
12064         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12065
12066         * CutAndPaste.C: remove !NEW_INSETS cruft
12067
12068         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12069
12070         * BufferView2.C: remove !NEW_INSETS cruft
12071
12072         * BufferView.h: remove !NEW_INSETS cruft
12073
12074 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12075
12076         * Lsstream.h: include LString.h before the sstream headers to
12077         fix problem with gcc 2.95.3 and lyxstring
12078
12079 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12080
12081         * lyx_main.C: add using directives when needed for C functions
12082         declared in std:: namespace.
12083
12084 2001-04-27  Juergen Vigna  <jug@sad.it>
12085
12086         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12087         (SetHeightOfRow): comment out the update call should not be needed!
12088
12089 2001-04-13  Juergen Vigna  <jug@sad.it>
12090
12091         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12092         (LyXTabular): tried to minimize operator= operations (and realized
12093         hopfully Lars wish).
12094
12095 2001-04-27  Juergen Vigna  <jug@sad.it>
12096
12097         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12098
12099 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12100
12101         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12102
12103         * buffer.C (readInset): hack to make listof algorithm work
12104
12105         * BufferView_pimpl.C: hack to make listof algorithm work
12106
12107 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12108
12109         * LyXAction.C: removed all !NEW_INSETS cruft
12110         (init): moved lfun_item in method
12111
12112         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12113
12114 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12115
12116         * BufferView2.C (theLockingInset): white space.
12117
12118 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12119
12120         * minibuffer.C: include <iostream>
12121
12122         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12123
12124         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12125
12126         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12127
12128         * text.[Ch] (TransposeChars): new method
12129
12130 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12131
12132         * call message directly through LyXView instead of through LyXFunc
12133         * BufferView2.C: adjust
12134         * BufferView_pimpl.C: adjust
12135         * FontLoader.C: adjust
12136         * buffer.C: adjust
12137         * bufferview_funcs.C: adjust
12138         * converter.C: adjust
12139         * figureForm.C: adjust
12140         * importer.C: adjust
12141         * lyx_cb.C: adjust
12142         * lyx_gui_misc.C: adjust
12143         * lyxfunc.C: adjust
12144         * lyxvc.C: adjust
12145         * text2.C: adjust
12146         + more files in subdirs
12147
12148         * lyxparagraph.h (size): move up int file
12149         (GetLayout): ditto
12150
12151         * adjust all uses of Assert to lyx::Assert.
12152
12153         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12154         lyxfunctional in namespace lyx
12155         * layout.C (hasLayout): ditto
12156         (GetLayout): ditto
12157         (GetLayout): ditto
12158         (delete_layout): ditto
12159         (NumberOfClass): ditto
12160         * converter.C (GetFormat): ditto
12161         (GetNumber): ditto
12162         (Add): ditto
12163         (Delete): ditto
12164         (SetViewer): ditto
12165         * bufferlist.C (getFileNames): ditto
12166         (emergencyWriteAll): ditto
12167         (exists): ditto
12168         (getBuffer): ditto
12169         * MenuBackend.C (hasSubmenu): ditto
12170         (hasMenu): ditto
12171         (getMenu): ditto
12172         * BufferView_pimpl.C (getInsetByCode): ditto
12173
12174 2001-04-18  Juergen Vigna  <jug@sad.it>
12175
12176         * vspace.C (asLatexString): fixed the 100% problem.
12177
12178 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12179
12180         * lyxfunc.C (Dispatch):
12181         * minibuffer.C:
12182         * minibuffer.h: add a few std:: qualifiers
12183
12184 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12185
12186         * minibuffer.[Ch]: reimplement so that commands is initiated and
12187         run from lyxfunc, simplified som handling, and made the completion
12188         and history code for complete. wip.
12189
12190         * lyxfunc.C (processKeySym): call message
12191         (miniDispatch): new temporary method
12192         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12193         (LFUN_MESSAGE): implement
12194         (LFUN_MESSAGE_PUSH): implement
12195         (LFUN_MESSAGE_POP): implement
12196         (initMiniBuffer): the initial/defualt minibuffer message.
12197
12198         * lyxfont.[Ch]: inline some more getters
12199
12200         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12201
12202         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12203
12204         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12205         (AutoSave): use LFUN_MESSAGE
12206         (Reconfigure): ditto
12207
12208         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12209
12210         * figureForm.C: use LFUN_MESSAGE
12211
12212         * converter.C (runLaTeX): use LFUN_MESSAGE
12213
12214         * bufferview_funcs.C: use LFUN_MESSAGE
12215         (Melt): ditto
12216         (changeDepth): ditto
12217
12218         * bufferparams.h: use boost::
12219
12220         * bufferlist.h: inherit privately from noncopyable
12221
12222         * bufferlist.C (loadLyXFile): remove some commented code.
12223
12224         * buffer.C (runChktex): use LFUN_MESSAGE
12225
12226         * ShareContainer.h: inherit privately from noncopyable
12227
12228         * ParagraphParameters.[hC] (depth): inline it.
12229
12230         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12231         methods.
12232         (message): new method
12233         (messagePush): ditto
12234         (messagePop): ditto
12235         (show): init minibuffer
12236         (showState): direct call
12237
12238         * LaTeX.[Ch]: inherit privately from noncopyable
12239         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12240         instead of WriteStatus.
12241
12242         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12243
12244         * BufferView_pimpl.C (buffer): don't init minibuffer
12245         (workAreaButtonPress): use LFUN_MESSAGE
12246         (workAreaButtonRelease): ditto
12247         (savePosition): ditto
12248         (restorePosition): ditto
12249         (MenuInsertLyXFile): ditto
12250         (workAreaExpose): don't init minibuffer
12251         (update): remove commented code, simplify
12252
12253         * BufferView2.C (openStuff): use LFUN_MESSAGE
12254         (toggleFloat): ditto
12255         (menuUndo): ditto
12256         (menuRedo): ditto
12257         (copyEnvironment): ditto
12258         (pasteEnvironment): ditto
12259         (copy): ditto
12260         (cut): ditto
12261         (paste): ditto
12262         (gotoInset): ditto
12263         (updateInset): remove some commented code
12264
12265         * lastfiles.h: inherit privately from noncopyable
12266         * layout.h: ditto
12267         * lyx_gui.h: ditto
12268         * lyx_main.h: ditto
12269         * lyxlex.h: ditto
12270         * lyxlex_pimpl.h: ditto
12271
12272         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12273         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12274         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12275
12276         * LyXAction.h: inherit privately from noncopyable, add methods
12277         func_begin, func_end, returning iterators to the func map.
12278
12279         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12280         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12281         (func_begin): new method
12282         (func_end): new method
12283
12284         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12285         and not)
12286         (copySelection): ditto
12287         (pasteSelection): ditto
12288
12289         * BufferView.C: whitespace change
12290         * BufferView.h: inherit privately from noncopyable
12291
12292 2001-04-16  Allan Rae  <rae@lyx.org>
12293
12294         * tabular-old.C (l_getline):
12295         * spellchecker.C (sc_check_word):
12296         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12297         an unrecognised preprocessor directive.  So ensure they're wrapped.
12298
12299 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12300
12301         * src/exporter.C (Export): Give an error message when path to file
12302         contains spaces.
12303
12304 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12305
12306         * LaTeX.C (deplog): Always check that foundfile exists.
12307
12308 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12309
12310         * lyx_main.h:
12311         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12312
12313 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12314
12315         * tabular.[Ch] (getLabelList): implement new method
12316
12317         * minibuffer.h: comment ouf setTiimer
12318
12319         * minibuffer.C (ExecutingCB): constify res
12320         (peek_event): constify s
12321         (Set): constify ntext
12322         (Init): constify nicename
12323
12324         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12325
12326         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12327         (savePosition): use two params to Minibuffer::Set
12328         (restorePosition): ditto
12329
12330 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12331
12332         * lyx_main.C: include language.h
12333
12334         * Makefile.am (lyx_main.o): add language.h
12335
12336 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12337
12338         * exporter.C:
12339         * paragraph.C:
12340         * screen.C:
12341         * tabular.C:
12342         * CutAndPaste.C: include gettext.h
12343
12344         * lyxfont.h: remove old hack with ON and OFF.
12345
12346         * lyxparagraph.h:
12347         * lyxfont.h: do not include language.h...
12348
12349         * BufferView2.C:
12350         * LaTeXFeatures.C:
12351         * Painter.C:
12352         * bufferview_funcs.C:
12353         * font.C:
12354         * lyxfont.C:
12355         * text.C:
12356         * text2.C:
12357         * trans_mgr.C:
12358         * paragraph.C: ... but do it here instead
12359
12360 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12361
12362         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12363
12364         * tabular.C: small reformat
12365
12366         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12367         NEW_INSETS version
12368         (GetChar): ditto
12369         (BreakParagraph): ditto
12370         (SetOnlyLayout): ditto
12371         (SetLayout): ditto
12372
12373         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12374         with one arg less.
12375
12376         * lastfiles.C: removed most using decl, add std:: where needed
12377
12378         * buffer.C: ws changes
12379
12380         * MenuBackend.C (class compare_format): put into anon namespace
12381         (expand): constify label, names, action, action2
12382         (expand):
12383
12384         * text.C (SingleWidth): constify font
12385         (IsBoundary): constify rtl2
12386         (GetVisibleRow): constify ww
12387
12388         * LaTeX.C (deplog): constify logfile
12389
12390         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12391         start_x, end_x
12392         (workAreaExpose): constify widthChange, heightChange
12393
12394         * lyxrow.C (par): moved
12395         (height): moved
12396         (next): moved
12397         * lyxrow.h: as inlines here
12398
12399         * lyxfont.h (shape): moved from lyxfont.C
12400         (emph): moved from lyxfont.C
12401
12402         * lyxfont.C (LyXFont): use initialization list for all
12403         constructors
12404         (shape): move to lyxfont.h as inline
12405         (emph): move to lyxfont.h as inline
12406
12407
12408 2001-04-04  Juergen Vigna  <jug@sad.it>
12409
12410         * vspace.C: had to include stdio.h for use of sscanf
12411
12412 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12413
12414         * BufferView.h:
12415         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12416         independent of xforms.
12417
12418 2001-04-02  Juergen Vigna  <jug@sad.it>
12419
12420         * spellchecker.C: fixed namespace placing!
12421
12422 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12423
12424         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12425         the LyXParagraph * is 0.
12426
12427 2001-03-29  Juergen Vigna  <jug@sad.it>
12428
12429         * vspace.C: added support for %, c%, p%, l%.
12430         (stringFromUnit): added helper function.
12431         (asLatexString): changed to give right results for the %-values.
12432
12433         * buffer.C: convert the widthp in a width%.
12434
12435 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12436
12437         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12438         figureForm.[Ch].
12439
12440         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12441         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12442
12443         * lyx_cb.[Ch]: see above.
12444
12445         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12446         form1.[Ch].
12447
12448         * form1.[Ch]:
12449         * lyx.[Ch]: replaced by figure_form.[Ch].
12450
12451         * lyx_gui.C:
12452         * lyx_gui_misc.C:
12453         * lyxfunc.C: changed headers associated with above changes.
12454
12455 2001-03-27  Juergen Vigna  <jug@sad.it>
12456
12457         * BufferView_pimpl.C: set the temporary cursor right!
12458
12459 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12460
12461         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12462
12463 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12464
12465         * LString.h: removed "using std::getline"!
12466
12467         * BufferView_pimpl.C (Dispatch): changes due to changes in
12468         InsetInclude::Params.
12469
12470         * buffer.C (tag_name): removed redundant break statements as they were
12471         producing lots of warnings with my compiler.
12472
12473 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12474
12475         * LString.h: add "using std::getline" when using the real <string>.
12476
12477 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12478
12479         * buffer.C: removed bitset usage.
12480         PAR_TAG moved to an anonymous name space.
12481         (tag_name): new funtion, also in the anonymous namespace.
12482         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12483         (makeDocBookFile): clean code. Completed transition from string arrays
12484         to string vectors.
12485         (SimpleDocBookOnePar): code clean.
12486
12487 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12488
12489         * tabular.C: add some comments.
12490
12491 2001-03-22  Juergen Vigna  <jug@sad.it>
12492
12493         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12494         compatibility read a bit and fixed bug with minipage in different
12495         depth.
12496
12497 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12498
12499         * buffer.C (pop_tag): removed.
12500         (push_tag): removed.
12501         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12502         array replaced with vector. Added support for CDATA sections.
12503         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12504         at any nest level.
12505         (makeDocBookFile): XML conformant declaration of CDATA section,
12506         fixed bug related to <emphasis> in the first paragraph char.
12507         (sgmlOpenTag): exclude empty tags.
12508         (sgmlCloseTag): ditto.
12509
12510         * buffer.h (pop_tag): removed.
12511         (push_tag): removed.
12512
12513 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12514
12515         * language.h (Languages): added size_type and size().
12516
12517 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12518
12519         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12520         response on compability reading of minipages. One probliem is that
12521         the old usage of minipages was «flertydig»
12522
12523         * several files here and in subdirs: don't use static at file
12524         scope use anon namespaces instead.
12525
12526 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12527
12528         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12529         LaTeX output. This is necessary for Literate document
12530         processing.
12531
12532 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12533
12534         * buffer.C: insert hfill when needed.
12535
12536         * tabular.C (l_getline): use string::erase, small whitespace change.
12537
12538         * BufferView_pimpl.C: try the anon namespace.
12539         * WorkArea.C: ditto
12540
12541 2001-03-16  Juergen Vigna  <jug@sad.it>
12542
12543         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12544         otherwise it won't open options-dialogs.
12545
12546         * buffer.C: honor pextraWidth(p) on converting minipages.
12547
12548         * tabular.C (l_getline): changed the functions to strip trailing \r.
12549
12550 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12551
12552         * BufferView_pimpl.C:
12553         * minibuffer..C: added "using SigC::slot" declaration.
12554
12555 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12556
12557         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12558
12559         * text2.C: ditto
12560
12561         * text.C: ditto
12562
12563         * paragraph.C: ditto
12564
12565         * lyxtext.h: NO_PEXTRA
12566
12567         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12568
12569         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12570         * ParameterStruct.h: ditto
12571         * ParagraphParameters.h: ditto
12572         * lyxparagraph.h: ditto
12573
12574 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12575
12576         * buffer.C: add compability for minipage alignment.
12577         (latexParagraphs): remove unwanted pextra check.
12578
12579         * several files: remove CXX_WORKING_NAMESPACES
12580
12581         * buffer.C (pop_tag): tie is in namespace boost
12582
12583         * BufferView.h: noncopyable is in namespace boost
12584         * lyxlex.h: ditto
12585         * lyx_main.h: ditto
12586         * lyx_gui.h: ditto
12587         * layout.h: ditto
12588         * lastfiles.h: ditto
12589         * bufferlist.h: ditto
12590         * ShareContainer.h: ditto
12591         * LyXView.h: ditto
12592         * LyXAction.h: ditto
12593         * LaTeX.h: ditto
12594
12595 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12596
12597         * Merging changes from BRANCH_MVC back into HEAD.
12598
12599         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12600
12601 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12602
12603         * BufferView_pimpl.C: change from intl.C
12604
12605         * combox.h:
12606         * combox.C:
12607         * Makefile.am: move combox.*
12608
12609         * form1.h:
12610         * form1.C:
12611         * lyx_gui.C:
12612         * intl.h:
12613         * intl.C: remove dialog (covered by prefs)
12614
12615 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12616
12617         * lyxfunc.C (Dispatch): removed redundant break statement.
12618
12619 2001-03-14  Juergen Vigna  <jug@sad.it>
12620
12621         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12622
12623 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12624
12625         * buffer.C: add hack to fix compability reading of minipages.
12626
12627 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12628
12629         * buffer.C (getLists): Cleanup.
12630
12631 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12632
12633         * lyxfont.C (update): don't honor toggleall on font size.
12634
12635 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12636
12637         * bmtable.c:
12638         * bmtable.h:
12639         * Makefile.am: moved to frontends/xforms/
12640
12641         * lyx_gui_misc.C:
12642         * lyxfunc.C:
12643         * BufferView_pimpl.C: changes for moved mathpanel
12644
12645 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12646
12647         * gettext.h: fix gettext_init() in --disable-nls
12648
12649 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12650
12651         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12652
12653 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12654
12655         * lyx.C:
12656         * lyx.h: strip external form
12657
12658 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12659
12660         * BufferView_pimpl.C: add comment, destroySplash()
12661
12662 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12663
12664         * BufferView_pimpl.C:
12665         * LyXAction.C:
12666         * buffer.C:
12667         * commandtags.h:
12668         * lyxfunc.C: use re-worked insetinclude
12669
12670 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12671
12672         * buffer.C: add using std::stringstream.
12673
12674         * lyx_cb.C: readd using std::ios.
12675
12676         * buffer.C: add using std::map.
12677
12678         * BufferView_pimpl.C: add using std::vector.
12679
12680         * ShareContainer.h: add std:: to swap.
12681
12682         * buffer.h: add some typedefs
12683         * buffer.C (getLists): use them
12684         (getLists): renamed from getTocList.
12685         add a counter for the different float types and use it in the
12686         generated string.
12687         (getLists): use the same counter for the NEW_INSETS and the "non"
12688         NEW_INSETS
12689
12690         * lyx_cb.h: remove unused items, includes, using etc.
12691
12692         * ShareContainer.h: remove some commented code, add more comments
12693         and "documentation".
12694
12695 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12696
12697         * buffer.C (getTocList): make the list also when NEW_INSETS is
12698         defined.
12699
12700         * buffer.h: remove TocType
12701
12702         * buffer.C (getTocList): change to return a map<string,
12703         vector<TocItem> >, implement for dynamic number of list.
12704
12705         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12706         * text2.C (PasteSelection): adjust
12707         * CutAndPaste.C (pasteSelection): adjust
12708
12709         * FloatList.C (FloatList): update from the new_insets branch.
12710         * Floating.[Ch]: ditto
12711         * LaTeXFeatures.C: ditto
12712         * buffer.C: ditto
12713         * lyxlex_pimpl.C: ditto
12714
12715         * paragraph.C (Last): remove when NEW_INSETS is defined.
12716
12717         * other file: changes because of the above.
12718
12719 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12720
12721         * lyxparagraph.h: rename next to next_, previous to previous_,
12722         make them private for NEW_INSETS. Rename Next() to next(),
12723         Previous() to previous().
12724
12725         * other files: changes because of the above.
12726
12727 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12728
12729         * BufferView.h:
12730         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12731         problem.
12732
12733 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12734
12735         * main.C (main): pass lyx_localedir to gettext_init().
12736
12737         * gettext.h: remove locale_init and gettext_init macros
12738
12739         * gettext.C (locale_init): new function
12740         (gettext_init): new function
12741
12742         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12743         setlocale().
12744
12745 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12746
12747         * Moved credits to frontends:
12748         * credits.[Ch]: removed
12749         * credits_form.[Ch]: removed
12750         * lyx_gui_misc.C: remove credits stuff
12751         * Makefile.am:
12752
12753 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12754
12755         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12756
12757         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12758         unneeded destructor.
12759
12760         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12761         a standalone pointer again.
12762
12763         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12764
12765 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12766
12767         * Makefile.am:
12768         * filedlg.h:
12769         * filedlg.C:
12770         * LyXAction.C:
12771         * ToolbarDefaults.C:
12772         * bufferlist.C:
12773         * commandtags.h:
12774         * form1.C:
12775         * form1.h:
12776         * lyx_cb.C:
12777         * lyx_cb.h:
12778         * lyxfunc.h:
12779         * lyxfunc.C:
12780         * BufferView_pimpl.C: use new file dialog in GUII
12781
12782         * lyx_cb.h:
12783         * lyx_cb.C: remove LayoutsCB to Toolbar
12784
12785 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12786
12787         * ShareContainer.h (get): add std:: qualifier
12788
12789 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12790
12791         * ShareContainer.h: define a proper ShareContainer::value_type
12792         type (and use typename to please compaq cxx)
12793
12794 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12795
12796         * lyxparagraph.h: move serveral local vars to
12797         ParameterStruct/ParagraphParameters., use ShareContainer in
12798         FontTable., make vars in FontTable private and add getter and
12799         setter.
12800
12801         * paragraph.C: changes because of the above.
12802
12803         * lyxfont.h: remove copy constructor and copy assignment. (the
12804         default ones is ok), move number inside FontBits. move inlines to
12805         lyxfont.C
12806
12807         * lyxfont.C: add number to initializaton of statics, move several
12808         inlines here. constify several local vars. some whitespace
12809         cleanup. Dont hide outerscope variables.
12810
12811         * Spacing.h: add two new constructors to match the set methods.
12812
12813         * ShareContainer.h: new file, will perhaps be moved to support
12814
12815         * ParameterStruct.h: new file
12816
12817         * ParagraphParameters.h: new file
12818
12819         * ParagraphParameters.C: new file
12820
12821         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12822         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12823
12824         * BufferView_pimpl.C: ParagraphParameter changes.
12825         * buffer.C: Likewise.
12826         * bufferview_funcs.C: Likewise.
12827         * text.C: Likewise.
12828         * text2.C: Likewise.
12829
12830 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12831
12832         * lyxfind.C (LyXReplace): do not redefine default argument in
12833         implementation.
12834         (IsStringInText): ditto
12835         (SearchForward): ditto
12836         (SearchBackward): ditto
12837
12838 2001-03-06  Juergen Vigna  <jug@sad.it>
12839
12840         * lyxfind.C (IsStringInText): put parentes around expressions.
12841
12842 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12843
12844         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12845
12846 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12847
12848         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12849
12850         * stl_string_fwd.h: add comment
12851
12852         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12853
12854         * tabular.h:
12855         * tabular.C: remove unused DocBook methods
12856
12857         * intl.C:
12858         * language.C:
12859         * paragraph.C:
12860         * buffer.C:
12861         killed DO_USE_DEFAULT_LANGUAGE
12862
12863 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12864
12865         * lyx_gui.C: do not include language.h.
12866
12867         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12868         arguments in function implementation.
12869
12870 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12871
12872         * BufferView_pimpl.C: add <ctime>
12873
12874 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12875
12876         * BufferView_pimpl.C: add using std::find_if
12877
12878 2001-02-27  José Matos  <jamatos@fep.up.pt>
12879
12880         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12881         by OnlyPath.
12882
12883 2001-02-11  José Matos  <jamatos@fep.up.pt>
12884
12885         * buffer.C (makeDocBookFile): command styles now have a parameter as
12886         "title" by default.
12887
12888 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12889
12890         * layout_forms.[Ch]: removed
12891         * lyx_cb.[Ch]: out character
12892         * lyx_gui.C: out character
12893         * lyx_gui_misc.C: out character
12894         * bufferview_funcs.C: : out character,
12895         added toggleall as parameter in ToggleAndShow
12896
12897 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12898
12899         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12900
12901         * text2.C (SetCurrentFont): Disable number property at boundary.
12902
12903 2001-02-26  Juergen Vigna  <jug@sad.it>
12904
12905         * lyxfunc.C (getStatus): added a string argument override function so
12906         that this is correctly called from LyXFunc::Dispatch if it contains a
12907         do_not_use_argument which is used!
12908         (Dispatch): added check for "custom" export and call appropriate func.
12909
12910 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12911
12912         * lyxrc.C: Add language_command_local, language_use_babel and
12913         language_global_options.
12914
12915         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12916
12917         * buffer.C (makeLaTeXFile): Use language_use_babel and
12918         language_global_options.
12919
12920 2001-02-23  Juergen Vigna  <jug@sad.it>
12921
12922         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12923         which works with LyXText and putted it inside BufferView. Here now we
12924         only call for that part the BufferView::Dispatch() function.
12925
12926         * BufferView.C (Dispatch): added.
12927
12928         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12929         functions which needs to use a LyXText over from LyXFunc.
12930         (MenuInsertLyXFile): added
12931         (getInsetByCode): added
12932         (moveCursorUpdate): added
12933         (static TEXT): added
12934
12935 2001-02-22  Juergen Vigna  <jug@sad.it>
12936
12937         * BufferView_pimpl.C (update): call a status update to see if LyXText
12938         needs it.
12939
12940 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12941
12942         * vc-backend.C (revert): implement for CVS
12943         (getLog): implement for CVS
12944
12945 2001-02-20  Juergen Vigna  <jug@sad.it>
12946
12947         * text2.C (ClearSelection): added BufferView param for inset_owner call
12948
12949         * lyxfunc.C (TEXT): added this function and use it instead of
12950         directly owner->view()-text of getLyXText().
12951
12952 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12953
12954         * src/layout_forms.C: out preamble
12955         * src/layout_forms.h: out preamble
12956         * src/lyx_cb.C: out preamble
12957         * src/lyx_cb.h: out preamble
12958         * src/lyx_gui.C: out preamble
12959         * src/lyx_gui_misc.C: out preamble
12960         * src/lyxfunc.C: connect with guii preamble
12961
12962 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12963
12964         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12965
12966 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12967
12968         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12969         whether to run bibtex.
12970
12971 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12972
12973         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12974
12975 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12976
12977         * Makefile.am (lyx_SOURCES): removed bibforms.h
12978
12979         * vspace.h: doxygen
12980
12981         * text.C (GetVisibleRow): make several local vars const
12982
12983         * tabular.C: small cleanup.
12984
12985         * lyxserver.C (callback): use compare instead of strncmp
12986
12987         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12988         inlines to after class or to paragraph.C
12989
12990         * lyxfont.h: remove friend operator!=
12991
12992         * converter.h: move friend bool operator< to non friend and after
12993         class def.
12994
12995         * combox.h: small cleanup
12996
12997         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12998         to inlines after class def.
12999
13000         * buffer.C (pop_tag): use string operations instead of strcmp
13001
13002         * bmtable.c: doxygen, small cleanup
13003
13004         * LaTeX.h: remove friend operator==
13005
13006 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13007
13008         * screen.C:
13009         * lyxrc.[Ch]:
13010         * lyxfunc.C:
13011         * lyxfont.[Ch]:
13012         * lyx_cb.C:
13013         * intl.[Ch]:
13014         * commandtags.h:
13015         * buffer.C:
13016         * WorkArea.[Ch]:
13017         * LyXAction.C:
13018         * BufferView_pimpl.C:
13019         * BufferView.[Ch]: remove cruft
13020
13021 2001-02-14  Juergen Vigna  <jug@sad.it>
13022
13023         * lyxfunc.C: removed #if 0 unused code
13024
13025         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13026
13027         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13028
13029         * text2.C (SetSelection): added a BufferView * parameter
13030
13031 2001-02-13  Juergen Vigna  <jug@sad.it>
13032
13033         * lyxfunc.C (Dispatch): fixed protected blank problem.
13034         * BufferView2.C (protectedBlank): added LyxText * parameter.
13035
13036         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13037         (AppendColumn): same as above for column_info.
13038
13039         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13040         (moveCursorUpdate): use a LyXText param for support of InsetText.
13041
13042         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13043         (tripleClick): ditto
13044
13045         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13046
13047         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13048
13049         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13050
13051         * text2.C (SetSelection): set correct update status if inset_owner
13052         (ToggleFree): ditto
13053
13054 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13055
13056         * tabular.C: remove some commented code.
13057
13058 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13059
13060         * BufferView_pimpl.C: call hideSplash()
13061
13062         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13063
13064         * include_form.h:
13065         * bibforms.h: remove
13066
13067         * lyxfunc.C:
13068         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13069           add LFUN_CHILD_CREATE
13070
13071         * counters.h: fix tiny typo
13072
13073         * lyx_cb.C:
13074         * lyx.h:
13075         * lyx_gui.C:
13076         * lyx.C: move splash to frontends/xforms/
13077
13078         * lyx_gui_misc.C: move Include and Bibform to frontends
13079
13080         * lyxvc.h: clarify comment
13081
13082         * vspace.C: tiny housekeeping
13083
13084 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13085
13086         * text.C (PrepareToPrint): RTL Fix.
13087
13088         * paragraph.C (GetUChar): New method.
13089         (String):  Use GetUChar.
13090
13091         * buffer.C (asciiParagraph): Use GetUChar.
13092
13093 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13094
13095         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13096
13097 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13098
13099         * buffer.h:
13100         * buffer.C: rename to getLogName(), handle
13101           build log / latex log nicely
13102
13103 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13104
13105         * MenuBackend.C:
13106         * MenuBackend.h: remove support for reference menuitem type.
13107
13108 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13109
13110         * BufferView_pimpl.C: housekeeping
13111         * BufferView_pimpl.h:
13112         * LyXView.h:
13113         * Makefile.am:
13114         * Timeout.C:
13115         * Timeout.h:
13116         * minibuffer.h: move Timeout GUI-I
13117
13118 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13119
13120         * lyxrc.C (read): Update converters data-structures.
13121
13122 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13123
13124         * LaTeX.h (operator!=): add operator != for Aux_Info
13125
13126 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13127
13128         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13129
13130         * LaTeXLog.C: deleted, useful code moved to Buffer
13131
13132         * buffer.h:
13133         * buffer.C: new function getLatexLogName()
13134
13135         * lyx_gui_misc.C:
13136         * lyx_gui.C:
13137         * lyxvc.C:
13138         * lyxvc.h:
13139         * lyxfunc.C: use frontends for LaTeX and VC logs
13140
13141 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13142
13143         * LaTeX.h: yet another std:: that Allan forgot.
13144
13145         * Variables.C (set): renamed from isset(), because this clashes
13146         with some HP-UX macros (grr).
13147
13148 2001-02-06  Allan Rae  <rae@lyx.org>
13149
13150         * LaTeX.h: Another bug fix.  Missing std:: this time.
13151
13152 2001-02-04  Allan Rae  <rae@lyx.org>
13153
13154         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13155         floats problem. I've left it commented out because it's not quite
13156         correct.  It should also test that the current object is a table or
13157         figure inset.  But I haven't gotten around to figuring out how to do
13158         that.  I *think* it'll be something like: "table" == inset.type()
13159
13160         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13161         bool.
13162
13163 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13164
13165         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13166         all the citation/databases/styles in the auxilary file.
13167         (run): Rerun latex if there was a babel language error.
13168
13169 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13170
13171         * text.C (Backspace): Preserve the font when changing newline char
13172         with a space.
13173         (BreakParagraph): If the cursor is before a space, delete the space.
13174
13175         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13176
13177 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13178
13179         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13180         new argument (code).
13181         (ChangeCitationsIfUnique): New method.
13182
13183         * paragraph.C (GetPositionOfInset): Handle bibkey.
13184
13185 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13186
13187         * BufferView_pimpl.h: change type of Position::par_pos to
13188         LyXParagraph::size_type.
13189
13190 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13191
13192         * BufferView_pimpl.C (savePosition, restorePosition): Write
13193         messages to minibuffer.
13194
13195 2001-01-28  José Matos  <jamatos@fep.up.pt>
13196
13197         * buffer.C (makeDocBookFile): adds support for document language.
13198         A silly restriction on the name of LatexCommand types where removed.
13199         Added support for CDATA sections, allows to chars unescaped, used
13200         among others in code, to avoid escape < and >.
13201
13202 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13203
13204         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13205         saved positions instrad of a stack. Furthermore, a position is
13206         stored using paragraph id/paragraph position.
13207
13208         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13209         Remove LFUN_REF_BACK.
13210
13211 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13212
13213         * converter.C (dvipdfm_options): New method.
13214
13215 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13216
13217         * vspace.C (isValidLength): Fix for empty input string.
13218
13219 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13220
13221         * LyXAction.C (init): change description of LFUN_FIGURE to
13222         "Insert Graphics"
13223
13224 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13225
13226         * LaTeX.C: add using directive
13227
13228 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13229
13230         * MenuBackend.C (expand): Fix the sorting of the formats.
13231
13232 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13233
13234         * lyx_main.C: tiny error message fix
13235
13236 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13237
13238         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13239         calling fl_initialize(). This fixes the problem with ',' as
13240         decimal separator in text files.
13241
13242 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13243
13244         * trans.C (process): Fix the keymap bug.
13245
13246 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13247
13248         * LaTeX.C (scanAuxFiles): New method. Provides support for
13249         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13250         (scanLogFile) Scan for "run BibTeX" messages.
13251
13252         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13253         OT1 font encoding. Also, load the aecompl package if the ae
13254         package is loaded.
13255
13256         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13257
13258 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13259
13260         * texrow.C (increasePos): turn two error messages into debug
13261         messages.
13262
13263 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13264
13265         * LaTeX.C (scanAux): Handle the \@input macro.
13266         (runBibTeX): Use scanAux().
13267
13268         * language.C (latex_options_): New field.
13269
13270         * LaTeXFeatures.C (getMacros): Add language macros.
13271
13272         * buffer.C (makeLaTeXFile): Small fix.
13273
13274 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13275
13276         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13277
13278         * text2.C: add a using directive.
13279
13280 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13281
13282         * BufferView2.C:
13283         * lyx_gui_misc.h:
13284         * lyxfr1.C:
13285         * lyxfunc.C: kill LyXBell.
13286
13287 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13288
13289         * text.C (IsBoundary): Remove the error message
13290
13291         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13292
13293         * lyxrc.C (setDefaults): Correct initialization value for
13294         font_norm_type.
13295
13296 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13297
13298         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13299         gotoError().
13300
13301         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13302         and GotoNextNote().
13303
13304         * src/LyXAction.C: Added reference-next.
13305
13306         * text.C (InsertChar): Use contains instead of strchr.
13307
13308         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13309
13310 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13311
13312         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13313         alignment commands (when needed).
13314
13315         * text.C (InsertChar): Add ':' to number separator chars.