]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
make it compile & disable debug message
[lyx.git] / src / ChangeLog
1
2
3 2003-10-14  André Pönitz  <poenitz@gmx.net>
4
5         * iterators.[Ch]: new direct access to innermost LyXText and Inset
6
7         * undo.[Ch]: restoring part of 'undo in insets'
8
9         * Makefile.am:
10         * undo_funcs.[Ch]: merge with undo.[Ch]
11
12         * tabular.C: small cleansing stuff
13
14 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
15
16         * paragraph_funcs.C (readParToken): report unknown insets as error
17         boxes. Use the outer paragraph as location (also for unknown
18         tokens).
19
20         * factory.C (readInset): do not abort on reading an unknown inset. 
21         Eat it and return 0.
22
23 2003-10-13  Angus Leeming  <leeming@lyx.org>
24
25         * lyx_main.C (LyX): remove call to setDisplayTranslator().
26
27         * lyxrc.C: displayTranslator is now a function,
28         declared in GraphicsTypes.h.
29
30 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
31
32         * format.C: new placeholder $$a to pass the socket address.
33
34         * bufferlist.[Ch]: new function getBufferFromTmp.
35
36         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
37           files in the temporary dir.
38
39 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
40
41         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
42
43         * Makefile.am: add lyxsocket.[Ch].
44
45         * lyx_main.C (error_handler): handle SIGPIPE.
46
47 2003-10-13  André Pönitz  <poenitz@gmx.net>
48
49         * BufferView_pimpl.C:
50         * lyxtext.h:
51         * text.C:
52         * text2.C:
53         * text3.C:
54         * undo_funcs.[Ch]: use paroffset_type instead of
55           ParagraphList::iterators to prevent multiple conversion
56           (and get a more robust interface)
57
58 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
59
60         * lyxfunc.C (dispatch): RESULT -> dispatch_result
61         * lyxtext.h: ditto
62         * text3.C (dispatch): ditto
63
64 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
65
66         * LaTeX.C (handleFoundFile): move the static to smaller scope,
67         move the onlyfile, use onlyfile instead of foundfile in a couple
68         of places.
69
70         * DepTable.C (update): flush the error stream a bit more
71
72 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
73
74         * lyxserver.C (callback): adjust
75
76         * lyxfunc.C (getStatus): add a missing brace in commented code
77         (ensureBufferClean): reindent
78         (dispatch): delete version taking a string
79
80 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
81
82         * LaTeX.C (deplog): move found file handlig from here...
83         (handleFoundFile): .. to new function here.
84         (deplog): make sure to discover several files mentioned on the
85         same log line.
86
87 2003-10-10  André Pönitz  <poenitz@gmx.net>
88
89         * lyxfunc.C:
90         * lyxtext.h:
91         * tabular.C:
92         * text.C:
93         * text2.C:
94         * text3.C: fix some of the tabular crashes
95
96 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
97
98         * MenuBackend.C (binding): put debug message into Debug::KBMAP
99
100         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
101
102 2003-10-09  André Pönitz  <poenitz@gmx.net>
103
104         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
105
106         * BufferView.C:
107         * BufferView_pimpl.C:
108         * bufferview_funcs.C:
109         * lyx_cb.C:
110         * lyxcursor.C:
111         * lyxfind.C:
112         * lyxfunc.C:
113         * lyxtext.h:
114         * text.C:
115         * text2.C:
116         * text3.C:
117         * text_funcs.[Ch]:
118         * textcursor.[Ch]:
119         * undo_funcs.C: adjust
120
121 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
122
123         * text2.C (incrementItemDepth): new function, use a backtracking
124         algorithm to discover the correct item depth.
125         (resetEnumCounterIfNeeded): new function, use a backtracking
126         algorithm to discover if counter reset is needed.
127         (setCounter): use them. Simplify a bit. Add different labels for
128         different item depths for itemize.
129
130         * paragraph.C (Paragraph): remove initialization of enumdepth
131         (operator=): ditto
132
133         * paragraph.h: get rid of enumdepth, and use itemdepth both for
134         enumerate and itemize. Change the type of itemdepth to signed char.
135
136 2003-10-08  André Pönitz  <poenitz@gmx.net>
137
138         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
139           thing assignable.
140         * text.C:
141         * text2.C: adjust
142
143         * tabular.[Ch]: fix crash after 'row-insert'
144
145 2003-10-08  Angus Leeming  <leeming@lyx.org>
146
147         Fix doxygen warnings.
148
149         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
150         Remove CutAndPaste:: prefix from header file declaration.
151
152         * LColor.h (fill): remove LColor:: prefix from declaration.
153
154         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
155         use lyx::depth_type rather than Paragraph::depth_type so that
156         header file and .C file match.
157
158         * converter.h (intToFormat): remove Converters:: prefix from declaration.
159
160         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
161         * aspell.C: \file aspell_local.C -> \file aspell.C
162         * gettext.C: \file gettext.C -> \file src/gettext.C
163         * gettext.h: \file gettext.h -> \file src/gettext.h
164         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
165         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
166         * text.C: \file text.C -> \file src/text.C
167
168         * toc.C: move comment so that doxygen is not confused.
169
170 2003-10-07  Angus Leeming  <leeming@lyx.org>
171
172         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
173
174 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
175
176         * aspell.C:
177         * aspell_local.h: add forgotten std::string's.
178
179 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
180
181         * LaTeXFeatures.C:
182         * LyXAction.C:
183         * factory.C:
184         * lfuns.h:
185         * lyxfunc.C:
186         * text3.C: The Box patch. Fancybox support, minipage, parbox
187
188 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
189
190         * CutAndPaste.h:
191         * DepTable.h:
192         * FloatList.h:
193         * LaTeXFeatures.h:
194         * ParagraphParameters.h:
195         * TextCache.h:
196         * Thesaurus.h:
197         * bufferlist.h:
198         * exporter.h:
199         * importer.h:
200         * lastfiles.h:
201         * lyxfind.h:
202         * lyxfont.h:
203         * lyxlex.h:
204         * lyxtextclasslist.h:
205         * messages.h:
206         * paragraph.h:
207         * paragraph_pimpl.C:
208         * textcursor.h: add <string> and other small fixes to make Lars'
209         std::string patch compile with STLport.
210
211 2003-10-06  Angus Leeming  <leeming@lyx.org>
212
213         * LColor.h: Add missing #include <string>.
214
215 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
216
217         * All most all file in all subdirs: Make <string> be the prefered
218         way of getting to std::string, add using declarations.
219
220 2003-10-06  André Pönitz  <poenitz@gmx.net>
221
222         * metricsinfo.C: initialize LyXFont before changing attribute.
223         (fixes the 'math in \emph is upright' bug)
224
225 2003-10-06  André Pönitz  <poenitz@gmx.net>
226
227         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
228
229 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
230
231         * graph.C:
232         * paragraph_pimpl.C: Small fixes to build using STLport
233
234 2003-10-02  André Pönitz  <poenitz@gmx.net>
235
236         * lyxfunc.C:
237         * text3.C: move handling of LFUN_DEPTH *; fix #1360
238
239 2003-10-01  André Pönitz  <poenitz@gmx.net>
240
241         * factory.C: assert early
242
243 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
244
245         * lyx_main.C: remove the global debug object
246
247         * debug.h: adjust for new debugstream
248
249         * debug.C: adjust for new debugstream and keep the global debug
250         object here.
251
252 2003-09-22  Angus Leeming  <leeming@lyx.org>
253
254         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
255         of g++ which otherwise complain that the scoped_ptr destructor can't delete
256         an incomplete class LyXFont.
257
258 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
259
260         * factory.C: bug fix in branches
261
262 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
263
264         * lyxfunc.C (processKeySym): adjust
265         (dispatch): adjust
266         (dispatch): change arg name from ev to func, adjust
267         (sendDispatchMessage): ditto
268
269         * lyx_main.C (defaultKeyBindings): adjust keybindings
270         (deadKeyBindings): ditto
271
272         * kbsequence.C (addkey): return a FuncRequest
273
274         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
275
276         * kbmap.C (bind): take a FuncRequest as arg, adjust
277         (read): adjust
278         (lookup): adjust
279         (defkey): change to take a FuncRequest as arg, adjust
280         (findbinding): take a FuncRequest as arg, adjust.
281
282         * funcrequest.h (operator=): added
283
284         * funcrequest.C (FuncRequest): default kb_action changed from
285         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
286
287         * buffer.C (dispatch): simplify
288         (dispatch): adjust to take a FuncRequest as arg, adjust
289
290         * boost.C (assertion_failed): change assertion message slightly
291
292         * ToolbarBackend.C (read): simplify
293
294         * MenuBackend.C (binding): adjust call to findbinding, add a
295         message if no binding is found.
296         (read): simplify
297         (expandToc): correct by adding a empty FuncRequest
298
299         * LyXAction.C: include <boost/assert.hpp>
300         (isPseudoAction): delete function
301         (LookupFunc): change name to...
302         (lookupFunc): this. change return type to FuncRequest.
303         (getActionName): take kb_action as arg, simplify
304         (funcHasFlag): add an assert, simplify.
305
306 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
307
308         * toc.C (action): return a FuncRequest, simplify
309
310         * lyxfunc.C (processKeySym): adjust
311         (getStatus): delete version that takes an int.
312         (getStatus): adjust
313         (dispatch): delete version that takes action as int
314         (dispatch): adjust
315         (sendDispatchMessage): simplify and adjust
316
317         * funcrequest.C (getArg): take unsigned int as arg
318
319         * ToolbarBackend.C (read): adjust
320         (add): delete version that takes func as a string.
321         (getIton): take a FuncRequest as arg
322
323         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
324         action.
325
326         * MenuBackend.C (MenuItem): add a new construct that only takes a
327         Kind, simplify the constructor use for submenus.
328         (add): adjust
329         (expandLastfiles): adjust
330         (expandDocuments): adjust
331         (expandFormats): adjust
332         (expandFloatListInsert): adjust
333         (expandFloatInsert): adjust
334         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
335
336         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
337         Remove class variables lyx_pseudo_map and lyx_arg_map
338
339         * LyXAction.C (searchActionArg): delete function
340         (getPseudoAction): delete function
341         (retrieveActionArg): delete function
342         (LookupFunc): make it return kb_action, simplify.
343         (getActionName): simplify
344
345         * factory.C (createInset): fix new bug
346
347 2003-09-19  Angus Leeming  <leeming@lyx.org>
348
349         * CutAndPaste.C (pasteSelection): remove fudge used to set the
350         masterFilename_ parameter in the include inset.
351
352         * factory.C (createInset): changes due to the changes to InsetInclude.
353
354 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
355
356         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
357
358 2003-09-18  Angus Leeming  <leeming@lyx.org>
359
360         * buffer.C:
361         * BufferView.C: pass the buffer when calling Inset::getLabelList,
362         Inset::fillWithBibKeys.
363         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
364
365 2003-09-18  Angus Leeming  <leeming@lyx.org>
366
367         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
368         variables.
369         (ctor): pass and store a 'Buffer const &'
370         (buffer): new member function.
371
372         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
373         '*this' to the LaTeXFeatures ctor.
374
375 2003-09-18  Angus Leeming  <leeming@lyx.org>
376
377         * LColor.h:
378         * lyxfont.C:
379         * lyxfont.h:
380         * lyxtext.h:
381         * text.C: rename EnumLColor as LColor_color.
382
383 2003-09-18  Angus Leeming  <leeming@lyx.org>
384
385         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
386         remove #include "insets/insetbase.h" from cursor.h.
387
388 2003-09-18  Angus Leeming  <leeming@lyx.org>
389
390         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
391         InsetOld_code to remove #include "inset.h".
392
393         * iterators.C: add #include "insets/inset.h"
394
395 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
396
397         * BufferView.C: remove more locking stuff that apparently doesn't
398         do anything sensible.
399
400 2003-09-16  André Pönitz  <poenitz@gmx.net>
401
402         * paragraph.[Ch]:
403         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
404           performance boost.
405
406 2003-09-16  Angus Leeming  <leeming@lyx.org>
407
408         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
409
410         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
411         arg/return type.
412
413         * paragraph.h: remove #include "lyxfont.h". Forward declare
414         LyXFont_size.
415
416 2003-09-16  Angus Leeming  <leeming@lyx.org>
417
418         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
419         of support/textutils.h.
420         (isWord): move the contents of support/textutils.h's IsWordChar here.
421
422         * buffer.C:
423         * lyxfind.C:
424         * rowpainter.C:
425         * text.C:
426         * text2.C: add #include "paragraph.h".
427
428         * rowpainter.C:
429         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
430
431 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
432
433         * main.C:
434         * lyx_main.C:
435         * lyx_cb.C:
436         * buffer.C:
437         * LaTeX.C: use namespace alias for lyx::support::os
438
439 2003-09-16  Angus Leeming  <leeming@lyx.org>
440
441         * bufferparams.C:
442         * bufferview_funcs.C:
443         * factory.C:
444         * lyxfunc.C:
445         * paragraph_pimpl.C:
446         * rowpainter.C:
447         * text.C: add #include "LColor.h".
448
449 2003-09-16  Angus Leeming  <leeming@lyx.org>
450
451         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
452         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
453         return LyXFont &.
454         Store the FontBits::color variable as an int rather than as an
455         LColor::colorso that we can move LColor.h out of the lyxfont.h header
456         file.
457
458         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
459         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
460         string calls together.
461
462         * lyxrc.C: add #include "LColor.h".
463
464 2003-09-15  Angus Leeming  <leeming@lyx.org>
465
466         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
467         a cow_ptr.
468
469 2003-09-15  Angus Leeming  <leeming@lyx.org>
470
471         * LColor.h: add an EnumLColor wrapper for LColor::color.
472
473         * lyxfont.[Ch] (color, setColor, realColor):
474         * lyxtext.h, text.C (backgroundColor):
475         pass EnumLColor args to/from the functions, rather than LColor::color
476         ones.
477
478         * lyxfont.h:
479         * lyxtext.h: forward declare EnumLColor.
480
481         * lyx_main.C: add #include "LColor.h".
482
483 2003-09-15  Angus Leeming  <leeming@lyx.org>
484
485         * .cvsignore: add lyx-gtk.
486
487 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
488
489         * Chktex.C
490         * LaTeX.C
491         * LaTeXFeatures.C
492         * ParagraphParameters.C
493         * Spacing.C
494         * buffer.C
495         * bufferparams.C
496         * bufferview_funcs.C
497         * chset.C
498         * counters.C
499         * funcrequest.C
500         * lyxfont.C
501         * lyxgluelength.C
502         * lyxlength.C
503         * paragraph.C
504         * paragraph_funcs.C
505         * text3.C
506         * vc-backend.C: remove usage of STRCONV
507
508 2003-09-15  Angus Leeming  <leeming@lyx.org>
509
510         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
511         explicitly define the color passed to the painter.
512
513 2003-09-15  Angus Leeming  <leeming@lyx.org>
514
515         * bufferparams.C (BufferParams): reorder member initializers to avoid
516         compiler warning.
517
518 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
519
520         * CutAndPaste.C (pasteSelection): remove an outdated #warning
521         * text.C (updateRowPositions): remove an unusual nop
522
523 2003-09-12  André Pönitz  <poenitz@gmx.net>
524
525         * BufferView_pimpl.C:
526         * Bullet.C:
527         * layout.h:
528         * lyxfunc.C:
529         * lyxlayout.[Ch]:
530         * lyxtextclass.C:
531         * rowpainter.C:
532         * text.C:
533         * text2.C:
534         * Counters.[Ch]: finish the 'automatic counters' job
535
536 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
537
538         * aspell.C: include <boost/assert.cpp> (compile fix)
539
540 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
541
542         * boost.C (assertion_failed): use lyx::support::abort instead of
543         assert.
544
545 2003-09-10  Angus Leeming  <leeming@lyx.org>
546
547         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
548         with their _fwd progeny.
549
550 2003-09-09  Angus Leeming  <leeming@lyx.org>
551
552         134 files throughtout the source tree: replace 'using namespace abc;'
553         directives with the appropriate 'using abc::xyz;' declarations.
554
555 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
556
557         * boost.C (emergencyCleanup): moved here from LAssert.c
558         (assertion_failed): new function, called by BOOST_ASSERT
559
560         * several files: change Assert to BOOST_ASSERT
561
562 2003-09-09  Angus Leeming  <leeming@lyx.org>
563
564         * buffer.[Ch]: Add an Impl class and move Buffer's member
565         variables into it. As a result move several header files out of
566         buffer.h.
567
568         Add header files to lots of .C files all over the tree as a result.
569
570 2003-09-09  Angus Leeming  <leeming@lyx.org>
571
572         * buffer.[Ch]: make Buffer's member variables private. Add
573         accessor functions.
574
575         Lots of changes all over the tree as a result.
576
577 2003-09-08  Angus Leeming  <leeming@lyx.org>
578
579         * graph.C: #include <config.h>.
580
581 2003-09-08  Angus Leeming  <leeming@lyx.org>
582
583         * BranchList.C:
584         * BufferView.C:
585         * BufferView_pimpl.C:
586         * CutAndPaste.C:
587         * DepTable.C:
588         * LaTeX.C:
589         * LaTeXFeatures.C:
590         * LyXAction.C:
591         * MenuBackend.C:
592         * TextCache.C:
593         * aspell.C:
594         * buffer.C:
595         * bufferlist.C:
596         * changes.C:
597         * chset.C:
598         * converter.C:
599         * counters.C:
600         * debug.C:
601         * graph.C:
602         * ispell.C:
603         * lyx_cb.C:
604         * lyxfind.C:
605         * lyxfunc.C:
606         * lyxlex_pimpl.C:
607         * lyxrc.C:
608         * lyxrow.C:
609         * paragraph.C:
610         * rowpainter.C:
611         * texrow.C:
612         * text.C:
613         * text2.C:
614         * toc.C: remove redundant using directives.
615
616 2003-09-07  Angus Leeming  <leeming@lyx.org>
617
618         * LaTeXFeatures.h: remove #include "support/types.h".
619         * ToolbarBackend.h: remove #include <algorithm>.
620         * changes.h: remove #include <ctime>.
621         * debug.h: remove #include <iosfwd>.
622         * graph.h: remove #include "support/std_string.h".
623         * lyx_main.h: remove #include <csignal>.
624         * lyxlex_pimpl.h: remove #include <fstream>.
625         * sgml.h: remove #include <algorithm>, <utility>.
626         * toc.h: remove #include "support/std_ostream.h".
627         Add #include <iosfwd>.
628
629 2003-09-07  Angus Leeming  <leeming@lyx.org>
630
631         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
632
633         * converter.h: forward declare LatexRunParams.
634         * encoding.h: remove #include "lyxrc.h".
635         * lyxtext.h: remove #include "LColor.h".
636         * lyxtextclass.h: remove #include "support/types.h".
637         * trans.h: remove #include "tex-accent.h".
638         * trans_mgr.h: remove #include "tex-accent.h".
639         * insets/inset.h: remove #include "support/types.h", <vector>.
640         * insets/insetcollapsable.h: remove #include "LColor.h".
641         * insets/insetinclude.h: remove #include "dimension.h".
642         * insets/insetlatexaccent.h: remove #include "dimension.h".
643         * insets/insetoptarg.h:: remove #include "insettext.h".
644         * insets/insettext.h: remove #include "dimension.h",
645         <boost/shared_ptr.hpp>
646
647         * insets/renderers.h: add #include "dimension.h".
648         * insets/updatableinset.h: add #include "support/types.h".
649
650         * many .C files: Associated changes.
651
652 2003-09-06  Angus Leeming  <leeming@lyx.org>
653
654         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
655         one, inside testInvariant.
656
657         * PrinterParams.C: new file.
658         * PrinterParams.[Ch]: move the function bodies out of line.
659
660 2003-09-06  Angus Leeming  <leeming@lyx.org>
661
662         * ParagraphParameters.h: forward declare ParameterStruct rather than
663         including its header file.
664         (depth): moved out-of-line.
665
666 2003-09-06  Angus Leeming  <leeming@lyx.org>
667
668         * BufferView_pimpl.h:
669         * kbmap.h:
670         * kbsequence.h:
671         * lyxfunc.h: forward declare LyXKeySym rather than
672         #include "frontends/LyXKeySym.h".
673
674         * BufferView_pimpl.C:
675         * kbmap.C:
676         * kbsequence.C:
677         * lyxfunc.C: associated changes.
678
679 2003-09-06  Angus Leeming  <leeming@lyx.org>
680
681         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
682         As a result, can remove the #include "insets/inset.h" from BufferView.h
683
684 2003-09-06  Angus Leeming  <leeming@lyx.org>
685
686         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
687         As a result, can remove the #include "insets/inset.h" from BufferView.h
688
689 2003-09-06  Angus Leeming  <leeming@lyx.org>
690
691         * buffer_funcs.C:
692         * buffer.h:
693         * bufferlist.C:
694         * BufferView.C:
695         * bufferview_funcs.C:
696         * BufferView_pimpl.C:
697         * CutAndPaste.C:
698         * lyx_cb.C:
699         * lyxfunc.C:
700         * paragraph.h:
701         * ParagraphParameters.C:
702         * tabular.C:
703         * text3.C:
704         * toc.C:
705         * undo_funcs.C:
706         * frontends/controllers/ControlDocument.C:
707         * insets/insetcaption.C: rearrange the #includes into some sort of
708         coherent order.
709
710         * buffer.h: remove #includes ErrorList.h, undo.h
711
712 2003-09-06  Angus Leeming  <leeming@lyx.org>
713
714         * support/types.h: add a 'depth_type' typedef, used to store the
715         nesting depth of a paragraph.
716
717         * paragraph.h:
718         * ParameterStruct.h: use this lyx::depth_type typedef rather than
719         defining explicitly.
720
721         * buffer.h:
722         * paragraph_funcs.h:
723         * ParagraphParameters.h:
724         * sgml.h: use lyx::depth_type rather than Paragraph or
725         ParameterStruct's depth_type.
726
727         * buffer.h
728         * paragraph_funcs.h: no need to #include paragraph.h anymore.
729
730         * BufferView.C:
731         * BufferView_pimpl.C:
732         * CutAndPaste.C:
733         * ParagraphParameters.C:
734         * buffer_funcs.C:
735         * bufferlist.C:
736         * bufferview_funcs.C:
737         * lyx_cb.C:
738         * lyxfunc.C:
739         * tabular.C:
740         * text3.C:
741         * toc.C:
742         * undo_funcs.C:
743         * frontends/LyXView.C:
744         * frontends/controllers/ControlDocument.C:
745         * frontends/controllers/ControlErrorList.C:
746         * insets/insetbibitem.C:
747         * insets/insetbranch.C:
748         * insets/insetcaption.C:
749         * insets/insetcollapsable.C:
750         * insets/insetenv.C:
751         * insets/insetert.C:
752         * insets/insetfloat.C:
753         * insets/insetfoot.C:
754         * insets/insetfootlike.C:
755         * insets/insetnewline.C:
756         * insets/insetquotes.C:
757         * insets/insettabular.C:
758         * insets/insettext.C:
759         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
760
761         * frontends/controllers/ControlChanges.C: #include "changes.h".
762
763 2003-09-06  Angus Leeming  <leeming@lyx.org>
764
765         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
766         than #including paragraph.h.
767
768         * ParagraphList.h:
769         * RowList.h: deleted. Superfluous.
770
771         * CutAndPaste.h:
772         * iterators.h:
773         * lyxcursor.h:
774         * lyxtext.h:
775         * text_funcs.h:
776         * undo.h:
777         * undo_funcs.h:
778         * insets/inset.h:
779         * insets/insettext.h: use ParagraphList_fwd.h rather than
780         ParagraphList.h.
781
782         * paragraph.h: don't forward declare ParagraphList.
783
784         * buffer.h:
785         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
786         rather than ParagraphList.h. paragraph.h is still needed for the
787         Paragraph::depth_type parameters.
788
789         * textcursor.h: enable it to compile stand-alone in light of the
790         above changes.
791
792         * bufferview_funcs.C:
793         * iterators.C:
794         * lyxfunc.C:
795         * lyxrow_funcs.C:
796         * paragraph.C:
797         * rowpainter.C:
798         * text.C:
799         * text2.C:
800         * text3.C:
801         * text_funcs.C:
802         * textcursor.C:
803         * undo.C:
804         * frontends/controllers/ControlParagraph.C:
805         * frontends/controllers/ControlTabular.C:
806         * insets/insetmarginal.C:
807         * insets/insetminipage.C:
808         * insets/insetnote.C:
809         * insets/insetoptarg.C: add header files needed to compile again.
810
811 2003-09-06  Angus Leeming  <leeming@lyx.org>
812
813         * RowList_fwd.h: new file, forward-declaring Row rather than
814         #including lyxrow.h.
815
816         * lyxrow_funcs.h:
817         * lyxtext.h:
818         * paragraph.h:
819         * insets/insettext.h: use it instead of RowList.h
820
821         * bufferview_funcs.C:
822         * lyxfunc.C:
823         * lyxrow_funcs.C:
824         * paragraph.C:
825         * rowpainter.C:
826         * text.C:
827         * text2.C:
828         * text3.C: #include "RowList.h".
829
830 2003-09-05  Angus Leeming  <leeming@lyx.org>
831
832         * factory.C (createInset):
833         * vspace.C (c-tor): replace sscanf call with an istringstream.
834         * ispell.C: re-add missing HP/UX headers.
835         * lyxserver.C: re-add missing  os2 headers.
836
837 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
838
839         * BranchList.C:
840         * graph.C:
841         * ispell.C:
842         * lastfiles.C:
843         * lyx_cb.C:
844         * lyxserver.C:
845         * texrow.C:
846         * text3.C: re-add missing system headers, needed for 2.95.2.
847
848 2003-09-05  Angus Leeming  <leeming@lyx.org>
849
850         Changes most place everywhere due to the removal of using directives
851         from support/std_sstream.h.
852
853 2003-09-05  Angus Leeming  <leeming@lyx.org>
854
855         Replace LString.h with support/std_string.h,
856         Lsstream.h with support/std_sstream.h,
857         support/LIstream.h with support/std_istream.h,
858         support/LOstream.h with support/std_ostream.h.
859
860         Changes resulting throughout the tree.
861
862 2003-09-05  Angus Leeming  <leeming@lyx.org>
863
864         * sgml.h: ensure that the header file can be compiled stand-alone.
865         * *.C: strip out redundant #includes. (320 in total.)
866
867 2003-09-04  Angus Leeming  <leeming@lyx.org>
868
869         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
870         here (from getPackages).
871
872         * debug.[Ch]: add a new EXTERNAL tag.
873
874 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
875
876         * text2.C (cursorEnd): simplify
877         (setCursor): adjust
878         (getColumnNearX): adjust
879
880         * text.C (computeBidiTables): adjust
881         (fill): adjust
882
883         * rowpainter.C (paintChars): adjust
884         (paintSelection): adjust
885         (paintChangeBar): adjust
886         (paintText): adjust
887
888         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
889         lastPos instead.
890         (numberOfSeparators): adjust
891
892 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
893
894         * LyXAction.C:
895         * box.[Ch]:
896         * lfuns.h:
897         * lyxfunc.C:
898         * text3.C: Restricts the mouse click functionality
899         of insets like bibtex, include, toc and floatlist to the visible
900         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
901         up the dialogs. Cursor has to be in front of the inset (i.e.
902         start of row) for this to function.
903
904 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
905
906         * bufferview_funcs.C (currentState): output row information
907
908 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
909
910         * bufferview_funcs.C (currentState): output paragraph position
911
912 2003-09-04  Angus Leeming  <leeming@lyx.org>
913
914         * FloatList.h: move out #include "Floating.h".
915         * LaTeX.h: move out #include "DepTable.h".
916         * LyXAction.h: move out #include "funcrequest.h".
917         * buffer.h: move out #include "author.h", "iterators.h".
918         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
919         * lyx_main.h: move out #include "errorlist.h".
920         * lyxfunc.h: move out #include "FuncStatus.h".
921         * lyxtext: move out #include "lyxcursor.h".
922         * paragraph_pimpl.h: move out #include "counters.h".
923
924 2003-09-03  Angus Leeming  <leeming@lyx.org>
925
926         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
927         preamble_snippets list, enabling us to add snippets to the preamble
928         only if the snippet was not there already.
929
930 2003-09-04  Angus Leeming  <leeming@lyx.org>
931
932         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
933
934 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
935
936         * lyxfunc.C (dispatch): if fitCursor did something be sure to
937         update
938
939 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
940
941         * BranchList.C: point fix, earlier forgotten
942
943 2003-09-02  Angus Leeming  <leeming@lyx.org>
944
945         * box.C (contains): renamed from 'contained' after a fantastic
946         amount of hot air.
947
948 2003-09-02  John Levon  <levon@movementarian.org>
949
950         * BufferView.C:
951         * lyxcursor.h:
952         * lyxcursor.C:
953         * lyxfunc.C:
954         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
955
956 2003-09-02  John Levon  <levon@movementarian.org>
957
958         * text2.C: simplification of cursorEnd(), including partial
959         fix for bug 1376
960
961 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
962
963         * buffer.C (readFile): add a space
964
965 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
966
967         * BufferView_pimpl.C (update): remove bogus fitCursor() call
968
969 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
970
971         * buffer.C (readFile): new function, take a filename and a
972         ParagraphList::iterator
973         (readFile): adjust
974         (readFile): adjust, make it private. don't use setStream, make
975         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
976         always contain the filename.
977
978         * BufferView.C (insertLyXFile): simplify and make it work for
979         gzipped files.
980
981 2003-08-30  John Levon  <levon@movementarian.org>
982
983         * Makefile.am: fix dist (from Kayvan)
984
985 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
986
987         * most files: change to use const Buffer refs
988
989 2003-08-27  André Pönitz  <poenitz@gmx.net>
990
991         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
992         on top of ownerPar().
993
994 2003-08-27  John Levon  <levon@movementarian.org>
995
996         * funcrequest.C: properly initialise POD members
997
998 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
999
1000         * lyxtext.h (top_y): move top_y from here
1001         * text.C:
1002         * text2.C:
1003         * text3.C:
1004         * BufferView.[Ch]:
1005         * BufferView_pimpl.[Ch]: to here
1006         * frontends/screen.C:
1007         * insets/insettabular.C:
1008         * insets/insettext.C: adjust
1009         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1010
1011 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1012
1013         * BufferView.[Ch]:
1014         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1015
1016 2003-08-26  André Pönitz  <poenitz@gmx.net>
1017
1018         * paragraph_func.[Ch] (outerPar): new function
1019
1020         * paragraph.C:
1021         * paragraph_funcs.C:
1022         * paragraph_funcs.h:
1023         * paragraph_pimpl.C:
1024         * text2.C: remove Inset::par_owner
1025
1026 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1027
1028         * lyxrow_funcs.C:
1029         * lyxtext.h:
1030         * text.C:
1031         * text2.C: eliminates the needFullRow/display() stuff
1032         altogether, putting the logic in metrics/draw in the insets.
1033
1034 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1035
1036         * text2.C (redoParagraphInternal, redoParagraphs):
1037         * text.C (redoParagraph): add a call to updateRowPositions at the
1038         end of each 'metrics-like' call. Remove all others.
1039         (getRow): remove the 'y-computing' version.
1040         (getRowNearY): do not compute nor return the real y. Solve the
1041         'y < 0' problem and simplify.
1042
1043 2003-08-22  Angus Leeming  <leeming@lyx.org>
1044
1045         * *.[Ch]: clean-up of licence and author blurbs.
1046         Also move config.h out of a few .h files and into a few .C files.
1047
1048 2003-08-22  André Pönitz  <poenitz@gmx.net>
1049
1050         * lyxrow.[Ch]: add x_ and *fill_ members
1051
1052         * lyxtext.h:
1053         * text.C:
1054         * rowpainter.C:
1055         * text2.C: adjust/remove prepareToPrint() calls
1056
1057 2003-08-22  André Pönitz  <poenitz@gmx.net>
1058
1059         * lyxrow.[Ch]: add  end_ member
1060
1061         * lyxrow_funcs.C: use LyXRow::end_
1062
1063         * lyxtext.h (singleWidth): add LyXFont parameter
1064
1065         * rowpainter.C:
1066         * text2.C: adjust LyXText::singleWidth() calls
1067
1068         * text.C (redoParagraph): simplify row breaking logic
1069
1070
1071 2003-08-19  André Pönitz  <poenitz@gmx.net>
1072
1073         * funcrequest.C: initialize button_ member
1074
1075         * text3.C:
1076         * rowpainter.[Ch]: interface consolidation
1077
1078 2003-08-18  André Pönitz  <poenitz@gmx.net>
1079
1080         * BufferView.C:
1081         * BufferView_pimpl.C:
1082         * lyxfind.C:
1083         * paragraph_funcs.C:
1084         * rowpainter.C:
1085         * text3.C: remove LyXScreen::draw() and fitCursor calls
1086
1087         * BranchList.h: remove spurious semicolons
1088
1089         * MenuBackend.C: fix branchlist related crash
1090
1091 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1092
1093         * BranchList.[Ch]:
1094         * InsetList.[Ch]:
1095         * LColor.[Ch]:
1096         * LyXAction.C:
1097         * Makefile.am:
1098         * MenuBackend.[Ch]:
1099         * bufferparams.[Ch]:
1100         * factory.C:
1101         * lfuns.h:
1102         * lyxfunc.C:
1103         * text3.C: implements the 'branch inset'
1104         idea. This allows the output of various versions of a document
1105         from a single source version, selectively outputing or suppressing
1106         output of parts of the text.
1107         This implementation contains a 'branch list editor' in a separate
1108         tab of the document settings dialog. Branches are user definable
1109         and have a "display colour" to distinguish them on-screen.
1110
1111         ColorHandler was somewhat cleaned up.
1112         (1) make possible a dynamically growing LColor list by allowing
1113         the graphic context cache to grow along (vector);
1114         (2) eliminate an IMHO unnecessary step in colour allocation.
1115
1116 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1117
1118         * BufferView_pimpl.C: compile fix
1119
1120 2003-08-15  André Pönitz  <poenitz@gmx.net>
1121
1122         * rowpainter.C: remove extra metrics calls
1123
1124         * lyxtext.h: merge the two constructors into a single one,
1125           pass reference to owner's par list
1126
1127         * BufferView_pimpl.C:
1128         * text.C:
1129         * text2.C: adjust
1130
1131 2003-08-15  André Pönitz  <poenitz@gmx.net>
1132
1133         * lyxrow_funcs.[Ch]:
1134         * lyxtext.h:
1135         * paragraph.h:
1136         * paragraph_funcs.C:
1137         * rowpainter.C:
1138         * text.C:
1139         * text2.C:
1140         * text3.C:
1141         * text_funcs.C: split LyXText::rowlist_ into individual
1142         Paragraph::rows_ chunks
1143
1144         * BufferView.[Ch]:
1145         * BufferView_pimpl.[Ch]:
1146         * lyxfind.C:
1147         * lyxtext.h:
1148         * text3.C: remove toggleSelection()
1149
1150 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1151
1152         * bufferlist.C: beautify two alerts (shorter text of buttons)
1153         * buffer.C: Remove redundant ' ' from message
1154         * tabular.h:
1155         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1156         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1157         rename VALIGN_CENTER to VALIGN_MIDDLE
1158
1159 2003-08-11  André Pönitz  <poenitz@gmx.net>
1160
1161         * lyxtext.h (getPar):
1162         * text.C: new function
1163
1164 2003-08-11  André Pönitz  <poenitz@gmx.net>
1165
1166         * Makefile.am:
1167         * tracer.[Ch]: remove unneeded files
1168
1169         * InsetList.[Ch]: remove resizeInsetsLyXText()
1170
1171         * lyxtext.h:
1172         * text.C:
1173         * text2.C:
1174         * text3.C: merge insertParagraphs() and appendParagraph()
1175         remove breakAgain(), update()
1176
1177         * BufferView_pimpl.[Ch]:
1178         * bufferview_funcs.[Ch]:
1179         * lyxfunc.C:
1180         * paragraph.[Ch]:
1181         * rowpainter.C:
1182         * tabular.C: adjust after text & InsetList changes.
1183
1184 2003-08-08  André Pönitz  <poenitz@gmx.net>
1185
1186         * text.C (insertChar, backspace): replace rowlist fiddling
1187         with rebreak of full par
1188
1189         * lyxtext.h:
1190         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1191         checkParagraph, updateInset): removed
1192
1193 2003-08-07  André Pönitz  <poenitz@gmx.net>
1194
1195         * paragraph.C:
1196         * text3.C: merge some LFUN handlers, remove dead code
1197
1198 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1199
1200         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1201
1202 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1203
1204         * text2.C (DEPM): fix part of bug 1255 and 1256
1205
1206 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1207
1208         * BufferView_pimpl.C (workAreaDispatch): change to use
1209         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1210         that are no mouse related.
1211
1212 2003-08-05  André Pönitz  <poenitz@gmx.net>
1213
1214         * BufferView.[Ch]:
1215         * BufferView_pimpl.[Ch]:
1216         * bufferview_funcs.C:
1217         * text2.C:
1218         * text3.C: rip out "deep update"
1219
1220         * textcursor.[Ch] (last_sel_cursor): remove unused member
1221
1222 2003-08-04  André Pönitz  <poenitz@gmx.net>
1223
1224         * BufferView.[Ch]:
1225         * BufferView_pimpl.[Ch]:
1226         * ParagraphParameters.C:
1227         * bufferview_funcs.C:
1228         * lyx_cb.C:
1229         * lyxfind.C:
1230         * lyxfunc.C:
1231         * text.C:
1232         * text2.C:
1233         * text3.C: replace "complicated" BufferView::update(...) calls with
1234         simpler ones.
1235
1236         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1237
1238 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1239
1240         * Makefile.am (lyx_SOURCES): add paper.h
1241
1242 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1243
1244         * Makefile.am: move things around so that both lyx-qt and
1245         lyx-xforms can be built (according to --with-frontend). Then lyx
1246         is a symbolic link to lyx-[firstfrontend]
1247
1248 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1249
1250         * Always use std::endl with lyxerr
1251
1252 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1253
1254         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1255
1256 2003-08-01  André Pönitz  <poenitz@gmx.net>
1257
1258         * BufferView.[Ch]:
1259         * BufferView_pimpl.[Ch]:
1260         * lyxfunc.C:
1261         * text3.C: merge BufferView::repaint() and BufferView::update()
1262
1263 2003-08-01  José Matos  <jamatos@lyx.org>
1264
1265         * buffer.[Ch]: file_format is no longer a buffer data element.
1266
1267 2003-08-01  André Pönitz  <poenitz@gmx.net>
1268
1269         * BufferView.C:
1270         * lyxtext.h:
1271         * text.C:
1272         * text2.C: make redoParagraph more independent of current cursor
1273
1274         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1275         * text.C:
1276         * text2.C: remove unneeded members
1277
1278 2003-07-30  André Pönitz  <poenitz@gmx.net>
1279
1280         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1281
1282         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1283           create a single function...
1284
1285         * paragraph_funcs.C (moveItem): ... here.
1286
1287         * text.C:
1288           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1289
1290 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1291
1292         * LColor.[Ch]: Add comment and greyedout logical colors.
1293
1294 2003-07-30  André Pönitz  <poenitz@gmx.net>
1295
1296         * tabular.C: don't use Assert too heavily. This crashes where it
1297           shouldn't
1298
1299 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1300
1301         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1302         is disabled (bug 1232)
1303
1304 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1305
1306         * factory.C: limited 'arg' scope
1307
1308 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1309
1310         * factory.C: fixed Note submenu issues
1311
1312 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1313
1314         * factory.C: submenu for Note/Comment/Greyedout
1315
1316 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1317
1318         * lyx_main.C (LyX):
1319         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1320
1321 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1322
1323         * LaTeXFeatures.C:
1324         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1325         greyedout. Patch provided by Jürgen Spitzmüller.
1326
1327 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1328
1329         * kbmap.C (read): fix error message when reading bind files
1330
1331 2003-07-29  Angus Leeming  <leeming@lyx.org>
1332
1333         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1334         certainly does not do what it purports to do. I am doing it, and
1335         us, a favour by killing it.
1336
1337 2003-07-28  José Matos  <jamatos@lyx.org>
1338
1339         * buffer.C (readBody, do_writeFile):
1340         * paragraph.C(readParagraph): \end_document replaces \the_end.
1341
1342 2003-07-29  André Pönitz  <poenitz@gmx.net>
1343
1344         * BufferView.[Ch]:
1345         * BufferView_pimpl.[Ch]:
1346         * lyxfunc.C:
1347         * text2.C:
1348         * text3.C:
1349         * textcursor.[Ch]: remove toggleToggle & Co
1350
1351 2003-07-28  José Matos  <jamatos@fep.up.pt>
1352
1353         * buffer.C (readParagraph):
1354         * params_func (readParToken, readParagraph):
1355         * paragraph.C (write): \layout -> \begin_layout.
1356
1357 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1358
1359         * lyxlex_pimpl.C (setFile): clean up slightly.
1360
1361         * bufferparams.h: add compressed var
1362
1363         * buffer_funcs.C (readFile): adjust for LyXLex change
1364         (newFile): ditto + simplify
1365
1366         * buffer.C (writeFile): handle writing of compressed files
1367
1368         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1369         Check if the file is compressed and set a bufferparm if so.
1370
1371         * Makefile.am (lyx_LDADD): remove explicit -lz
1372
1373 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1374
1375         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1376         makeDocBookFile): put the real LyX version in the first line of
1377         the file
1378
1379         * version.h:
1380         * version.C.in: remove lyx_docversion
1381
1382         * tabular.C (write_attribute): add a template-based version to
1383         write enums properly
1384
1385 2003-07-28  André Pönitz  <poenitz@gmx.net>
1386
1387         * lyxtext.h:
1388         * text.C:
1389         * text2.C:
1390         * text3.C: use doubles again for x-coordinates. They are needed.
1391
1392 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1393
1394         * messages.C (getLocaleDir): use lyx_localedir()
1395
1396         * lyxlex_pimpl.C (setFile): compress stuff
1397
1398         * buffer.C (writeFile): add some compression stuff
1399         (do_writeFile): new func, dont call expliti close... will this
1400         breake anything?
1401
1402         * Makefile.am (lyx_LDADD): add -lz
1403
1404 2003-07-28  José Matos  <jamatos@fep.up.pt>
1405
1406         * buffer.C: increment file format.
1407         * paragraph_funcs (readParagraph, readParToken):
1408         * paragraph.C (readParagraph): add \end_layout.
1409
1410 2003-07-27  Angus Leeming  <leeming@lyx.org>
1411
1412         * Makefile.am: remove special casing for configure-time setting of
1413         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1414
1415         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1416         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1417
1418 2003-07-26  André Pönitz  <poenitz@gmx.net>
1419
1420         * paragraph_func.[Ch]:
1421         * paragraph.C (realizeFont): inline it whereever it is used
1422
1423         * rowpainter.C:
1424         * text.C:
1425         * text2.C:
1426         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1427
1428
1429 2003-07-26  André Pönitz  <poenitz@gmx.net>
1430
1431         *       lyxtext.h:
1432         * text.C:
1433         * text2.C: get rid of LyXText::need_break_row
1434
1435 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1436
1437         * toc.[Ch]: put namespace toc inside namespace lyx
1438
1439         * MenuBackend.C (expandToc2): adjust for lyx::toc
1440         (expandToc): ditto
1441
1442         * lyxfunc.C (dispatch): adjust for lyx::find
1443
1444         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1445         lyx::find instead. Reorganize a bit.
1446         (LyXReplace): rename to replace
1447         (LyXFind): rename to find
1448
1449         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1450         (dispatch): ditto
1451
1452 2003-07-26  André Pönitz  <poenitz@gmx.net>
1453
1454         * text.C (setHeightOfRow): restrict scope of temporary variable
1455
1456         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1457           code (never has been used?)
1458
1459 2003-07-27  Asger Alstrup  <alstrup@local>
1460
1461         * text.C (fill): Optimise algorithm to exploit that we can reuse
1462         the LyXFont for many characters.
1463         (setHeightOfRow): Same thing.
1464         (rowBreakPoint): Same thing.
1465
1466 2003-07-26  Asger Alstrup  <alstrup@local>
1467
1468         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1469
1470         * text.C (singleWidth): Spurious font copying in hot-spot
1471         singleWidth avoided. Reorder tests for arabic for efficiency.
1472
1473         * text.C (fill): handle empty paragraphs better.
1474
1475 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1476
1477         * ispell.C:
1478         * encoding.h: add includes
1479
1480         * lyxrc.C: remove reading of bind files
1481
1482         * lyx_main.C (init): setup bindings and menus only if we have a
1483         gui.
1484
1485         * kbmap.C (read): new method. Do the actual reading of bind
1486         files.
1487
1488         * converter.C (dvipdfm_options):
1489         * bufferparams.C:
1490         * lyxrc.C (read):
1491         (output): adapt PAPER_* enums.
1492
1493         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1494
1495         * bufferparams.h: remove paper-related enums from there
1496
1497         * paper.h: New file. A trivial header file to hold paper-related
1498         enums. It should later expand to contain many paper-related
1499         horrors access.
1500
1501         * lyxrc.C: declare extern displayTranslator
1502
1503 2003-07-27  José Matos  <jamatos@fep.up.pt>
1504
1505         * tabular.[Ch] (linuxdoc): add support for tables and figures
1506         (linuxdoc).
1507
1508 2003-07-27  José Matos  <jamatos@fep.up.pt>
1509
1510         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1511         consistency in both functions.
1512         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1513
1514 2003-07-26  Asger Alstrup  <alstrup@local>
1515
1516         * rowpainter.C (paintRows): Change algorithm to work directly on
1517         the insets rather than asking every character in the document
1518         whether its an inset.
1519
1520 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1521
1522         * buffer.C (openFileWrite): factorize some code
1523
1524 2003-07-26  Angus Leeming  <leeming@lyx.org>
1525
1526         * lyx_cb.C:
1527         * lyx_main.[Ch]: replace occurances of system_tempdir with
1528         os::getTmpDir().
1529
1530 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1531
1532         * rename Inset to InsetOld
1533
1534 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1535
1536         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1537         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1538         which I think is a bit clearer. EDIT is gone, since it was
1539         premature optimisation, and broken for mathed anyway.
1540         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1541         with cursor positioning in insets as well (math insets still do not
1542         work, but that's a different story anyway.) It mysteriously
1543         crashes sometimes with undo in the first paragraph, but I'm fairly
1544         confident that this is a compiler bug.
1545
1546 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1547
1548         * paragraph.C (Paragraph): adjust for new clone return type
1549         (operator==): ditto
1550         (copyIntoMinibuffer): ditto
1551
1552 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1553
1554         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1555         by not having a special case, and always doing a full rebreak of
1556         the document after undo.
1557
1558 2003-07-23  Angus Leeming  <leeming@lyx.org>
1559
1560         * factory.C (createInset): InsetExternal::setParams now takes a
1561         Buffer const * arg.
1562
1563 2003-07-23  Angus Leeming  <leeming@lyx.org>
1564
1565         * factory.C (createInset): changed interface to the external and
1566         graphics mailers' string2params functions.
1567
1568 2003-07-23  Angus Leeming  <leeming@lyx.org>
1569
1570         * factory.C (createInset): pass a
1571         Buffer const * parameter to InsetExternalMailer's string2params.
1572
1573 2003-07-22  John Levon  <levon@movementarian.org>
1574
1575         * Thesaurus.h: include the right aiksaurus header
1576
1577 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1578
1579         * MenuBackend.C (expand): check menu shortcuts unconditionally
1580
1581 2003-07-21  Angus Leeming  <leeming@lyx.org>
1582
1583         * factory.C (createInset): pass a
1584         buffer_path parameter to InsetGraphicsMailer's string2params.
1585
1586 2003-07-21  Angus Leeming  <leeming@lyx.org>
1587
1588         * BufferView_pimpl.C (buffer):
1589         * buffer.C (d-tor):
1590         * lyx_main.C (LyX):
1591         * lyxfunc.C (dispatch):
1592         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1593         rather than the grfx shortcut.
1594
1595 2003-07-21  André Pönitz  <poenitz@gmx.net>
1596
1597         * rowpainter.C: remove unused variables
1598
1599         * tabular_funcs.C:
1600         * tabular_funcs.h: move to tabular.C
1601         * Makefile.am: adjust
1602
1603         * tabular.[Ch]: basic optical cleaning
1604
1605         * author.h: pass references, not values
1606
1607 2003-07-18  André Pönitz  <poenitz@gmx.net>
1608
1609         * lyxtext.h:
1610         * metricsinfo.C:
1611         * metricsinfo.h:
1612         * rowpainter.C:
1613         * text.C:
1614         * text2.C:
1615         * text3.C: two-phase drawing for InsetText and InsetTabular
1616         some float -> int changes.
1617
1618 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1619
1620         * lyx_main.C: fix the fix
1621
1622 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1623
1624         * lyx_main.C: fix a crash in batch mode if no files specified
1625         * converter.C: ws
1626
1627 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1628
1629         * format.[Ch] (papersize): moved to BufferParams
1630         * converter.[Ch] (dvips_options): moved to BufferParams
1631         (dvipdfm_options): moved to anon namespace
1632         * bufferparams.[Ch]: added above functions.
1633
1634 2003-07-17  André Pönitz  <poenitz@gmx.net>
1635
1636         * lyxtext.h:
1637         * rowpainter.C:
1638         * text2.C: don't call inset->update() anymore
1639
1640         * metricsinfo.[Ch]: add convenience constructor
1641
1642 2003-07-16  André Pönitz  <poenitz@gmx.net>
1643
1644         * lyxcursor.[Ch]:
1645         * lyxfunc.[Ch]:
1646         * text.C:
1647         * text2.C: replace the LyXCursor::irow_ member with
1648          on-demand computation of the value
1649
1650 2003-07-16  John Levon  <levon@movementarian.org>
1651
1652         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1653
1654 2003-07-15  André Pönitz  <poenitz@gmx.net>
1655
1656         * text.C:
1657         * text2.C: remove no more needed refresh_row
1658
1659 2003-07-15  André Pönitz  <poenitz@gmx.net>
1660
1661         * lyxtext.h:
1662         * rowpainter.C:
1663         * text2.C:
1664         * text3.C: refresh_status tristate -> need_update bool
1665
1666 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1667
1668         * lyxtext.h (init): remove reinit argument (act as if always true)
1669         * text2.C: adjust to that
1670
1671 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1672
1673         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1674         * text3.C: use it to delete selections in some cases
1675         (bugs 441, 673, 702, 954).
1676
1677 2003-07-14  André Pönitz  <poenitz@gmx.net>
1678
1679         * rowpainter.[Ch]: reduce interface
1680
1681 2003-07-14  André Pönitz  <poenitz@gmx.net>
1682
1683         * BufferView_pimpl.C:
1684         * text2.C: adjust after removing unused BufferView * argument
1685
1686 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1687
1688         * text2.C (init): fix a crash fired on resize
1689
1690 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1691
1692         * buffer.[Ch]: added new closing signal
1693         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1694         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1695         BufferView::Pimpl via the closing the signal
1696
1697 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1698
1699         * buffer.[Ch]: take out all bv-related from buffer
1700         * BufferView.C:
1701         * BufferView_pimpl.[Ch]: connect to new signals
1702         * CutAndPaste.C: removed useless asserts
1703         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1704         * lyxvc.[Ch]:
1705         * vc-backend.[Ch]:
1706         * lyxfunc.C: moved view-related funciontality from vc here
1707         * paragraph.C: removed outdated comments
1708         * text.C: ws
1709
1710 2003-07-10  André Pönitz  <poenitz@gmx.net>
1711
1712         * BufferView_pimpl.C:
1713         * tabular.h:
1714         * tabular_funcs.C:
1715         * text.C:
1716         * text2.C: remove InsetText::InnerCache, clean up consequences
1717
1718 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1719
1720         * ispell.C: fix two typos in error messages
1721
1722 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1723
1724         * Extend Note inset to other forms of annotation like Comment
1725         and Greyedout. Right button click gives dialog.
1726
1727         Files modified or added (+):
1728
1729         * insetnote.[Ch]
1730         * FormNote.[Ch]      +
1731         * ControlNote.[Ch]   +
1732         * form_note.fd       +
1733         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1734         frontends/controllers
1735         * xforms/Dialogs.C
1736         * factory.C
1737
1738 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1739
1740         * aspell.C: add missing namespace lyx::support
1741
1742 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1743
1744         * BufferView.[Ch] (newFile): Add
1745         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1746         * LaTeX.[Ch] (message): added this signal and use it
1747         * buffer.[Ch] (busy, message): added these signals and use them
1748         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1749         * converter.C:
1750         * exporter.C:
1751         * format.C:
1752         * importer.C: use buffer signals instead of direct bv calling
1753         * lyx_cb.[Ch] (ShowMessage): removed
1754         * lyx_main.C:
1755         * lyxfunc.C:
1756         * paragraph_funcs.C:
1757         * text2.C: use buffer signals
1758
1759 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1760
1761         * introduce namespace lyx::graphics
1762
1763 2003-07-02  André Pönitz  <poenitz@gmx.net>
1764
1765         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1766
1767 2003-07-01  André Pönitz  <poenitz@gmx.net>
1768
1769         * text.C:
1770         * text2.C:
1771         * text3.C:
1772         * text_funcs.[Ch]:
1773         * textcursor.h:
1774         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1775           text*.C to text_func.C
1776
1777 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1778
1779         * introduce namespace lyx::support
1780
1781 2003-06-30  André Pönitz  <poenitz@gmx.net>
1782
1783         * Chktex.C:
1784         * funcrequest.C:
1785         * lyxtext.h:
1786         * text.C: re-enable --with-included-string
1787
1788 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1789
1790         * textcursor.C: add <config.h>
1791
1792         * text.C (getWord): remove const from word_location arg
1793
1794         * lyxvc.C (getLogFile): fix const type order
1795
1796         * lyxtext.h: remove const from word_location arg, add arg name
1797
1798         * lyxlayout.h: currect type on labeltype.
1799
1800         * importer.C: correct \file
1801
1802         * converter.C (intToFormat): use std:: on ret val, ws changes
1803
1804         * bufferlist.h: correct \file
1805
1806         * buffer.C (makeLinuxDocFile): fix const type order
1807         (makeDocBookFile): ditto
1808         (fillWithBibKeys): use std:: on stdlib args.
1809
1810         * CutAndPaste.C: fix authors.
1811         (availableSelections): use std:: on return vector
1812
1813 2003-06-27  André Pönitz  <poenitz@gmx.net>
1814
1815         * BufferView_pimpl.C:
1816         * bufferview_funcs.C:
1817         * lyxcursor.C:
1818         * lyxcursor.h:
1819         * lyxfunc.C:
1820         * lyxtext.h:
1821         * rowpainter.C:
1822         * text.C:
1823         * text2.C:
1824         * text3.C: remove LyXCursor::row_ member
1825
1826         * lyxtext.h:
1827         * text.C: rename fullRebreak() to partialRebreak() and implement
1828           a fullRebreak() that really bereks fully
1829
1830         * textcursor.h: new struct for cursor-related data
1831
1832 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1833
1834         * lyx_main.C (LyX): get full path of document loaded on the
1835         command line
1836
1837 2003-06-26  André Pönitz  <poenitz@gmx.net>
1838
1839         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1840           remove unused/broken operator>,<,>=.
1841
1842         *       text.C: remove only use of broken operator<= in an Assert().
1843
1844 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1845
1846         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1847         moved errorlist_.clear to showErrorList
1848
1849 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1850
1851         * converter.C (scanLog, runLaTeX):
1852         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1853         move the bv->showErrorList call to the callers
1854         * lyxfunc.C: i.e. here...
1855         * text2.C: and here
1856         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1857         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1858         namespace, the second to...
1859         * buffer_funcs (BufferFormat, parseErrors): added
1860         * errorlist.C (ErrorList(TeXErrors const &)): removed
1861
1862 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1863
1864         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1865
1866 2003-06-24  "Garst R. Reese" <reese@isn.net>
1867
1868         * debug.C: fix typo
1869
1870 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1871
1872         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1873
1874         * version.C.in: change docversion to 1.4
1875
1876 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1877
1878         * buffer.C: fix a bug just introduced
1879
1880 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1881
1882         * buffer.[Ch]: added the parseError signal and use it, removed
1883         sgmlError
1884         * BufferView.[Ch] (addError): moved to ...
1885         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1886         to the Buffer::parseError signal to catch (guess what) parse errors
1887         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1888
1889 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1890
1891         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1892         ability to create a buffer and to return an existing one from
1893         the list. Moved these functions to...
1894         * buffer_funcs.[Ch]: added
1895         * BufferView.[Ch] (loadLyXFile): added
1896         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1897         job removed from bufferlist::loadLyXFile.
1898         * buffer.C (setReadOnly): make it work without view
1899         (i.e added an if (users))
1900
1901 2003-06-19  Angus Leeming  <leeming@lyx.org>
1902
1903         * lfuns.h:
1904         * LyXAction.C (init):
1905         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1906         with LFUN_DIALOG_SHOW <name> <data>.
1907
1908 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1909
1910         * CutAndPaste.C (availableSelections): small compilation fix for
1911         ancient (gcc 2.9x) compilers
1912
1913 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1914
1915         * text3.C (cursorNext): add tmp var
1916
1917         * text2.C (updateCounters): for function calling out of for clause
1918         (replaceSelectionWithString): ditto
1919         (insertStringAsParagraphs): ditto
1920         (getColumnNearX): add tmp var
1921         (setCursorFromCoordinates): add tmp var
1922         (cursorDownParagraph): add tmp var
1923         (deleteEmptyParagraphMechanism): add tmp var
1924
1925         * text.C (insertChar): add tmp var
1926
1927         * rowpainter.C (paintDepthBar): add tmp var
1928
1929         * CutAndPaste.C (availableSelections): potentially check all
1930         paragraphs in a cut to fill the shown strings.
1931
1932 2003-06-18  André Pönitz  <poenitz@gmx.net>
1933
1934         * kbmap.[Ch]: use vector<> instead of list<>
1935
1936 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1937
1938         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1939         pasteSelection with index
1940
1941         * text2.C (pasteSelection): modify, call pasteSelection with index
1942
1943         * paragraph.C (asString): reimplement version with no interval to
1944         call the one with interval.
1945
1946         * lyxtext.h: add index arg to pasteSelection
1947
1948         * MenuBackend.C (MenuItem): handle PasteRecent
1949         (Menu::read::Menutags): add md_pasterecent
1950         (read): handle it
1951         (expandPasteRecent): new function
1952         (expand): use it
1953
1954         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1955
1956         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1957         the limited stack
1958         (availableSelections): new function
1959
1960 2003-06-17  Angus Leeming  <leeming@lyx.org>
1961
1962         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1963
1964 2003-06-17  Angus Leeming  <leeming@lyx.org>
1965
1966         * lfuns.h:
1967         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1968
1969         * lyxfunc.C (dispatch): invoke it.
1970
1971 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1972
1973         * iterators.C (operator++, ParPosition): reintroduce some
1974         const_cast for the benefit of older compilers.
1975
1976 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1977
1978         * text3.C (dispatch): do not modify clipboard when doing
1979         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1980         LFUN_DELETE_SKIP on a selection selection
1981
1982 2003-06-16  André Pönitz  <poenitz@gmx.net>
1983
1984         * BufferView.C:
1985         * buffer.C:
1986         * buffer.h:
1987         * paragraph.C:
1988         * tabular.[Ch]: IU of clone() and getLabelList();
1989
1990 2003-06-13  André Pönitz  <poenitz@gmx.net>
1991
1992         * tabular.h: compactification
1993
1994 2003-06-12  André Pönitz  <poenitz@gmx.net>
1995
1996         * tabular.C:
1997         * tabular.h:
1998         * tabular_funcs.h: some renaming plus whitespace
1999
2000 2003-06-12  André Pönitz  <poenitz@gmx.net>
2001
2002         * BufferView.C:
2003         * BufferView_pimpl.C:
2004         * CutAndPaste.C:
2005         * buffer.C:
2006         * iterators.[Ch]:
2007         * lyxfunc.C:
2008         * text.C:
2009         * toc.C: Return a Paragraph & for ParIterator::operator*()
2010
2011 2003-06-11  John Levon  <levon@movementarian.org>
2012
2013         * lyx_main.C:
2014         * ToolbarBackend.h:
2015         * ToolbarBackend.C: add "Toolbars" section and
2016         put the flags there
2017
2018 2003-06-10  Angus Leeming  <leeming@lyx.org>
2019
2020         * lfuns.h:
2021         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2022
2023         * lyxfunc.C (dispatch): invoke it.
2024
2025 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2026
2027         * main.C: protect <ios> with HAVE_IOS
2028         (main): protect sync_with_stdio with HAVE_IOS
2029
2030 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2031
2032         * text2.C (cutSelection): adjust
2033         (pasteSelection): adjust
2034
2035         * messages.C: handle get of empty string
2036
2037         * main.C (main): use sync_with_stdio(false)
2038
2039         * lyxfunc.C (dispatch): adjust
2040
2041         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2042         (WriteAs): remove unneeded BufferView arg.
2043
2044         * bufferparams.h: use correct types on papersize, papersize2 and
2045         paperpackage.
2046
2047         * bufferparams.C (readToken): adjust for type
2048         (writeLaTeX): add missing cases to switch.
2049
2050         * bufferlist.C (quitWriteBuffer): adjust
2051         (close): adjust
2052
2053         * buffer.C (asciiParagraph): remove some commented code.
2054
2055         * CutAndPaste.C: remove current_view extern variable.
2056         (cutSelection): add BufferParams arg.
2057         (eraseSelection): add BufferParams arg.
2058         (pasteSelection): add Buffer const & arg
2059
2060 2003-06-07  John Levon  <levon@movementarian.org>
2061
2062         * buffer.C:
2063         * paragraph_funcs.C:
2064         * paragraph_pimpl.C:
2065         * text.C:
2066         * text2.C:
2067         * paragraph.h:
2068         * paragraph.C: allow InsetERT to freely space lines,
2069         and some consolidation of code
2070
2071 2003-06-06  José Matos  <jamatos@fep.up.pt>
2072
2073         * buffer.C (makeDocBookFile): fix bug #821
2074
2075 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2076
2077         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2078
2079 2003-06-04  Angus Leeming  <leeming@lyx.org>
2080
2081         * buffer.C: bump format to 224.
2082
2083 2003-06-05  André Pönitz  <poenitz@gmx.net>
2084
2085         * text2.C (redoParagraphs): remove two const_cast<>
2086
2087 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2088
2089         * ParagraphList.h: remove last remnants of NO_STD_LIST
2090
2091 2003-06-03  Angus Leeming  <leeming@lyx.org>
2092
2093         * factory.C (createInset): small change to the way InsetExternal's params
2094         are set.
2095
2096 2003-06-04  André Pönitz  <poenitz@gmx.net>
2097
2098         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2099
2100         * paragraph_pimpl.h:
2101         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2102
2103         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2104
2105         * undo_funcs.C: make some simple cases of undo work again
2106
2107 2003-06-03  John Levon  <levon@movementarian.org>
2108
2109         * ispell.C: HPUX doesn't have sys/select.h
2110         (from Albert Chin)
2111
2112 2003-06-03  John Levon  <levon@movementarian.org>
2113
2114         * CutAndPaste.C: update tabular and include inset
2115         buffer references
2116
2117         * buffer.h:
2118         * paragraph.h:
2119         * paragraph.C: remove owningBuffer(), don't pass Buffer
2120         to clone()
2121
2122         * factory.C: insetGraphicsParams changed
2123
2124 2003-06-02  John Levon  <levon@movementarian.org>
2125
2126         * LyXAction.C:
2127         * factory.C:
2128         * lfuns.h:
2129         * lyxfunc.C:
2130         * text3.C: remove insetparent
2131
2132 2003-06-02  John Levon  <levon@movementarian.org>
2133
2134         * buffer.h:
2135         * buffer.C: fix inset_iterator.end(), move out of line
2136         (bug 1149)
2137
2138 2003-06-01  John Levon  <levon@movementarian.org>
2139
2140         * text3.C: use a proper cut/paste when doing inset
2141         insert (from Jürgen Spitzmüller)
2142
2143 2003-06-01  John Levon  <levon@movementarian.org>
2144
2145         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2146
2147 2003-05-30  André Pönitz  <poenitz@gmx.net>
2148
2149         * rowpainter.C: unify second drawing phase
2150
2151 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2152
2153         * trans_mgr.C: remove one case of current_view
2154
2155         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2156
2157         * paragraph_funcs.h: remove paragraph.h include
2158
2159         * paragraph.h: delete NO_STD_LIST stuff
2160
2161         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2162
2163         * buffer.h: remove paragraph.h include
2164
2165         * ParagraphList.C: delete file
2166
2167         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2168
2169         * toc.C (getTocList): adjust
2170
2171         * paragraph_pimpl.C (validate): adjust
2172
2173         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2174
2175         * paragraph.C (Paragraph): adjust
2176         (getPositionOfInset): use const_iterator, adjust
2177         (bibitem): use const_iterator, adjust
2178         (setInsetOwner): adjust
2179
2180         * iterators.C (operator++): adjust
2181
2182         * InsetList.[Ch]: Replace selfmade iterator with standard
2183         vector::iterator also introduce const_iterator. Remove getPos,
2184         getInset and setInset from InsetTable. Adjust accordingly.
2185
2186         * BufferView.C (lockInset): adjust
2187         (ChangeInsets): adjust
2188
2189         * tabular.[Ch]: delete commented same_id functions
2190
2191 2003-05-28  John Levon  <levon@movementarian.org>
2192
2193         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2194
2195 2003-05-28  André Pönitz  <poenitz@gmx.net>
2196
2197         * metricsinfo.[Ch]: remove 'fullredraw' member
2198
2199 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2200
2201         * lyxtextclass.C (operator): remove caching.
2202
2203 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2204
2205         * text3.C: adjust
2206
2207         * text2.C (cursorBottom): adjust
2208         (setCounter): use ParagraphList::find, adjust
2209
2210         * text.C (workWidth): use ParagraphList::find, adjust
2211
2212         * lyxcursor.C (LyXCursor): adjust
2213
2214         * buffer.C (inset_iterator): adjust
2215
2216         * ParagraphList.h: make iterator(value_type) private, make
2217         ParagraphList a friend of iterator.
2218
2219         * ParagraphList.C (find): new function
2220
2221         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2222
2223 2003-05-27  André Pönitz  <poenitz@gmx.net>
2224
2225         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2226
2227 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2228
2229         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2230
2231 2003-05-26  John Levon  <levon@movementarian.org>
2232
2233         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2234
2235 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2236
2237         * remove same_id from function signatures, adjust.
2238
2239 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2240
2241         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2242
2243         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2244
2245         * paragraph.C (Paragraph): get rid of same_ids parameter
2246
2247         * ParagraphList.C (insert): adjust
2248         (push_back): adjust
2249
2250 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2251
2252         * paragraph_funcs.C (breakParagraph): adjust
2253         (breakParagraphConservative): adjust
2254
2255         * buffer.C (readParagraph): adjust
2256
2257         * ParagraphList.C (insert): take a reference instead of a pointer
2258         (insert): adjust
2259
2260         * paragraph.[Ch] (id): new function
2261
2262         * bufferlist.C (newFile): adjust
2263
2264         * ParagraphList.C (ParagraphList): adjust
2265         (assign): adjust
2266         (push_back): take a reference instead of a pointer.
2267
2268         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2269
2270         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2271         instead.
2272
2273         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2274         set else use old code.
2275
2276         * ParagraphList.C: remove all NO_NEXT code and only compile this
2277         code of NO_STD_LIST is set.
2278
2279 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2280
2281         * BufferView_pimpl.C:
2282         * TextCache.C:
2283         * TextCache.h:
2284         * bufferlist.C:
2285         * errorlist.h:
2286         * format.C:
2287         * format.h:
2288         * graph.C:
2289         * lyxfunc.C:
2290         * lyxrc.C:
2291         * graphics/GraphicsConverter.C:
2292         * graphics/PreviewLoader.C: header adjustment
2293
2294 2003-05-23  Angus Leeming  <leeming@lyx.org>
2295
2296         * LaTeXFeatures.[Ch] (useBabel): new method.
2297         * bufferparams.C (writeLaTeX): use it.
2298
2299 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2300
2301         * ParagraphList.h (set): remove unused function.
2302
2303 2003-05-23  André Pönitz  <poenitz@gmx.net>
2304
2305         * BufferView.C:
2306         * BufferView_pimpl.C:
2307         * buffer.C:
2308         * buffer.h:
2309         * lyxfunc.C:
2310         * undo_funcs.C: setUndo reworked
2311
2312         * iterators.[Ch]: add access to topmost ParagraphList
2313
2314         * lyxtext.[Ch] (workWidth): add a const
2315
2316 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2317
2318         * texrow.[Ch] (increasePos): remove function
2319         * exporter.C (export): removed unused var and outdated comment
2320
2321 2003-05-23  Angus Leeming  <leeming@lyx.org>
2322
2323         * latexrunparams.h: rename fragile as moving_arg.
2324         * paragraph.C (simpleTeXOnePar): ditto.
2325         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2326
2327 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2328
2329         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2330         (createUndo): ditto
2331         (textUndoOrRedo): comment out a currently unused var.
2332
2333         * paragraph.h (NO_NEXT): enable NO_NEXT
2334
2335         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2336
2337         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2338
2339         * exporter.C (Export): adjust for removeAutoInsets removal.
2340
2341         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2342
2343         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2344
2345         * BufferView.[Ch] (removeAutoInsets): delete function
2346
2347 2003-05-22  Angus Leeming  <leeming@lyx.org>
2348
2349         * latexrunparams.h: add a free_spacing variable.
2350
2351         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2352         to pass moving_arg, as the data is stored in runparams.fragile.
2353
2354         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2355         to Inset::latexOptional or to simpleTeXOnePar.
2356
2357         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2358         free_spacing arg to Inset::latexOptional.
2359
2360         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2361         free_spacing arg.
2362
2363 2003-05-22  Angus Leeming  <leeming@lyx.org>
2364
2365         * latexrunparams.h: add fragile and use_babel variables.
2366
2367         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2368         * buffer.C (makeLaTeXFile): store this returned value in
2369         runparams.use_babel, thus passing it to the inset::latex methods.
2370
2371         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2372         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2373
2374         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2375         longer has a fragile arg, as it is stored in runparams.fragile.
2376
2377         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2378         moving_arg parameter as the data is stored in runparams.fragile.
2379
2380         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2381         a fragile parameter as the data is stored in runparams.fragile.
2382
2383 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2384
2385         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2386
2387 2003-05-22  Angus Leeming  <leeming@lyx.org>
2388
2389         * latexrunparams.h: add a 'bool nice' which defaults to false.
2390
2391         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2392         now encapsulated within runparams.
2393
2394         * bufferlist.C (updateIncludedTeXfiles):
2395         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2396
2397 2003-05-22  Angus Leeming  <leeming@lyx.org>
2398
2399         * latexrunparams.h: new file containing struct LatexRunParams.
2400         * Makefile.am: add new file.
2401
2402         * LaTeX.[Ch] (c-tor, run):
2403         * buffer.[Ch] (makeLaTeXFile):
2404         * bufferlist.[Ch] (updateIncludedTeXfiles):
2405         * converter.C (convert, scanLog):
2406         * converter.[Ch] (runLaTeX):
2407         * exporter.C (Export):
2408         * paragraph.[Ch] (simpleTeXOnePar):
2409         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2410         * paragraph_funcs.[Ch] (latexParagraphs):
2411         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2412         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2413         pass around a LatexRunParams parameter.
2414
2415 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2416
2417         * paragraph.[Ch]: remove unused constructor
2418
2419         * ParagraphList.C (erase): new function, taking two iterators
2420
2421 2003-05-22  André Pönitz  <poenitz@gmx.net>
2422
2423         * undo_funcs.C: remove duplicated code
2424
2425         * iterator.[Ch]: operator=
2426
2427 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2428
2429         * tabular.C (SetMultiColumn): ws changes
2430
2431         * rowpainter.C (paintFirst): get rid of a ->previous
2432
2433         * lyx_cb.C (getPossibleLabel): parlist simplification
2434
2435         * BufferView.C (ChangeInsets): simplify slightly.
2436
2437 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2438
2439         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2440         * lfuns.h: new LFUN_SPACE
2441         * lyxfunc.C: protected space has a new lfun
2442         * paragraph_funcs.C: read new space insets
2443         * text3.C:
2444         * factory.C: handle new space insets
2445
2446 2003-05-22  André Pönitz  <poenitz@gmx.net>
2447
2448         * BufferView.C:
2449         * BufferView_pimpl.C:
2450         * buffer.[Ch]:
2451         * lyxfunc.C:
2452         * undo_funcs.C: return a ParIterator from getParFromID.
2453
2454         * iterators.[Ch]: add two const's
2455
2456 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2457
2458         * toc.C (getTocList): adjust
2459
2460         * iterators.[Ch]: rework for parlist
2461
2462         * buffer.C (par_iterator_begin): adjust
2463         (par_iterator_end): adjust
2464
2465         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2466
2467         * BufferView.C (removeAutoInsets): adjust
2468         (ChangeInsets): adjust
2469
2470 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2471
2472         * text.C (top_y): fix bug 1110
2473
2474 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2475
2476         * errorlist.[Ch]: added
2477         * buffer.C:
2478         * BufferView.[Ch]:
2479         * BufferView_pimpl.C:
2480         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2481         instead
2482
2483 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2484
2485         * Makefile.am: ensure that lyx is relinked upon changes to the
2486         various "convenience" libs.
2487
2488 2003-05-20  Angus Leeming  <leeming@lyx.org>
2489
2490         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2491         files are compiled in alphabetical order again.
2492
2493         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2494
2495 2003-05-19  Angus Leeming  <leeming@lyx.org>
2496
2497         * gettext.[Ch]: remove "char const * _(char const *)".
2498
2499 2003-05-19  André Pönitz  <poenitz@gmx.net>
2500
2501         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2502
2503         * Makefile.am:
2504         * BufferView.C:
2505         * DepTable.h:
2506         * LaTeXFeatures.C:
2507         * buffer.C:
2508         * lyxfont.C:
2509         * lyxlex.h:
2510         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2511
2512 2003-05-19  André Pönitz  <poenitz@gmx.net>
2513
2514         * buffer.C:
2515         * lyxlayout.[Ch]:
2516         * lyxtextclass.[Ch]:
2517         * paragraph.C:
2518         * paragraph_funcs.[Ch]:
2519         * text2.C:
2520         * text3.C: more insetenv work
2521
2522 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2523
2524         * ParagraphParameters.C (params2string): small bug fixed
2525
2526 2003-05-16  André Pönitz  <poenitz@gmx.net>
2527
2528         * debug.C:
2529         * bufferview_funcs.C: patch from Kornel Benko to prevent
2530           crash when _(...) is called twice in a statement
2531
2532 2003-05-16  André Pönitz  <poenitz@gmx.net>
2533
2534         * BufferView.C:
2535         * lyxfunc.C:
2536         * text.C:
2537         * text2.C:
2538         * text3.C:
2539         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2540
2541 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2542
2543         * lyx_main.C (init): remove spurious static_cast
2544
2545 2003-05-14  André Pönitz  <poenitz@gmx.net>
2546
2547         * BufferView.C: fix format string
2548
2549 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2550
2551         * BufferView.[Ch] (insertErrors): removed
2552         * BufferView.[Ch] (showErrorList): added
2553         * buffer.C (runChkTeX):
2554         * converter.C (scanLog): call showErrorList instead of inserterrors
2555
2556 2003-05-13  André Pönitz  <poenitz@gmx.net>
2557
2558         * BufferView_pimpl.C:
2559         * buffer.C:
2560         * bufferview_func.C:
2561         * MenuBackend.C:
2562         * lyxfunc.C:
2563         * lyxrc.C:
2564         * tex-accent.C:
2565         * text3.C:
2566         * toc.C:
2567         * tabular_funcs.h: tostr() from its own header
2568
2569         * ParagraphParameters.C:
2570         * ToolbarBackend.C:
2571         * bufferparams.C:
2572         * format.C:
2573         * lyxlex_pimpl.C:
2574         * text3.C: STRCONV()
2575
2576 2003-05-12  André Pönitz  <poenitz@gmx.net>
2577
2578         * BufferView.C:
2579         * BufferView_pimpl.C:
2580         * CutAndPaste.C:
2581         * LaTeX.C:
2582         * LaTeXFeatures.C:
2583         * ParagraphParameters.C:
2584         * buffer.C:
2585         * bufferlist.C:
2586         * bufferparams.C:
2587         * bufferview_funcs.C:
2588         * converter.C:
2589         * counters.C:
2590         * debug.C:
2591         * exporter.C:
2592         * format.C:
2593         * importer.C:
2594         * lyx_cb.C:
2595         * lyx_main.C:
2596         * lyxfont.C:
2597         * lyxfunc.C:
2598         * lyxvc.C:
2599         * paragraph.C:
2600         * paragraph_funcs.C:
2601         * tabular.C:
2602         * tabular_funcs.C:
2603         * text2.C:
2604         * text3.C:  boost::format -> bformat  all over the place
2605
2606
2607 2003-05-09  André Pönitz  <poenitz@gmx.net>
2608
2609         * LColor.[Ch]: Pimpl the #include <map> away
2610
2611 2003-05-09  John Levon  <levon@movementarian.org>
2612
2613         * bufferlist.C: never remove emergency saves
2614
2615 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2616
2617         * Makefile.am: better lib building
2618
2619 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2620
2621         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2622         instead.
2623         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2624         (simpleTeXSpecialChars): adjust
2625         (simpleTeXSpecialChars): adjust
2626         * paragraph.C (simpleTeXOnePar): adjust
2627         * buffer.C (makeLaTeXFile): adjust
2628
2629         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2630
2631         * text2.C (changeDepth): parlist cleanup
2632         (getColumnNearX): ditto
2633
2634         * rowpainter.C (getLabelFont): parlist cleanup
2635
2636         * bufferlist.C (newFile): parlist cleanup
2637
2638         * CutAndPaste.C (eraseSelection): parlist cleanup
2639
2640         * BufferView_pimpl.C (trackChanges): parlist cleanup
2641         (dispatch): ditto
2642
2643         * BufferView.C (lockInset): parlist cleanup.
2644         (ChangeInsets): ditto
2645
2646 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2647
2648         * CutAndPaste.h: Update file header.
2649
2650         * CutAndPaste.C: Update file header.
2651         Store the parts cut out of the Document in a limited_stack.
2652         (copySelection): adjust
2653         (pasteSelection): new function, takes the index in the limited stack.
2654         (nrOfParagraphs): adjust
2655         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2656         simplify error inset insertion.
2657         (checkPastePossible): adjust
2658
2659 2003-05-06  John Levon  <levon@movementarian.org>
2660
2661         * text2.C: don't cast wrap inset to float
2662
2663 2003-05-05  André Pönitz  <poenitz@gmx.net>
2664
2665         * iterator.C:
2666         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2667
2668         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2669           few naked Paragraph *.
2670
2671 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2672
2673         * bufferparams.C: Output warning if a document with missing
2674         TeX document class is loaded
2675         * exporter.C: Disable TeX exports if the document class is missing
2676         * lyxtextclass.C:
2677         * lyxtextclass.h:
2678         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2679         isTeXClassAvailable()
2680
2681 2003-05-03  John Levon  <levon@movementarian.org>
2682
2683         * BufferView.h:
2684         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2685         explicit cursor show/hide
2686
2687         * BufferView_pimpl.h:
2688         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2689         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2690
2691         * lyxfunc.C: hide cursor before dispatching.
2692
2693         * lyx_cb.C:
2694         * lyxfind.C:
2695         * text.C:
2696         * text3.C: remove explicit cursor hides
2697
2698 2003-05-02  André Pönitz  <poenitz@gmx.net>
2699
2700         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2701
2702         * undo_funcs.C:
2703         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2704           linked lists
2705
2706         * text2.C: tiny whitespace
2707
2708 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2709
2710         * undo_funcs.C: almost only ws changes.
2711
2712         * ParagraphList.C (splice): just return if pl is empty.
2713
2714 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2715
2716         * ParagraphList.C (splice): new function.
2717
2718         * CutAndPaste.C (pasteSelection): use it
2719
2720 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2721
2722         * CutAndPaste.C (pasteSelection): remove the last next and
2723         previous from this file.
2724
2725 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2726
2727         * CutAndPaste.C (pasteSelection): more clean up, user proper
2728         ParagraphList functions for pasteing.
2729
2730         * ParagraphList.C (insert): new function, three arg insert
2731
2732 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2733
2734         * ParagraphList.C (insert): new function, three arg insert
2735
2736         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2737         not on paragraphs.
2738
2739 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2740
2741         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2742
2743 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2744
2745         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2746
2747 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2748
2749         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2750         (copySelection): clean up a bit.
2751         (pasteSelection): use make_pair
2752
2753         * ParagraphList.C (ParagraphList): implement copy constructor
2754         (operator=): implement, base on copy constructor.
2755         (assign): new func
2756
2757         * paragraph.C (erase): return a bool
2758
2759         * paragraph_pimpl.C (erasePos): remove function, move contents...
2760         (erase): ... here. Return a bool.
2761         (erase): call erase instead of erasePos.
2762
2763 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2764
2765         * ParagraphList.h: define PitPosPair
2766         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2767         ParagraphList, fix a bug on pasting multiple pars
2768         * text2.C: change interface to C&P
2769
2770 2003-04-30  André Pönitz  <poenitz@gmx.net>
2771
2772         * undo_func.C: revert part of yesterday's patch 2
2773
2774 2003-04-30  John Levon  <levon@movementarian.org>
2775
2776         * LColor.C: s/tabular/table/
2777
2778 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2779
2780         * text3.C (dispatch): do not convert iterator -> pointer
2781         * undo_funcs.C (setCursorParUndo): ditto
2782         * text_funcs.C (transposeChars): ditto
2783
2784         * text2.C (setLayout): ws changes only
2785
2786         * text.C (breakParagraph): do not convert iterator -> pointer
2787         (insertChar): ditto
2788         (acceptChange): ditto
2789         (rejectChange): ditto
2790         (changeCase): ditto
2791         (Delete): ditto
2792         (backspace): ditto
2793
2794         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2795         pointer
2796
2797 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2798
2799         * text3.C (gotoInset): YABG (yet another bad getChar)
2800
2801 2003-04-29  André Pönitz  <poenitz@gmx.net>
2802
2803         * paragraph.h: make operator= private unimplemented as long as
2804           it is unusable
2805
2806         * ParagraphList.C: whitespace
2807
2808         * paragraph.[Ch]:
2809         * paragraph_pimpl.[Ch]:
2810         * paragraph_funcs.C:
2811         * CutAndPaste.C:
2812         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2813
2814         * text2.C:
2815           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2816
2817 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2818
2819         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2820         * paragraph.[Ch] (erase):
2821         * paragraph_pimpl.[Ch] (erase): change return type and value
2822         * text2.C (cutSelection): some rework
2823
2824 2003-04-28  John Levon  <levon@movementarian.org>
2825
2826         * bufferlist.C: changes for unsaved changes dialog
2827
2828 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2829
2830         * bufferlist.C (newFile): set language (messages_) for new
2831         documents also.
2832
2833         * buffer.C (readFile): ws changes only.
2834
2835 2003-04-28  André Pönitz  <poenitz@gmx.net>
2836
2837         * undo_funcs.C:
2838         * lyxfunc.C:
2839         * buffer.[Ch]:
2840         * BufferView_pimpl.C:
2841         * BufferView.C: getParFromID related ParagraphList::iterator changes
2842
2843 2003-04-28  André Pönitz  <poenitz@gmx.net>
2844
2845         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2846           Changes
2847
2848 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2849
2850         * messages.C: remove one more localedir class variable.
2851
2852 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2853
2854         * messages.C (getLocaleDir): singleton generation function
2855         (Pimpl): use it.
2856         (Messages): add a default constructor.
2857
2858         * main.C (main): do not setup localedir here, do not call
2859         gettext_init.
2860
2861         * gettext.C (_): use it.
2862         (gettext_init): delete funciton
2863
2864 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2865
2866         * gettext.C (getLyXMessages): new singleton generating function.
2867
2868         * buffer.C (updateDocLang): adjust
2869
2870         * Makefile.am (messages.o): add target
2871         (main.o): remove target
2872
2873 2003-04-27  John Levon  <levon@movementarian.org>
2874
2875         * bufferlist.C:
2876         * lyx_cb.C:
2877         * lyxfunc.C:
2878         * lyxvc.C: specify cancel button in Alert::prompt
2879
2880 2003-04-26  John Levon  <levon@movementarian.org>
2881
2882         * text3.C:
2883         * lyxfunc.C:
2884         * lfuns.h:
2885         * LyXAction.C: add LFUN_INSET_SETTINGS
2886
2887         * lyxfunc.C: don't enable tabular-feature when there's
2888         just any locking inset
2889
2890 2003-04-26  John Levon  <levon@movementarian.org>
2891
2892         * bufferlist.C: re-add Cancel to buffer close question
2893
2894         * lyxfunc.C: fix import UI a bit
2895
2896 2003-04-25  John Levon  <levon@movementarian.org>
2897
2898         * gettext.C: remove the broken asserts for now
2899
2900 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2901
2902         * messages.C: make case where setlocale cannot comply work better.
2903
2904         * buffer.C (updateDocLang): new function
2905         (changeLanguage): use it
2906         (readFile): use it
2907
2908         * text2.C (setCounter): use B_ a bit.
2909
2910         * lyxlayout.C (Read): be sure to trim the label strings.
2911
2912         * messages.C (Messages): fix typo in comment
2913
2914         * buffer.C (readFile): set message_ after file is loaded.
2915         (makeDocBookFile): remove double return
2916         (changeLanguage): reset message_ upon language change.
2917         (B_): new func, use this to get translated buffer strings.
2918
2919         * main.C: add myself and Jean Marc as authors.
2920
2921 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2922
2923         * messages.[hC]: pimplify Messages, and three different pimpls to be
2924         used in different circumstances.
2925
2926         * gettext.[Ch]: change for use with new message code.
2927
2928 2003-04-24 André Pönitz <poenitz@gmx.net>
2929
2930         * factory.C: support for eqref
2931
2932 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2933
2934         * messages.[Ch]: add missing char
2935
2936         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2937
2938         * messages.[Ch]: New files
2939
2940 2003-04-18  John Levon  <levon@movementarian.org>
2941
2942         * BufferView.h:
2943         * BufferView.C:
2944         * BufferView_pimpl.C:
2945         * lfuns.h:
2946         * LyXAction.C:
2947         * lyxtext.h:
2948         * text2.C: remove layout-copy/paste (bug 778)
2949
2950 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2951
2952         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2953
2954 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2955
2956         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2957         if they succeed. Act accordingly.
2958
2959 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2960
2961         * text2.C (setCharFont): adjust
2962         (setCounter): adjust
2963         (insertStringAsLines): adjust
2964
2965         * text.C (leftMargin): adjust
2966         (setHeightOfRow): adjust
2967
2968         * rowpainter.C (paintFirst): adjust
2969         (paintLast): adjust
2970
2971         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2972         (outerHook): ditto
2973         (isFirstInSequence): ditto
2974         (getEndLabel): ditto
2975         (outerFont): adjust
2976
2977         * paragraph.C (getParLanguage): comment out some hard stuff.
2978
2979         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2980         (sgmlError): ditto
2981         (simpleDocBookOnePar): ditto
2982         (makeDocBookFile): use ParagraphList::iterator
2983
2984         * CutAndPaste.C (pasteSelection): adjust
2985
2986 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2987
2988         * text2.C (getFont): adjust
2989         (getLayoutFont): adjust
2990         (getLabelFont): adjust
2991
2992         * paragraph_funcs.C (TeXOnePar): adjust
2993
2994         * buffer.C (simpleLinuxDocOnePar): adjust
2995         (simpleDocBookOnePar): adjust
2996
2997         * CutAndPaste.C (pasteSelection): adjust
2998
2999         * BufferView.C (getEncoding): adjust
3000
3001         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3002
3003 2003-04-16  John Levon  <levon@movementarian.org>
3004
3005         * lyxfind.C: use parlist stuff for search/changes
3006
3007 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3008
3009         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3010
3011         * text2.C (deleteEmptyParagraphMechanism): adjust
3012
3013         * text2.[Ch] (ownerParagraph): delete func (both of them
3014
3015 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3016
3017         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3018
3019 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3020
3021         * ParagraphList.C: prepare for NO_NEXT
3022
3023 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3024
3025         * text2.C (getFont): adjust
3026         (getLayoutFont): adjust
3027         (getLabelFont): adjust
3028
3029         * paragraph.C (getFont): adjust
3030         (getLabelFont): adjust
3031         (getLayoutFont): adjust
3032
3033         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3034
3035 2003-04-15  John Levon  <levon@movementarian.org>
3036
3037         From Angus Leeming
3038
3039         * lyx_main.C: handle Include in .ui files
3040
3041 2003-04-15  John Levon  <levon@movementarian.org>
3042
3043         * MenuBackend.C: make the doc files length shorter
3044
3045         * ToolbarBackend.h:
3046         * ToolbarBackend.C: handle toolbar placement flags,
3047         Minibuffer
3048
3049 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3050
3051         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3052         adjust
3053
3054         * paragraph_funcs.C (TeXOnePar): adjust
3055
3056         * paragraph.C (getLabelFont): add outerfont arg, adjust
3057         (getLayoutFont): ditto
3058         (simpleTeXOnePar): adjust
3059
3060         * paragraph_pimpl.C (realizeFont): delete func
3061
3062 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3063
3064         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3065         row argument, constify cur argument.
3066
3067 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3068
3069         * text2.C (getFont): adjust
3070         (getLayoutFont): adjust
3071         (getLabelFont): adjust
3072
3073         * paragraph_funcs.C (TeXOnePar): adjust
3074         (outerFont): new func...
3075         (realizeFont): ...moved out from here, changed this to facilitate
3076         transition
3077
3078         * paragraph.C (getFont): take outerfont as arg, adjust
3079         (simpleTeXOnePar): add outerfont arg, adjust
3080
3081         * buffer.C (simpleLinuxDocOnePar): adjust
3082         (simpleDocBookOnePar): adjust
3083
3084         * CutAndPaste.C (pasteSelection): adjust
3085
3086         * BufferView.C (getEncoding): adjust
3087
3088 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3089
3090         * text2.C (setCharFont): adjust
3091         (setCounter): adjust
3092
3093         * text.C (leftMargin): adjust
3094         (setHeightOfRow): adjust
3095
3096         * rowpainter.C (paintFirst): adjust
3097         (paintLast): adjust
3098
3099         * paragraph_pimpl.C (realizeFont): adjust
3100
3101         * paragraph.C (isFirstInSequence): move from here...
3102         * paragraph_funcs.C (isFirstInSequence): ...to here
3103
3104         * paragraph.C (outerHook): move from here...
3105         * paragraph_funcs.C (outerHook): ...to here
3106
3107         * paragraph.C (depthHook): move from here...
3108         * paragraph_funcs.C (depthHook): ...to here
3109
3110         * paragraph.C (getEndLabel): move from here...
3111         * paragraph_funcs.C (getEndLabel): ...to here
3112
3113         * text2.C (realizeFont): move from here...
3114         * paragraph_funcs.C (realizeFont): ...to here
3115
3116 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3117
3118         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3119
3120 2003-04-14  Angus Leeming  <leeming@lyx.org>
3121
3122         * LColor.[Ch]: scrap LColor mathcursor.
3123
3124 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3125
3126         * lyxlex.[Ch] (text): delete function
3127         * trans.C (Load): adjust
3128         * paragraph_funcs.C (readParToken): adjust
3129
3130 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3131
3132         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3133         vector<char> instead of a char[].
3134
3135         * lyxlex_pimpl.C (getString): adjust
3136         (next): adjust
3137         (lex): use getString
3138         (eatLine): adjust
3139         (nextToken): adjust
3140
3141         * lyxlex.C (text): use pimpl_->getString()
3142         (getBool): ditto
3143         (findToken): ditto
3144
3145 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3146
3147         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3148         (makeFontEntriesLayoutSpecific): temp var for par.size()
3149         (setLayout): temp var for ownerParagraphs().end()
3150         (fullRebreak): temp var for rows().end()
3151         (selectionAsString): temp var for boost::next(startpit), realize
3152         that the while really is a regular for loop.
3153         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3154         setCursor in one place.
3155         (setParagraph): temp vr for ownerParagraphs().end()
3156         (updateCounters): make the while loop a for loop
3157         (cutSelection): temp var for ownerParagraphs().end()
3158         (updateInset): make the do {} while() a regular for loop
3159         (getCursorX): use temp vars
3160         (setCurrentFont): use temp vars
3161         (getColumnNearX): use temp vars
3162
3163 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3164
3165         * text.C (transformChar): use temp var for getChar
3166         (computeBidiTables): use temp var for row->par()
3167         (fill): move temp vars for row->par() and pit->layout() earlier in
3168         the function.
3169         (labelFill): use temp var for row->par()
3170         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3171         asc and desc, realize that pit never changes and that firstpit is
3172         just a duplicate and not needed. Exchange rit->par() with pit in a
3173         lot of places.
3174         (breakAgain): use a temp var for boost::next(rit)
3175         (breakAgainOneRow): ditto
3176         (breakParagraph): use a temp var for rows().begin()
3177         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3178         (cursorRightOneWord): use temp var for cursor.par() and
3179         cursor.pos(), remove usage of tmpcursor.
3180         (cursorLeftOneWord): use temp var for cursor.par() and
3181         cursor.pos() only set cur at end of function.
3182
3183 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3184
3185         * text.C, text2.C: exchange all usage of Paragraph::next with
3186         boost::next(ParagraphList::iterator)
3187
3188         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3189
3190         * text2.C (cursorTop): simplify implementation
3191         (cursorBottom): ditto
3192         (setParagraph): use ParagraphList::iterator
3193         (setCurrentFont): adjust
3194         (getColumnNearX): adjust
3195         (cursorRight): adjust
3196         (cursorLeft): remove usage of Paragraph::previous
3197         (cursorUpParagraph): ditto
3198         (deleteEmptyParagraphMechanism): slight cleanup
3199
3200         * text.C (isBoundary): take a Paragraph const & instead of a
3201         pointer as arg.
3202         (addressBreakPoint): ditto
3203         (leftMargin): remove usage of Paragraph::previous.
3204         (setHeightOfRow): ditto
3205         (cursorLeftOneWord): ditto
3206         (selectNextWordToSpellcheck): ditto
3207         (Delete): ditto
3208         (backspace): ditto
3209         (breakParagraph): remove one usage of Paragraph::next
3210         (redoParagraph): ditto
3211         (acceptChange): ditto
3212         (insertChar): adjust
3213         (rowBreakPoint): adjust
3214
3215         * bufferview_funcs.C (toggleAndShow): adjust
3216
3217 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3218
3219         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3220         methods to access it.
3221         * lyxtext.h:
3222         * text.C: Added updateRowPositions to compute all row positions.
3223         Make top_y and getRowNearY() to use the cached y position
3224
3225 2003-04-11  John Levon  <levon@movementarian.org>
3226
3227         * text.C (rowBreakPoint): reintroduce the labelEnd
3228         checks, code copied from the row fill stuff. Deep voodoo.
3229
3230         * text.C (fill): add a comment and debugging for the
3231         next poor soul.
3232
3233 2003-04-11  John Levon  <levon@movementarian.org>
3234
3235         * text.C: make sure fullrow insets get wrapped to the next line,
3236         even when they're in a manual label
3237
3238 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3239
3240         * text2.C (insertParagraph): make it take ParagraphList::iterator
3241         as arg.
3242         (setLayout): make it return ParagraphList::iterator
3243         (redoParagraphs): ditto
3244         (setCounter): ditto
3245         (checkParagraph): ditto
3246
3247         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3248
3249         * text2.C: adjust several funcs.
3250         (realizeFont): take a ParagraphList::iterator as arg.
3251         (getLayoutFont): ditto
3252         (getLabelFont): ditto
3253         (setCharFont): ditto
3254
3255         * text.C: adjust several funcs.
3256
3257 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3258
3259         * text.C (selectNextWordToSpellcheck): don't accidentally
3260         skip insets
3261
3262 2003-04-10  John Levon  <levon@movementarian.org>
3263
3264         * ToolbarBackend.C (getIcon): special handling for
3265         LFUN_MATH_DELIM
3266
3267 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3268
3269         * text2.C (cursorRight): a getChar assert fixed
3270
3271 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3272
3273         * text2.C (getFont): change to take a ParagraphList::iterator
3274         instead of Paragraph*
3275         Adjust several functions.
3276
3277         * text.C (transformChar): change to take a ParagraphList::iterator
3278         instead of Paragraph*
3279         (singleWidth): ditto
3280         Adjust several functions.
3281
3282         * rowpainter.C: adjust several functions
3283         * rowpainter.h:store a ParagraphList::iterator and not a
3284         Paragraph&.
3285
3286
3287 2003-04-09  John Levon  <levon@movementarian.org>
3288
3289         * lyxfunc.C:
3290         * lfuns.h:
3291         * LyXAction.h:
3292         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3293         and the "help" bits as well
3294
3295 2003-04-09  John Levon  <levon@movementarian.org>
3296
3297         * ToolbarBackend.h:
3298         * ToolbarBackend.C: allow multiple toolbars
3299
3300 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3301
3302         * undo_funcs.C (setCursorParUndo): adjust
3303
3304         * text_funcs.C (transposeChars): adjust
3305
3306         * text3.C (gotoNextInset): adjust
3307         (dispatch): adjust
3308
3309         * text2.C (setLayout): adjust
3310         (changeDepth): adjust
3311         (setFont): adjust
3312         (redoParagraphs): adjust
3313         (selectionAsString): adjust
3314         (setParagraph): adjust
3315         (insertInset): adjust
3316         (cutSelection): adjust
3317         (copySelection): adjust
3318         (pasteSelection): adjust
3319         (insertStringAsLines): adjust
3320         (updateInset): adjust
3321         (setCursor): change to take a ParagraphList::iterator parameter
3322         (setCursorIntern): change to take a ParagraphList::iterator parameter
3323         (setCurrentFont): adjust
3324         (cursorLeft): adjust
3325         (cursorRight): adjust
3326         (deleteEmptyParagraphMechanism): adjust
3327
3328         * text.C (breakParagraph): adjust
3329         (insertChar): adjust
3330         (acceptChange): adjust
3331         (rejectChange): adjust
3332         (selectNextWordToSpellcheck): adjust
3333         (changeCase): adjust
3334         (Delete): adjust
3335         (backspace): adjust
3336
3337         * lyxfind.C (SearchForward): adjust
3338         (SearchBackward): adjust
3339         (nextChange): adjust
3340
3341         * lyxcursor.C (par): adjust
3342
3343         * lyxcursor.h: store a ParagraphList::iterator instead of a
3344         Paragraph*
3345
3346         * lyx_cb.C (getPossibleLabel): adjust
3347
3348         * bufferview_funcs.C (toggleAndShow): adjust
3349
3350         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3351         (dispatch): adjust
3352
3353         * BufferView.C (removeAutoInsets): adjust
3354         (lockedInsetStoreUndo): adjust
3355
3356 2003-04-09  John Levon  <levon@movementarian.org>
3357
3358         * ToolbarBackend.C: try icon without argument
3359         if with argument fails
3360
3361 2003-04-08  John Levon  <levon@movementarian.org>
3362
3363         * ToolbarBackend.h:
3364         * ToolbarBackend.C: add getIcon(), handle tooltip,
3365         and change from "Icon" to "Item".
3366
3367 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3368
3369         * BufferView.C (lockInset): another bad getchar crunched
3370
3371 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3372
3373         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3374         again)
3375
3376 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3377
3378         * lyxfind.C (searchForward, searchBackwards): bug 782
3379
3380 2003-04-07  John Levon  <levon@movementarian.org>
3381
3382         * paragraph.C: remove dead comment
3383
3384         * text.C: remove troublesome depth-fiddling code
3385         in leftMargin() and rightMargin() (bug 1017)
3386
3387         * text.C: fix breaking of rows in nested lists
3388         (bug 1004)
3389
3390         * text2.C (updateCounters): fix up depth values
3391         (bug 1013)
3392
3393 2003-04-07  John Levon  <levon@movementarian.org>
3394
3395         * BufferView_pimpl.C: clear message when doc finishes resizing,
3396         and after a mouse event
3397
3398         * lyxfunc.C: clear message after exiting inset
3399
3400 2003-04-07  John Levon  <levon@movementarian.org>
3401
3402         * bufferview_funcs.C: show math status not outside
3403         status in the statusbar
3404
3405 2003-04-07  John Levon  <levon@movementarian.org>
3406
3407         * lyxfunc.C: note status changed after a depth change
3408
3409 2003-04-04  Angus Leeming  <leeming@lyx.org>
3410
3411         * LaTeX.h: move AuxInfo operator==, != out of line.
3412         Remove LaTeX virtual destructor; nothing derives from it.
3413         Move operator()() out of public area and rename it startscript().
3414         Change protected for private.
3415
3416 2003-04-04  Angus Leeming  <leeming@lyx.org>
3417
3418         * lyxfunc.C:
3419         * text2.C: remove unneeded #includes.
3420
3421 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3422
3423         * text2.C (dEPM): fix the heigth of the next row
3424
3425 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3426
3427         * text.C: squashed an invalid getChar requester + some ws changes
3428
3429 2003-04-03  John Levon  <levon@movementarian.org>
3430
3431         * bufferview_funcs.h:
3432         * bufferview_funcs.C:
3433         * lyxfunc.C:
3434         * lyxtext.h:
3435         * text2.C: make getStatus work for the env depth lfuns
3436
3437 2003-04-03  John Levon  <levon@movementarian.org>
3438
3439         * bufferview_funcs.h:
3440         * bufferview_funcs.C:
3441         * lyxfunc.C:
3442         * lyxtext.h:
3443         * text2.C: parlistize decDepth(), by merging it with incDepth()
3444
3445 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3446
3447         * lyxrow.h: store a ParagraphList::iterator instead of a
3448         Paragraph* and adjust other class functions to suit.
3449
3450         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3451         above.
3452
3453 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3454
3455         * text2.C (setCursor): do not anchor to cursor row for the time being
3456
3457 2003-04-02  John Levon  <levon@movementarian.org>
3458
3459         * LyXAction.C:
3460         * lfuns.h:
3461         * lyx_main.C:
3462         * lyxtext.h:
3463         * text.C:
3464         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3465
3466 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3467
3468         * paragraph.h: make ParagraphList and ParagraphList::iterator
3469         friends of Paragraph.
3470
3471         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3472
3473         * ParagraphList.C: Use the private next_ and previous_ from
3474         Paragraph.
3475
3476 2003-04-01  John Levon  <levon@movementarian.org>
3477
3478         * ToolbarBackend.h:
3479         * ToolbarBackend.C:
3480         * Makefile.am: rename, remove defaults gunk
3481
3482         * MenuBackend.h:
3483         * MenuBackend.C: remove defaults gunk
3484
3485         * Languages.h:
3486         * Languages.C: remove defaults gunk
3487
3488         * lyx_main.h:
3489         * lyx_main.C: error out if files couldn't be found.
3490
3491 2003-04-02  John Levon  <levon@movementarian.org>
3492
3493         * text2.C: make incDepth() use parlist
3494
3495 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3496
3497         * undo_funcs.C (firstUndoParagraph): adjust
3498
3499         * text3.C (gotoInset): adjust
3500         (dispatch): adjust, and rewrite loop.
3501
3502         * text2.C (init): adjust, and rewrite loop.
3503         (redoParagraphs): adjust
3504         (updateInset): adjust, and rewrite loop.
3505         (deleteEmptyParagraphMechanism): adjust
3506
3507         * tabular.C (LyXTabular): adjust
3508         (SetMultiColumn): adjust
3509         (TeXRow): adjust
3510
3511         * lyxtext.[Ch] (ownerParagraph): delete function
3512         (ownerParagraphs): new function returns a ParagraphList.
3513
3514         * BufferView.C (removeAutoInsets): adjust
3515         (insertErrors): adjust
3516         (setCursorFromRow): adjust
3517
3518 2003-04-01  Angus Leeming  <leeming@lyx.org>
3519
3520         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3521         in the frontends.
3522
3523 2003-04-02  John Levon  <levon@movementarian.org>
3524
3525         * lyxtext.h:
3526         * text.C:
3527         * Makefile.am:
3528         * text_funcs.h:
3529         * text_funcs.C: make transposeChars a free function
3530
3531         * lyxrow_funcs.C: remove wrong comment
3532
3533 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3534
3535         * lyxtext.h: adjust
3536         * rowpainter.C: adjust
3537         * text.C: adjust
3538         * text2.C: adjust
3539         * text3.C: adjust
3540
3541         * lyxrow_funcs. [Ch]: new files
3542
3543         * lyxrow.[Ch]: remove next and previous pointers
3544         (next,previous): remove accessor functions
3545         (isParEnd): move to lyxrow_funcs
3546         (lastPos): move to lyxrow_funcs
3547         (nextRowIsAllInset): move to lyxrow_funcs
3548         (lastPrintablePos): move to lyxrow_funcs
3549         (numberOfSeparators): move to lyxrow_funcs
3550         (numberOfHfills): move to lyxrow_funcs
3551         (numberOfLabelHfills): move to lyxrow_funcs
3552         (hfillExpansion): move to lyxrow_funcs
3553
3554         * lyxfunc.C: adjust
3555
3556         * bufferview_funcs.C (toggleAndShow): adjust
3557
3558         * RowList.h: Remove class RowList from file leave just a
3559         std::list<Row>.
3560
3561         * RowList.C: delete file
3562
3563         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3564         and lyxrow_funcs.h
3565
3566 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3567
3568         * text3.C (cursorPrevious): adjust
3569         (cursorNext): adjust
3570         (dispatch): adjust
3571
3572         * text2.C (redoHeightOfParagraph): adjust
3573         (redoDrawingOfParagraph): adjust
3574         (setCursor): adjust
3575
3576         * text.C (breakParagraph): adjust
3577         (insertChar): adjust
3578         (backspace): adjust
3579
3580         * rowpainter.C (RowPainter): adjust
3581         (leftMargin): simplify and adjust
3582         (most rowpainter functions): adjust.
3583
3584         * rowpainter.h: store the row as RowList::iterator not as Row*
3585
3586         * lyxcursor.C (row): taka RowList::iterator as arg
3587         (irow): ditto
3588
3589         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3590         of Row*.
3591
3592 2003-04-01  Angus Leeming  <leeming@lyx.org>
3593
3594         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3595         stuff like bool Bool.
3596
3597 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3598
3599         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3600         rewrite a loop
3601
3602 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3603
3604         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3605         RowList::iterator.
3606
3607         * lyxtext.h (rows): drop one version and leve a const variant that
3608         returns a RowList::iterator.
3609
3610 2003-03-31  Angus Leeming  <leeming@lyx.org>
3611
3612         * text.C (fill): ensure that the signature is the same as that in the
3613         header file.
3614
3615 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3616
3617         * text2.C (redoParagraphs): adjust
3618         (updateCounters): adjust
3619         (checkParagraph): adjust
3620         (getColumnNearX): adjust and reformat a bit.
3621
3622         * text.C (top_y): adjust
3623         (workWidth): adjust
3624         (leftMargin): adjust
3625         (prepareToPrint): adjust
3626         (getRow): adjust
3627         (getRowNearY): adjust
3628
3629         * lyxtext.h: make rowlist_ mutable.
3630
3631         * RowList.h: add const_iterator
3632         * RowList.C: adjust for RowList::const_iterator.
3633
3634         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3635         adjust.
3636
3637 2003-03-31  John Levon  <levon@movementarian.org>
3638
3639         * lyxrc.h:
3640         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3641
3642         * lyx_main.C: set default fonts from using lyx_gui funcs
3643
3644         * exporter.C: pdf_mode moved from lyxrc
3645
3646         * lyx_cb.C:
3647         * lyxfunc.C: changes from above
3648
3649 2003-03-31  John Levon  <levon@movementarian.org>
3650
3651         * lyx_main.C: fix to the last fix
3652
3653 2003-03-31  John Levon  <levon@movementarian.org>
3654
3655         * bufferlist.C: "Load original" -> "Load Original"
3656
3657         * converter.C:
3658         * exporter.C:
3659         * importer.C:
3660         * lyx_main.C:
3661         * format.C: more Alert cleanups
3662
3663 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3664
3665         * text2.C (removeParagraph): make it take a RowList::iterator as
3666         arg, adjust.
3667         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3668         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3669
3670         * text.C (anchor_row): make it take a RowList::iterator as arg,
3671         adjust.
3672         (computeBidiTables): make it take a const reference to Row instead
3673         of Row pointer, adjust.
3674         (leftMargin): make it take a RowList::iterator as arg, adjust.
3675         (rowBreakPoint): adjust
3676         (breakAgainOneRow): make it take a RowList::iterator as arg,
3677         adjust.
3678         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3679
3680         * bufferview_funcs.C (toggleAndShow): adjust
3681
3682 2003-03-30  John Levon  <levon@movementarian.org>
3683
3684         * Makefile.am:
3685         * BoostFormat.h:
3686         * boost-inst.C: moved to support
3687
3688         * several files: changes as a result
3689
3690 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3691
3692         * text2.C (LyXText): adjust.
3693         (init): adjust
3694         (removeRow): make it take a RowList::iterator as arg, adjust.
3695         (fullRebreak): adjust
3696         (deleteEmptyParagraphMechanism): adjust
3697         (clearPaint): adjust
3698         (postPaint): adjust
3699
3700         * text.C (top_y): adjust
3701         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3702         (breakAgain): make it take a RowList::iterator as arg, adjust.
3703         (breakParagraph): adjust
3704         (insertChar): adjust
3705         (backspace): adjust
3706
3707         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3708         need_break_row, and refresh_row.
3709
3710         * text3.C (dispatch): adjust
3711
3712         * text2.C (checkParagraph): adjust
3713         (setCursor): adjust
3714         (setCursorFromCoordinates): adjust
3715
3716         * text.C (top_y): adjust
3717         (workWidth): adjust
3718         (getRow): make it return a RowList::iterator, adjust
3719         (getRowNearY): make it return a RowList::iterator, adjust
3720
3721         * text2.C (init): adjust
3722         (insertRow): remove function
3723         (insertParagraph): adjust
3724         (redoParagraphs): adjust
3725         (fullRebreak): adjust
3726         (updateCounters): adjust
3727
3728         * text.C (top_y): rewrite to use RowList iterators.
3729         (top_y): adjust
3730         (setHeightOfRow): rewrite to sue RowList iterators.
3731         (appendParagraph): adjust
3732         (breakAgain): adjust
3733         (breakAgainOneRow): adjust
3734         (breakParagraph): adjust
3735         (getRow): adjust
3736         (getRowNearY): adjust, and remove commented code.
3737
3738         * lyxtext.h (firstRow): delete function
3739         (lastRow): delete function
3740         (rows): new function (const and non-const versions.)
3741         (insertRow): delete function
3742
3743         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3744
3745 2003-03-29  John Levon  <levon@movementarian.org>
3746
3747         * BufferView_pimpl.C: always update scrollbar top
3748         because pasting text when we're anchored could mean we
3749         miss an update altogether
3750
3751 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3752
3753         * text2.C (init): use rowlist_.end() and not 0.
3754         (insertRow): change to take a RowList::iterator as arg, adjust
3755         for this.
3756         (insertParagraph): change to take a RowList::iterator as arg,
3757         adjust for this.
3758         (redoParagraphs): remove some debug msgs.
3759
3760         * text.C (appendParagraph): change to take a RowList::iterator
3761         arg, adjust for this.
3762         (breakAgain): add an assert
3763         (breakAgainOneRow): ditto
3764
3765 2003-03-29  John Levon  <levon@movementarian.org>
3766
3767         * text2.C: do not clear selection after inc/decDepth
3768         (bug 550)
3769
3770 2003-03-29  John Levon  <levon@movementarian.org>
3771
3772         * BufferView.C:
3773         * buffer.C: fix broken strerrors according to Lars
3774
3775 2003-03-29  John Levon  <levon@movementarian.org>
3776
3777         * converters.C: more Alert cleanups
3778
3779 2003-03-29  John Levon  <levon@movementarian.org>
3780
3781         * bufferview_funcs.C: remove pointless Alert
3782
3783         * buffer.C: fix confusing error message when
3784         a template is chmoded 000
3785
3786 2003-03-29  John Levon  <levon@movementarian.org>
3787
3788         * BufferView.C:
3789         * BufferView.h:
3790         * BufferView_pimpl.C: Alert fixes
3791
3792         * Makefile.am:
3793         * tabular.C:
3794         * tabular-old.C: remove unused table compat reading
3795
3796 2003-03-29  John Levon  <levon@movementarian.org>
3797
3798         * BufferView.C:
3799         * buffer.C:
3800         * lyx_cb.h:
3801         * lyx_cb.C: more Alert cleanups
3802
3803         * lyxfunc.C: don't allow chktex if not latex document
3804
3805 2003-03-29  John Levon  <levon@movementarian.org>
3806
3807         * lyx_cb.C:
3808         * BufferView.C:
3809         * buffer.C: warnings pushed down from support/,
3810         kill err_alert
3811
3812 2003-03-29  John Levon  <levon@movementarian.org>
3813
3814         * lyxfunc.C: safety check for C-r (revert)
3815
3816 2003-03-29  John Levon  <levon@movementarian.org>
3817
3818         * bufferlist.h:
3819         * bufferlist.C: several UI fixes using Alert::prompt.
3820         Fix the pointless looping quit code. Fix stupid revert
3821         behaviour (bug 938)
3822
3823         * lyxvc.h:
3824         * lyxvc.C:
3825         * lyx_cb.C: use Alert::prompt
3826
3827         * lyx_main.C: remove a silly question
3828
3829         * lyxfunc.C: remove a couple of silly questions,
3830         use Alert::prompt
3831
3832 2003-03-28  John Levon  <levon@movementarian.org>
3833
3834         * text2.C: fix bug 974 (End on empty par)
3835
3836 2003-03-28  John Levon  <levon@movementarian.org>
3837
3838         * BufferView_pimpl.C:
3839         * LyXAction.C:
3840         * lfuns.h: remove do-nothing math greek lfuns
3841
3842 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3843
3844         * lyxgluelength.h (isValidGlueLength): add default arg on
3845         parameter 2. Remove default arg from friend in class.
3846
3847         * lyxlength.h (isValidLength): add default arg on parameter 2.
3848         Remove default arg from friend in class.
3849
3850         * text2.C (LyXText): adjust, initialize refresh_row.
3851         (init): adjust
3852         (removeRow): adjust
3853         (insertRow): adjust
3854         (insertParagraph): adjst
3855         (redoParagraphs): adjust
3856         (fullRebreak): adjust
3857         (updateCounters): adjust
3858         (deleteEmptyParagraphMechanism): first attempt at fixing a
3859         crashing bug.
3860
3861         * text.C (top_y): adjust
3862         (setHeightOfRow): adjust
3863         (getRow): adjust
3864         (getRowNearY): adjust
3865
3866         * lyxtext.h: include RowList.h
3867         (~LyXText): not needed anymore, deleted.
3868         (firstRow): modify for RowList
3869         (lastRow): new function
3870         Delete firstrow and lastrow class variables, add a Rowlist
3871         rowlist_ class variable.
3872
3873         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3874         paragraph is empty.
3875
3876         * RowList.C (insert): fix case where it == begin().
3877
3878 2003-03-26  Angus Leeming  <leeming@lyx.org>
3879
3880         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3881         the thesaurus dialog.
3882
3883 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3884
3885         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3886
3887         * RowList.[Ch]: new files
3888
3889         * ParagraphList.C (erase): handle the case where it == begin
3890         correctly.
3891
3892 2003-03-25  John Levon  <levon@movementarian.org>
3893
3894         * Makefile.am:
3895         * aspell_local.h:
3896         * aspell.C: add new aspell support
3897
3898         * lyxrc.h:
3899         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3900         have it accessible.
3901
3902 2003-03-25  Angus Leeming  <leeming@lyx.org>
3903
3904         * lfuns.h:
3905         * LyXAction.C (init): new LFUN_INSET_INSERT.
3906
3907         * BufferView_pimpl.C (dispatch): split out part of the
3908         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3909
3910         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3911         LFUN_INSET_APPLY.
3912
3913 2003-03-25  Angus Leeming  <leeming@lyx.org>
3914
3915         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3916
3917 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3918
3919         * text2.C:
3920         * text3.C: remove useless row->height(0)
3921
3922 2003-03-25  John Levon  <levon@movementarian.org>
3923
3924         * lyxtext.h:
3925         * text2.C:
3926         * text3.C: rename the refreshing stuff to better names
3927
3928 2003-03-24  John Levon  <levon@movementarian.org>
3929
3930         * BufferView_pimpl.h:
3931         * BufferView_pimpl.C: update layout choice on a mouse
3932         press/release
3933
3934 2003-03-23  John Levon  <levon@movementarian.org>
3935
3936         * Makefile.am: fix commandtags.h reference
3937
3938 2003-03-22  John Levon  <levon@movementarian.org>
3939
3940         * BufferView_pimpl.C:
3941         * lyxtext.h:
3942         * rowpainter.C:
3943         * rowpainter.h:
3944         * text.C:
3945         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3946
3947 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3948
3949         * lyxtext.h:
3950         * text.C: take the rtl methods out of line
3951
3952 2003-03-21 André Pönitz <poenitz@gmx.net>
3953
3954         * metricsinfo.[Ch]: new files containing structures to be passed around
3955         during the two-phase-drawing...
3956
3957 2003-03-21 André Pönitz <poenitz@gmx.net>
3958
3959         * lyxtextclass.C: read 'environment' tag.
3960
3961 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3962
3963         * text2.C (removeRow): fix bug 964
3964
3965 2003-03-20  John Levon  <levon@movementarian.org>
3966
3967         * rowpainter.C:
3968         * text.C:
3969         * text2.C: paint cleanups. Inset::update() dropped font
3970         parameter
3971
3972 2003-03-19  John Levon  <levon@movementarian.org>
3973
3974         * lyxfunc.C: only fitcursor/markDirty if available()
3975
3976 2003-03-19  John Levon  <levon@movementarian.org>
3977
3978         * commandtags.h: rename to ...
3979
3980         * lfuns.h: ... this, and renumber / cleanup
3981
3982 2003-03-19  John Levon  <levon@movementarian.org>
3983
3984         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3985         fit the cursor after an lfun
3986
3987         * BufferView.h:
3988         * BufferView.C:
3989         * BufferView_pimpl.h:
3990         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3991
3992         * LyXAction.C: layout-character should have ReadOnly
3993
3994         * ParagraphParameters.C:
3995         * buffer.C:
3996         * bufferview_funcs.C:
3997         * lyx_cb.C:
3998         * lyxfind.C:
3999         * lyxtext.h:
4000         * text.C:
4001         * text2.C:
4002         * text3.C:
4003         * undo_funcs.C: changes from above
4004
4005 2003-03-18  John Levon  <levon@movementarian.org>
4006
4007         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4008         remove it from update()
4009
4010         * lyxfunc.C: update layout choice after an lfun
4011
4012         * text3.C: remove extra updateLayoutChoice()s
4013
4014 2003-03-18  John Levon  <levon@movementarian.org>
4015
4016         * text.C: top_y change means full repaint, fix
4017         a drawing bug with cursor movement
4018
4019 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4020
4021         * lyxtext.h:
4022         * text.C:
4023         * text2.C: anchor row on setCursor
4024
4025 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4026
4027         * lyxtext.h: remove almost all mutable keywords
4028         * text.C:
4029         * text2.C:
4030         * text3.C: remove const keywords accordingly
4031
4032 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4033
4034         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4035         anon namespace
4036         (TeXEnvironment): ditto
4037         (TeXOnePar): ditto
4038
4039 2003-03-17  John Levon  <levon@movementarian.org>
4040
4041         * text.C (rowBreakPoint): remove attempt to fix displayed
4042         math insets inside a manual label
4043
4044 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4045
4046         * lyxtext.h: remove BufferView* as first arg from almost all class
4047         functions.
4048         * other files: adjust.
4049
4050 2003-03-17  John Levon  <levon@movementarian.org>
4051
4052         * lyxtext.h:
4053         * undo_funcs.C:
4054         * text2.C: more paint cleanups
4055
4056         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4057
4058         * rowpainter.h:
4059         * rowpainter.C: remove "smart" background painting code
4060
4061 2003-03-16  John Levon  <levon@movementarian.org>
4062
4063         * lyxtext.h:
4064         * text.C:
4065         * text2.C:
4066         * text3.C: add helper functions for setting refresh_row/y
4067
4068 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4069
4070         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4071         newline inset which *can* get inserted in the pass_thru layouts.
4072         This is primarily for literate documents.
4073
4074 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4075
4076         * buffer.C: increment LYX_FORMAT to 223
4077
4078 2003-03-14 André Pönitz <poenitz@gmx.net>
4079
4080         * textclass.h: prepare for environment handling, ws changes
4081         * lyxlayout.C: read latexheader and latexfooter tags
4082
4083 2003-03-14  John Levon  <levon@movementarian.org>
4084
4085         * text2.C: rewrite ::status() a bit
4086
4087 2003-03-13  John Levon  <levon@movementarian.org>
4088
4089         * lyxtext.h: add some docs
4090
4091 2003-03-13  John Levon  <levon@movementarian.org>
4092
4093         * lyxtext.h:
4094         * text.C:
4095         * text2.C:
4096         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4097
4098 2003-03-13  John Levon  <levon@movementarian.org>
4099
4100         * text3.C: fix appendix redrawing
4101
4102 2003-03-13  John Levon  <levon@movementarian.org>
4103
4104         * text.C (setHeightOfRow):
4105         * rowpainter.h:
4106         * rowpainter.C: make appendix mark have the text
4107           "Appendix" so the user knows what it is
4108
4109         * LColor.h:
4110         * LColor.C: s/appendixline/appendix/ from above
4111
4112 2003-03-13  John Levon  <levon@movementarian.org>
4113
4114         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4115
4116         * text.C: fix a getChar(pos) bug properly
4117
4118 2003-03-13  Angus Leeming  <leeming@lyx.org>
4119
4120         * commandtags.h:
4121         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4122         Probably only temporary. Let's see how things pan out.
4123
4124         * BufferView.C (unlockInset):
4125         * BufferView_pimpl.C (fitCursor):
4126         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4127
4128         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4129         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4130
4131         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4132         new functions that convert ParagraphParameters to and from a string.
4133
4134         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4135         BufferView::Pimpl's dispatch.
4136         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4137
4138 2003-03-13 André Pönitz <poenitz@gmx.net>
4139
4140         * lyxfunc.C:
4141         * text3.C:
4142         * factory.C: make it aware of InsetEnv
4143
4144 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4145
4146         * text2.C (setCursor): never ask for one past last
4147         (setCursor): add some debugging messages.
4148
4149         * text.C (singleWidth): never ask for one past last
4150         (singleWidth): ditto
4151         (leftMargin): ditto
4152         (rightMargin): ditto
4153         (rowBreakPoint): ditto
4154         (setHeightOfRow): ditto
4155         (prepareToPrint): ditto
4156
4157         * rowpainter.C (paintBackground): never ask for one past last
4158         (paintText): never ask for one past last
4159
4160         * paragraph_pimpl.C (getChar): make the assert stricter, never
4161         allow the one past last pos to be taken
4162
4163         * paragraph.C (getChar): ws changes only
4164
4165         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4166         (numberOfSeparators): ditto
4167         (numberOfHfills): ditto
4168
4169 2003-03-12  John Levon  <levon@movementarian.org>
4170
4171         * author.h:
4172         * author.C:
4173         * bufferparams.h:
4174         * bufferparams.C:
4175         * paragraph_funcs.C: fix per-buffer authorlists
4176
4177 2003-03-12  John Levon  <levon@movementarian.org>
4178
4179         * text.C: fix newline in right address
4180
4181 2003-03-12  Angus Leeming  <leeming@lyx.org>
4182
4183         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4184         duplicate those in LyXFunc::dispatch.
4185
4186         * commandtags.h:
4187         * LyXAction.C:
4188         * ToolbarDefaults.C:
4189         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4190         Add LFUN_FONTFREE_UPDATE.
4191
4192         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4193         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4194
4195         * bufferview_func.[Ch]: several new functions to facilliate
4196         transfer of data to and from the character dialog.
4197
4198 2003-03-12  John Levon  <levon@movementarian.org>
4199
4200         * buffer.C:
4201         * paragraph.h:
4202         * paragraph.C:
4203         * paragraph_funcs.C:
4204         * paragraph_pimpl.C:
4205         * sgml.C:
4206         * tabular.C:
4207         * text.C:
4208         * text3.C: remove META_NEWLINE in favour of an inset
4209
4210         * rowpainter.h:
4211         * rowpainter.C: remove paintNewline (done by inset)
4212
4213 2003-03-12  John Levon  <levon@movementarian.org>
4214
4215         * paragraph_pimpl.C: complain about bad getChar()s
4216         for a while at least
4217
4218 2003-03-12  John Levon  <levon@movementarian.org>
4219
4220         * buffer.h:
4221         * buffer.C: move paragraph read into a separate function,
4222         a little renaming to reflect that.
4223
4224         * bufferparams.h:
4225         * bufferparams.C: remove the author_ids map, not necessary now
4226
4227         * factory.h:
4228         * factory.C: moved Buffer::readInset to here
4229
4230         * paragraph_funcs.h:
4231         * paragraph_funcs.C: readParagraph free function moved from
4232         buffer.C
4233
4234         * tabular.C: name change
4235
4236 2003-03-12  John Levon  <levon@movementarian.org>
4237
4238         * buffer.C:
4239         * ParagraphParameters.C: move par params input to
4240         a read() method
4241
4242         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4243         behave like a normal read from the stream wrt reading
4244         a line vs. a \\token
4245
4246 2003-03-12  John Levon  <levon@movementarian.org>
4247
4248         * paragraph.C:
4249         * ParagraphParameters.h:
4250         * ParagraphParameters.C: move output code to a
4251         ::write() method
4252
4253 2003-03-12  John Levon  <levon@movementarian.org>
4254
4255         * BufferView.C (insertLyXFile):
4256         * buffer.h:
4257         * buffer.C:
4258         * tabular.C: use a parlist iterator for creating the
4259           document.
4260
4261 2003-03-12  John Levon  <levon@movementarian.org>
4262
4263         * buffer.C: make current_change static local not
4264           static file-scope
4265
4266 2003-03-12  John Levon  <levon@movementarian.org>
4267
4268         * buffer.C: fix insertStringAsLines for change tracking
4269
4270 2003-03-12  John Levon  <levon@movementarian.org>
4271
4272         * BufferView.C:
4273         * tabular.C:
4274         * buffer.h:
4275         * buffer.C:
4276         * bufferparams.h:
4277         * bufferparams.C: move author list into params. Rename some
4278           functions. Move the header reading into a separate token
4279           loop. Move the header token reading into BufferParams.
4280
4281 2003-03-12  John Levon  <levon@movementarian.org>
4282
4283         * changes.C: put debug inside lyxerr.debugging() checks
4284
4285 2003-03-11 André Pönitz <poenitz@gmx.net>
4286
4287         * factory.C: make it aware of InsetHFill
4288
4289 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4290
4291         * buffer.C (latexParagraphs): move function from here...
4292         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4293         args.
4294
4295 2003-03-10  Angus Leeming  <leeming@lyx.org>
4296
4297         * LyXAction.C (init): fix bug in poplating array with multiple entries
4298         with the same LFUN (spotted by JMarc).
4299
4300 2003-03-10  John Levon  <levon@movementarian.org>
4301
4302         * text.C:
4303         * text2.C: move getColumnNearX() near its
4304         only call site
4305
4306 2003-03-10  John Levon  <levon@movementarian.org>
4307
4308         * text.C: fix break before a minipage
4309
4310 2003-03-10  John Levon  <levon@movementarian.org>
4311
4312         * text.C: fix the last commit
4313
4314 2003-03-09  John Levon  <levon@movementarian.org>
4315
4316         * lyxtext.h:
4317         * text.C:
4318         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4319         bug 365 (don't break before insets unless needed). Don't
4320         return a value > last under any circumstances.
4321
4322 2003-03-09  Angus Leeming  <leeming@lyx.org>
4323
4324         * BufferView_pimpl.C (trackChanges, dispatch): call
4325         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4326
4327 2003-03-09  Angus Leeming  <leeming@lyx.org>
4328
4329         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4330         than Dialogs::showAboutlyx().
4331
4332 2003-03-09  Angus Leeming  <leeming@lyx.org>
4333
4334         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4335         than Dialogs::showTabularCreate().
4336
4337 2003-03-09  John Levon  <levon@movementarian.org>
4338
4339         * lyxtext.h:
4340         * text.C:
4341         * text2.C: 3rd arg to nextBreakPoint was always the same.
4342           Use references.
4343
4344 2003-03-08  John Levon  <levon@movementarian.org>
4345
4346         * lyxrow.C:
4347         * paragraph.C:
4348         * paragraph.h:
4349         * rowpainter.C:
4350         * text.C:
4351         * text2.C: Remove the "main" bit from the "main body"
4352           notion.
4353
4354 2003-03-08  John Levon  <levon@movementarian.org>
4355
4356         * text.C (leftMargin): The left margin of an empty
4357         manual label paragraph should not include the label width
4358         string length.
4359
4360         * text.C (prepareToPrint): don't attempt to measure hfills
4361         for empty manual label paragraphs - the answer should be 0
4362
4363 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4364
4365         * CutAndPaste.C: remove commented code and reindent.
4366
4367 2003-03-08  John Levon  <levon@movementarian.org>
4368
4369         * lyxfunc.h:
4370         * lyxfunc.C: move reloadBuffer()
4371
4372         * BufferView.h:
4373         * BufferView.C: to here
4374
4375         * lyxvc.C: add comment
4376
4377         * vc-backend.h:
4378         * vc-backend.C: call bv->reload() to avoid
4379           getStatus() check on MENURELOAD
4380
4381 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4382
4383         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4384         to an old format .dep file.
4385
4386 2003-03-07  Angus Leeming  <leeming@lyx.org>
4387
4388         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4389         when the LFUN_MOUSE_RELEASE should have been handled by
4390         inset->localDispatch.
4391
4392 2003-03-07  Angus Leeming  <leeming@lyx.org>
4393
4394         * BufferView_pimpl.C (dispatch):
4395         * LyXAction.C (init):
4396         * ToolbarDefaults.C (init):
4397         * commandtags.h:
4398         * lyxfunc.C (getStatus):
4399         remove LFUN_INSET_GRAPHICS.
4400
4401         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4402
4403 2003-03-07  Angus Leeming  <leeming@lyx.org>
4404
4405         * commandtags.h:
4406         * LyXAction.C (init):
4407         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4408
4409         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4410
4411         * commandtags.h:
4412         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4413
4414         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4415         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4416
4417 2003-03-07  Angus Leeming  <leeming@lyx.org>
4418
4419         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4420         remove "ert".
4421
4422 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4423
4424         * ParagraphList.C (front): new function
4425         (back): implement
4426
4427 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4428
4429         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4430         and top_row_offset_. removed var first_y.
4431         * text.C (top_y):
4432         * text2.C (LyXText, removeRow):
4433         * text3.C:
4434         * BufferView_pimpl.C:
4435         use these methods instead of using first_y
4436
4437 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4438
4439         * text2.C (pasteSelection): adjust for checkPastePossible
4440
4441         * CutAndPaste.C: remove Paragraph * buf and replace with
4442         ParagraphList paragraphs.
4443         (DeleteBuffer): delete
4444         (cutSelection): change the tc type to textclass_type
4445         (copySelection): change the tc type to textclass_type
4446         (copySelection): adjust for ParagraphList
4447         (pasteSelection): change the tc type to textclass_type
4448         (pasteSelection): adjust for Paragraphlist
4449         (nrOfParagraphs): simplify for ParagraphList
4450         (checkPastePossible): simplify for ParagraphList
4451         (checkPastePossible): remove unused arg
4452
4453         * ParagraphList.C (insert): handle the case where there are no
4454         paragraphs yet.
4455
4456         * CutAndPaste.h: make CutAndPaste a namespace.
4457
4458         * text3.C (dispatch): adjust
4459
4460         * text.C (breakParagraph): add a ParagraphList as arg
4461
4462         * paragraph_funcs.C (breakParagraph): change to take a
4463         BufferParams and a ParagraphList as args.
4464         (breakParagraphConservative): ditto
4465         (mergeParagraph): ditto
4466         (TeXDeeper): add a ParagraphList arg
4467         (TeXEnvironment): ditto
4468         (TeXOnePar): ditto
4469
4470         * buffer.C (readLyXformat2): adjust
4471         (insertStringAsLines): adjust
4472         (latexParagraphs): adjust
4473
4474         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4475         (cutSelection): adjust
4476         (pasteSelection): adjust
4477
4478         * BufferView_pimpl.C (insertInset): adjust
4479
4480 2003-03-05  Angus Leeming  <leeming@lyx.org>
4481
4482         * commandtags.h:
4483         * LyXAction.C (init):
4484         * BufferView_pimpl.C (dispatch):
4485         * lyxfunc.C (getStatus):
4486         remove LFUN_CHILD_INSERT.
4487
4488         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4489
4490 2003-03-05  Angus Leeming  <leeming@lyx.org>
4491
4492         * commandtags.h:
4493         * LyXAction.C (init):
4494         * src/factory.C (createInset):
4495         * lyxfunc.C (getStatus):
4496         * text3.C (dispatch):
4497         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4498
4499         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4500
4501 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4502
4503         * ParagraphList.C (insert): handle insert right before end()
4504         (erase): fix cases where it can be first or last paragraph.
4505
4506 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4507
4508         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4509         Paragraph::next and Paragraph::previous
4510         (TeXOnePar): ditto
4511
4512         * text.C (breakParagraph): adjust
4513
4514         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4515         BufferParams& as arg.
4516         (breakParagraph): use ParagraphList::insert
4517         (breakParagraphConservative): take a Buffer* instead of a
4518         BufferParams& as arg.
4519         (breakParagraphConservative): use ParagraphList::insert.
4520
4521         * buffer.C (insertStringAsLines): un-const it
4522         (insertStringAsLines): adjust
4523
4524         * ParagraphList.C (insert): new function
4525
4526         * CutAndPaste.C (pasteSelection): adjust
4527
4528         * text.C (backspace): adjust
4529
4530         * tabular.C (SetMultiColumn): adjust
4531
4532         * CutAndPaste.C (cutSelection): adjust
4533         (pasteSelection): adjust
4534
4535         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4536         Buffer const * as arg
4537
4538         * ParagraphList.C (erase): new function
4539         * paragraph_funcs.C (mergeParagraph): use it
4540         (mergeParagraph): make it take a Buffer* instead of a
4541         BufferParams* as arg
4542
4543         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4544         as arg
4545         (breakParagraphConservative): ditto
4546
4547         * paragraph.h: remove the breakParagraph friend
4548
4549         * paragraph.C (eraseIntern): new function
4550         (setChange): new function
4551
4552         * paragraph_funcs.C (mergeParagraph): make it take a
4553         ParagraphList::iterator instead of a Paragraph *, adjust
4554         accordingly.
4555
4556         * paragraph.h: move an #endif so that the change tracking stuff
4557         also works in the NO_NEXT case.
4558
4559 2003-03-04  Angus Leeming  <leeming@lyx.org>
4560
4561         * commandtags.h:
4562         * LyXAction.C: new LFUN_INSET_MODIFY.
4563
4564         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4565         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4566
4567 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4568
4569         * several files: ws changes only
4570
4571         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4572         (TeXEnvironment): ditto
4573         (TeXDeeper): ditto
4574
4575         * buffer.C (makeLaTeXFile): adjust
4576         (latexParagraphs): make it take ParagraphList::iterator as args
4577
4578 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4579
4580         * buffer.C (latexParagraphs): adjust
4581
4582         * paragraph.C (TeXOnePar): move function...
4583         (optArgInset): move function...
4584         (TeXEnvironment): move function...
4585         * paragraph_pimpl.C (TeXDeeper): move function...
4586         * paragraph_funcs.C: ...here
4587
4588         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4589
4590 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4591
4592         * buffer.C (readInset): remove compability code for old Figure and
4593         InsetInfo insets
4594
4595 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4596
4597         * buffer.C: ws changes
4598         (readInset):
4599
4600         * BufferView_pimpl.C: ditto
4601         * author.C: ditto
4602         * buffer.h: ditto
4603         * bufferlist.h: ditto
4604         * changes.h: ditto
4605         * lyxfunc.C: ditto
4606
4607 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4608
4609         * converter.[Ch]: split into itself +
4610         * graph.[Ch]
4611         * format.[Ch]
4612         * Makefile.am: += graph.[Ch] + format.[Ch]
4613         * MenuBackend.C
4614         * buffer.C
4615         * exporter.C
4616         * importer.C
4617         * lyx_main.C
4618         * lyxfunc.C
4619         * lyxrc.C: added #include "format.h"
4620
4621 2003-02-27  Angus Leeming  <leeming@lyx.org>
4622
4623         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4624           a label.
4625
4626         * factory.C (createInset): add "label" to the factory.
4627
4628         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4629           string and do no more.
4630
4631 2003-02-27  Angus Leeming  <leeming@lyx.org>
4632
4633         * commandtags.h:
4634         * LyXAction.C (init):
4635         * factory.C (createInset):
4636         * BufferView_pimpl.C (dispatch):
4637           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4638
4639         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4640
4641         * lyxfunc.C (dispatch):
4642         * text3.C (dispatch): pass name to params2string.
4643
4644 2003-02-26  Angus Leeming  <leeming@lyx.org>
4645
4646         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4647           blocks together.
4648           Rearrange the ~includes. Strip out the unnecessary ones.
4649
4650         * factory.C (createInset): reformat.
4651           create new insets for the various LFUN_XYZ_APPLY lfuns.
4652
4653 2003-02-26  John Levon  <levon@movementarian.org>
4654
4655         * lyxrow.h:
4656         * lyxrow.C: add isParStart,isParEnd helpers
4657
4658         * paragraph.h: make isInserted/DeletedText take refs
4659
4660         * paragraph_funcs.h:
4661         * paragraph_funcs.C: remove #if 0'd code
4662
4663         * lyxtext.h:
4664         * text3.C:
4665         * text2.C:
4666         * text.C: use lyxrow helpers above.
4667           Move draw and paint routines to RowPainter.
4668           Make several methods use refs not pointers.
4669           Make backgroundColor() const.
4670           Add markChangeInDraw(), isInInset().
4671           Merge changeRegionCase into changeCase.
4672           Make workWidth() shouldn't-happen code into an Assert.
4673
4674         * rowpainter.h:
4675         * rowpainter.C: new class for painting a row.
4676
4677         * vspace.h:
4678         * vspace.C: make inPixels take a ref
4679
4680 2003-02-26  Angus Leeming  <leeming@lyx.org>
4681
4682         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4683         LFUN_REF_APPLY.
4684
4685 2003-02-25  John Levon  <levon@movementarian.org>
4686
4687         * ispell.C: give the forked command a more accurate name
4688
4689 2003-02-22  John Levon  <levon@movementarian.org>
4690
4691         * toc.h:
4692         * toc.C: make TocItem store an id not a Paragraph *
4693           (bug #913)
4694
4695 2003-02-21  Angus Leeming  <leeming@lyx.org>
4696
4697         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4698           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4699           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4700           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4701           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4702           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4703
4704         * BufferView_pimpl.C (dispatch):
4705         * LyXAction.C (init):
4706         * factory.C (createInset):
4707         * lyxfunc.C (getStatus, dispatch):
4708         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4709
4710 2003-02-21  Angus Leeming  <leeming@lyx.org>
4711
4712         * BufferView_pimpl.C (MenuInsertLyXFile):
4713         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4714         * lyxfunc.C (menuNew, open, doImport):
4715           no longer pass a LyXView & to fileDlg.
4716
4717 2003-02-21  Angus Leeming  <leeming@lyx.org>
4718
4719         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4720         * LyXAction.C: change, BIBKEY to BIBITEM.
4721         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4722         Change InsetBibKey to InsetBibitem.
4723         Change BIBKEY_CODE to BIBITEM_CODE.
4724         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4725         * factory.C: replace insetbib.h with insetbibitem.h.
4726         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4727         * paragraph.C: replace insetbib.h with insetbibitem.h.
4728         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4729         Change bibkey() to bibitem().
4730         * text.C: remove insetbib.h.
4731         * text2.C: replace insetbib.h with insetbibitem.h.
4732         change bibkey() to bibitem().
4733         * text3.C: remove insetbib.h.
4734         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4735
4736 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4737
4738         * lyxrc.C (output): enclose user email in quotes (in case there are
4739         several words)
4740
4741 2003-02-18  John Levon  <levon@movementarian.org>
4742
4743         * buffer.h: add std::
4744
4745 2003-02-17  John Levon  <levon@movementarian.org>
4746
4747         * SpellBase.h:
4748         * ispell.h:
4749         * ispell.C:
4750         * pspell.h:
4751         * pspell.C: reworking. Especially in ispell, a large
4752           number of clean ups and bug fixes.
4753
4754         * lyxfunc.C: fix revert to behave sensibly
4755
4756 2003-02-17 André Pönitz <poenitz@gmx.net>
4757
4758         * LyXAction.C:
4759         * commandtags.h: new LFUN_INSERT_BIBKEY
4760
4761         * layout.h:
4762         * lyxlayout.C:
4763         * buffer.C:
4764         * factory.C:
4765         * text.C:
4766         * text2.C:
4767         * text3.C:
4768         * paragraph.[Ch]:
4769         * paragraph_func.C: remove special bibkey handling
4770
4771 2003-02-17  John Levon  <levon@movementarian.org>
4772
4773         * text.C (Delete): fix case where delete at the end of
4774           the very first paragraph would not merge the pars
4775
4776 2003-02-17  John Levon  <levon@movementarian.org>
4777
4778         * lyxrow.C: fix lastPrintablePos()
4779
4780 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4781
4782         * bufferparams.C (writeLaTeX): add a std:here
4783
4784         * buffer.C: and remove a using directive there
4785
4786 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4787
4788         * buffer.C (makeLaTeXFile): move the code that generates the
4789           preamble...
4790
4791         * bufferparams.C (writeLaTeX): ... in this new method
4792
4793         * LaTeXFeatures.C (getEncodingSet): make const
4794           (getLanguages): make const
4795
4796         * MenuBackend.C (binding): returns the binding associated to this
4797           action
4798           (add): sets the status of each item by calling getStatus. Adds
4799           some intelligence.
4800           (read): add support for OptSubMenu
4801           (expand): remove extra separator at the end of expanded menu
4802
4803 2003-02-15  John Levon  <levon@movementarian.org>
4804
4805         * BufferView.C:
4806         * BufferView_pimpl.C:
4807         * bufferlist.h:
4808         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4809           inset code that had no actual effect. Remove unneeded status
4810           code.
4811
4812 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4813
4814         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4815           in preamble
4816
4817 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4818
4819         * text.C (drawLengthMarker): also draw an arrow marker for
4820           symbolic lengths (medskip...)
4821
4822 2003-02-14  John Levon  <levon@movementarian.org>
4823
4824         * tabular.h:
4825         * tabular.C: better method names
4826
4827 2003-02-14  John Levon  <levon@movementarian.org>
4828
4829         * BufferView_pimpl.C:
4830         * bufferlist.C:
4831         * buffer.C:
4832         * converter.C:
4833         * lyx_cb.C:
4834         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4835           it's a more accurate name. Remove some pointless uses.
4836
4837 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4838
4839         * text2.C (LyXText): change order of initilizers to shut off
4840           warnings
4841
4842 2003-02-14  John Levon  <levon@movementarian.org>
4843
4844         * buffer.C: use ParIterator for getParFromID()
4845
4846         * paragraph.h:
4847         * paragraph.C:
4848         * paragraph_pimpl.h:
4849         * paragraph_pimpl.C: remove unused getParFromID()
4850
4851 2003-02-14  John Levon  <levon@movementarian.org>
4852
4853         * buffer.C: remove some very old #if 0'd parse code
4854
4855 2003-02-13  John Levon  <levon@movementarian.org>
4856
4857         * text.h:
4858         * text.C:
4859         * text2.C: move hfillExpansion(), numberOfSeparators(),
4860           rowLast(), rowLastPrintable(), numberofHfills(),
4861           numberOfLabelHfills() ...
4862
4863         * lyxrow.h:
4864         * lyxrow.C: ... to member functions here.
4865
4866         * paragraph.h:
4867         * paragraph.C:
4868         * lyxtext.h:
4869         * text.C: remove LyXText::beginningOfMainBody(), and call
4870           p->beginningOfMainBody() directly. Move the check for
4871           LABEL_MANUAL into the latter.
4872
4873         * text.h:
4874         * text.C:
4875         * text2.C:
4876         * vspace.C:
4877         * BufferView.h:
4878         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4879
4880         * text.h:
4881         * text.C:
4882         * text2.C:
4883         * text3.C:
4884         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4885           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4886
4887 2003-02-13  John Levon  <levon@movementarian.org>
4888
4889         * CutAndPaste.C: remove debug
4890
4891 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4892
4893         * paragraph.C (asString): remove two unused variables
4894
4895         * lyxtextclass.C (readTitleType):
4896           (Read):
4897           (LyXTextClass): handle new members titletype_ and titlename_
4898
4899         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4900
4901 2003-02-09  John Levon  <levon@movementarian.org>
4902
4903         * buffer.h:
4904         * buffer.C: replace hand-coded list with a map for the dep clean
4905
4906 2003-02-08  John Levon  <levon@movementarian.org>
4907
4908         * LaTeX.C: consolidate code into showRunMessage() helper
4909
4910 2003-02-08  John Levon  <levon@movementarian.org>
4911
4912         * lyxfind.C:
4913         * lyxtext.h:
4914         * text2.C:
4915         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4916           and pass the size in explicitly
4917
4918         * BufferView_pimpl.h:
4919         * BufferView_pimpl.C:
4920         * BufferView.h:
4921         * BufferView.C: add getCurrentChange()
4922
4923         * BufferView_pimpl.h:
4924         * BufferView_pimpl.C: handle change lfuns
4925
4926         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4927           for changes. Mark pasted paragraphs as new.
4928
4929         * support/lyxtime.h:
4930         * support/lyxtime.C:
4931         * DepTable.C: abstract time_t as lyx::time_type
4932
4933         * LColor.h:
4934         * LColor.C: add colours for new text, deleted text, changebars
4935
4936         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4937           package use "usenames" option.
4938
4939         * commandtags.h:
4940         * lyxfunc.C:
4941         * LyXAction.C: add change lfuns
4942
4943         * Makefile.am:
4944         * author.h:
4945         * author.C: author handling
4946
4947         * buffer.h:
4948         * buffer.C: add a per-buffer author list, with first entry as
4949           current author. Handle new .lyx tokens for change tracking. Output
4950           author list to .lyx file. Output dvipost stuff to .tex preamble.
4951           Bump lyx format to 222.
4952
4953         * bufferlist.h:
4954         * bufferlist.C: add setCurrentAuthor() to reset current author details
4955           in all buffers.
4956
4957         * bufferparams.h:
4958         * bufferparams.C: add param for tracking
4959
4960         * bufferview_funcs.C: output change info in minibuffer
4961
4962         * Makefile.am:
4963         * changes.h:
4964         * changes.C: add change-tracking structure
4965
4966         * debug.h:
4967         * debug.C: add CHANGES debug flag
4968
4969         * lyxfind.h:
4970         * lyxfind.C: add code for finding the next change piece
4971
4972         * lyxrc.h:
4973         * lyxrc.C: add user_name and user_email
4974
4975         * lyxrow.h:
4976         * lyxrow.C: add a metric for the top of the text line
4977
4978         * lyxtext.h:
4979         * text.C: implement accept/rejectChange()
4980
4981         * lyxtext.h:
4982         * text.C: paint changebars. Paint new/deleted text in the chosen
4983         colours. Strike through deleted text.
4984
4985         * paragraph.h:
4986         * paragraph.C:
4987         * paragraph_pimpl.h:
4988         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4989           in the current change to the insert functions. Rework erase to
4990           mark text as deleted, adding an eraseIntern() and a range-based
4991           erase(). Implement per-paragraph change lookup and
4992           accept/reject.
4993
4994         * paragraph_funcs.C: Fixup paste for change tracking.
4995
4996         * tabular.C: mark added row/columns as new.
4997
4998         * text.C: fix rowLast() to never return -1. Don't allow
4999           spellchecking of deleted text. Track transpose changes. Don't
5000           allow paragraph break or merge where appropriate.
5001
5002         * text2.C: leave cursor at end of selection after a cut.
5003
5004 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5005
5006         * text.C (getLengthMarkerHeight):
5007         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5008         visible on screen too.
5009
5010 2003-02-07  John Levon  <levon@movementarian.org>
5011
5012         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5013
5014 2003-02-05  Angus Leeming  <leeming@lyx.org>
5015
5016         * lyxserver.C (read_ready): revert my patch of 11 September last year
5017         as it sends PC cpu through the roof. Presumably this means that
5018         the lyxserver will no longer run on an Alpha...
5019
5020 2003-01-30  Angus Leeming  <leeming@lyx.org>
5021
5022         * factory.C (createInset): create an InsetCommandParam of type "index"
5023         and use it to 'do the right thing'.
5024
5025         * text2.C (getStringToIndex): ensure that cursor position is always
5026         reset to the reset_cursor position.
5027
5028 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5029
5030         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5031         disabled.
5032
5033 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5034
5035         * bufferview.C:
5036         * lyxcb.C:
5037         * lyxfunc.C: Output messages with identical spelling, punctuation,
5038         and spaces
5039
5040 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5041
5042         * MenuBackend.C (expandFormats): List only viewable export formats
5043         in "View" menu
5044
5045         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5046         message
5047
5048         * lyxfunc.C (getStatus): Make sure that formats other than
5049         "fax" can also be disabled
5050
5051 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5052
5053         * text3.C (dispatch): put the lfuns that insert insets in 3
5054         groups, and call doInsertInset with appropriate arguments.
5055         (doInsertInset): new function, that creates an inset and inserts
5056         it according to some boolean parameters.
5057
5058 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5059
5060         * buffer.C (readFile): remember to pass on 'par' when calling
5061         readFile recursively.
5062
5063 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5064
5065         * MenuBackend.C (expandFormats): add "..." to import formats.
5066
5067 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5068
5069         * paragraph.C (asString): Remove XForms RTL hacks.
5070
5071 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5072         * buffer.C: fix typo
5073
5074 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5075
5076         * Makefile.am (LIBS): delete var
5077         (lyx_LDADD): add @LIBS@ here instead.
5078
5079 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5080
5081         * Clarify the meaning of "wheel mouse jump"
5082
5083 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5084
5085         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5086         tabular in a float
5087
5088 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5089
5090         * importer.C (Loaders): do not preallocate 3 elements in the
5091         vector, since one ends up with 6 elements otherwise
5092
5093 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5094
5095         * DepTable.C (write): write the file name as last element of the
5096         .dep file (because it may contain spaces)
5097         (read): read info in the right order
5098
5099 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5100
5101         * paragraph_pimpl.C (simpleTeXBlanks):
5102         (simpleTeXSpecialChars):
5103         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5104
5105         * tabular.C (latex): add some missing case statements. Reindent.
5106
5107         * MenuBackend.C (expandToc): remove unused variable.
5108
5109 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5110
5111         * LColor.C:
5112         * LaTeX.C:
5113         * LyXAction.C:
5114         * MenuBackend.C:
5115         * buffer.C:
5116         * exporter.C:
5117         * lyxfunc.C:
5118         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5119         and the like.
5120
5121 2003-01-05  John Levon  <levon@movementarian.org>
5122
5123         * BufferView.h:
5124         * BufferView.C: add getEncoding()
5125
5126         * kbsequence.h:
5127         * kbsequence.C: do not store last keypress
5128
5129         * lyxfunc.h:
5130         * lyxfunc.C: store last keypress here instead. Pass encoding
5131           to getISOEncoded()
5132
5133 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5134
5135         * lyx_main.C (init): remove annoying error message when following
5136         symbolic links (bug #780)
5137
5138 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5139
5140         * text.C (insertChar):
5141         * lyxrc.C (getDescription): remove extra spaces
5142
5143 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5144
5145         * lyxrc.C (getDescription): remove extra spaces
5146
5147 2002-12-20  John Levon  <levon@movementarian.org>
5148
5149         * text3.C: hack fix for page up/down across tall rows
5150
5151 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5152
5153         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5154         not been invoked
5155
5156 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5157
5158         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5159         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5160         thesaurus is not compiled in
5161
5162 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5163
5164         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5165
5166 2002-12-16  Angus Leeming  <leeming@lyx.org>
5167
5168         * lyxrc.[Ch]:
5169         * lyx_main.C (init): remove override_x_deadkeys stuff.
5170
5171 2002-12-12  John Levon  <levon@movementarian.org>
5172
5173         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5174           insert. Only remove shift modifier under strict
5175           circumstances.
5176
5177 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5178
5179         * MenuBackend.C (expandToc): fix crash.
5180
5181 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5182
5183         * MenuBackend.C (expandToc): gettext on float names.
5184
5185 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5186
5187         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5188         implement bool empty() [bug 490]
5189
5190 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5191
5192         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5193
5194 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5195
5196         * several files: ws changes
5197
5198 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5199
5200         * text2.C (setCounter): clean up a bit, use boost.format.
5201         (updateCounters): initialize par upon declaration.
5202
5203         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5204         if the layout exists. We do not just store the layout any more.
5205         (SwitchLayoutsBetweenClasses): use boost.format
5206
5207 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5208
5209         * converter.C (convert): if from and to files are the same, use a
5210         temporary files as intermediary
5211
5212 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5213
5214         * commandtags.h:
5215         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5216
5217 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5218
5219         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5220
5221 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5222
5223         * tabular.C (asciiPrintCell): use string(size, char) instead of
5224         explicit loop.
5225
5226         * sgml.C (openTag): fix order of arguments to string constructor
5227         (closeTag): ditto
5228
5229         * lyxfunc.C (dispatch): use boost.format
5230
5231         * lots of files: change "c" -> 'c'
5232
5233 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5234
5235         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5236
5237 2002-11-25  Angus Leeming  <leeming@lyx.org>
5238
5239         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5240
5241         * lyx_main.C (init): compile fix.
5242
5243 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5244
5245         * lyx_cb.C (start): boost.formatify
5246         do not include <iostream>
5247
5248         * lengthcommon.C: ws only
5249
5250         * boost-inst.C,BoostFormat.h: add more explict instantations
5251
5252 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5253
5254         * lots of files: handle USE_BOOST_FORMAT
5255
5256 2002-11-21  John Levon  <levon@movementarian.org>
5257
5258         * pspell.C: fix compile
5259
5260 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5261
5262         * lyxfunc.C (dispatch): use boost::format
5263         (open): ditto
5264         (doImport): ditto
5265
5266         * lyxfont.C (stateText): use boost::format
5267
5268         * lyx_main.C (LyX): use boost::format
5269         (init): ditto
5270         (queryUserLyXDir): ditto
5271         (readRcFile): ditto
5272         (parse_dbg): ditto
5273         (typedef boost::function): use the recommened syntax.
5274
5275         * importer.C (Import): use boost::format
5276
5277         * debug.C (showLevel): use boost::format
5278
5279         * converter.C (view): use boost::format
5280         (convert): ditto
5281         (move): ditto
5282         (scanLog): ditto
5283
5284         * bufferview_funcs.C (currentState): use boost::format
5285
5286         * bufferlist.C (emergencyWrite): use boost::format
5287
5288         * buffer.C (readLyXformat2): use boost::format
5289         (parseSingleLyXformat2Token): ditto
5290
5291         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5292
5293         * LaTeX.C (run): use boost::format
5294
5295         * Chktex.C (scanLogFile): use boost::format
5296
5297         * BufferView_pimpl.C (savePosition): use boost::format
5298         (restorePosition): ditto
5299         (MenuInsertLyXFile): ditto
5300
5301         * BoostFormat.h: help file for explicit instation.
5302
5303 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5304
5305         * tabular.C (latex): Support for block alignment in fixed width
5306         columns.
5307
5308 2002-11-17  John Levon  <levon@movementarian.org>
5309
5310         * BufferView_pimpl.C:
5311         * lyx_cb.C:
5312         * lyxfunc.C: split filedialog into open/save
5313
5314 2002-11-08  Juergen Vigna  <jug@sad.it>
5315
5316         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5317         by my last patch (hopefully).
5318
5319 2002-11-08  John Levon  <levon@movementarian.org>
5320
5321         * iterators.h:
5322         * iterators.C:
5323         * buffer.h:
5324         * buffer.C:
5325         * paragraph.h:
5326         * paragraph.C:
5327         * toc.h:
5328         * toc.C: ParConstIterator, and use it (from Lars)
5329
5330 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5331
5332         * lyxtextclass.[Ch]: revise and add doxygen comments
5333
5334 2002-11-07  John Levon  <levon@movementarian.org>
5335
5336         * text.C: fix progress value for spellchecker
5337
5338         * toc.C: fix navigate menu for insetwrap inside minipage
5339
5340         * paragraph_funcs.C: added FIXME for suspect code
5341
5342 2002-11-07  John Levon  <levon@movementarian.org>
5343
5344         * BufferView_pimpl.C: fix redrawing of insets
5345           on buffer switch
5346
5347 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5348
5349         * text2.C (updateCounters): fix bug 668
5350
5351 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5352
5353         * text3.C (dispatch): Do not make the buffer dirty when moving the
5354         cursor.
5355
5356 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5357
5358         * vc-backend.C: STRCONV
5359         (scanMaster): ditto
5360
5361         * text2.C (setCounter): STRCONV
5362
5363         * paragraph.C (asString): STRCONV
5364
5365         * lyxlength.C (asString): STRCONV
5366         (asLatexString): ditto
5367
5368         * lyxgluelength.C (asString): STRCONV
5369         (asLatexString): ditto
5370
5371         * lyxfunc.C (dispatch): STRCONV
5372         (open): ditto
5373
5374         * lyxfont.C (stateText): STRCONV
5375
5376         * importer.C (Import): STRCONV
5377
5378         * counters.C (labelItem): STRCONV
5379         (numberLabel): ditto
5380         (numberLabel): remove unused ostringstream o
5381
5382         * chset.C: STRCONV
5383         (loadFile): ditto
5384
5385         * bufferview_funcs.C (currentState): STRCONV
5386
5387         * buffer.C (readFile): STRCONV
5388         (asciiParagraph): ditto
5389         (makeLaTeXFile): ditto
5390
5391         * Spacing.C (writeEnvirBegin): STRCONV
5392
5393         * LaTeXFeatures.C (getLanguages): STRCONV
5394         (getPackages): ditto
5395         (getMacros): ditto
5396         (getBabelOptions): ditto
5397         (getTClassPreamble): ditto
5398         (getLyXSGMLEntities): ditto
5399         (getIncludedFiles): ditto
5400
5401         * LaTeX.C: STRCONV
5402         (run): ditto
5403         (scanAuxFile): ditto
5404         (deplog): ditto
5405
5406         * LString.h: add the STRCONV macros
5407
5408         * BufferView_pimpl.C (savePosition): STRCONV
5409         (restorePosition): ditto
5410         (MenuInsertLyXFile): ditto
5411
5412         * vc-backend.C (scanMaster): change from submatch[...] to
5413         submatch.str(...)
5414
5415         * funcrequest.C: include config.h
5416
5417         * factory.C: include config.h
5418
5419         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5420
5421         * box.C: include config.h
5422
5423         * LaTeX.C (scanAuxFile): change from submatch[...] to
5424         submatch.str(...)
5425         (deplog): ditto
5426
5427 2002-10-25  Angus Leeming  <leeming@lyx.org>
5428
5429         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5430
5431         * ispell.[Ch] (setError): new method.
5432         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5433         Use setError() insetead of goto END.
5434
5435         * lyx_cb.C (AutoSave): move out child process into new class
5436         AutoSaveBuffer.
5437
5438 2002-10-30  John Levon  <levon@movementarian.org>
5439
5440         * text3.C: make start appendix undoable
5441
5442 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5443
5444         * lyxlength.C (inPixels): Fix returned value.
5445
5446         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5447         environment.
5448
5449 2002-10-24  Angus Leeming  <leeming@lyx.org>
5450
5451         * lyxgluelength.h: no need to forward declare BufferParams
5452         or BufferView, so don't.
5453
5454 2002-10-21  John Levon  <levon@movementarian.org>
5455
5456         * BufferView.C: menuUndo ->undo, redo
5457
5458         * BufferView.h: document, remove dead, make some methods private
5459
5460         * paragraph_funcs.h:
5461         * paragraph_funcs.C:
5462         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5463
5464         * buffer.h:
5465         * buffer.C:
5466         * sgml.h:
5467         * sgml.C: move sgml open/close tag into sgml.C
5468
5469         * bufferview_funcs.h: unused prototype
5470
5471         * lyxfunc.h:
5472         * lyxfunc.C: remove unused
5473
5474         * lyxtext.h:
5475         * text.C: remove unused
5476
5477 2002-10-21  John Levon  <levon@movementarian.org>
5478
5479         * BufferView.h:
5480         * BufferView.C:
5481         * BufferView_pimpl.h:
5482         * BufferView_pimpl.C: fix mouse wheel handling based on
5483           patch from Darren Freeman
5484
5485 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5486
5487         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5488
5489 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5490
5491         * lyxlength.C (inPixels): Fix hanfling of negative length.
5492         Fix LyXLength::MU case.
5493
5494 2002-10-16  John Levon  <levon@movementarian.org>
5495
5496         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5497
5498 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5499
5500         * converter.C (view): add support for $$i (file name) and $$p
5501         (file path) for the viewer command. If $$i is not specified, then
5502         it is appended to the command (for compatibility with old syntax)
5503
5504 2002-10-14  Juergen Vigna  <jug@sad.it>
5505
5506         * undo_funcs.C (textHandleUndo): alter the order in which the
5507         new undopar is added to the LyXText, as we have to set first
5508         the right prev/next and then add it as otherwise the rebuild of
5509         LyXText is not correct. Also reset the cursor to the right paragraph,
5510         with this IMO we could remove the hack in "redoParagraphs()".
5511
5512 2002-10-09  Angus Leeming  <leeming@lyx.org>
5513
5514         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5515         to turn off an optimisation if a new inset is to be inserted.
5516
5517 2002-10-11 André Pönitz <poenitz@gmx.net>
5518
5519         * lyxtext.h: make some functions public to allow access
5520         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5521
5522 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5523
5524         * text3.C (dispatch): when changing layout, avoid an infinite loop
5525         [bug #652]
5526
5527 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5528
5529         * lyxrc.C (read): treat a viewer or converter command of "none" as
5530         if it were empty.
5531
5532         * MenuBackend.C (expandFormats): for an update, also allow the
5533         formats that are not viewable
5534
5535         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5536         script if it is newer than the lyxrc.defaults in user directory
5537
5538 2002-10-07 André Pönitz <poenitz@gmx.net>
5539
5540         * text.C: Vitaly Lipatov's small i18n fix
5541
5542 2002-09-25  Angus Leeming  <leeming@lyx.org>
5543
5544         * ispell.h: doxygen fix.
5545
5546 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5547
5548         * buffer.h (readFile): Add a new argument to the method, to allow
5549         reading of old-format templates.
5550
5551 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5552
5553         * toc.C (getTocList): Get TOC from InsetWrap.
5554
5555 2002-09-16  John Levon  <levon@movementarian.org>
5556
5557         * lyxfunc.C: check tabular for cut/copy too
5558
5559 2002-09-12  John Levon  <levon@movementarian.org>
5560
5561         * LyXAction.C: tidy
5562
5563         * factory.h:
5564         * factory.C: add header
5565
5566         * paragraph_funcs.h:
5567         * paragraph_funcs.C: cleanup
5568
5569 2002-09-11  John Levon  <levon@movementarian.org>
5570
5571         * PrinterParams.h: odd/even default to true
5572
5573 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5574
5575         * PrinterParams.h: update printer parameters for new xforms dialog
5576
5577 2002-09-11  Angus Leeming  <leeming@lyx.org>
5578
5579         * lyxserver.C (read_ready): re-write to make it more transparent
5580         and to make it work in coherent fashion under Tru64 Unix.
5581
5582 2002-09-11  André Pönitz <poenitz@gmx.net>
5583
5584         * commandtags.h:
5585         * LyXAction.C:
5586         * text3.C: implement LFUN_WORDSEL
5587
5588 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5589
5590         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5591         make floatlist_ a boost::shared_ptr<FloatList>
5592
5593         * lyxtextclass.C: include FloatList.h
5594         (LyXTextClass): initialize floatlist_
5595         (TextClassTags): add TC_NOFLOAT
5596         (Read): match "nofloat" to TC_NOFLOAT and use it.
5597         (readFloat): modify call to floatlist_
5598         (floats): ditto
5599         (floats): ditto
5600
5601         * FloatList.[Ch] (FloatList): remove commented out float
5602         initialization.
5603         (erase): new function
5604
5605 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5606
5607         * MenuBackend.C (expandToc): fix crash when there is no document
5608         open
5609
5610 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5611
5612         * many files: Add insetwrap.
5613
5614 2002-09-09  John Levon  <levon@movementarian.org>
5615
5616         * text2.C: remove confusing and awkward depth wraparound
5617
5618 2002-09-09  John Levon  <levon@movementarian.org>
5619
5620         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5621
5622         * buffer.h:
5623         * buffer.C: remove getIncludeonlyList()
5624
5625         * paragraph.C:
5626         * lyxfunc.C: remove headers
5627
5628 2002-09-09  Juergen Vigna  <jug@sad.it>
5629
5630         * text.C (getColumnNearX): fix form Michael this is most
5631         probably a cut&paste bug.
5632
5633 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5634
5635         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5636
5637         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5638         references, ws changes.
5639
5640         * text2.C (init): update counters after init
5641         (insertParagraph): no need to set counter on idividual paragraphs.
5642         (setCounter): access the counters object in the textclass object
5643         on in the buffer object.
5644         (updateCounters): ditto
5645
5646         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5647         shared_ptr<Counters> to avoid loading counters.h in all
5648         compilation units.
5649         (LyXTextClass): initialize ctrs_
5650         (TextClassTags): add TC_COUNTER, and ...
5651         (Read): use it here.
5652         (CounterTags): new tags
5653         (readCounter): new function
5654         (counters): new funtion
5655         (defaultLayoutName): return a const reference
5656
5657         * counters.C (Counters): remove contructor
5658         (newCounter): remove a couple of unneeded statements.
5659         (newCounter): simplify a bit.
5660         (numberLabel): some small formatting changes.
5661
5662         * buffer.[Ch]: remove all traces of counters, move the Counters
5663         object to the LyXTextClass.
5664
5665 2002-09-06  Alain Castera  <castera@in2p3.fr>
5666
5667         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5668         package to set the horizontal alignment on fixed width columns.
5669
5670         * lyx_sty.C:
5671         * lyx_sty.h: added tabularnewline macro def.
5672
5673         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5674
5675 2002-09-06  John Levon  <levon@movementarian.org>
5676
5677         * LyXAction.C: tooltips for sub/superscript
5678
5679         * MenuBackend.C: a bit more verbose
5680
5681         * lyxfunc.C: tiny clean
5682
5683         * undo_funcs.C: document undo_frozen
5684
5685 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5686
5687         * counters.C (Counters): add missing algorithm counter.
5688
5689         * text2.C (setCounter): lookup the counter with layouts latexname
5690         instead of by section number.
5691         (setCounter): use a hackish way to lookup the correct enum
5692         counter.
5693         a float name->type change
5694         reset enum couners with counter name directly instead of depth value.
5695
5696         * counters.C (Counters): remove the push_backs, change to use the
5697         float type not the float name.
5698         (labelItem): remove unused string, float name->type change
5699
5700         * counters.h: don't include vector, loose the enums and sects vectors
5701
5702 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5703
5704         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5705         (Read): add float->TC_FLOAT to textclassTags
5706         (Read): and handle it in the switch
5707         (readFloat): new function
5708
5709         * FloatList.C (FloatList): comment out the hardcoded float
5710         definitions.
5711
5712         * lyxlayout.h: ws change.
5713
5714 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5715
5716         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5717
5718 2002-09-03  Angus Leeming  <leeming@lyx.org>
5719
5720         * BufferView_pimpl.h: qualified name is not allowed in member
5721         declaration: WorkArea & Pimpl::workarea() const;
5722
5723         * factory.C: added using std::endl directive.
5724
5725         * text3.C: added using std::find and std::vector directives.
5726
5727 2002-08-29  André Pönitz <poenitz@gmx.net>
5728
5729         * lyxtext.h:
5730         * text2.C: remove unused member number_of_rows
5731
5732         * Makefile.am:
5733         * BufferView2.C: remove file, move contents to...
5734         * BufferView.C: ... here
5735
5736         * BufferView_pimpl.C:
5737         * factory.C: move more inset creation to factory
5738
5739         * vspace.C: avoid direct usage of LyXText, ws changes
5740
5741         * BufferView.[Ch]:
5742                 don't provide direct access to WorkArea, use two simple
5743                 acessors haveSelction() and workHeight() instead
5744
5745
5746 2002-08-29  John Levon  <levon@movementarian.org>
5747
5748         * BufferView_pimpl.C (dispatch): do not continue when
5749           no buffer
5750
5751 2002-08-28  André Pönitz <poenitz@gmx.net>
5752
5753         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5754
5755         * BufferView.h:
5756         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5757
5758 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5759
5760         * buffer.C: increment LYX_FORMAT to 221
5761
5762         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5763         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5764
5765         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5766
5767         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5768
5769 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5770
5771         * factory.C (createInset): use LyXTextClass::floats
5772
5773         * MenuBackend.C (expandFloatListInsert):
5774         (expandFloatInsert):
5775         (expandToc):
5776
5777         * text2.C (setCounter):
5778
5779         * LaTeXFeatures.C (useFloat):
5780         (getFloatDefinitions):
5781
5782         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5783
5784         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5785         floatlist_, with accessor floats().
5786
5787         * FloatList.h: remove global FloatList
5788
5789 2002-08-26  André Pönitz <poenitz@gmx.net>
5790
5791         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5792
5793         * BufferView.h:
5794         * BufferView2.C:
5795         * BufferView_pimpl.C:
5796         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5797
5798 2002-08-25  John Levon  <levon@movementarian.org>
5799
5800         * LyXAction.C: fix margin note description
5801
5802 2002-08-24  John Levon  <levon@movementarian.org>
5803
5804         * buffer.C:
5805         * bufferlist.C:
5806         * bufferview_funcs.C:
5807         * lyxfont.C:
5808         * undo_funcs.C: cleanups
5809
5810         * lyxfunc.C: disable CUT/COPY when no selection
5811
5812 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5813
5814         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5815         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5816
5817         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5818         Add backward compatibility to "mono", "gray" and "no".
5819
5820 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5821
5822         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5823         (and file_format >= 200).
5824
5825 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5826
5827         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5828
5829 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5830
5831         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5832
5833 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5834
5835         * BufferView_pimpl.C:
5836         * LyXAction.C:
5837         * buffer.C:
5838         * commandtags.h:
5839         * lyxfunc.C:
5840         * paragraph.[Ch]:
5841         * text2.C:
5842         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5843         inset and code to make it  work with the paragraph code. The inset
5844         can be anywhere in the paragraph, but will only do the expected
5845         thing in LaTeX if the layout file contains the parameter line
5846                         OptionalArgs    1
5847         (or more generally, a nonzero value) for that layout.
5848
5849 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5850
5851         * paragraph.h: remove the declaration of undefined counters class
5852         function.
5853
5854 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5855
5856         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5857         Dr. Richard Hawkins.
5858
5859 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5860
5861         * paragraph_funcs.h: remove some unneeded includes
5862
5863         * text.C (backspace): pasteParagraph now in global scipe
5864
5865         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5866         (pasteSelection): ditto
5867
5868         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5869         * paragraph_funcs.C (pasteParagraph): ... here
5870
5871 2002-08-20  André Pönitz <poenitz@gmx.net>
5872
5873         * commandtags.h: new LFUNs for swapping/copying table row/colums
5874
5875         * LyXAction.C:
5876         * lyxfunc.C: support for new lfuns
5877
5878 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5879
5880         * tabular.C:
5881         * buffer.[Ch]: remove NO_COMPABILITY stuff
5882
5883 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5884
5885         * boost.C (throw_exception): new file, with helper function for
5886         boost compiled without exceptions.
5887
5888         * paragraph.h:
5889         * lyxlength.C:
5890         * buffer.C:
5891         * ParameterStruct.h:
5892         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5893
5894         * bufferlist.C (emergencyWriteAll): use boost bind
5895
5896         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5897
5898         * text.C: include paragraph_funcs.h
5899         (breakParagraph): breakParagraph is now in global scope
5900
5901         * paragraph_funcs.[Ch]: new files
5902
5903         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5904         global scope
5905
5906         * buffer.C: include paragraph_funcs.h
5907         (insertStringAsLines): breakParagraph is now in global scope
5908
5909         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5910         paragraph_funcs.C
5911
5912         * CutAndPaste.C: include paragraph_funcs.h
5913         (cutSelection): breakParagraphConservative is now in global scope
5914         (pasteSelection): ditto
5915
5916         * buffer.h: declare oprator== and operator!= for
5917         Buffer::inset_iterator
5918
5919         * bufferlist.C (emergencyWrite): don't use fmt(...)
5920
5921         * text3.C: add using std::endl
5922
5923         * BufferView.C (moveCursorUpdate): remove default arg
5924
5925 2002-08-20  André Pönitz <poenitz@gmx.net>
5926
5927         * buffer.[Ch]: move inline functions to .C
5928
5929         * BufferView2.C:
5930         * BufferView_pimpl.C:
5931         * text.C:
5932         * buffer.[Ch]: use improved inset_iterator
5933
5934         * buffer.C:
5935         * paragraph.[Ch]: write one paragraph at a time
5936
5937 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5938
5939         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5940         style if style is not specified.
5941
5942 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5943
5944         * text2.C (setCounter): when searching for right label for a
5945         caption, make sure to recurse to parent insets (so that a caption
5946         in a minipage in a figure float works) (bug #568)
5947
5948 2002-08-20  André Pönitz <poenitz@gmx.net>
5949
5950         * text3.C: new file for LyXText::dispatch() and helpers
5951
5952         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5953
5954         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5955
5956 2002-08-19  André Pönitz <poenitz@gmx.net>
5957
5958         * lyxtext.h:
5959         * text.C: new LyXText::dispatch()
5960
5961         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5962
5963 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5964
5965         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5966
5967         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5968         Hebrew text.
5969
5970 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5971
5972         * Makefile.am: use $(variables) instead of @substitutions@
5973
5974 2002-08-15  André Pönitz <poenitz@gmx.net>
5975
5976         * lyxfunc.C:
5977         * BufferView_pimpl.C: streamlining mathed <-> outer world
5978         interaction
5979
5980         * commandtags.h:
5981         * LyXAction.C: remove unused LFUN_MATH
5982
5983 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5984
5985         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5986
5987 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5988
5989         * paragraph.C (Paragraph): reformat a bit
5990         (cutIntoMinibuffer): use builtin InsetList function instad of
5991         doing it manually.
5992         (getInset): ditto
5993
5994         * buffer.C: include boost/bind.hpp, add using std::for_each
5995         (writeFileAscii): use ParagraphList iterators
5996         (validate): use for_each for validate traversal of paragraphs
5997         (getBibkeyList): use ParagraphList iterators
5998         (resizeInsets): use for_each to resizeInsetsLyXText for all
5999         paragraphs.
6000         (getParFromID): use ParagraphList iterators
6001
6002         * BufferView2.C (lockInset): use paragraph list and iterators
6003
6004 2002-08-14  John Levon  <levon@movementarian.org>
6005
6006         * lyxserver.C: remove spurious xforms include
6007
6008 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6009
6010         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6011
6012 2002-08-13  André Pönitz <poenitz@gmx.net>
6013
6014         * LyXAction.[Ch]:
6015         * lyxfunc.C: further cleaning
6016
6017 2002-08-13  André Pönitz <poenitz@gmx.net>
6018
6019         * funcrequest.h: new constructor
6020
6021         * funcrequest.C: move stuff here from .h
6022
6023         * Makefile.am:
6024         * BufferView_pimpl.C:
6025         * LyXAction.C:
6026         * toc.C:
6027         * lyxfunc.C: subsequent changes
6028
6029         * lyxfunc.h: new view() member function
6030
6031         * lyxfunc.C: subsequent changes
6032
6033 2002-08-13  Angus Leeming  <leeming@lyx.org>
6034
6035         * BufferView2.C:
6036         * BufferView_pimpl.C:
6037         * buffer.C:
6038         * converter.C:
6039         * importer.C:
6040         * lyxfunc.C:
6041         * lyxvc.C:
6042         * toc.C:
6043         * vc-backend.C:
6044         changes due to the changed LyXView interface that now returns references
6045         to member variables not pointers.
6046
6047 2002-08-13  Angus Leeming  <leeming@lyx.org>
6048
6049         * WordLangTuple (word, lang_code): return references to strings,
6050         not strings.
6051
6052         * BufferView.h:
6053         * SpellBase.h:
6054         * lyxtext.h: forward-declare WordLangTuple.
6055
6056         * BufferView2.C:
6057         * ispell.C:
6058         * pspell.C:
6059         * text.C: #include "WordLangTuple.h".
6060
6061         * lyxtext.h:
6062         * text.C: (selectNextWordToSpellcheck): constify return type.
6063
6064 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6065
6066         * buffer.C:
6067         * buffer.h:
6068         * lyxtext.h:
6069         * paragraph.C:
6070         * paragraph_pimpl.h:
6071         * text.C:
6072         * text2.C:
6073         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6074         suggested by Angus.
6075         Made updateCounter always count from start of buffer, and removed
6076         second argument (par).
6077         Reverted floats number display to '#'. Perhaps I'll try again when the
6078         code base is sanitized a bit.
6079
6080 2002-08-12  Angus Leeming  <leeming@lyx.org>
6081
6082         * buffer.[Ch] (getLabelList): constify.
6083
6084 2002-08-07  André Pönitz <poenitz@gmx.net>
6085
6086         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6087
6088         * funcrequest.h: extension to keep mouse (x,y) position
6089
6090 2002-08-12  Juergen Vigna  <jug@sad.it>
6091
6092         * BufferView2.C (insertErrors): forbid undo when inserting error
6093         insets.
6094
6095         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6096
6097 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6098
6099         * ParagraphList.[Ch]: new files
6100
6101         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6102
6103         * BufferView2.C (lockInset): ParagraphList changes
6104         * toc.C: ditto
6105         * text2.C: ditto
6106         * bufferlist.C: ditto
6107         * buffer.h: ditto
6108         * buffer.C: ditto
6109
6110 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6111
6112         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6113         unused class variable counter_,
6114
6115         * paragraph.[Ch] (getFirstCounter): delete unused function
6116
6117         * counters.C: include LAssert.h
6118         (reset): add a new function with no arg, change other version to
6119         not have def. arg and to not allow empty arg.
6120
6121         * text2.C (setCounter): remove empty arg from call to Counters::reset
6122
6123 2002-08-11  John Levon  <levon@movementarian.org>
6124
6125         * Makefile.am: add WordLangTuple.h
6126
6127 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6128
6129         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6130         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6131
6132         * insets/insettext.C: InsetList changes
6133
6134         * graphics/GraphicsSupport.C (operator()): InsetList changes
6135
6136         * toc.C (getTocList): InsetList changes
6137
6138         * paragraph_pimpl.[Ch]: InsetList changes
6139
6140         * paragraph.[Ch]: InsetList changes
6141
6142         * buffer.C (inset_iterator): InsetList changes
6143         (setParagraph): ditto
6144         * buffer.h (inset_iterator): ditto
6145         * iterators.C (operator++): ditto
6146         * iterators.h: ditto
6147
6148         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6149
6150         * InsetList.[Ch]: new files, most InsetList handling moved out of
6151         paragraph.C.
6152
6153         * BufferView2.C (removeAutoInsets): InsetList changes
6154         (lockInset): ditto
6155         (ChangeInsets): ditto
6156
6157 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6158
6159         * paragraph_pimpl.h (empty): new function
6160
6161         * paragraph.[Ch] (empty): new function
6162
6163         * other files: use the new Paragraph::empty function
6164
6165 2002-08-09  John Levon  <levon@movementarian.org>
6166
6167         * lyxtext.h: remove unused refresh_height
6168
6169 2002-08-09  John Levon  <levon@movementarian.org>
6170
6171         * Makefile.am:
6172         * sgml.h:
6173         * sgml.C:
6174         * buffer.C:
6175         * paragraph.h:
6176         * paragraph.C: move sgml char escaping out of paragraph
6177
6178         * paragraph.h:
6179         * paragraph.C: remove id setter
6180
6181         * buffer.C:
6182         * paragraph.C:
6183         * paragraph_pimpl.C: remove dead tex_code_break_column
6184
6185         * bufferview_funcs.C: small cleanup
6186
6187         * lyxfunc.C: remove dead proto
6188
6189         * lyxtext.h: make some stuff private. Remove some dead stuff.
6190
6191         * lyxgluelength.C: make as[LyX]String() readable
6192
6193 2002-08-08  John Levon  <levon@movementarian.org>
6194
6195         * LyXAction.h:
6196         * LyXAction.C:
6197         * MenuBackend.C:
6198         * ToolbarDefaults.C:
6199         * lyxfunc.C:
6200         * lyxrc.C:
6201         * toc.C: lyxaction cleanup
6202
6203 2002-08-08  John Levon  <levon@movementarian.org>
6204
6205         * BufferView2.C: small cleanup
6206
6207         * lyxfind.h:
6208         * lyxfind.C: move unnecessary header into the .C
6209
6210 2002-08-08  John Levon  <levon@movementarian.org>
6211
6212         * funcrequest.h: just tedious nonsense
6213
6214         * lyx_main.h:
6215         * lyx_main.C: cleanups
6216
6217         * buffer.C:
6218         * vspace.C: remove dead header lyx_main.h
6219
6220 2002-08-07  Angus Leeming  <leeming@lyx.org>
6221
6222         * Paragraph.[Ch]:
6223         * paragraph_pimpl.h:
6224         Forward declare class Counters in paragraph.h by moving the ctrs member
6225         variable into Paragraph::Pimpl.
6226         (counters): new method, returning a reference to pimpl_->ctrs.
6227
6228         * text2.C: ensuing changes.
6229
6230 2002-08-07  John Levon  <levon@movementarian.org>
6231
6232         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6233
6234         * BufferView_pimpl.C: announce X selection on double/triple
6235           click
6236
6237         * lyx_main.C: use correct bool in batch dispatch
6238
6239         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6240
6241 2002-08-07  André Pönitz <poenitz@gmx.net>
6242
6243         * funcrequest.h: new class to wrap a kb_action and its argument
6244
6245         * BufferView.[Ch]:
6246         * BufferView_pimpl[Ch]:
6247         * LaTeX.C:
6248         * LyXAction.[Ch]:
6249         * lyxfunc.[Ch]:
6250         * lyxrc.C: subsequent changes
6251
6252
6253 2002-08-07  John Levon  <levon@movementarian.org>
6254
6255         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6256           document options change.
6257
6258 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6259
6260         * counters.[Ch]
6261         * text2.C
6262         * paragraph.[Ch]
6263         * makefile.am: move counters functionality over from
6264         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6265
6266 2002-08-06  John Levon  <levon@movementarian.org>
6267
6268         * WordLangTuple.h: new file for word + language code tuple
6269
6270         * SpellBase.h:
6271         * pspell.h:
6272         * pspell.C:
6273         * ispell.h:
6274         * ispell.C:
6275         * lyxtext.h:
6276         * text.C:
6277         * text2.C:
6278         * BufferView.h:
6279         * BufferView2.C: use WordLangTuple
6280
6281         * layout.h:
6282         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6283
6284 2002-08-06  John Levon  <levon@movementarian.org>
6285
6286         * lyx_main.C: fix cmdline batch handling
6287
6288 2002-08-06  André Pönitz <poenitz@gmx.net>
6289
6290         * lyxrc.C: set default for show_banner to true
6291
6292 2002-08-06  John Levon  <levon@movementarian.org>
6293
6294         * pspell.C: fix a crash, and allow new aspell to work
6295
6296 2002-08-06  John Levon  <levon@movementarian.org>
6297
6298         * lyxfunc.C:
6299         * kbmap.C: small cleanup
6300
6301         * vspace.h:
6302         * vspace.C: add const
6303
6304 2002-08-05  John Levon  <levon@movementarian.org>
6305
6306         * LyXAction.C: back to tabular-insert
6307
6308 2002-08-04  John Levon  <levon@movementarian.org>
6309
6310         * BufferView.h:
6311         * BufferView.C: cosmetic change
6312
6313         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6314
6315         * bufferlist.C:
6316         * buffer.h:
6317         * buffer.C:
6318         * lyxcb.h:
6319         * lyxcb.C:
6320         * lyxserver.C:
6321         * lyxvc.C:
6322         * vc-backend.C:
6323         * BufferView2.C: purge all "Lyx" not "LyX" strings
6324
6325         * lyxcursor.h:
6326         * lyxcursor.C: attempt to add some documentation
6327
6328         * lyxfunc.C:
6329         * commandtags.h:
6330         * LyXAction.C:
6331         * ToolbarDefaults.C:
6332         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6333           merge with LFUN_TABULAR_INSERT
6334
6335         * Makefile.am:
6336         * SpellBase.h:
6337         * ispell.h:
6338         * ispell.C:
6339         * pspell.h:
6340         * pspell.C: split up i/pspell implementations into separate
6341           files, many cleanups
6342
6343         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6344
6345         * text2.C: some cleanup
6346
6347         * lyxfunc.C: don't check for isp_command == "none" any more, it
6348           didn't make any sense
6349
6350 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6351
6352         * counters.[Ch]
6353         * text2.C
6354         * paragraph.[Ch]
6355         * makefile.am: move counters functionality over
6356         from text2.C/paragraph.[Ch] to counters.[Ch], and
6357         make proper C++.
6358 2002-08-02  John Levon  <levon@movementarian.org>
6359
6360         * buffer.C: s/lyxconvert/lyx2lyx/
6361
6362 2002-08-02  Angus Leeming  <leeming@lyx.org>
6363
6364         * lyxlex.C: revert John's change as it breaks reading of the user
6365         preamble.
6366
6367 2002-08-02  Angus Leeming  <leeming@lyx.org>
6368
6369         * importer.C (Import):
6370         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6371         changes due to LyXView::view() now returning a boost::shared_ptr.
6372
6373 2002-08-02  John Levon  <levon@movementarian.org>
6374
6375         * lyxlex.C: small cleanup
6376
6377 2002-08-02  John Levon  <levon@movementarian.org>
6378
6379         * text2.C (status): small cleanup, no logic change
6380
6381 2002-08-01  John Levon  <levon@movementarian.org>
6382
6383         * buffer.h:
6384         * buffer.C (writeFile): don't output alerts, caller
6385           handles this
6386
6387         * bufferlist.C:
6388         * lyx_cb.C: from above
6389
6390         * lyxfunc.C: allow to open non-existent files
6391
6392 2002-07-31  John Levon  <levon@movementarian.org>
6393
6394         * lyxserver.C: don't let incidental errors get
6395           in the way (errno)
6396
6397 2002-07-30  John Levon  <levon@movementarian.org>
6398
6399         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6400
6401 2002-07-30  John Levon  <levon@movementarian.org>
6402
6403         * lyxserver.h:
6404         * lyxserver.C: remove I/O callback too
6405
6406 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6407
6408         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6409         log.
6410
6411 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6412
6413         * many files: strip,frontStrip -> trim,ltrim,rtrim
6414
6415 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6416
6417         * PrinterParams.h: remove extern containsOnly, and include
6418         support/lstrings.h instead.
6419
6420         * LaTeX.C (scanAuxFile): modify because of strip changes
6421         (deplog): ditto
6422         * buffer.C (makeLaTeXFile): ditto
6423         * bufferparams.C (writeFile): ditt
6424         * lyxfont.C (stateText): ditto
6425         * lyxserver.C (read_ready): ditto
6426         * vc-backend.C (scanMaster): ditto
6427
6428         * BufferView_pimpl.h: ws changes
6429
6430         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6431
6432 2002-07-26  André Pönitz <poenitz@gmx.net>
6433
6434         * kb_sequence.C: remove unnedred usings
6435
6436 2002-07-26  Juergen Vigna  <jug@sad.it>
6437
6438         * lyxfind.C (LyXReplace): we have to check better if the returned
6439         text is not of theLockingInset()->getLockingInset().
6440
6441 2002-07-25  Juergen Vigna  <jug@sad.it>
6442
6443         * lyxfind.C (LyXReplace): don't replace if we don't get the
6444         right LyXText.
6445
6446         * undo_funcs.C (createUndo): remove debugging code.
6447
6448 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6449
6450         * buffer.C (parseSingleLyXformat2Token): Use default placement
6451         when reading old floats.
6452
6453         * FloatList.C (FloatList): Change the default placement of figure
6454         and tables to "tbp".
6455
6456 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6457
6458         * MenuBackend.C: using std::max
6459
6460 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6461
6462         * MenuBackend.C (expandToc):
6463         (expandToc2): code moved from xforms menu frontend. It is now
6464         generic and TOCs are transparent to menu frontends.
6465
6466 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6467
6468         * toc.C (getTocList): protect against buf=0
6469
6470         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6471         Menu as first parameter. Now, this calls itself recursively to
6472         expand a whole tree (this will be useful for TOC handling)
6473         (expandFloatInsert): remove 'wide' version of floats
6474
6475         * MenuBackend.h (submenuname): returns the name of the submenu.
6476         (submenu): returns the submenu itself, provided it has been
6477         created by MenuBackend::expand
6478
6479 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6480
6481         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6482         insets which have noFontChange == true. (bug #172)
6483
6484 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6485
6486         * BufferView_pimpl.C: add connection objects and use them...
6487         (Pimpl): here.
6488
6489 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6490
6491         * MenuBackend.C (expandLastfiles):
6492         (expandDocuments):
6493         (expandFormats):
6494         (expandFloatListInsert):
6495         (expandFloatInsert):
6496         (expand): split expand in parts
6497
6498 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6499
6500         * lyx_gui.C: use lyx_gui::exit()
6501
6502 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6503
6504         * LyXAction.C: show the failing pseudo action
6505
6506 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6507
6508         * buffer.C (readFile): Run the lyxconvert script in order to read
6509         old files.
6510
6511 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6512
6513         * LyXAction.C:
6514         * commandtags.h:
6515         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6516
6517 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6518
6519         * LyXAction.C:
6520         * commandtags.h:
6521         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6522
6523 2002-07-22  Herbert Voss  <voss@lyx.org>
6524
6525         * lengthcommon.C:
6526         * lyxlength.[Ch]: add support for the vertical lengths
6527
6528 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6529
6530         * toc.[Ch]: std:: fixes
6531
6532 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6533
6534         * lyxrc.C: do not include lyx_main.h
6535
6536         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6537         for layouts
6538
6539         * lyxrc.C:
6540         * encoding.C:
6541         * bufferlist.C:
6542         * BufferView2.C: include "lyxlex.h"
6543
6544         * tabular.h:
6545         * bufferparams.h: do not #include "lyxlex.h"
6546
6547         * lyxtextclasslist.C (Add): remove method
6548         (classlist): renamed to classlist_
6549
6550         * paragraph_pimpl.C:
6551         * paragraph.C:
6552         * text2.C:
6553         * CutAndPaste.C:
6554         * bufferview_funcs.C:
6555         * bufferlist.C:
6556         * text.C:
6557         * LaTeXFeatures.C:
6558         * buffer.C:
6559         * toc.C (getTocList): use BufferParams::getLyXTextClass
6560
6561         * toc.C (getTocList): use InsetFloat::addToToc
6562
6563         * toc.[Ch]: new files, containing helper functions to handle table
6564         of contents
6565
6566         * lyxfunc.C (dispatch): no need to remove spaces around command
6567         given as a string
6568         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6569         first command of the sequence; it is not very clever, but I do not
6570         have a better idea, actually
6571
6572         * LyXAction.C (LookupFunc): make sure to remove space at the
6573         beginning and end of the command
6574
6575 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6576
6577         * MenuBackend.C (getMenubar): new method: return the menubar of
6578         this menu set
6579         (read): treat differently reading of menu and menubar (in
6580         particular, the menubar has no name now)
6581         (Menu::menubar): remove
6582
6583         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6584         saving is finished
6585
6586 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6587
6588         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6589         a bibitem inset in a RTL paragraph.
6590
6591 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6592
6593         * paragraph_pimpl.C: constify
6594
6595         * BufferView_pimpl.C:
6596         * LaTeX.C:
6597         * lyxfunc.C: fix dispatch in a nicer way
6598
6599 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6600
6601         * lyxfunc.C (dispatch):
6602         * BufferView_pimpl.C:
6603         * BufferView_pimpl.h:
6604         * BufferView.C:
6605         * BufferView.h: rename Dispatch() to dispatch()
6606
6607         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6608
6609         * lyxlayout.C (Read): honor DependsOn tag
6610
6611         * lyxlayout.[Ch] (depends_on): new method
6612
6613         * version.C.in: update lyx_docversion
6614
6615         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6616
6617         * paragraph.C (validate): remove from here...
6618         * paragraph_pimpl.C (validate): ... and move here
6619         (isTextAt): make it const
6620
6621         * buffer.C (getLists): ws cleanup
6622
6623 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6624
6625         * language.C (read): Use iso8859-1 encoding in latex_lang
6626         (this prevents LyX from crashing when using iso10646-1 encoding).
6627
6628 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6629
6630         * text2.C (toggleInset): if cursor is inside an inset, close the
6631         inset and leave cursor _after_ it
6632
6633 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6634
6635         * lyxfunc.C: move minibuffer completion handling out of here
6636
6637 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6638
6639         * BufferView_pimpl.C:
6640         * LaTeX.C: fix dispatch calls
6641
6642 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6643
6644         * text.C (drawChars): Fix Arabic text rendering.
6645
6646 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6647
6648         * LyXAction.C:
6649         * commandtags.h:
6650         * lyxfunc.C: remove message-push/pop
6651
6652         * lyxserver.C:
6653         * lyxfunc.h:
6654         * lyxfunc.C: rationalise some code by removing verboseDispatch
6655           in favour of a bool argument to dispatch()
6656
6657 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6658
6659         * lyx_main.C (init): make sure to read symlinks as absolute paths
6660
6661 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6662
6663         * lyxfunc.h:
6664         * lyxfunc.C: no need for commandshortcut to be a member
6665
6666 2002-07-15  André Pönitz <poenitz@gmx.net>
6667
6668         * converter.C: add support for $$s (scripts from lib/scripts dir)
6669         * lyx_main.C: white space
6670
6671 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6672
6673         * bufferlist.C:
6674         * lyxrc.h:
6675         * lyxrc.C: remove second exit confirmation
6676
6677 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6678
6679         * BufferView.h:
6680         * BufferView.C:
6681         * BufferView2.C:
6682         * BufferView_pimpl.h:
6683         * BufferView_pimpl.C:
6684         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6685
6686 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6687
6688         * MenuBackend.C (expand): add numeric shortcuts to document menu
6689
6690         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6691
6692 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6693
6694         * lyxfont.C (setLyXFamily):
6695         (setLyXSeries):
6696         (setLyXShape):
6697         (setLyXSize):
6698         (setLyXMisc):
6699         (lyxRead):
6700         * debug.C (value):
6701         * buffer.C (asciiParagraph): use ascii_lowercase
6702
6703 2002-07-15  Mike Fabian  <mfabian@suse.de>
6704
6705         * lyxlex_pimpl.C (search_kw):
6706         * lyxlex.C (getLongString):
6707         * converter.h (operator<):
6708         * converter.C (operator<):
6709         * buffer.C (parseSingleLyXformat2Token):
6710         (asciiParagraph):
6711         * ToolbarDefaults.C (read):
6712         * MenuBackend.C (checkShortcuts):
6713         (read):
6714         * LColor.C (getFromGUIName):
6715         (getFromLyXName): use the compare_ascii_no_case instead of
6716         compare_no_case, because in turkish, 'i' is not the lowercase
6717         version of 'I', and thus turkish locale breaks parsing of tags.
6718
6719 2002-07-16  Angus Leeming  <leeming@lyx.org>
6720
6721         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6722         now takes a Buffer const & argument.
6723
6724 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6725
6726         * BufferView.C (resize): check there's a buffer to resize
6727
6728 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6729
6730         * lyxfunc.C: remove dead code
6731
6732         * lyxserver.h:
6733         * lyxserver.C: use lyx_guii::set_read_callback
6734
6735 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6736
6737         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6738         an inset in a RTL paragraph.
6739
6740 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6741
6742         * lyxfunc.C: repaint after a font size update
6743
6744 2002-07-15  André Pönitz <poenitz@gmx.net>
6745
6746         * lyxlength.C: inBP should be able to return negative values
6747
6748 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6749
6750         * lyxfunc.C: use lyx_gui::update_fonts()
6751
6752 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6753
6754         * lyxfunc.C: use lyx_gui::update_color()
6755
6756 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6757
6758         * bufferlist.C:
6759         * lyxfunc.h:
6760         * lyxfunc.C:
6761         * lyxrc.h:
6762         * lyxrc.C: remove file->new asks for name option, and let
6763           buffer-new take an argument
6764
6765 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6766
6767         * BufferView_pimpl.C: remove unneeded extra repaint()
6768
6769 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6770
6771         * LyXAction.C: allow command-sequence with NoBuffer
6772
6773         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6774
6775 2002-07-10  Angus Leeming  <leeming@lyx.org>
6776
6777         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6778
6779 2002-07-09  Angus Leeming  <leeming@lyx.org>
6780
6781         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6782
6783 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6784
6785         * lengthcommon.h: whitespace
6786
6787         * lyxfunc.C: update scrollbar after goto paragraph
6788
6789         * lyxtext.h: factor out page break drawing, and fix it so
6790           page break/added space paints as selected nicely
6791
6792 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6793
6794         * BufferView_pimpl.C: add FIXMEs, clean up a little
6795
6796 2002-07-09  André Pönitz <poenitz@gmx.net>
6797
6798         * lyxfont.[Ch]: support for wasy symbols
6799
6800 2002-07-08  André Pönitz <poenitz@gmx.net>
6801
6802         * BufferView_pimpl.C: apply John's patch for #93.
6803
6804 2002-07-05  Angus Leeming  <leeming@lyx.org>
6805
6806         * BufferView_pimpl.C (buffer): generate previews if desired.
6807
6808         * LColor.h: add "preview" to the color enum.
6809
6810         * LColor.C (LColor): add a corresponding entry to the items array.
6811
6812         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6813         with this buffer.
6814
6815 2002-07-05  Angus Leeming  <leeming@lyx.org>
6816
6817         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6818         The body of the code is now in the method that is passed an ostream &
6819         rather than a file name.
6820         Pass an additional only_preamble parameter, useful for the forthcoming
6821         preview stuff.
6822
6823 2002-07-03  André Pönitz <poenitz@gmx.net>
6824
6825         * lyxfunc.C: simplify getStatus() a bit for math stuff
6826
6827 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6828
6829         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6830
6831 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6832
6833         * text.C (changeRegionCase): do not change case of all the
6834         document when region ends at paragraph end (bug #461)
6835
6836 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6837
6838         * paragraph.C (startTeXParParams):
6839         (endTeXParParams): add \protect when necessary
6840
6841 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6842
6843         * BufferView_pimpl.C (workAreaExpose): remove warning
6844
6845 2002-06-27  Angus Leeming  <leeming@lyx.org>
6846
6847         * Makefile.am: add lyxlayout_ptr_fwd.h.
6848
6849 2002-06-26  André Pönitz <poenitz@gmx.net>
6850
6851         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6852
6853 2002-06-25  Angus Leeming  <leeming@lyx.org>
6854
6855         * lyxfunc.C (dispatch): Comment out the call to
6856         grfx::GCache::changeDisplay. The method no longer exists now that the
6857         pixmap generation part of the graphics loader has been moved into
6858         InsetGraphics.
6859
6860 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6861
6862         * text2.C: layout as layout
6863
6864         * text.C: layout as layout
6865
6866         * tabular.C (OldFormatRead): layout as layout
6867
6868         * paragraph_pimpl.C (TeXDeeper): layout as layout
6869         (realizeFont): layout as layout
6870
6871         * paragraph.C (writeFile): layout as layout
6872         (validate): layout as layout
6873         (getFont): layout as layout
6874         (getLabelFont): layout as layout
6875         (getLayoutFont): layout as layout
6876         (breakParagraph): layout as layout
6877         (stripLeadingSpaces): layout as layout
6878         (getEndLabel): layout as layout
6879         (getMaxDepthAfter): layout as layout
6880         (applyLayout): layout as layout
6881         (TeXOnePar): layout as layout
6882         (simpleTeXOnePar): layout as layout
6883         (TeXEnvironment): layout as layout
6884         (layout): layout as layout
6885         (layout): layout as layout
6886
6887         * lyxtextclass.C (compare_name): new functor to work with
6888         shared_ptr, layout as layout
6889         (Read): layout as layout
6890         (hasLayout): layout as layout
6891         (operator): layout as layout
6892         (delete_layout): layout as layout
6893         (defaultLayout): layout as layout
6894
6895         * lyxlayout_ptr_fwd.h: new file
6896
6897         * lyxlayout.C (Read): layout as layout
6898
6899         * lyx_cb.C (MenuInsertLabel): layout as layout
6900
6901         * bufferlist.C (newFile): layout as layout
6902
6903         * buffer.C (readLyXformat2): layout as layout
6904         (parseSingleLyXformat2Token): layout as layout
6905         (insertStringAsLines): layout as layout
6906         (asciiParagraph): layout as layout
6907         (latexParagraphs): layout as layout
6908         (makeLinuxDocFile): layout as layout
6909         (simpleLinuxDocOnePar): layout as layout
6910         (makeDocBookFile): layout as layout
6911         (simpleDocBookOnePar): layout as layout
6912         (getLists): layout as layout
6913
6914         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6915
6916         * CutAndPaste.C (cutSelection): layout as layout
6917         (pasteSelection): layout as layout
6918         (SwitchLayoutsBetweenClasses): layout as layout
6919
6920         * BufferView_pimpl.C (Dispatch): layout as layout
6921         (smartQuote): layout as layout
6922
6923         * BufferView2.C (unlockInset): layout as layout
6924
6925 2002-06-24  André Pönitz <poenitz@gmx.net>
6926
6927         * lyxfunc.C: fix #487
6928
6929 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6930
6931         * lyxrc.h:
6932         * lyxrc.C:
6933         * lyxfunc.C: remove display_shortcuts, show_banner
6934
6935 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6936
6937         * Buffer_pimpl.C: oops, update on resize
6938
6939 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6940
6941         * buffer.C:
6942         * converter.C:
6943         * exporter.C:
6944         * lyxfunc.C:
6945         * BufferView.h:
6946         * BufferView.C: use repaint()
6947
6948         * BufferView_pimpl.h:
6949         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6950           as it's a clearer description. Remove superfluous
6951           redraws.
6952
6953 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6954
6955         * text.C: fix bug 488. Not ideal, but getting
6956           getWord() to work properly for the insets that
6957           matter is more difficult ...
6958
6959 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6960
6961         * BufferView_pimpl.C:
6962         * LyXAction.C:
6963         * commandtags.h:
6964         * lyxfunc.C: remove the six million index lyxfuncs to just
6965           one, and DTRT (bug 458)
6966
6967 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6968
6969         * BufferView.h:
6970         * BufferView.C:
6971         * BufferView_pimpl.h:
6972         * BufferView_pimpl.C: clean up resize() stuff,
6973           and unnecessary updateScreen()s
6974
6975 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6976
6977         * BufferView.h:
6978         * BufferView.C:
6979         * BufferView_pimpl.h:
6980         * BufferView_pimpl.C:
6981         * lyxfind.h:
6982         * lyxfind.C:
6983         * minibuffer.C: remove focus management of workarea,
6984           not needed. Use screen's greyOut()
6985
6986 2002-06-17  Herbert Voss  <voss@lyx.org>
6987
6988         * converter.C: (convert) do not post a message, when converting
6989         fails, let the calling function decide what to do in this case
6990
6991 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6992
6993         * lyxfunc.C: tidy up a little
6994
6995 2002-06-16    <alstrup@diku.dk>
6996
6997         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6998         Got rid of FORMS_H_LOCATION include. Now we are
6999         GUII.
7000
7001 2002-06-15  LyX Development team  <lyx@rilke>
7002
7003         * buffer.[Ch] (sgmlOpenTag):
7004         (sgmlCloseTag): Added support for avoiding pernicious mixed
7005         content. Return number of lines written.
7006
7007         (makeLinuxDocFile):
7008         (makeDocBookFile): Fixed calls to sgml*Tag.
7009         Simple white space clean.
7010
7011         (simpleDocBookOnePar): Simple white space clean.
7012
7013         * tabular.[Ch] (docBook): Renamed to docbook and got another
7014         argument to related with the pernicious mixed content.
7015
7016         (docbookRow): Fixed calls for docbook inset method.
7017
7018 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7019
7020         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7021         so it's X11 independent.
7022
7023         * kb*.[Ch]: ditto.
7024
7025         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7026
7027 2002-06-15  Lyx Development team  <lyx@electronia>
7028
7029         * intl.h: Renamed getTrans to getTransManager.
7030
7031 2002-06-14  Angus Leeming  <leeming@lyx.org>
7032
7033         * Makefile.am: nuke forgotten stl_string_fwd.h.
7034
7035 2002-06-12  Angus Leeming  <leeming@lyx.org>
7036
7037         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7038
7039 2002-06-13  Angus Leeming  <leeming@lyx.org>
7040
7041         * LaTeX.C:
7042         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7043
7044 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7045
7046         * kbmap.C (getiso): add support for cyrillic and greek
7047
7048 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7049
7050         * BufferView.h:
7051         * BufferView.C:
7052         * BufferView_pimpl.h:
7053         * BufferView_pimpl.C: move bogus scrolling logic
7054           to xforms
7055
7056 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7057
7058         * lyxfunc.C:
7059         * BufferView_pimpl.C: view->resize() change
7060
7061 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7062
7063         * BufferView_pimpl.C: topCursorVisible
7064           prototype change
7065
7066 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7067
7068         * Makefile.am:
7069         * lyx_gui.h:
7070         * lyx_gui.C: move to frontends/
7071
7072         * main.C:
7073         * lyx_main.h:
7074         * lyx_main.C: changes from above
7075
7076 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7077
7078         * intl.C:
7079         * intl.h:
7080         * kbmap.C:
7081         * kbsequence.C:
7082         * lyx_cb.C:
7083         * lyx_main.C: minor tidy
7084
7085 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7086
7087         * BufferView_pimpl.h:
7088         * BufferView_pimpl.C:
7089         * BufferView.h:
7090         * BufferView.C: make painter() const,
7091           remove dead code
7092
7093         * BufferView2.C: use screen() accessor
7094
7095         * lyx_main.h:
7096         * lyx_main.C: some minor cleanup
7097
7098 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7099
7100         * BufferView_pimpl.h:
7101         * BufferView_pimpl.C: remove enter/leaveView,
7102           use workHeight()
7103
7104 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7105
7106         * BufferView.h:
7107         * BufferView.C:
7108         * BufferView2.C:
7109         * BufferView_pimpl.h:
7110         * BufferView_pimpl.C: only construct screen once,
7111           rename
7112
7113         * lyxrc.C: remove pointless comment
7114
7115 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7116
7117         * BufferView.h:
7118         * BufferView.C: remove active() and belowMouse()
7119
7120         * BufferView_pimpl.h:
7121         * BufferView_pimpl.C: use workarea() not workarea_,
7122           and make it use a scoped_ptr instead
7123
7124 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7125
7126         * lyx_gui.C: add debug message on BadWindow
7127
7128 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7129
7130         * sp_spell.C: fdopen is not part of the C++ standard.
7131
7132         * paragraph.C (InsetIterator): use >= instead of ==
7133
7134 2002-06-07  Angus Leeming  <leeming@lyx.org>
7135
7136         Fixes needed to compile with Compaq cxx 6.5.
7137         * BufferView_pimpl.C:
7138         * DepTable.C:
7139         * buffer.C:
7140         * converter.C:
7141         * encoding.C:
7142         * lyx_gui.C:
7143         * lyx_main.C:
7144         * lyxtextclasslist.C:
7145         * minibuffer.C:
7146         * sp_spell.C:
7147         * tabular_funcs.C:
7148         * vc-backend.C:
7149         all c-library variables have been moved into namespace std. Wrap
7150         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7151
7152         * lyxlength.C:
7153         * tabular-old.C:
7154         * tabular.C:
7155         Add a using std::abs declaration.
7156
7157         * kbmap.h (modifier_pair):
7158         * paragraph.h (InsetTable, InsetList):
7159         * lyxfont.h (FontBits):
7160         type definition made public.
7161
7162         * bufferlist.C (emergencyWriteAll): the compiler complains that
7163         there is more than one possible lyx::class_fun template to choose from.
7164         I re-named the void specialisation as lyx::void_class_fun.
7165
7166         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7167
7168         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7169         the compiler is is unable to find tostr in write_attribute.
7170
7171 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7172
7173         * buffer.C (sgmlError): hide #warning
7174
7175 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7176
7177         * xtl/*: get rid of xtl, which is not in use anyway
7178
7179         * LyXAction.C (init):
7180         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7181         were unimplemented xtl experimentation
7182
7183 2002-06-04  André Pönitz <poenitz@gmx.net>
7184
7185         * lyxfunc.C: disable array operation on simple formulae
7186
7187 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7188
7189         * converter.C: constify a bit
7190
7191 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7192
7193         * lyx_gui.C: check xforms version correctly
7194
7195 2002-04-30  Herbert Voss  <voss@lyx.org>
7196
7197         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7198         "keep" option
7199
7200 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7201
7202         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7203           attempt to register it with a VCS)
7204
7205 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7206
7207         * lyx_main.C (init): honor variables LYX_DIR_13x and
7208         LYX_USERDIR_13x
7209
7210 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7211
7212         * buffer.h:
7213         * buffer.C:
7214         * lyx_main.C: fix a crash on bad command line,
7215           and give a useful exit status on error
7216
7217         * lyxfunc.C (doImport): allow -i lyx to work
7218
7219 2002-03-30  André Pönitz <poenitz@gmx.net>
7220
7221         * lyxfunc.C: mathed font changes
7222
7223 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7224
7225         * LaTeX.C:
7226         * importer.h:
7227         * importer.C:
7228         * lyx_sty.h:
7229         * lyx_sty.C:
7230         * lyxlex.C:
7231         * lyxrow.h:
7232         * lyxtext.h:
7233         * paragraph.h:
7234         * paragraph.C:
7235         * texrow.h:
7236         * texrow.C:
7237         * text.C:
7238         * trans_mgr.h: srcdocs, and some minor cleanups
7239
7240 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7241
7242         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7243         call getFont all the time)
7244
7245 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7246
7247         * switch from SigC signals to boost::signals
7248
7249 2002-05-29  André Pönitz <poenitz@gmx.net>
7250
7251         * paragraph_pimpl.C (getChar): don't call size() too often...
7252
7253 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7254
7255         * paragraph_pimpl.C (insertChar): do not try to update tables when
7256         appending (pos == size())
7257
7258         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7259         in order to reduce drastically the number of comparisons needed to
7260         parse a large document
7261
7262 2002-05-29  André Pönitz <poenitz@gmx.net>
7263
7264         * text.C:
7265         * text2.C:
7266         * lyxtextclass.C:
7267         * sp_pspell.h:
7268         * textclasslist.[Ch]:
7269         * sp_ispell.h: whitespace change
7270
7271 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7272
7273         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7274         lyxaction directly now.
7275
7276 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7277
7278         * trans.C:
7279         * lyxfont.C:
7280         * lyxvc.C: remove unused headers
7281
7282 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7283
7284         * Makefile.am:
7285         * buffer.h:
7286         * undostack.h:
7287         * undostack.C:
7288         * undo_funcs.h:
7289         * undo_funcs.C: some cleanups. Use shared_ptr
7290           and a template for the undo stacks.
7291
7292 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7293
7294         * BufferView_pimpl.h:
7295         * BufferView_pimpl.C:
7296         * kbmap.h:
7297         * kbmap.C:
7298         * kbsequence.h:
7299         * kbsequence.C:
7300         * lyxfunc.h:
7301         * lyxfunc.C:
7302         * text2.C: use key_state/mouse_state
7303
7304 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7305
7306         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7307         and LSubstring
7308
7309         * chset.C: change include order
7310         (loadFile): use boost regex and get rid of LRegex and LSubstring
7311
7312         * Makefile.am (BOOST_LIBS): new variable
7313         (lyx_LDADD): use it
7314
7315         * LaTeX.C: change include order.
7316         (scanAuxFile): use boost regex and get rid of LRegex and
7317         LSubstring
7318         (deplog): ditto
7319
7320 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7321
7322         * ColorHandler.h:
7323         * ColorHandler.C:
7324         * FontInfo.h:
7325         * FontInfo.C: moved to frontends/xforms/
7326
7327         * FontLoader.h:
7328         * FontLoader.C: moved into frontends for GUIIzation
7329
7330         * Makefile.am:
7331         * lyx_gui.C:
7332         * lyxfont.C:
7333         * lyxfunc.C: changes from above
7334
7335 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7336
7337         * LColor.C: remove spurious X include
7338
7339         * BufferView_pimpl.C:
7340         * Makefile.am:
7341         * font.h:
7342         * font.C:
7343         * text.C:
7344         * text2.C: move font metrics to frontends/
7345
7346 2002-05-24  Juergen Vigna  <jug@sad.it>
7347
7348         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7349         setting the undo_cursor.
7350
7351         * ParagraphParameters.h: include local includes first.
7352
7353 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7354
7355         * BufferView_pimpl.C:
7356         * BufferView_pimpl.h:
7357         * Makefile.am:
7358         * WorkArea.h:
7359         * WorkArea.C:
7360         * screen.C: move WorkArea into frontends/
7361
7362         * lyxscreen.h:
7363         * screen.C:
7364         * text.C:
7365         * BufferView.C:
7366         * BufferView2.C: move LyXScreen into frontends/
7367
7368         * lyxlookup.h:
7369         * lyxlookup.C:
7370         * lyx_gui.C: move lyxlookup into frontends/xforms/
7371
7372 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7373
7374         * BufferView2.C:
7375         * BufferView_pimpl.C:
7376         * FontLoader.C:
7377         * LyXView.h:
7378         * LyXView.C:
7379         * Makefile.am:
7380         * WorkArea.C:
7381         * XFormsView.h:
7382         * XFormsView.C:
7383         * buffer.C:
7384         * bufferlist.C:
7385         * bufferview_funcs.C:
7386         * converter.C:
7387         * importer.C:
7388         * lyx_cb.C:
7389         * lyx_gui.C:
7390         * lyx_main.C:
7391         * lyx_find.C:
7392         * lyxfunc.C:
7393         * lyxvc.C:
7394         * minibuffer.C:
7395         * text.C:
7396         * text2.C:
7397         * trans.C:
7398         * vc-backend.C: move LyX/XFormsView into frontends/
7399
7400 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7401
7402         * Makefile.am:
7403         * PainterBase.C:
7404         * PainterBase.h:
7405         * Painter.C:
7406         * Painter.h:
7407         * WorkArea.C:
7408         * WorkArea.h:
7409         * screen.C:
7410         * tabular.C:
7411         * text.C:
7412         * text2.C: move Painter to frontends/
7413
7414 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7415
7416         * buffer.C: comment out some some code that depend upon lyx_format
7417         < 220
7418
7419         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7420         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7421
7422         * buffer.h (NO_COMPABILITY): turn off compability
7423
7424         * ColorHandler.C: include scoped_array.hpp
7425
7426         * font.C: Use more specific smart_ptr header.
7427         * Painter.C: ditto
7428         * gettext.C: ditto
7429         * ShareContainer.h: ditto
7430         * lyx_main.h: ditto
7431         * kbmap.h: ditto
7432         * FontInfo.h: ditto
7433         * BufferView_pimpl.h: ditto
7434         * ColorHandler.h: ditto
7435
7436         * kbmap.C (defkey): change call to shared_ptr::reset
7437
7438 2002-05-21  Juergen Vigna  <jug@sad.it>
7439
7440         * buffer.C (insertErtContents): fix to insert ert asis if it is
7441         non empty. Skip it completely if it contains only whitespaces.
7442
7443 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7444
7445         * BufferView_pimpl.C:
7446         * BufferView2.C: clear selection on paste (bug 393)
7447
7448 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7449
7450         * DepTable.C: include ctime
7451
7452 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7453
7454         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7455
7456 2002-05-14  Juergen Vigna  <jug@sad.it>
7457
7458         * text.C (breakParagraph): fixed function to honor the keepempty
7459         layout in the right maner and also to permit the right breaking
7460         algorithm on empty or non empyt keepempty paragraphs.
7461
7462         * paragraph.C (breakParagraph): we have to check also if the par
7463         is really empty (!size()) for isempty otherwise we do the wrong
7464         paragraph break.
7465
7466 2002-05-10  Juergen Vigna  <jug@sad.it>
7467
7468         * buffer.[Ch] : The following are only changes to the ert
7469         compatibility read reading old LaTeX layout and font stuff and
7470         convert it to ERTInsets.
7471
7472         * buffer.h: added isErtInset().
7473
7474         * buffer.C (struct ErtComp): add a fromlayout bool to check
7475         if we're inside a LaTeX layout.
7476         (isErtInset): new helper function.
7477         (insertErtContents): look for other ert insets before this one
7478         and insert the contents there, so that we don't have subsequent
7479         ERT insets with nothing between them. This way we create only one
7480         inset with multiple paragraphs. Also check if we don't insert only
7481         spaces ' ' as they are ignored anyway afterwards in the .tex file
7482         so if we have only spaces we will ignore this latex part in the
7483         new file.
7484         (parseSingleLyXformat2Token \\layout): better compatibility when
7485         reading layout-latex stuff.
7486         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7487         language tag.
7488         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7489         stuff after reading the inset only get the information back from
7490         the stack.
7491
7492 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7493
7494         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7495
7496         * LaTeXFeatures.C (getBabelOptions): New method.
7497
7498 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7499
7500         * BufferView_pimpl.C (Dispatch): work around missing argument for
7501         'layout'
7502
7503 2002-05-08  Juergen Vigna  <jug@sad.it>
7504
7505         * text.C (leftMargin): handle paragraph leftindent.
7506
7507         * paragraph.C (writeFile): write the new \\leftindent tag.
7508         (validate): handle leftindent code.
7509         (TeXEnvironment): handle paragraphleftindent code again.
7510
7511         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7512
7513         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7514         for paragrap_extra indent code and new token \\leftindent.
7515         (latexParagraphs): handle the leftindent as environment.
7516
7517         * ParameterStruct.h: added leftindent support.
7518
7519         * ParagraphParameters.C (leftIndent): added support functions for
7520         the paragraph left indent.
7521
7522         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7523         more appropriate.
7524
7525 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7526
7527         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7528         inside insetERT.
7529
7530         * text.C (computeBidiTables): No bidi in insetERT.
7531
7532         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7533         in RTL documents.
7534
7535 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7536
7537         * version.C.in: pre 5
7538
7539 2002-05-02  José Matos  <jamatos@fep.up.pt>
7540         * buffer.C (makeDocBookFile): white space changes, add newline to
7541         command styles.
7542         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7543
7544         * tabular.C (docBook): fix typo.
7545
7546 2002-05-03  Juergen Vigna  <jug@sad.it>
7547
7548         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7549         change in LyXText as we can not be sure it was not freed.
7550         (drawOneRow): remove unused code.
7551
7552         * text.C (drawInset): redo the calculation of the need_break_row as
7553         it could have a row which was already freed.
7554         (draw): look at the return value of drawInset and return false if
7555         it also returned false.
7556         (paintRowText): look at the return value of draw and return false if
7557         it also returned false.
7558
7559         * lyxtext.h: added bool return type to drawInset() and draw() so that
7560         if we have a change in the row so that the rowbreak has to be redone
7561         we abort drawing as it will be called again.
7562
7563 2002-05-02  Juergen Vigna  <jug@sad.it>
7564
7565         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7566         a change in the maintext also if we're inside an inset.
7567         (Dispatch): set the cursor again after a break line and after the
7568         screen has been updated as it could be we're in a different row.
7569
7570         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7571         to set the cursor behind the pargraph with > size().
7572         (setCursor): check also for the same paragraph when checking where
7573         to put the cursor if we have a NFR inset.
7574
7575         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7576         parts of layout read further up as it still was in the wrong
7577         position.
7578
7579 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7580
7581         * screen.C (drawFromTo): change sine fullRebreak always return
7582         true.
7583
7584         * buffer.C (parseSingleLyXformat2Token): reindent some
7585
7586         * BufferView_pimpl.C (update): change since fullRebreak always
7587         return true.
7588         (Dispatch): git rid of the last hardcoded "Standard"s.
7589
7590 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7591
7592         * text2.[Ch] (fullRebreak): make it return void now that we always
7593         returned true.
7594
7595 2002-04-30  Juergen Vigna  <jug@sad.it>
7596
7597         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7598         ert compatibility check for "latex" layout.
7599
7600 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7601
7602         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7603         minipages: use col% instead of p%, and also use the current font.
7604         (makeLaTeXFile): Fix use babel condition.
7605         (parseSingleLyXformat2Token): Correct font when reading old floats.
7606
7607 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7608
7609         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7610         inserting list of floats.
7611
7612 2002-04-25  Herbert Voss  <voss@lyx.org>
7613
7614         * MenuBackend.C (expand): don't add the graphics extensions to the
7615         export menu
7616
7617 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7618
7619         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7620         non-existing layout, do not complain if it was the default layout
7621         of the original class (bug #342)
7622
7623 2002-04-24  Juergen Vigna  <jug@sad.it>
7624
7625         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7626         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7627
7628 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7629
7630         * buffer.C (getBibkeyList): If using \bibliography, return the
7631         option field with the reference itself. Enables us to provide natbib
7632         support when using \bibliography.
7633
7634 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7635
7636         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7637
7638         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7639         natbib is provided by the LaTeX class.
7640
7641 2002-04-23  Juergen Vigna  <jug@sad.it>
7642
7643         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7644         Wakeup functions.
7645
7646         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7647
7648 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7649
7650         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7651
7652         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7653         ensuremath around textordmasculine, textordfeminine and
7654         textdegree.
7655
7656 2002-04-19  Juergen Vigna  <jug@sad.it>
7657
7658         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7659         reinitializing the buffer otherwise row-dimensions may be wrong.
7660         (update): reset also the selection cursors if they do exits otherwise
7661         their x/y positions may be wrong.
7662
7663         * text2.C (cursorDown): don't enter the inset if we came from a row
7664         above and are one row over the inset.
7665
7666         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7667         really leaving an inset.
7668
7669 2002-04-18  Juergen Vigna  <jug@sad.it>
7670
7671         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7672         of the selected paragraph does not have the selected layout also if
7673         the last one had!
7674
7675         * text2.C (setLayout): fixed bug which did not change last selected
7676         paragraph.
7677
7678         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7679         changed the read and substituted \\end_float with \\end_inset!
7680
7681         * BufferView_pimpl.C (cursorPrevious):
7682         (cursorNext): fixed to make it work with rows heigher than the work
7683         area without moving the cursor only the draw of the row.
7684         (workAreaMotionNotify): fix jumping over high rows.
7685
7686 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7687
7688         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7689         Ressler.
7690
7691 2002-04-16  Juergen Vigna  <jug@sad.it>
7692
7693         * text2.C (setCursor): set also the irow().
7694         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7695         (cursorUp):
7696         (cursorDown): support for locking an inset if the x_fix value goes
7697         inside it. That way I can transverse insets too with cursor up/down.
7698
7699         * lyxrow.h: added irow helper function same as other (i) functions.
7700
7701         * BufferView_pimpl.C (cursorPrevious):
7702         (cursorNext): fixed for insets!
7703
7704 2002-04-15  Juergen Vigna  <jug@sad.it>
7705
7706         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7707         position otherwise it is wrong in some cases.
7708
7709         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7710         inside the inset before the call.
7711
7712 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7713
7714         * buffer.[Ch] (getBibkeyList): make it const.
7715
7716 2002-04-12  Juergen Vigna  <jug@sad.it>
7717
7718         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7719
7720         * text2.C (getCursorX): new helper function
7721         (setCursor): compute also ix_
7722         (setCursorFromCoordinates): set also ix.
7723
7724         * lyxcursor.h: added ix_ and helper functions.
7725
7726         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7727
7728         * buffer.C (insertStringAsLines): dont break paragraph if the this
7729         paragraph is inside an inset which does not permit it!
7730
7731         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7732         also with no chars on this paragraph.
7733         (paintRowText): only paint stuff if it's inside the workarea!
7734
7735         * paragraph.C (breakParagraph): honor keepempty flag and break the
7736         paragraph always below not above.
7737
7738         * BufferView2.C (unlockInset): update the paragraph layout on inset
7739         unlock as we changed paragraph in such a case.
7740
7741         * lyxfind.C (LyXFind): clear the former selection if not found!
7742
7743         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7744         again called in insertChar().
7745
7746         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7747         an inset which uses the whole row!
7748         (rightMargin): ditto.
7749         (insertChar): force a rebreak if we inserted an inset!
7750
7751 2002-03-28  Herbert Voss  <voss@lyx.org>
7752
7753         * lyxlength.[Ch]: add inBP() to get the right PS-point
7754         units (BigPoint). With inPixels we have rounding errors
7755
7756 2002-04-11  Juergen Vigna  <jug@sad.it>
7757
7758         * text2.C (setCursorFromCoordinates): set iy to the right value.
7759         (setCursor): add check if row->previous exists!
7760
7761         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7762         an old float_type as this was the case in the old code!
7763
7764         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7765
7766         * BufferView2.C (showLockedInsetCursor): use iy
7767         (fitLockedInsetCursor): ditto
7768
7769         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7770         locked insets as there we have the right value now.
7771
7772         * lyxcursor.C: added iy_ variable and iy functions to set to the
7773         baseline of cursor-y of the locked inset.
7774
7775         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7776         (setCursor): fixed for insets which need a full row.
7777
7778         * text.C (rowLastPrintable): don't ignore the last space when before
7779         an inset which needs a full row.
7780         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7781         as last character of a row when before a inset which needs a full row.
7782
7783 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7784
7785         * version.C.in: update date
7786
7787         * text2.C (fullRebreak): try to always return true and see what
7788         happens...
7789
7790 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7791
7792         * MenuBackend.C (expand): use Floating::listName
7793
7794         * FloatList.C (FloatList): add listName argument to the built-in
7795         floats
7796
7797         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7798         text associated with the float.
7799
7800 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7801
7802         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7803
7804 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7805
7806         * ShareContainer.h: add a couple of missing typenames.
7807
7808 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7809
7810         * lyxrc.C (getDescription): use _() correctly rather than N_().
7811
7812 2002-03-28  Herbert Voss  <voss@lyx.org>
7813
7814         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7815         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7816
7817 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7818
7819         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7820         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7821
7822 2002-03-29  Juergen Vigna  <jug@sad.it>
7823
7824         * lyxfunc.C (dispatch): add a missing fitCursor call.
7825
7826         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7827         it was scrolled by a cursor move, so return the bool status.
7828
7829         * BufferView.C (fitCursor): return the bool flag also to the outside
7830         world as this is needed.
7831
7832         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7833
7834         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7835         call the edit() as it is not needed (and wrong) IMO.
7836         (workAreaButtonPress): set the screen_first variable before evt.
7837         unlock the inset as this may change screen_first and then we have
7838         a wrong y position for the click!
7839
7840 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7841
7842         * MenuBackend.C (expand): another translation that I missed
7843
7844 2002-03-28  Juergen Vigna  <jug@sad.it>
7845
7846         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7847
7848         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7849
7850 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7851
7852         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7853
7854         * MenuBackend.C (expand): fix export/view/update when there is no
7855         document open.
7856
7857 2002-03-27  Herbert Voss  <voss@lyx.org>
7858
7859         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7860         and text%
7861
7862 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7863
7864         * bufferview_funcs.C (currentState): only show paragraph number
7865         for is DEVEL_VERSION is set.
7866
7867         * lyxfunc.C (dispatch): put warning in INFO channel
7868
7869         * MenuBackend.C (expand): translate the name of floats
7870
7871         * FloatList.C (FloatList): mark the float names for translation
7872
7873         * converter.C (convert): use LibScriptSearch
7874
7875 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7876
7877         * MenuBackend.C (defaults): fix default menu (we might as well get
7878         rid of it...)
7879
7880 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7881
7882         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7883         directory.
7884
7885 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7886
7887         * lyxvc.C: reorder includes.
7888
7889 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7890
7891         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7892           properly
7893
7894 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7895
7896         * CutAndPaste.C: change layouts earlier on paste
7897           to avoid crashing when calling getFont()
7898
7899 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7900
7901         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7902         irritating #error.
7903
7904 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7905
7906         * WorkArea.C: remove 'Pending' debug message.
7907
7908         * most files: ws cleanup
7909
7910         * buffer.[Ch]: ws changes
7911
7912         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7913
7914 2002-03-21  Juergen Vigna  <jug@sad.it>
7915
7916         * tabular.C (SetMultiColumn): collapse also the contents of the
7917         cells and set the last border right. Added a Buffer const * param.
7918
7919 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7920
7921         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7922         linking or not.
7923
7924 2002-03-19  Juergen Vigna  <jug@sad.it>
7925
7926         * text2.C (clearSelection): reset also xsel_cache.
7927
7928         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7929         where it needs to be called (John tells us to do so too :)
7930         (selectionLost): reset sel_cache.
7931
7932         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7933
7934 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7935
7936         * text2.C (setCursorIntern): put debuging code in INSETS channel
7937
7938 2002-03-19  André Pönitz <poenitz@gmx.net>
7939
7940         * lyxfunc.C: tiny whitespace change
7941
7942 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7943
7944         * ToolbarDefaults.C (init):
7945         * LyXAction.C (init):
7946         * commandtags.h:
7947         * BufferView_pimpl.C (Dispatch):
7948         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7949
7950 2002-03-19  Allan Rae  <rae@lyx.org>
7951
7952         * exporter.C (Export): removeAutoInsets before doing anything else.
7953         While I've just introduced a dependency on BufferView this really is
7954         the best place to clean the buffer otherwise you need to cleanup in
7955         a dozen places before calling export or cleanup in a dozen functions
7956         that export calls.
7957
7958         * converter.C (runLaTeX):
7959         (scanLog): Better handling of removeAutoInsets and screen updates.
7960
7961         * lyxfunc.C (dispatch): small whitespace changes
7962
7963 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7964
7965         * WorkArea.C (C_WorkAreaEvent): return a value.
7966         (event_cb): return 1 if we handled the event, 0 otherwise.
7967
7968         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7969
7970 2002-03-18  Juergen Vigna  <jug@sad.it>
7971
7972         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7973         (GetAdditionalWidth): ditto.
7974         (RightLine): ditto.
7975         (LeftLine): ditto.
7976
7977         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7978         inset if we're there actually (probably not used right now but this
7979         is the direction to go for unifying code).
7980         (paste): disable code to clear the selection.
7981
7982         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7983         inside an InsetText and move the check further up as it is in the
7984         wrong place.
7985
7986         * text2.C (pasteSelection): set a selection over the pasted text.
7987
7988 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7989
7990         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7991         and libgraphics to build on Cygwin.
7992
7993 2002-03-15  Juergen Vigna  <jug@sad.it>
7994
7995         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7996         inserting an Inset into the paragraph. I know this is not the best
7997         fix but we already use current_view in CutAndPaste so we will remove
7998         all of it's using at the same time.
7999
8000         * buffer.C (sgmlError): deactivated function till it is rewritten in
8001         the right mode, now it can create problems.
8002
8003         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8004         before accessing it.
8005
8006 2002-03-14  Juergen Vigna  <jug@sad.it>
8007
8008         * undo_funcs.C (textHandleUndo): do the right thing when updating
8009         the inset after the undo/redo.
8010
8011         * text2.C (setCursor): just some testcode for #44 not ready yet.
8012
8013         * undo_funcs.C (textHandleUndo): set the next() and previous()
8014         pointers of the paragraph to 0 before deleting otherwise we have
8015         problems with the Paragraph::[destructor].
8016
8017         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8018         on a paragraph insertion.
8019
8020 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8021
8022         * buffer.C (asciiParagraph): use += operator for char append to
8023         string.
8024
8025         * paragraph.C (getFontSettings): compare >= not just >
8026         (highestFontInRange): ditto
8027         (setFont): ditto
8028
8029 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8030
8031         * paragraph.C: change several algorithm to be more appripriate for
8032         the problem domain. This is lookip in FontList and in the InsetList.
8033
8034 2002-03-13  André Pönitz <poenitz@gmx.net>
8035
8036         * commandtags.h:
8037         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8038
8039 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8040
8041         * commandtags.h:
8042         * LyXAction.C:
8043         * lyxfunc.C:
8044         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8045
8046 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8047
8048         * Painter.C (display): anon helper function, adjust code for this
8049         change.
8050         (pixmap): remove function.
8051
8052         * Painter.h: remove private display variable.
8053
8054         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8055
8056 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8057
8058         * WorkArea.[Ch]: remove figinset_canvas cruft.
8059
8060 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8061
8062         * lyxtextclass.C (operator): add one item cache optimization.
8063
8064         * bufferlist.h: doxy changes
8065
8066         * bufferlist.C: ws changes
8067
8068         * DepTable.[Ch] (ext_exist): place const in the right spot.
8069
8070         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8071         call resizeInsets.
8072         (workAreaExpose): call resizeInsets when the with BufferView changes.
8073         (Dispatch): adjust for protectedBlank removal
8074         (specialChar): call updateInset if the insert went ok.
8075
8076         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8077         specialChar instead.
8078
8079         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8080
8081         * BufferView.h: doxy change
8082
8083         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8084
8085         * lyxtextclass.C (operator[]): remove non-const version
8086         (defaultLayout): remove non-const version
8087
8088 2002-03-12  Juergen Vigna  <jug@sad.it>
8089
8090         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8091         did resize the LyXText too.
8092
8093         * buffer.C (readLyXformat2): set layout information on newly allocated
8094         paragraphs.
8095
8096         * tabular.C (OldFormatRead): set layout information on the paragraph.
8097
8098 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8099
8100         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8101
8102 2002-03-11  Juergen Vigna  <jug@sad.it>
8103
8104         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8105         plainly wrong.
8106         (resizeCurrentBuffer): force also the insets to resize themselfes.
8107         (moveCursorUpdate): fixed up for InsetText.
8108
8109 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8110
8111         * commandtags.h:
8112         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8113         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8114         value of Dialogs::tooltipsEnabled().
8115         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8116
8117 2002-03-08  Juergen Vigna  <jug@sad.it>
8118
8119         * BufferView_pimpl.C (updateInset): update inset inside inset also
8120         if it isn't inside theLockingInset().
8121
8122 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8123
8124         * buffer.C (asciiParagraph): redo some of the word and line length
8125         handling.
8126         (getLists): look for Caption instead of caption.
8127
8128 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8129
8130         * buffer.C (Buffer): initialize niceFile to true
8131         (makeLaTeXFile):
8132         (makeLinuxDocFile):
8133         (makeDocBookFile): make sure niceFile is true on exit
8134
8135 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8136
8137         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8138
8139 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8140
8141         * LyXSendto.C: remove.
8142         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8143         * lyx_gui.C: remove now-redundant comment.
8144         * ColorHandler.h: remove forward declaration of class WorkArea.
8145         * lyxfunc.C: remove #include "WorkArea.h".
8146
8147 2002-03-07  Juergen Vigna  <jug@sad.it>
8148
8149         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8150         got moved away with the DEPM and also set the inset_owner always
8151         right which before could have been omitted.
8152
8153 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8154
8155         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8156         wanted layout is not found.
8157
8158 2002-03-07  Juergen Vigna  <jug@sad.it>
8159
8160         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8161
8162 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8163
8164         * paragraph.C (breakParagraph): use default layout not layout of
8165         prev paragraph.
8166         (Paragraph): clear ParagraphParameters.
8167
8168 2002-03-06  Juergen Vigna  <jug@sad.it>
8169
8170         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8171         otherwise it would not be a valid lenght. Fixed a special case in
8172         the minipage compatibility read where we end the document with a
8173         minipage.
8174
8175         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8176         was set as it could be 0 for InsetTexts first entry.
8177
8178 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8179
8180         * paragraph.C (writeFile): if layout is empty write out
8181         defaultLayoutName().
8182
8183         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8184         file without named layout we set layout to defaultLayoutName().
8185
8186 2002-03-06  Juergen Vigna  <jug@sad.it>
8187
8188         * CutAndPaste.C (copySelection): set layout for new paragraph.
8189
8190         * text.C (prepareToPrint): leave ERT inset left aligned
8191         (leftMargin): don't indent paragraphs inside ERT insets
8192
8193 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8194
8195         * paragraph.C (breakParagraph): dont call clear do the work manually
8196
8197         * paragraph.[Ch] (clear): remove function
8198
8199 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8200
8201         * paragraph.C (Paragraph): dont call clear, the work has already
8202         been done.
8203
8204         * lyxtextclass.C (operator): assert if n is empty
8205
8206         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8207         work manually instead.
8208
8209 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8210
8211         * BufferView_pimpl.C: protect selectionLost against text == 0
8212
8213 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8214
8215         * text.C (breakParagraph): fix a setting layout to '0' problem.
8216
8217 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8218
8219         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8220         final location of file, for the included files, and graphics.
8221
8222 2002-03-05  Juergen Vigna  <jug@sad.it>
8223
8224         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8225
8226 2002-03-04  Juergen Vigna  <jug@sad.it>
8227
8228         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8229
8230         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8231         last column of multicolumn cells.
8232         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8233
8234 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8235
8236         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8237         file if it doesn't go to a temporary file.
8238
8239         * buffer.C (sgmlOpenTag):
8240         (sgmlCloseTag):  remove extra newline insertion.
8241
8242 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8243
8244         * text.C (getRowNearY): comment out debug msg
8245
8246 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8247
8248         * text2.C: first -> first_y
8249
8250         * text.C (getRowNearY): add some attemts at a possible
8251         optimization, not working.
8252
8253         * tabular.[Ch]: add BufferParams to several function so that newly
8254         created paragraph can be initialized to he default layotu for the
8255         buffers textclass.
8256
8257         * tabular-old.C (ReadOld): add buf->params to call of Init
8258
8259         * screen.C: rename text->first to text->first_y
8260
8261         * paragraph.C (breakParagraph): always set layout in the broken
8262         paragraph
8263
8264         * lyxtextclass.C (Read): remove lowercase
8265         (hasLayout): ditto
8266         (operator): ditto
8267         (delete_layout): ditto
8268
8269         * lyxtext.h: rename first -> first_y
8270
8271         * lyxlayout.C (Read): remove lowercase
8272         (name): ditto
8273         (setName): ditto
8274         (obsoleted_by): ditto
8275
8276         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8277
8278         * buffer.C (insertErtContents): add params are to InsetERT
8279         (parseSingleLyXformat2Token): add code to check if a paragraphs
8280         layout really exist.
8281         (parseSingleLyXformat2Token): add params to several inset
8282         constructors
8283         (asciiParagraph): remove lowercase, do the layout comparisons with
8284         no_case
8285
8286         * BufferView_pimpl.C (cursorNext): first -> first_y
8287         (resizeCurrentBuffer): first -> first_y
8288         (updateScrollbar): first -> first_y
8289         (scrollCB): first -> first_y
8290         (workAreaMotionNotify): first -> first_y
8291         (workAreaButtonPress): first -> first_y
8292         (checkInsetHit): first -> first_y
8293         (cursorPrevious): first -> first_y
8294         (cursorNext): first -> first_y
8295         (Dispatch): add buffer_->params to severl inset contructors
8296
8297 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8298
8299         * lyxlayout.C (Read): remove some debug info that I forgot.
8300
8301         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8302         clean up the code slightly.
8303         (makeLinuxDocFile): ditto
8304         (makeDocBookFile): ditto
8305
8306         * text2.C: layout as string
8307
8308         * text.C: layout as string
8309
8310         * paragraph_pimpl.C: layout as string
8311
8312         * paragraph.[Ch]: layout as string
8313
8314         * lyxtextclasslist.[Ch]: layout as string
8315
8316         * lyxtextclass.[Ch]: layout as string
8317
8318         * lyxtext.h: layout as string
8319
8320         * lyxlayout.[Ch]: layout as string
8321
8322         * lyx_cb.C: layout as string
8323
8324         * bufferview_funcs.C: layout as string
8325
8326         * bufferparams.C: layout as string
8327
8328         * buffer.C: layout as string
8329
8330         * LyXView.[Ch]: layout as string
8331
8332         * LaTeXFeatures.[Ch]: layout as string
8333
8334         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8335
8336         * BufferView_pimpl.C: change current_layout to string, remove
8337         lyx::layout_type.
8338         (Dispatch):
8339         (smartQuote):
8340         (insertInset):
8341         (workAreaButtonRelease): layout as string
8342
8343         * BufferView2.C (unlockInset): adjust
8344
8345         * vspace.C (asLatexCommand): use an explict temp variable.
8346
8347 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8348
8349         * Makefile.am: use FRONTEND_*
8350
8351 2002-03-01  Juergen Vigna  <jug@sad.it>
8352
8353         * tabular.C (SetWidthOfMulticolCell): changed to something better
8354         I hope but still work in progress.
8355         (recalculateMulticolumnsOfColumn): renamed function from
8356         recalculateMulticolCells as it is more appropriate now.
8357         (SetWidthOfCell): calculate multicols better.
8358
8359 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8360
8361         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8362
8363         * lyxfunc.C (processKeySym): print sequence also if it is
8364         `deleted' (complete)
8365
8366         * kbsequence.C (print): print sequence even if it is deleted
8367         (complete would be a better word, actually).
8368
8369         * lyxfunc.C (dispatch): print complete options after a prefix key
8370
8371         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8372
8373 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8374
8375         * text2.C (setCharFont): eliminate setCharFont code duplication.
8376
8377 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8378
8379         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8380         LFUN_TABULAR_FEATURE (bug #177)
8381
8382 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8383
8384         * Makefile.am: remove figure.h
8385
8386 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8387
8388         * Bufferview_pimpl.C:
8389         * CutAndPasteC:
8390         * LaTeX.C:
8391         * LyXSendto.C:
8392         * buffer.C:
8393         * bufferlist.C:
8394         * converter.C:
8395         * language.C:
8396         * lyxfunc.C:
8397         * lyxvc.C:
8398         * paragraph.C:
8399         * text.C:
8400         * text2.C: remove #include "lyx_gui_misc.h".
8401
8402         * LaTeX.C: added #include <cstdio>
8403
8404 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8405
8406         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8407         that the paragraph following this one can have.
8408
8409         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8410
8411         * vspace.C (asLatexCommand): fix bogus gcc warning
8412
8413         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8414
8415 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8416
8417         * text2.C (setLayout): get rid of redundant code
8418
8419 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8420
8421         * text2.C (incDepth): make sure depth cannot be increased beyond
8422         reasonable values.
8423
8424 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8425
8426         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8427         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8428
8429         * PainterBase.h (image):
8430         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8431         a LyXImage const *.
8432
8433 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8434
8435         * BufferView.C:
8436         * BufferView.h:
8437         * BufferView_pimpl.C:
8438         * BufferView_pimpl.h:
8439         * LaTeXFeatures.C:
8440         * LyXAction.C:
8441         * LyXView.C:
8442         * Makefile.am:
8443         * UpdateList.h:
8444         * UpdateList.C:
8445         * buffer.C:
8446         * figure.h:
8447         * figureForm.C:
8448         * figureForm.h:
8449         * figure_form.C:
8450         * figure_form.h:
8451         * lyx_cb.C:
8452         * lyx_gui.C:
8453         * lyx_gui_misc.C:
8454         * lyxfunc.C:
8455         * sp_base.h:
8456         * sp_ispell.h:
8457         * sp_pspell.h:
8458         * sp_spell.C: remove fig inset, and the crap house of
8459           cards that follows it
8460
8461 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8462
8463         * Makefile.am:
8464         * lyxserver.C:
8465         * os2_defines.h:
8466         * os2_errortable.h:
8467         * nt_defines.h: move .h into support/
8468
8469         * vms_defines.h: remove
8470
8471         * WorkArea.C: add space in debug output
8472
8473         * text2.C:
8474         * paragraph.C:
8475         * buffer.C: add WITH_WARNINGS
8476
8477         * vc-backend.h:
8478         * vc-backend.C:
8479         * bufferlist.C: s/retrive/retrieve/, add docs
8480
8481         * vspace.h:
8482         * vspace.C:
8483         * kbmap.h:
8484         * lyxlength.h:
8485         * lyxgluelength.h:
8486         * length_common.h:
8487         * chset.h:
8488         * chset.C: add docs
8489
8490         * lyxgui.C: add ID to X error handler
8491
8492         * lyxtestclass.c: fix typo
8493
8494 2002-02-26  Juergen Vigna  <jug@sad.it>
8495
8496         * tabular_funcs.C (write_attribute): changed so that some default
8497         attributes are not written at all.
8498         (getTokenValue): set default values before trying to read the
8499         value so we have the return value always set as default if we don't
8500         find the token we search for.
8501
8502         * tabular.C (Write): write bools as bools not as strings!
8503
8504 2002-02-22  Juergen Vigna  <jug@sad.it>
8505
8506         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8507         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8508
8509         * text.C (leftMargin): don't add an indent for paragraphs inside
8510         tabular cells (fix #208).
8511
8512 2002-02-21  José Matos  <jamatos@fep.up.pt>
8513
8514         * tabular.C (docBook): fixed support for long tables.
8515
8516 2002-02-20  Juergen Vigna  <jug@sad.it>
8517
8518         * text2.C (getFont): get the drawing font of the Inset if this
8519         paragraph is inside an inset (only important for InsetERT for now).
8520
8521         * buffer.C (insertErtContents): use new lanugage params in ERT
8522         constructor.
8523
8524         * CutAndPaste.C: commenting out seemingly uneeded code.
8525
8526 2002-02-19  Allan Rae  <rae@lyx.org>
8527
8528         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8529         Iterators might be simple to use but they also get invalidated.
8530         (removeAutoInsets): renamed saved cursor tracking variables and added
8531         some comments to clarify what everything does.
8532
8533 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8534
8535         * Chktex.C:
8536         * LaTeX.C:
8537         * LyXSendto.C:
8538         * converter.C:
8539         * lyx_cb.C:
8540         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8541         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8542
8543         * lyxfunc.C:
8544         * vc-backend.h: remove #include "support/syscall.h"
8545
8546         * LaTeX.C:
8547         * LyXSendto.C:
8548         * converter.C: rearrange #includes in Lars' approved fashion.
8549
8550         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8551         forward declare class Timeout in the header file.
8552
8553         * XFormsView.C: changes due to the above.
8554
8555         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8556         similar to LyXView.
8557
8558         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8559         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8560
8561 2002-02-18  José Matos  <jamatos@fep.up.pt>
8562
8563         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8564         insets contents.
8565
8566 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8567
8568         * a lot of small ws changes
8569         * add a lot of using std::XXX
8570         * use std construcs some places where approp.
8571         * use some exisint stuff from lyxfunctional where approp.
8572         * Make file changes to use partial linking (lets test this now...)
8573
8574 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8575
8576         * Chktex.C:
8577         * buffer.C:
8578         remove #include "support/syscontr.h" as it's redundant. Always has been.
8579
8580         * Chktex.C:
8581         * LaTeX.C:
8582         * LyXSendto.C:
8583         * converter.C:
8584         * lyx_cb.C:
8585         * vc-backend.C:
8586         change Systemcalls::System to Systemcalls::Wait and
8587         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8588         No change of functionality, just reflects the stripped down Systemcalls
8589         class.
8590
8591 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8592
8593         * debug.[Ch]: add a GRAPHICS type to the enum.
8594
8595 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8596
8597         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8598
8599         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8600         there is an inset.
8601
8602 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8603
8604         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8605         match the changes below.
8606
8607         * text2.C (toggleInset): if there is not editable inset at cursor
8608         position, try to see if cursor is _inside_ a collapsable inset
8609         and close it.
8610
8611 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8612
8613         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8614         document menu has a nice checkbox
8615
8616 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8617
8618         * lyxlength.C (asLatexString): change PW to output as percent of
8619         \textwidth.
8620
8621         * lengthcommon.C: change '%' to 't%'
8622
8623         * lyxfunc.C (dispatch): a few comments from Martin
8624
8625 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8626
8627         * WorkArea.h:
8628         * WorkArea.C:
8629         * BufferView_pimpl.h:
8630         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8631           the X selection.
8632
8633 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8634
8635         * vspace.C (inPixels): fix compiler warning
8636
8637 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8638
8639         * lyxfunc.C (getStatus): fix status message for disabled commands.
8640
8641 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8642
8643         * BufferView_pimpl.C: fix crash on close buffer
8644         during selection (#227)
8645
8646 2002-01-27  Herbert Voss  <voss@lyx.org>
8647
8648         * buffer.C: link old Figure to new graphic inset
8649
8650 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8651
8652         * FontLoader.C (getFontinfo): Change the latex font names in order
8653         to match the names of type1inst.
8654
8655 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8656
8657         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8658
8659         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8660         (extchanged): ditto
8661         (ext_exist): ditto
8662         (remove_files_with_extension): ditto
8663         (remove_file): ditto
8664         (write): ditto
8665
8666         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8667         document is smaller than the work area height. Do not initialize
8668         static variables to 0.
8669
8670 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8671
8672         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8673
8674         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8675         LFUN_LAYOUT_PARAGRAPHS.
8676
8677         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8678         tabular. It is possible to provide a possible cell, which will
8679         typically be the actcell from the corresponding insettabular
8680
8681         * lyxfunc.C (getStatus): small cleanup; disable
8682         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8683         true
8684
8685 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8686
8687         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8688
8689         * paragraph.C (startTeXParParams):
8690         (endTeXParParams): new methods. The LaTeX code to
8691         start/end paragraph formatting
8692         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8693         empty (fixes bug #200)
8694
8695         * vspace.C (inPixels): adapt to the change below
8696         (inPixels): [later] more cleanups (remove unused variables)
8697
8698         * lyxlength.C (inPixels): change to use a width and a height as
8699         parameter.
8700
8701 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8702
8703         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8704         Replaced with \paperwidth
8705
8706         * DepTable.C (insert): add std:: qualifier
8707
8708 2002-01-18  Allan Rae  <rae@lyx.org>
8709
8710         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8711         updated also?
8712
8713         * text.C (drawInset): Turned out I didn't know enough about how
8714         rebreaking worked.  This fixes most of the redraw problems.  I see
8715         an occasional cursor trail when a line is broken now and the cursor
8716         placement can seem out by a few pixels also after a rebreak.
8717
8718 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8719
8720         * buffer.C (parseSingleLyXformat2Token): update because minipage
8721         width is now a LyXLength
8722
8723         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8724
8725         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8726         math insets
8727
8728 2002-01-17  Juergen Vigna  <jug@sad.it>
8729
8730         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8731
8732         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8733         is set correctly and the inset is updated correctly.
8734
8735 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8736
8737         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8738         the beginning of the loop.
8739
8740 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8741
8742         * lyxrc.C: improve help for use_scalable_fonts
8743
8744 2002-01-17  Allan Rae  <rae@lyx.org>
8745
8746         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8747
8748 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8749
8750         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8751         make sure to set their inset_owner to the right value (bug #171)
8752
8753 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8754
8755         * DepTable.h
8756         * DepTable.C: Implement mtime checking to reduce time spent doing
8757         CRCs.
8758
8759 2002-01-16  Juergen Vigna  <jug@sad.it>
8760
8761         * tabular.C (GetAdditionalHeight): one of error fixed.
8762
8763         * lyxrc.C (output): small fix in writing use_pspell.
8764
8765 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8766
8767         * sp_base.h: #include LString.h
8768
8769 2002-01-16  Allan Rae  <rae@lyx.org>
8770
8771         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8772         Can someone check this please?
8773
8774         * text.C (drawInset): It was possible that p.row would be removed by
8775         breakAgainOneRow upsetting a few other settings.  There may be another
8776         small tweak possible by setting need_break_row = 0 when p.row has been
8777         removed but I don't know enough about the logic here.
8778
8779 2002-01-15  Allan Rae  <rae@lyx.org>
8780
8781         * text.C (insertChar): removed conditional truism.
8782
8783         * BufferView2.C (removeAutoInsets): More tweaks.
8784         cur_par_prev could be a stray pointer.  Check for trailing empty line
8785         in case last line was cur_par and only had an error inset on it.
8786
8787 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8788
8789         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8790         absolute
8791
8792         * vc-backend.C (most methods):
8793         * exporter.C (Export):
8794         * converter.C (convert):
8795         (runLaTeX):
8796         * LyXSendto.C (SendtoApplyCB):
8797         * lyxfunc.C (dispatch):
8798         (menuNew):
8799         (open):
8800         (doImport):
8801         * lyx_cb.C (AutoSave):
8802         (InsertAsciiFile):
8803         * BufferView_pimpl.C (MenuInsertLyXFile):
8804         * buffer.C (runChktex): use Buffer::filePath().
8805
8806         * buffer.h: rename filename to filename_; rename filepath to
8807         filepath_ and make it private
8808         (filePath): new method
8809
8810         * buffer.C (writeFile): use fileName()
8811         (getLatexName):
8812
8813         * lyx_main.C (init): fix starting  of LyX when the binary is a
8814         link from so,ewhere else.
8815
8816         * minibuffer.C: include <cctype> for isprint
8817
8818 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8819
8820         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8821         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8822         name clash with InsetCollapsable's width function.
8823
8824 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8825
8826         * lastfiles.C: include <iterator>
8827
8828 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8829
8830         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8831         std::count.
8832
8833         * buffer.C (makeLaTeXFile): ditto.
8834         Also make loop operation more transparent.
8835
8836 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8837
8838         * ToolbarDefaults.C: remove trailing comma closing namespace.
8839
8840         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8841
8842         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8843         as in WorkArea.
8844
8845         * trans.C (Load): comment out unused variable, allowed.
8846
8847 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8848
8849         * minibuffer.[Ch] (append_char): new method to recieve input from the
8850         drop-down completion browser. If a key was pressed, then recieve this
8851         char and append it to the existing string.
8852         (peek_event): modify the positioning data passed to the completion
8853         browser so that it can be placed above the minibuffer rather than below.
8854 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8855
8856         * LyXAction.C (init): alloe error-next for readonly documents.
8857
8858         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8859         count.
8860
8861 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8862
8863         * bufferlist.C (readFile): create the buffer _after_ checking that
8864         the file exists.
8865
8866         * lyxfunc.C (verboseDispatch): fix handling of arguments
8867
8868         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8869
8870         * lyxrc.C: use string::erase() instead of initializing to "".
8871
8872
8873 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8874
8875         * BufferView_pimpl.h:
8876         * BufferView_pimpl.C:
8877         * WorkArea.h:
8878         * WorkArea.C:
8879         * text2.C: tell X when we have made a selection for copying
8880
8881 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8882
8883         * BufferView_pimpl.C (MenuInsertLyXFile):
8884         * lyxfunc.C (menuNew):
8885         (open):
8886         (doImport): add shortcuts to directory buttons
8887
8888         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8889         open a float)
8890
8891         * lyxfunc.C (setStatusMessage):
8892         (getStatusMessage): new methods
8893         (getStatus):use setStatusMessage instead of setErrorMessage
8894         (dispatch): when function is disabled, set error message here
8895         [instead of in getStatus previously]
8896
8897         * BufferView_pimpl.C (workAreaButtonRelease): update
8898         toolbar/menubar here too.
8899
8900 2002-01-13  Allan Rae  <rae@lyx.org>
8901
8902         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8903         Now seems indestructible.  Remaining task is to audit all other
8904         code affected by deleteEmptyParagraphMechanism.  One small quirk
8905         left is that an empty document with an error in the preamble can
8906         be made to report an error but no error box appears.  I don't know
8907         where it goes.
8908         (removeAutoInsets): Improved comments.
8909
8910 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8911
8912         * Thesaurus.h:
8913         * Thesaurus.C: update for Aiksaurus 0.14
8914
8915 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8916
8917         * text2.C (firstParagraph): removed member function, all uses
8918         replaces with ownerParagraph
8919         (redoParagraphs): here
8920         (updateInset): here
8921         (toggleAppendix): here
8922         * BufferView2.C (insertErrors): here
8923         (setCursorFromRow): here
8924
8925 2002-01-13  Allan Rae  <rae@lyx.org>
8926
8927         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8928         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8929         There is still a way to segfault this although you may have to do this
8930         multiple times: Have an InsetERT with an unknown command in it.
8931         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8932         <down-arrow>, <Enter> again, View->DVI, BANG!
8933
8934         * text2.C (setCursor):
8935         (deleteEmptyParagraphMechanism):
8936         * lyxtext.h (setCursor):
8937         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8938         Making use of the return value may help fix other bugs.
8939
8940 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8941
8942         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8943
8944         * LyXView.C (updateMenubar): call MenuBar::update here
8945         (updateToolbar): but not here
8946         (showState): do not update toolbar/menubar
8947
8948         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8949         should need to care about that.
8950
8951         * lyxfunc.C (verboseDispatch): simplify a bit
8952         (getStatus): have a version which takes a pseudoaction, and
8953         another which requires a (kb_action,string).
8954
8955         * LyXAction.C (retrieveActionArg): make it work also when action
8956         is not a pseudo-action.
8957         (getActionName): simplify a bit
8958         (helpText):
8959
8960 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8961
8962         * lyxfunc.C (verboseDispatch): new families of methods with
8963         several ways to specify a command and a bool to indicate whether
8964         the command name and shortcut should be displayed in minibuffer
8965         (eventually, we could extend that to a finer bitmask like
8966         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8967         (dispatch): the pristine dispatch command which just, well,
8968         dispatchs! Note it still sets its result to minibuffer; I'm not
8969         sure we want that.
8970
8971         * lyxfunc.h: remove setHintMessage
8972
8973         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8974
8975 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8976
8977         * BufferView_pimpl.C (specialChar): delete new inset if we have
8978         not been able to insert it.
8979
8980         * kbmap.C: revert to using int instead of kb_action, since all we
8981         are dealing with is pseudo-actions.
8982
8983         * LyXAction.C (searchActionArg): change to return int instead of
8984         kb_action, since the result is a pseudoaction.
8985
8986 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8987
8988         * buffer.C (insertErtContents): Fix (partially) the font bug.
8989
8990 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8991
8992         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8993         as the other one is broken on my machine!
8994
8995 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8996
8997         * commandtags.h:
8998         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8999
9000 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9001
9002         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9003         reflect their actual use. Provide compatibility code for older lyxrc
9004         files.
9005
9006         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9007         FL_NORMAL_STYLE.
9008         change names of popup font variables in line with the changes to lyxrc.C
9009
9010 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9011
9012         * buffer.C (asciiParagraph): avoid outputing a word twice after
9013         an inset.
9014
9015         * lyxrc.C (getDescription): document that document_path and
9016         template_path can be empty.
9017
9018 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9019
9020         * LaTeXFeatures.C (getMacros):
9021         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9022
9023         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9024
9025         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9026         getPackages.
9027         (getPackages): rename feature "floats" to "float". Use an array to
9028         iterate over 'simple' features (i.e. just a \usepackage). Add
9029         handling of "amsmath" (renamed from "amsstyle").
9030
9031 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9032
9033         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9034         features list.
9035
9036 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9037
9038         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9039         FuncStaus::FuncStatus & FuncStaus::some_method().
9040
9041 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9042
9043         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9044         of the func_satus stuff. Edited and massaged in various ways by
9045         JMarc.
9046
9047         * lyxfunc.C (getStatus): use FuncStatus
9048
9049 2002-01-08  Juergen Vigna  <jug@sad.it>
9050
9051         * text.C (nextBreakPoint): use function Inset::isChar().
9052
9053         * paragraph.C (TeXOnePar): use function
9054         Inset::forceDefaultParagraphs.
9055
9056         * buffer.C (latexParagraphs): use function
9057         Inset::forceDefaultParagraphs.
9058
9059 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9060
9061         * lyx_gui.C (init): set the style of the menu popups to
9062         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9063
9064 2002-01-07  Juergen Vigna  <jug@sad.it>
9065
9066         * text.C (setHeightOfRow): small fix
9067         (prepareToPrint): don't look at alignment if we don't have the place
9068         for doing it.
9069
9070 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9071
9072         * box.C: New file. Move the Box methods and functions out of box.h,
9073         following Lars' suggestion.
9074
9075 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9076
9077         * box.h: #include "support/LOstream.h", needed for inlined function.
9078
9079         * lyxtextclass.C:
9080         * lyxtextclasslist.C: added some using std declarations.
9081
9082 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9083
9084         * box.h: make signed dimensions to allow insets wider than
9085           the screen (bug #162)
9086
9087         * BufferView_pimpl.C: add some insetHit debug
9088
9089 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9090
9091         * vc-backend.C: add FIXME
9092
9093 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9094
9095         * lyxfunc.C (getStatus): enable code for showing math font status
9096         in toolbar/menu.
9097
9098 2002-01-07  Juergen Vigna  <jug@sad.it>
9099
9100         * text.C (nextBreakPoint): removed debug output not needed anymore.
9101
9102 2002-01-06  Juergen Vigna  <jug@sad.it>
9103
9104         * text.C (nextBreakPoint): fixed up this function we had this bug
9105         since ever but now hopefully we break row better.
9106         (insertChar): we have to check if an inset is the next char as it
9107         could now happen that a large inset is causing a break.
9108
9109 2002-01-05  Juergen Vigna  <jug@sad.it>
9110
9111         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9112         if it doesn't like to be drawed.
9113
9114 2002-01-04  Juergen Vigna  <jug@sad.it>
9115
9116         * BufferView2.C (lockInset): forgot to set a cursor.
9117
9118         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9119
9120 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9121
9122         * FormMathsPanel.C:
9123         * FormMathsPanel.h
9124         * MathsSymbols.C:
9125         * form_maths_panel.C:
9126         * form_maths_panel.h:
9127         * form_maths_panel.fd: implemented sub- and super- buttons in math
9128         panel.
9129
9130         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9131         (or ^ space) to be used as in TeX (req'd by André).
9132
9133         * lyxfunc.C: Allow ^ and _ again to be used both as
9134         super/subscript (mathed) and as themselves (in text).
9135
9136 2002-01-03  Allan Rae  <rae@lyx.org>
9137
9138         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9139         "LyX" or the filename of the current buffer if it has one.  This is a
9140         modified form of John Levon's patch.
9141
9142         * XFormsView.C (setWindowTitle): also set icon title.
9143
9144         * LyXView.h (setWindowTitle): signature changed.
9145         * XFormsView.h (setWindowTitle): ditto.
9146
9147 2002-01-02  Juergen Vigna  <jug@sad.it>
9148
9149         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9150
9151 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9152
9153         * screen.C (topCursorVisible): introduce a temp var for
9154         text->cursor.row(), handle the case where this row is null. (kindo
9155         hachish)
9156
9157         * text2.C (setCursor): add a couple of asserts.
9158
9159         * paragraph.h (inset_iterator): add -> operator
9160
9161         * paragraph.[Ch] (autoDeleteInsets): remove member function
9162
9163         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9164         cursor pos correctly and handle inset deletion by itself.
9165         (insertErrors): move iterator declaration out of for expression
9166
9167         * lyxtextclass.C: add <algorithm>
9168
9169         * Makefile.am: added the new files to sources, removed layout.C
9170
9171         * layout.C: removed file
9172
9173         * layout.h: remove LYX_DUMMY_LAYOUT
9174
9175         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9176         layout.
9177
9178         * lyxlayout.[Ch]:
9179         * lyxtextclass.[Ch]:
9180         * lyxtextclasslist.[Ch]: new files
9181
9182         * include order changes to a lot of files, also changes because of
9183         the six new files.
9184
9185 2001-12-27  Juergen Vigna  <jug@sad.it>
9186
9187         * buffer.C (asciiParagraph): more fixes.
9188
9189         * tabular.C (ascii): make ascii export support export of only the
9190         data separated by a column-delimiter.
9191         (ascii): better support for ascii export.
9192
9193         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9194
9195 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9196
9197         * tabular_funcs.C: use a "using std::getline" instead of the
9198         previous fix from Angus (necessary for cxx + lyxstring)
9199
9200 2001-12-24  Juergen Vigna  <jug@sad.it>
9201
9202         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9203
9204         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9205         problems. First check a minipage also if we have some ert-contents
9206         (not only on par->size(), second set the right depth of the paragraph
9207         on the relink to the root-paragraph-list!
9208
9209         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9210         which then did not anymore update the main paragraphs on undo/redo!
9211
9212 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9213
9214         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9215         code. Support all font-changing funcs (even those which are not in
9216         menu currently). Support for reporting font settings in
9217         mathed (disabled until Andre provides a function on mathed's side).
9218
9219         * func_status.h (toggle): small helper function to set toggle
9220         state on a flag.
9221
9222 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9223
9224         * tabular_funcs.C: getline -> std::getline
9225
9226 2001-12-21  Juergen Vigna  <jug@sad.it>
9227
9228         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9229         accessed and could be 0 (I couldn't generate this but it seems
9230         Michael could!).
9231
9232 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9233
9234         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9235         * tabular_funcs.h: here and include iosfwd
9236
9237 2001-12-20  Juergen Vigna  <jug@sad.it>
9238
9239         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9240         inside inset but undo_par was.
9241
9242 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9243
9244         * Thesaurus.C: always include <config.h> in sources.
9245
9246         * Painter.h:
9247         * lyxlookup.h:
9248         * box.h: do not include <config.h> in header files
9249
9250         * text.C (paintLastRow): remove unused variable
9251
9252         * text.C (transformChar):
9253         (insertChar):
9254         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9255
9256         * Painter.C (text):
9257         * font.C (width): rewrite to use uppercase() instead of
9258         islower/toupper.
9259
9260         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9261
9262 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9263
9264         * lyxfind.C: clean up of find failure position change
9265
9266 2001-12-20  Juergen Vigna  <jug@sad.it>
9267
9268         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9269
9270         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9271         (TeXRow): added to LaTeX a single tabular row.
9272         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9273         (Latex): simplified and finally good LT-h/f support.
9274         (various_functions): just small adaptions for LT-h/f support.
9275
9276         * tabular_funcs.[hC]: added and moved here all not classfunctions
9277         of LyXTabular.
9278
9279 2001-12-19  Juergen Vigna  <jug@sad.it>
9280
9281         * tabular.[Ch]: better support for longtabular options (not finished
9282         yet!)
9283
9284 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9285
9286         * text.C (paintLastRow): use the label font instead of the font of
9287         the last character to compute the size of *_BOX. This makes more
9288         sense and avoids a crash with empty paragraphs.
9289         Use Painter::rectangle to draw EMPTY_BOX.
9290
9291 2001-12-19  Juergen Vigna  <jug@sad.it>
9292
9293         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9294         the paragraphs if the replaced paragraph is not the first one!
9295         Tried to delete not used paragraphs but does not work yet so for
9296         now it's inside #ifdef's and by default off!
9297
9298 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9299
9300         * MenuBackend.C: include "lyx_main.h" instead of declaring
9301         lastfiles (actually was declared as LastFiles* instead of a
9302         scoped_ptr).
9303
9304 2001-12-17  Juergen Vigna  <jug@sad.it>
9305
9306         * tabular.C (AppendColumn): applied John's fix
9307
9308 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9309
9310         * BufferView.h:
9311         * BufferView.C:
9312         * BufferView_pimpl.h:
9313         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9314
9315         * Makefile.am:
9316         * box.h: new start of class for above
9317
9318         * lyxfunc.C: ignore space-only minibuffer dispatches.
9319           Show the command name when it doesn't exist
9320
9321         * minibuffer.C: don't add empty lines to the history
9322
9323         * minibuffer.C: add a space on dropdown completion
9324
9325 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9326
9327         * text.C: fix line above/below drawing in insets
9328
9329 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9330
9331         * lyxlength.C (LyXLength): Initialize private variables.
9332
9333 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9334
9335         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9336         when inserting error insets.
9337
9338 2001-12-13  Juergen Vigna  <jug@sad.it>
9339
9340         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9341         actually sometimes the before-paragraph.
9342         (setUndo): don't clear the redostack if we're not actually undoing!
9343
9344 2001-12-06  Juergen Vigna  <jug@sad.it>
9345
9346         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9347         and fixed redoing of main paragraph, so we can use it now ;)
9348
9349         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9350
9351 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9352
9353         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9354         Juergen's request
9355
9356 2001-12-13  André Pönitz <poenitz@gmx.net>
9357
9358         * undostack.[Ch]:
9359         * undo_func.C: minor cleanup
9360
9361 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9362
9363         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9364         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9365         font in urw-fonts package which is marked as -urw-fontspecific and
9366         does not work (incidentally, changing the encoding in the
9367         fonts.dir of this package to -adobe-fontspecific fixes the
9368         problem).
9369
9370         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9371         is a crash when undoing first paragraph (Juergen, please take a
9372         look). THis does not mean the undo fix is wrong, just that it
9373         uncovers problems.
9374
9375         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9376         the (Paragraph*) version when needed instead of duplicating the
9377         code.
9378
9379         * text.C (workWidth): use Inset::parOwner to find out where the
9380         inset has been inserted. This is a huge performance gain for large
9381         documents with lots of insets. If Inset::parOwner is not set, fall
9382         back on the brute force method
9383
9384         * paragraph_pimpl.C (insertInset):
9385         * paragraph.C (Paragraph):
9386         (cutIntoMinibuffer): set parOwner of insets when
9387         inserting/removing them
9388
9389         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9390
9391 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9392
9393         * commandtags.h:
9394         * LyXAction.C:
9395         * lyx_main.C:
9396         * lyxfunc.C:
9397         * mathed/formulabase.C:
9398         * mathed/math_cursor.[Ch]:
9399         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9400
9401
9402 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9403
9404         * lyxlength.[Ch] (operator!=): new function
9405
9406 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9407
9408         * text.C (workWidth): use Inset::parOwner to find out where the
9409         inset has been inserted. This is a huge performance gain for large
9410         documents with lots of insets. If Inset::parOwner is not set, fall
9411         back on the brute force method
9412
9413         * paragraph_pimpl.C (insertInset):
9414         * paragraph.C (Paragraph):
9415         (cutIntoMinibuffer): set parOwner of insets when
9416         inserting/removing them
9417
9418         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9419
9420 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9421
9422         * tabular-old.C (getTokenValue):
9423         * tabular.C (getTokenValue):
9424         (write_attribute): new versions for LyXLength
9425         (everywhere): adjust the use of widths
9426
9427         * tabular.h: change the type of widths from string to LyXLength
9428
9429 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9430
9431         * paragraph.C: fixed missing line number count when exporting
9432         Environments to LaTeX file
9433
9434         * buffer.C: added informational message for checking line numbers.
9435
9436 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9437
9438         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9439         paragraph, do the 'double space' part, but not the 'empty
9440         paragraph' one.
9441
9442         * text.C (workWidth): small optimization
9443         (getLengthMarkerHeight): use minimal size for negative lengths.
9444
9445 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9446
9447         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9448
9449         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9450
9451 2001-12-11  André Pönitz <poenitz@gmx.net>
9452
9453         * FontLoader.C:
9454         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9455
9456 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9457
9458         * text2.C: keep selection on a setFont()
9459
9460 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9461
9462         * lyx_cb.C: another bv->text misuse, from insert label
9463
9464 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9465
9466         * kbsequence.h:
9467         * kbsequence.C: re-instate nmodifier mask
9468
9469 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9470
9471         * lyx_main.h: make lyxGUI private.
9472
9473 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9474
9475         * lyxfind.C: place the cursor correctly on failed search
9476
9477 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9478
9479         * text.C (getLengthMarkerHeight): for small heights, the arrows
9480         are not always on top/bottom of the text
9481         (drawLengthMarker): smaller arrows; take the left margin in
9482         account; draw also vfills.
9483         (paintFirstRow):
9484         (paintLastRow): remove special code for vfill and standard spaces,
9485         since everything is handled in drawLengthMarker now.
9486
9487 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9488
9489         * buffer.C (insertErtContents): try to handle font and language
9490         interaction a bit better.g
9491
9492         * ColorHandler.C (updateColor): change the hash to cover the whole
9493         LColor enum, ws cleanup
9494         (getGCLinepars): ditto
9495         (getGCLinepars): only lookup in the linecache once.
9496
9497 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9498
9499         * iterators.C (operator++): Make the iterator more robust
9500
9501         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9502         (John's patch)
9503         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9504
9505 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9506
9507         * lyxtext.h:
9508         * text.C: better added space drawing
9509
9510 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9511
9512         * LyXView.C:
9513         * BufferView2.C: fix layout combo update on inset unlock
9514
9515 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9516
9517         * Makefile.am: don't compile unused files
9518
9519 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9520
9521         * lyxfunc.C:
9522         * commandtags.h:
9523         * LyXAction.C: remove old LFUN_LAYOUTNO
9524
9525 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9526
9527         * paragraph_pimpl.h:
9528         * paragraph_pimpl.C: isTextAt() doesn't need font param
9529
9530 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9531
9532         * lyxlex.h:
9533         * lyxlex.C: little cleanup
9534
9535 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9536
9537         * BufferView_pimpl.C: fix insertAscii for insets
9538
9539 2001-12-05  Juergen Vigna  <jug@sad.it>
9540
9541         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9542         set the right font on the "multi" paragraph paste!
9543
9544 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9545
9546         * trans_decl.h:
9547         * trans_mgr.[Ch]:
9548         * trans.[Ch]:
9549         * lyxgluelength.C:
9550         * lyxlength.C: remove out-commented code.
9551
9552         * BufferView_pimpl:
9553         * CutAndPaste.C:
9554         * DepTable.C:
9555         * buffer.C:
9556         * chset.C:
9557         * lastfiles.C:
9558         * lyxlex.C:
9559         * lyxlex_pimpl.C:
9560         * lyxserver.C:
9561         * screen.C:
9562         * tabular-old.C:
9563         * tabular.C:
9564         * text.C:
9565         * trans_mgr.C:
9566         * vc-backend.C: change "while(" to "while ("
9567
9568         * lyxlength.[Ch]: add zero function to check if length is zero or
9569         not
9570         * lyxgluelength.C: use it
9571
9572 2001-12-05  Allan Rae  <rae@lyx.org>
9573
9574         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9575         Works for 2.95.3, from what I understand of Garst's reports this should
9576         work for other g++ versions.  We're screwed if the abs(int) definition
9577         changed between bugfix releases of gcc.
9578
9579 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9580
9581         * text.C: fix chapter label offset !
9582
9583 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9584
9585         * lyxtext.h:
9586         * text.C: fix hfill at end of line, clean up
9587
9588 2001-12-04  Juergen Vigna  <jug@sad.it>
9589
9590         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9591         that we force an update of the inset and it's owners if neccessary.
9592
9593 2001-12-03  Juergen Vigna  <jug@sad.it>
9594
9595         * text.C (rowLast): simplified code
9596
9597 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9598
9599         * lyxfunc.C: fix show options on timeout
9600
9601 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9602
9603         * screen.C (topCursorVisible): scroll half a page when the cursor
9604         reached top of bottom of screen
9605
9606 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9607
9608         * minibuffer.C: deactivate on loss of focus
9609
9610 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9611
9612         * vspace.[Ch] (operator!=): add operator.
9613
9614 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9615
9616         * BufferView_pimpl.C: refuse to open an inset when
9617         there's a selection.
9618
9619 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9620
9621         * BufferView_pimpl.C: allow to click on RHS of full row insets
9622
9623 2001-11-30  Juergen Vigna  <jug@sad.it>
9624
9625         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9626         insets for undo reasons.
9627
9628 2001-11-28  André Pönitz <poenitz@gmx.net>
9629
9630         * vspace.[Ch]: cosmetical changes
9631
9632 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9633
9634         * LyXAction.h:
9635         * LyXAction.C:
9636         * lyxfunc.h:
9637         * lyxfunc.C:
9638         * kbmap.h:
9639         * kbmap.C:
9640         * lyxrc.C:
9641         * kbsequence.h:
9642         * kbsequence.C: part re-write of old kb code
9643
9644         * Painter.C:
9645         * WorkArea.C: remove Lgb_bug_find_hack
9646
9647 2001-11-30  José Matos <jamatos@fep.up.pt>
9648
9649         * buffer.C (makeDocBookFile): add a comment to point a hack.
9650         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9651         Fixed a double write of labels.
9652
9653 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9654
9655         * LaTeX.C:
9656         * LaTeX.h Fixed bug in LaTeX class where it would not
9657         re-run latex if no depfiles were changed, but the .dvi was removed.
9658
9659 2001-11-28  André Pönitz <poenitz@gmx.net>
9660
9661         * all the files from the change on 2001/11/26:
9662         use lyx::layout_type instead of LyXTextClass::size_type
9663         use lyx::textclass_type instead of LyXTextClassList::size_type
9664
9665 2001-11-29  Juergen Vigna  <jug@sad.it>
9666
9667         * text.C: added support for paragraph::isFreeSpacing()
9668
9669         * buffer.C: same as above
9670
9671         * paragraph.h: inserted isFreeSpacing() function to enable
9672         FreeSpacing inside InsetERT.
9673
9674         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9675         of the paragraph's in the cut/copy buffer to 0!
9676
9677         * text2.C (removeRow): remove the assert as it can!
9678
9679         * lyxtext.h: added helper function firstRow returning firstrow and
9680         made firstrow private again.
9681
9682         * BufferView2.C (lockInset): don't relock if we're already locked!
9683
9684         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9685         the only paragraph.
9686         (removeRow): added Assert::(firstrow)
9687
9688         * debug.C: forgot to add INSETTEXT here.
9689
9690 2001-11-28  Juergen Vigna  <jug@sad.it>
9691
9692         * sp_spell.C (initialize): changed error text to more general
9693         spellchecker command use (not only ispell!)
9694
9695         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9696
9697         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9698
9699 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9700
9701         * vspace.C: initialise lyxgluelength on failure
9702
9703 2001-11-28  Allan Rae  <rae@lyx.org>
9704
9705         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9706         declaration & definition that looks like a function declaration.
9707
9708 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9709
9710         * BufferView2.C (copy):
9711         (copyEnvironment): do not clear the selection when doing a copy.
9712
9713         * text.C (paintFirstRow): compilation fix
9714
9715 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9716
9717         * tabular.C (Latex): correct line count when writing latex.
9718
9719 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9720
9721         * paragraph_pimpl.h:
9722         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9723           bug a bit
9724
9725 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9726
9727         * text.C:
9728         * LColor.h:
9729         * LColor.C: change vfillline->added_space
9730
9731         * text.C: add markers and text for added space
9732
9733         * vspace.C: fix comment
9734
9735 2001-11-28  André Pönitz <poenitz@gmx.net>
9736
9737         * paragraph.C: whitespace changes
9738         * all the other files from the change on 2001/11/26:
9739         change *::pos_type into lyx::pos_type
9740
9741 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9742
9743         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9744         language of the document when inserting error insets.
9745
9746 2001-11-26  André Pönitz <poenitz@gmx.net>
9747
9748         * BufferView_pimpl.[Ch]:
9749         *       CutAndPaste.C:
9750         * buffer.[Ch]:
9751         * lyxcursor.[Ch]:
9752         * lyxfind.C:
9753         * lyxfunc.C:
9754         * lyxrow.[Ch]:
9755         * paragraph.[Ch]:
9756         * paragraph_pimpl.[Ch]:
9757         * sp_spell.C:
9758         * text.C:
9759         * text2.C: reduce header dependencies, introduce type for positions
9760
9761 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9762
9763         * <various>: change to use Alert.h
9764
9765 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9766
9767         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9768         when encountering an unknown token.
9769         (readLyXformat2): Show an error message if there were unknown tokens.
9770
9771 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9772
9773         * BufferView2.C:
9774         * BufferView_pimpl.C:
9775         * buffer.C:
9776         * paragraph.h:
9777         * text.C:
9778         * text2.C: use par->isInset()
9779
9780 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9781
9782         * paragraph_pimpl.h:
9783         * paragraph_pimpl.C: cleanup
9784
9785 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9786
9787         * text2.C (removeRow):
9788         * text.C (setHeightOfRow): remove useless (and costly) call to
9789         getRow.
9790
9791 2001-11-20  Allan Rae  <rae@lyx.org>
9792
9793         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9794         Now need Inset*::checkInsertChar() to return true for appropriate
9795         cases so that the characters in the minibuffer will actually be
9796         inserted.
9797
9798 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9799
9800         * text.C: change the order of the includes.
9801         (workWidth): initialize it at once.
9802         (workWidth): make maxw unsigned
9803         (setHeightOfRow): remove unused variable (inset)
9804         (selectSelectedWord): remove unused variable (inset)
9805         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9806
9807 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9808
9809         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9810         server is not running.
9811         (openConnection):
9812         (closeConnection): add debug info when server is disabled.
9813
9814         * ColorHandler.C (getGCForeground): send debug message to GUI
9815         channel.
9816
9817         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9818
9819         * kbmap.C (bind): modify because return conventions of
9820         kb_sequence::parse have changed.
9821
9822         * kbsequence.C (parse): only ignore spaces and not any stupid
9823         control character. This avoids tests like s[i] <= ' ', which are
9824         guaranteed to fail with 8bit characters and signed chars.
9825         Change return code to string::npos when there have been no error
9826         (0 was a bad idea when error is at first character)
9827
9828 2001-11-14  José Matos  <jamatos@fep.up.pt>
9829
9830         * buffer.h:
9831         * buffer.C (simpleDocBookOnePar): removed unused argument.
9832
9833 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9834
9835         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9836         insets which are part of a word. Paragraph::isLetter takes care of
9837         that now. Use Paragraph::isInset to identify insets.
9838         (selectSelectedWord): do not test for hyphenation break.
9839
9840         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9841         that protected spaces are considered as spaces.
9842
9843         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9844         Inset::isLetter.
9845
9846 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9847
9848         * lyxserver.h:
9849         * lyxserver.C: fix it. and small cleanup.
9850
9851 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9852
9853         * BufferView_pimpl.C: use inline helpers
9854
9855         * LaTeXFeatures.h:
9856         * LaTeXFeatures.C: fix typos
9857
9858         * Spacing.h:
9859         * Spacing.C: move spacing_string into class
9860
9861         * ToolbarDefaults.C: move stuff into namespace anon
9862
9863         * layout.h: update enum
9864
9865         * lyxfunc.C: use better debug
9866
9867         * minibuffer.h: fix typo
9868
9869         * debug.h:
9870         * debug.C:
9871         * WorkArea.C: add and use Debug::WORKAREA
9872
9873         * lyxtext.h:
9874         * text.C:
9875         * text2.C: code re-organisation, inline helpers
9876
9877 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9878
9879         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9880         std::vector.empty().
9881
9882 2001-11-09  Allan Rae  <rae@lyx.org>
9883
9884         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9885         '\n's after tables.  Tabular and ERT inset work now makes this no
9886         longer necessary.
9887
9888 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9889
9890         * minibuffer.h:
9891         * minibuffer.C: fix crash, improve drop-down completion
9892
9893 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9894
9895         * lyxserver.h:
9896         * lyxserver.C: invalidate fd's when doing endPipe()
9897
9898 2001-11-08  José Matos  <jamatos@fep.up.pt>
9899
9900         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9901         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9902
9903         * paragraph.h:
9904         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9905
9906 2001-11-07  José Matos  <jamatos@fep.up.pt>
9907
9908         * buffer.h:
9909         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9910         const qualifier.
9911
9912         * buffer.C (sgmlOpenTag):
9913         * buffer.C (sgmlCloseTag): removed debug info.
9914
9915         * buffer.h (sgmlOpenTag):
9916         * buffer.h (sgmlCloseTag): made public.
9917
9918 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9919
9920         * buffer.C (saveParamsAsDefaults):
9921         * lyx_cb.C (MenuLayoutSave): remove
9922
9923         * LyXAction.C (init):
9924         * commandtags.h:
9925         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9926
9927 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9928
9929         * buffer.C (setPaperStuff): removed from here...
9930
9931         * bufferparams.C (setPaperStuff): ... and moved there.
9932
9933 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9934
9935         * minibuffer.h:
9936         * minibuffer.C:
9937         * XFormsView.C: add support for drop-down completion
9938
9939 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9940
9941         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9942         commands.
9943
9944 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9945
9946         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9947         disabled.
9948
9949 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9950
9951         * lyx_main.C: change ref to known bugs
9952
9953 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9954
9955         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9956         to work around older babel problems.
9957
9958 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9959
9960         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9961
9962 2001-10-24  Juergen Vigna  <jug@sad.it>
9963
9964         * tabular-old.C (ReadOld): below variable changes reflected.
9965
9966         * tabular.[Ch]: added ltType struct for longtable header/footer
9967         defines and changed all instances where they are used. Added
9968         future support for double top/bottom rows.
9969
9970 2001-10-24  José Matos  <jamatos@fep.up.pt>
9971
9972         * buffer.h (docbookHandleCaption):
9973         * buffer.C (docbookHandleCaption): removed unused function.
9974         (makeDocBookFile): moved docbook supported version to v4.1.
9975
9976 2001-10-24  José Matos  <jamatos@fep.up.pt>
9977
9978         * tabular.h:
9979         * tabular.C (docbookRow): new function to export docbook code of a row.
9980         (DocBook): now honors the longtable flags.
9981
9982 2001-10-23  José Matos  <jamatos@fep.up.pt>
9983
9984         * LaTeXFeatures.h:
9985         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9986         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9987
9988         * buffer.C (makeLinuxDocFile):
9989         (makeDocBookFile): reworked the preamble, more clean, and with
9990         support for lyx defined entities. Changed the document declaration
9991         to be more XML friendly.
9992
9993         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9994         if we need to output XML that should be done with a filter.
9995
9996 2001-10-22  Juergen Vigna  <jug@sad.it>
9997
9998         * sp_pspell.h (class PSpell): add alive function needed in the
9999         controller to see if the spellchecker could be started.
10000
10001 2001-10-22  Juergen Vigna  <jug@sad.it>
10002
10003         * buffer.C (insertStringAsLines): modify the font for inserting
10004         chars in certain conditions by calling checkInsertChar(font).
10005
10006 2001-10-19  Juergen Vigna  <jug@sad.it>
10007
10008         * text.C (workWidth): use getRow instead of wrong algorithm.
10009         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10010
10011 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10012
10013         * lyxserver.h:
10014         * lyxserver.C:
10015         * lyx_main.h:
10016         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10017
10018 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10019
10020         * text.C (workWidth): do not search for the exact row when
10021         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10022         optimization for big documents.
10023
10024 2001-10-18  Juergen Vigna  <jug@sad.it>
10025
10026         * text.C (workWidth): new function with added Inset * parameter.
10027
10028 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10029
10030         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10031
10032         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10033         change return type of getColumnNearX.
10034
10035
10036         * text.C (changeRegionCase): use uppercase/lowercase instead of
10037         toupper/tolower.
10038         (leftMargin):
10039         (rightMargin): simplify code by factoring out the uses of
10040         textclasslist.
10041         (labelFill):
10042         (numberOfHfills):
10043         (setHeightOfRow):
10044         (appendParagraph): use Paragraph::size_type
10045
10046 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10047
10048         * vspace.C (asLatexString): add a missing break
10049
10050 2001-10-15  Herbert Voss  <voss@perce.de>
10051
10052         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10053
10054 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10055
10056         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10057         is not available.
10058
10059 2001-10-10  André Pönitz <poenitz@gmx.net>
10060
10061         * lyxfunc.C: removed greek_kb_flag.
10062
10063 2001-10-10  Herbert Voss  <voss@perce.de>
10064
10065         * lyx_main.C: delete global string help_lyxdir.
10066
10067 2001-10-09  Herbert Voss  <voss@perce.de>
10068
10069         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10070
10071         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10072
10073         * lyx_main.C: added global string help_lyxdir.
10074
10075         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10076
10077 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10078
10079         * lyxrc.C (set_font_norm_type): support iso8859-4
10080
10081 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10082
10083         * LaTeX.C (deplog): add another regex for MikTeX
10084
10085 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10086
10087         * lyxrc.C (set_font_norm_type): support iso8859-3
10088
10089 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10090
10091         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10092
10093         * LaTeXFeatures.C: remove special case of french and index
10094
10095         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10096         before \begin{document}). This solves several incompatibilities.
10097
10098 2001-10-03  Garst Reese  <reese@isn.net>
10099
10100         * lyx_cb.C: change CheckTex error msg.
10101
10102 2001-10-03  José Matos  <jamatos@fep.up.pt>
10103
10104         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10105
10106 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10107
10108         * .cvsignore: update
10109
10110         * lyx_main.C (commandLineVersionInfo): use new style version info.
10111
10112         * buffer.C (writeFile):
10113         (makeLaTeXFile):
10114         (makeLinuxDocFile):
10115         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10116
10117         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10118
10119         * version.h: update to use stuff in version.C
10120
10121         * version.C.in: new file. Contains version information determined
10122         at compile time. This is a merging of version.h and
10123         version_info.h.in.
10124
10125 2001-10-03  Juergen Vigna  <jug@sad.it>
10126
10127         * BufferView_pimpl.C (update): don't change "dirty" status in
10128         updateInset call.
10129
10130 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10131
10132         * WorkArea.C (c-tor): re-position version string slightly.
10133
10134 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10135
10136         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10137         revert to previous code.
10138
10139         WorkArea.[Ch]: (show, destroySplash): methods removed.
10140
10141         WorkArea.C: rework code so that it's an amalgam of the codes before and
10142         after the splash screen was moved to WorkArea.
10143
10144 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10145
10146         * lyxrc.C (read):
10147         * vspace.C (inPixels):
10148         (lyx_advance):
10149         * kbmap.C (bind):
10150         * buffer.C (insertStringAsLines):
10151         (asciiParagraph): fix types to be large enough
10152
10153         * lyxlex_pimpl.h: change member status from short to int
10154
10155         * layout.h: fix type of endlabeltype
10156
10157         * kbmap.C (bind):
10158         * kbsequence.C (parse): change return type to string::size_type
10159
10160         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10161         variable
10162
10163         * Bullet.C (bulletSize):
10164         (bulletEntry): do not use short ints as parameters
10165
10166         * BufferView2.C (insertLyXFile): change a char to an int.
10167
10168         * WorkArea.C (WorkArea): remove unneeded floats in computation
10169
10170 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10171
10172         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10173
10174         * paragraph.C (asString): Do not ignore newline/hfill chars when
10175         copying to the clipboard.
10176
10177 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10178
10179         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10180         after a multi-line inset.
10181
10182 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10183
10184         * paragraph.C (validate): Set NeedLyXFootnoteCode
10185
10186 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10187
10188         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10189         and decrease-error to decrease.
10190
10191 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10192
10193         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10194         it more readable (should be equivalent)
10195
10196 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10197
10198         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10199
10200 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10201
10202         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10203         of a cursor (row, etc.) after a character has been deleted
10204         (deleteEmptyParagraphMechanism): call the method above on _all_
10205         cursors held by the LyXText when a double space has been
10206         detected/deleted.
10207
10208 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10209
10210         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10211         pixmap.
10212         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10213
10214         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10215         background. Use greyOut() and the new show() methods to toggle between
10216         the foreground and background. Add code to remove the splash after
10217         its initial showing.
10218
10219         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10220         (create_forms): no longer call Dialogs::showSplash.
10221
10222 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10223
10224         * .cvsignore: add version_info.h
10225
10226 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10227
10228         * version_info.h.in: new file
10229
10230         * Makefile.am: add version_info.h.in
10231
10232         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10233         version_info.h instead of VERSION_INFO
10234
10235 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10236
10237         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10238         The ERT inset now returns string().
10239
10240 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10241
10242         * lyxtext.h, text.C (selectNextWord): renamed as
10243         selectNextWordToSpellcheck.
10244
10245         * text.C (selectNextWordToSpellcheck): Modified to not select
10246         words inside an ERT inset.
10247
10248 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10249
10250         * lyx_cb.C (MenuLayoutSave): change a bit the question
10251
10252         * sp_base.h: include <sys/types.h>
10253
10254 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10255
10256         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10257
10258 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10259
10260         * several files: fix typos in user-visible strings
10261
10262 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10263
10264         * text2.C (pasteSelection): do not set the selection, since it
10265         will be cleared later. Actually, the intent was to fix the way the
10266         selection was set, but I figured rmoving the code was just as good.
10267
10268 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10269
10270         * FontLoader.C (available): Check if font is available without
10271         loading the font.
10272
10273 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10274
10275         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10276
10277 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10278
10279         * lyxrc.[Ch]: added display_graphics variable and associated code.
10280
10281 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10282
10283         * bufferparams.C (hasClassDefaults): new method. Returns true if
10284         the buffer parameters correspond to known class defaults
10285
10286 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10287
10288         * XFormsView.C (show): set minimum size to the main window.
10289
10290 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10291
10292         * text2.C (copySelection):
10293         (cutSelection):
10294         * lyxfind.C (LyXReplace):
10295         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10296         LyXText::selectionAsString.
10297
10298         * paragraph.C (asString): add "label" argument to the second form
10299
10300         * text2.C (selectionAsString): add "label" argument and pass it to
10301         Paragraph::asString.
10302
10303 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10304
10305         * lyx_main.C (commandLineHelp): remove version information
10306
10307 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10308
10309         * lyx_main.C: add -version commandline option
10310
10311 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10312
10313         * paragraph.h: make the optional constructor arg required instead.
10314         some modifications to other files because of this.
10315
10316         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10317
10318         * lyxserver.C (C_LyXComm_callback): make it static
10319
10320         * lyx_main.C (error_handler): make it static
10321
10322         * lyx_gui.C (LyX_XErrHandler): make it static
10323
10324         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10325
10326         * WorkArea.C: make the extern "C" methods static.
10327
10328         * Makefile.am (lyx_LDADD): simplify
10329
10330 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10331
10332         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10333         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10334
10335         * LyXAction.C (init):
10336         * lyxfunc.C (dispatch): associated code removal.
10337
10338 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10339
10340         * lyxfont.h (isSymbolFont): shut off warning
10341
10342         * text.C (setHeightOfRow):
10343         (getVisibleRow): fix crash with empty paragraphs which have a
10344         bottom line
10345
10346 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10347
10348         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10349         code.
10350
10351 2001-09-04  José Matos  <jamatos@fep.up.pt>
10352         * buffer.C
10353         * buffer.h
10354         * tabular.C (docbook): rename docBook method to docbook.
10355
10356 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10357
10358         * Makefile.am: add dependencies to main.o.
10359
10360 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10361
10362         * FontLoader.C (available): Return false if !lyxrc.use_gui
10363
10364 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10365
10366         * FontInfo.C (query):
10367         * converter.C (view):
10368         * importer.C (Import):
10369         * exporter.C (Export): Can not -> cannot.
10370
10371 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10372
10373         * BufferView_pimpl.C: allow to create index inset even if
10374           string is empty
10375
10376 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10377
10378         * buffer.C (getLists): replace boost::tie code with an explicit pair
10379         as boost::tie can break some compilers.
10380
10381         * iterators.h: Added a std:: declaration to the return type of
10382         ParIterator::size.
10383
10384 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10385
10386         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10387           case.
10388
10389 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10390
10391         * iterators.[Ch]: New files. Provide paragraph iterators.
10392
10393         * buffer.C (changeLanguage): Use paragraph iterators.
10394         (isMultiLingual): ditto
10395
10396         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10397
10398 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10399
10400         * FontLoader.C: Support for cmr font.
10401
10402 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10403
10404         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10405         (available): New method.
10406
10407         * FontInfo.C (getFontname): Use scalable fonts even when
10408         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10409         found.
10410
10411 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10412
10413         * converter.C (Formats::view): reverted! Incorrect fix.
10414
10415 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10416
10417         * converter.C (Formats::view): only output the -paper option
10418         if the dvi viewer is xdvi, thereby fixing bug #233429.
10419
10420 2001-08-23  Herbert Voss  <voss@perce>
10421
10422         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10423
10424 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10425
10426         * Spacing.h (Spacing): Set space to Default on in the default
10427         constructor.
10428
10429 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10430
10431         * vc-backend.h (RCS::versionString): add RCS to version
10432         (CVS::versionString): add CVS to version
10433
10434         * vc-backend.C (scanMaster): do not add CVS to version.
10435         (scanMaster): do not add RCS to version
10436
10437         * lyxvc.C (versionString): new method
10438
10439         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10440
10441 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10442
10443         * Spacing.C (set): initialize fval
10444
10445 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10446
10447         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10448         " or \.
10449
10450 2001-08-16  Juergen Vigna  <jug@sad.it>
10451
10452         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10453
10454 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10455
10456         * BufferView_pimpl.C:
10457         * figureForm.C:
10458         * lyxtext.h:
10459         * text2.C: setParagraph takes linespacing now
10460
10461 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10462
10463         * LyxAction.C: add internal LFUN_CITATION_INSERT
10464
10465         * LyXView.C: actually apply fix
10466
10467         * bufferlist.C: fix open non-existent file
10468
10469         * lyxfind.C: fix indentation
10470
10471         * lyxfunc.C: remove unneeded assert, fix typo
10472
10473 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10474
10475         * MenuBackend.C: use "Floatname List"
10476
10477 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10478
10479         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10480         when converting LaTeX layout to insetERT.
10481         Generate a non-collapsed float when reading old float
10482
10483 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10484
10485         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10486         ERT insets.
10487
10488 2001-08-13  Juergen Vigna  <jug@sad.it>
10489
10490         * text.C (fill): return 0 instead of 20 as this seems to be the more
10491         correct value.
10492
10493 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10494
10495         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10496         lyxrc.font_norm.
10497
10498 2001-08-13  Juergen Vigna  <jug@sad.it>
10499
10500         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10501         casesensitive off.
10502         (SearchBackward): comment out the unlocking of the inset_owner this
10503         should not be needed!
10504
10505 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10506
10507         * Many files: Remove inherit_language, and add latex_language
10508
10509         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10510         collapsible insets.
10511
10512 2001-08-10  Juergen Vigna  <jug@sad.it>
10513
10514         * text.C (prepareToPrint): fixed hfill-width in draw!
10515
10516         * BufferView2.C (selectLastWord): save the selection cursor as this
10517         now is cleared in the function LyXText::clearSelection!
10518
10519 2001-08-08  Juergen Vigna  <jug@sad.it>
10520
10521         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10522         BACKSPACE type functions.
10523
10524         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10525         is only cutted from the document but not put in the cut-buffer, where
10526         still the old stuff should be.
10527
10528         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10529
10530         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10531
10532         * tabular.C (SetWidthOfCell): fixed special case where the width
10533         was not updated!
10534         (LeftLine): handle '|' in align_special.
10535         (RightLine): ditto
10536         (LeftAlreadyDrawed): ditto
10537         (SetWidthOfCell): ditto
10538
10539 2001-08-07  Juergen Vigna  <jug@sad.it>
10540
10541         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10542
10543 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10544
10545         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10546         * lyxlex.[hC]: ditto
10547
10548 2001-08-06  Juergen Vigna  <jug@sad.it>
10549
10550         * text.C (getVisibleRow): fix up row clearing a bit.
10551
10552 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10553
10554         * minibuffer.C: make sure the X server sees the changes in the input.
10555
10556 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10557
10558         * paragraph.C (getFont): split into...
10559         (getLabelFont): this
10560         (getLayoutFont): and this
10561         * paragraph_pimpl.C (realizeFont): calling this
10562
10563         * text2.C (getFont): split into...
10564         (getLayoutFont): this
10565         (getLabelFont): and this
10566         (realizeFont): all three calling this
10567
10568         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10569         files where used.
10570
10571 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10572
10573         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10574
10575 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10576
10577         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10578         layouts from the Quote inset insertion.
10579
10580 2001-08-03  Juergen Vigna  <jug@sad.it>
10581
10582         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10583
10584         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10585         only if status not is already CHANGED_IN_DRAW (second level).
10586
10587         * text.C (draw): don't set the need_break_row when inside an
10588         InsetText LyXText.
10589
10590 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10591
10592         * buffer.C (parseSingleLyXformat2Token): handle more latex
10593         conversion cases.
10594
10595         * bufferview_funcs.[hC]: change function names to
10596         begin with small char, adjust other files.
10597
10598 2001-08-02  André Pönitz <poenitz@gmx.net>
10599
10600         * lyxfunc.C:
10601         BufferView_pimpl.C: remove broken special code for math-greek
10602
10603 2001-08-02  Juergen Vigna  <jug@sad.it>
10604
10605         * BufferView_pimpl.C (update): redone this function so that we
10606         update the text again if there was a CHANGE_IN_DRAW.
10607
10608         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10609         (drawFromTo): added a new internal bool which is used by draw() and
10610         redraw() function.
10611         (general): some cursor drawing problems fixed.
10612
10613 2001-08-01  Juergen Vigna  <jug@sad.it>
10614
10615         * lyxfind.C (LyXFind): fixed
10616         (SearchForward): ditto
10617         (SearchBackward): ditto
10618
10619         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10620         spurius drawing of the cursor in the main area.
10621
10622         * text2.C (status): small fix which could lead to a segfault!
10623         (clearSelection): remove unneeded BufferView param.
10624
10625 2001-08-01  André Pönitz <poenitz@gmx.net>
10626
10627         * lyxfunc.C: small change due to changed mathed interface
10628
10629 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10630
10631         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10632
10633 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10634
10635         * lyxfunc.c: fail gracefully if file doesn't exist
10636
10637         * LyXSendto.C:
10638         * buffer.C:
10639         * lyxfunc.C:
10640         * BufferView_pimpl.C: IsDirWriteable() proto changed
10641
10642         * LyXView.C: fix updateWindowTitle() to store the last title
10643
10644 2001-07-31  Juergen Vigna  <jug@sad.it>
10645
10646         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10647         the font (wrong since using of Paragraph::highestFontInRange).
10648
10649         * paragraph.C (highestFontInRange): added a default_size parameter.
10650
10651         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10652         (setHeightOfRow): reformat
10653
10654 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10655
10656         * converter.[hC] + affected files: move to (inital-char)lowercase
10657         function names.
10658
10659         * ParagraphParameters.C (ParagraphParameters): remove commented code
10660
10661         * PainterBase.[Ch]: remove commented code
10662
10663         * LaTeXFeatures.h: add "bool floats" for float.sty
10664
10665         * LaTeXFeatures.C (LaTeXFeatures): init floats
10666         (require): handle float
10667         (getPackages): do it with floats
10668
10669 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10670
10671         * BufferView_pimpl.C (Dispatch): improve handling of
10672         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10673
10674         * commandtags.h: #include lyxfont.h here temporarily to avoid
10675         keybinding bug.
10676
10677         * bufferlist.h: include LString.h here.
10678
10679 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10680
10681         * text2.C (getStringToIndex): new method.
10682
10683 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10684
10685         * *: Reduced header file dependencies all over.
10686
10687 2001-07-30  Baruch Even  <baruch@lyx.org>
10688
10689         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10690
10691 2001-07-29  Baruch Even  <baruch@lyx.org>
10692
10693         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10694
10695 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10696
10697         * ParameterStruct.h (endif): add a default constructor to make
10698         sure that all variables is initialized.
10699
10700         * ParagraphParameters.C (ParagraphParameters): adjust
10701
10702 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10703
10704         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10705         index; also, check that there is something to index, and that it
10706         does not span over several paragraphs.
10707         (doubleClick): use WHOLE_WORD_STRICT for double click.
10708
10709         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10710
10711         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10712         scheme.
10713
10714 2001-07-26  Baruch Even  <baruch@lyx.org>
10715
10716         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10717         an InsetFig figure, backwards compatible reading of old figure code.
10718
10719 2001-07-27  Juergen Vigna  <jug@sad.it>
10720
10721         * text2.C: font.realize function adaption.
10722
10723         * text.C (draw): add a warnings lyxerr text if needed.
10724
10725         * layout.C: font.realize function adaption.
10726
10727         * language.C: add inherit_language and implement it's handlings
10728
10729         * bufferview_funcs.C (StyleReset): remove language parameter from
10730         font creation (should be language_inherit now).
10731
10732         * bufferparams.C (writeFile): handle ignore_language.
10733
10734         * paragraph.C (getFontSettings): the language has to be resolved
10735         otherwise we have problems in LyXFont!
10736
10737         * lyxfont.C (lyxWriteChanges): added document_language parameter
10738         (update): removed unneeded language parameter
10739
10740         * paragraph.C (validate): fixed wrong output of color-package when
10741         using interface colors for certain fonts in certain environments,
10742         which should not seen as that on the final output.
10743
10744 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10745
10746         * BufferView_pimpl.C:
10747         * Thesaurus.h:
10748         * Thesaurus.C:
10749         * Makefile.am:
10750         * commandtags.h:
10751         * LyXAction.C: add thesaurus support
10752
10753         * lyxfind.h:
10754         * lyxfind.C: add "once" parameter, for thesaurus, to not
10755           move to the next match
10756
10757 2001-07-26  Juergen Vigna  <jug@sad.it>
10758
10759         * lyxfont.C (realize): honor ignore_language too!
10760         (resolved): ditto.
10761
10762         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10763
10764         * text.C (draw): one place more for ignore_language to not draw
10765         itself!
10766
10767 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10768
10769         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10770
10771 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10772
10773         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10774         the minipage conversion problem.
10775
10776 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10777
10778         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10779         insert an inset.
10780
10781 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10782
10783         * BufferView.h: don't forward declare WorkArea
10784
10785         * BufferView.C: don't include WorkArea.h
10786
10787 2001-07-25  André Pönitz <poenitz@gmx.net>
10788
10789         * commandtags.h:
10790         * LyXAction.C:
10791         * lyxfunc.C:  new LFUN 'math-space'
10792
10793         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10794
10795 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10796
10797         * text2.C (toggleInset): call open/close
10798
10799 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10800
10801         * lyxfunc.C (dispatch): add debug for the disabled case
10802
10803         * font.C (buttonText): make similar to rectText
10804
10805         * buffer.C (readInset): comment out parsing of insetlist and
10806         insttheorem
10807
10808         * PainterBase.C (rectText): small correction
10809
10810         * BufferView_pimpl.C: comment out insettheorem and insetlist
10811         * LyXAction.C: ditto
10812         * commandtags.h: ditto
10813
10814 2001-07-24  Juergen Vigna  <jug@sad.it>
10815
10816         * text.C (draw): honor the ignore_language.
10817
10818         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10819
10820 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10821
10822         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10823         char inset.
10824
10825 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10826
10827         * lyxtext.h: remove unused (and unimplemented) methods
10828
10829 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10830
10831         * text.C (getVisibleRow): honor background color
10832
10833         * PainterBase.h:
10834         * Painter.h: remove default color argument for fillRectangle
10835
10836         * text.C (backgroundColor): new method
10837
10838 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10839
10840         * text.C (getVisibleRow): adjust
10841
10842         * font.[Ch] (rectText): new method, metrics
10843         (buttonText): new method, metrics
10844
10845         * PainterBase.[hC]: make rectText and buttonText always draw and take
10846         fewer paramteres.
10847
10848 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10849
10850         * ToolbarDefaults.C (read):
10851         * MenuBackend.C (read): allow escaping in all strings
10852
10853         * BufferView_pimpl.C (insertAndEditInset): new method.
10854         (Dispatch): use insertAndEditInset whenever appropriate.
10855
10856         * BufferView_pimpl.C (insertNote): removed
10857
10858         * BufferView_pimpl.C (smartQuote): new method, moved from
10859         BufferView; if an insetquote cannot be inserted, insert a '"'
10860         character instead.
10861
10862         * BufferView2.C: remove insertCorrectQuote();
10863
10864         * lyxfunc.C (getStatus): Add support for all remaingin
10865         inset-insert lfuns.
10866
10867         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10868
10869         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10870         command (necessary to pass " as parameter of self-insert.
10871
10872         * text.C (selectWordWhenUnderCursor):
10873         (selectWord): add word_location parameter
10874         (selectWordWhenUnderCursor): same + remove special code for word
10875         boundary.
10876         (selectNextWord): use kind() to guess type of insetspecialchar,
10877         not latex().
10878
10879         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10880         (insertErtContents): create ert insets as collapsed.
10881         (readInset): better compatibility code for Info inset.
10882
10883 2001-07-20  Juergen Vigna  <jug@sad.it>
10884
10885         * lyxfunc.C (dispatch): use always LyXFind now!
10886
10887         * text2.C (init): add a reinit flag so that the LyXText can be
10888         reinited instead of deleted and reallocated (used in InsetText).
10889
10890         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10891
10892         * text.C: ditto
10893
10894         * text2.C: ditto
10895
10896 2001-07-18  Juergen Vigna  <jug@sad.it>
10897
10898         * text.C (selectNextWord): handle insets inside inset by calling
10899         always the bv->text functions so that we can go up the_locking_inset!
10900
10901         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10902         in strange locations when inside an inset!
10903
10904         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10905         handling to include insets.
10906
10907         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10908
10909 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10910
10911         * LyXAction.C (init):
10912         * commandtags.h:
10913         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10914         LIGATURE_BREAK, since the name is so stupid.
10915
10916 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10917
10918         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10919         InsetInfos.
10920
10921         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10922
10923         * sp_form.[Ch]: remove.
10924
10925         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10926
10927         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10928         InsetInfo.
10929
10930         * src/buffer.C (readInset): ditto.
10931
10932 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10933
10934         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10935         menuSeparator(), endOfSentenceDot(), ldots() and
10936         hyphenationPoint(), which are therefore removed.
10937         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10938
10939         * LyXAction.C (init):
10940         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10941
10942         * paragraph.C (getWord): removed.
10943
10944         * BufferView_pimpl.C (Dispatch): use last word or selection for
10945         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10946
10947         * lyx_main.C (queryUserLyXDir): do not ask before creating
10948         user_dir, except if it has been named explicitely.
10949
10950 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10951
10952         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10953         a document of zero size.
10954
10955 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10956
10957         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10958         approriately in the c-tor and in require().
10959         (getPackages): output the appropriate LaTeX for natbib support.
10960
10961         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10962         variables "use_natbib" and "use_numerical_citations" when reading the
10963         LyX file.
10964         (readInset): read the various natbib cite commands.
10965         (validate): white-space change.
10966
10967         * bufferparams.[Ch]: new variables "bool use_natbib" and
10968         "bool use_numerical_citations".
10969         (writeFile): output them in the LyX file.
10970
10971 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10972
10973         * lyxfunc.C (getStatus): add support for all the inset insertion
10974         commands.
10975
10976         * text2.C (insertInset):
10977         * paragraph.C (insetAllowed):
10978         * BufferView_pimpl.C (insertInset): update to take in account the
10979         renaming of insertInsetAllowed
10980
10981         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10982
10983         * text2.C (getInset): new method. returns inset at cursor position.
10984
10985         * BufferView_pimpl.C (Dispatch): changes because of this.
10986
10987         * LyXAction.C (init): rename open-stuff to inset-toggle.
10988
10989         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10990
10991         * text2.C (toggleInset): renamed from openStuff; use
10992         Inset::open().
10993
10994 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10995
10996         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10997
10998         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10999
11000 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11001
11002         * buffer.C (readLyXformat2): Add filename to the error dialog
11003
11004 2001-07-18  Juergen Vigna  <jug@sad.it>
11005
11006         * tabular.C (GetCellNumber): put an assert here instead of the check!
11007
11008 2001-07-17  Juergen Vigna  <jug@sad.it>
11009
11010         * BufferView_pimpl.C (toggleSelection): adapted too.
11011
11012         * text.C (selectNextWord): adapted for use with insets.
11013         (selectSelectedWord): ditto
11014
11015 2001-07-17  Juergen Vigna  <jug@sad.it>
11016
11017         * sp_spell.C (PSpell): fix initialitation order.
11018
11019 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11020
11021         * paragraph.C: spacing
11022
11023 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11024
11025         * sp_spell.C: repair language selection for pspell
11026
11027 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11028
11029         * lyxfunc.h: change more methods to begin with lower char.
11030
11031 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11032
11033         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11034         for unknown layouts.
11035
11036 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11037
11038         * buffer.C (readLyXformat2): Generate an error dialog if there are
11039         unknown layouts.
11040
11041 2001-07-16  Juergen Vigna  <jug@sad.it>
11042
11043         * sp_spell.C: always compile ISpell part.
11044
11045         * lyxrc.C: added use_pspell entry and it's handling.
11046
11047 2001-07-13  Juergen Vigna  <jug@sad.it>
11048
11049         * sp_spell.C: removed double includes.
11050
11051 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11052
11053         Consistent use of Lsstream.h:
11054         * Lsstream.h: added using std::stringstream for consistencies sake.
11055
11056         * buffer.C: removed using std::stringstream
11057
11058         * lyxfont.C (stateText):
11059         * paragraph.C (asString):
11060         * text.C (selectNextWord, selectSelectedWord):
11061         * text2.C (setCounter):
11062         * vspace.C (asString, asLatexString):
11063         std::ostringstream -> ostringstream.
11064
11065 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11066
11067         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11068         * commandtags.h: add LFUN_HELP_ABOUTLYX
11069         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11070
11071 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11072
11073         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11074         cursorToggle()
11075         * lyx_gui_misc.C: remove spellchecker
11076         * lyxfunc.C: showSpellchecker
11077         * sp_base.h: added
11078         * sp_ispell.h: added
11079         * sp_pspell.h: added
11080         * sp_spell.C: added
11081         * sp_form.[Ch]: removed
11082         * spellchecker.[Ch]: removed
11083
11084 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11085
11086         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11087         is set.
11088         (simpleTeXSpecialChars): Simply print the input character without
11089         any special translation if pass_thru is set.
11090
11091         * layout.h: Added bool pass_thru to layout class for being able to
11092         implement pass through of a paragraph for Literate Programming.
11093
11094         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11095         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11096         * layout.C (Read): add "passthru" to list of layout tags and add
11097         code to set the pass_thru boolean when it is read.
11098
11099 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11100
11101         * trans_decl.h: remove allowed from KmodInfo
11102
11103         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11104         remove allowed code
11105         (Load): adjust
11106
11107         * paragraph_pimpl.C (erase): use boost::prior
11108
11109         * Painter.C (text): use data() instead of c_str() when length is
11110         also provided.
11111         * WorkArea.C (putClipboard): ditto
11112         * font.h (width): ditto
11113
11114         * BufferView2.C: use it-> instead of (*it). for iterators
11115         * texrow.C: ditto
11116         * paragraph_pimpl.C: ditto
11117         * paragraph.C: ditto
11118         * minibuffer.C: ditto
11119         * language.C: ditto
11120         * kbmap.C: ditto
11121         * encoding.C: ditto
11122         * counters.C: ditto
11123         * converter.C: ditto
11124         * chset.C: ditto
11125         * Variables.C: ditto
11126         * TextCache.C: ditto
11127         * MenuBackend.C: ditto
11128         * LyXAction.C: ditto
11129         * LColor.C: ditto
11130         * FloatList.C: ditto
11131         * DepTable.C: ditto
11132         * ColorHandler.C (LyXColorHandler): ditto
11133
11134 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11135
11136         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11137
11138         * text2.C (openStuff): reintroduce this method (which had been
11139         nuked in NEW_INSETS frenzy).
11140
11141         * lyxfunc.C (Dispatch): when an action has not been handled, use
11142         its name in the error message, not its number.
11143
11144         * paragraph.C (inInset): change method name to begin with lowercase.
11145
11146         * undo_funcs.C:
11147         * text2.C: updates because of this.
11148
11149 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11150
11151         * ToolbarDefaults.C (add): add spaces in error message
11152
11153 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11154
11155         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11156         (readLyXformat2): rename return_par to first_par, use lyxlex's
11157         pushToken and remove the manual push handling.
11158         (parseSingleLyXformat2Token): add another ert comp. variable:
11159         in_tabular, rename return_par to first_par. handle newlines better
11160
11161 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11162
11163         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11164
11165 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11166
11167         * text2.C (getParFromID): removed
11168
11169         * buffer.C (getParFromID): new method moved form lyxtext.
11170         * BufferView2.C (insertErrors): adjust
11171         (setCursorFromRow): adjust
11172         * BufferView_pimpl.C (restorePosition): adjust
11173         * lyxfunc.C (Dispatch): adjust
11174         * undo_funcs.C (textUndo): adjust
11175         (textRedo): adjust
11176         (textHandleUndo): adjust
11177         (textHandleUndo): adjust
11178
11179 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11180
11181         * buffer.C: up' the LYX_FORMAT
11182
11183         * lyxfont.h: turn NO_LATEX on as default
11184
11185         * buffer.C (insertErtContents): new methods of tex style compability.
11186         (parseSingleLyXformat2Token): use it several places.
11187         * tabular.C (OldFormatRead): and here
11188
11189 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11190
11191         * text2.C: remove some commented code.
11192         reindent file.
11193
11194         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11195         * trans.C: changes because of the above.
11196
11197 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11198
11199         * text2.C (setCounter): Fix counters bug with bibliography layout.
11200
11201 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11202
11203         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11204         own member functions
11205         (simpleTeXSpecialChars): ditto
11206
11207 2001-07-06  Juergen Vigna  <jug@sad.it>
11208
11209         * a lot of files: changed the access to LyXText::status and the
11210         call of undo-functions.
11211
11212         * undo.[Ch]: added a inset_id to the undo informations.
11213
11214         * undo_funcs.[Ch]: added and moved here all undo functions.
11215
11216         * lyxtext.h: give the status enum a weight, made status_ a private
11217         variable and made accessor functions for it, removed the whole bunch
11218         of undo-functions as they are now in their own file, make some
11219         functions publically available. Added function ownerParagraph with
11220         int parameter.
11221
11222         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11223         made InInset() a const function, added getParFromID() function.
11224
11225         * buffer.[Ch]: added const version for inset_iterator functions,
11226         added getInsetFromID() function.
11227
11228         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11229         changed undo functions for new version.
11230
11231 2001-07-05  Juergen Vigna  <jug@sad.it>
11232
11233         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11234         unknow mechanism does not call the proper constructor but only this
11235         one also if I request the other!?
11236
11237 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11238
11239         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11240
11241         * text2.C (LyXText): use initialization lists.
11242
11243         * lyxtext.h (Selection): initialize set_ and mark_
11244         (init): remove method
11245
11246 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11247
11248         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11249
11250 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11251
11252         * screen.[Ch]: change method names to begin with lowercase
11253
11254         * BufferView_pimpl.C (updateScrollbar): simplify further and
11255         hopefully make it a bit faster.
11256
11257 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11258
11259         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11260         calling directly xforms functions.
11261
11262         * Painter.C (Painter):
11263         * lyx_cb.C (MenuWrite):
11264         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11265         fl_display.
11266
11267         * lyx_gui.C: remove bogus guiruntime extern declaration.
11268
11269 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11270
11271         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11272         in NEW_INSETS
11273         (redoDrawingOfParagraph): ditto
11274         (redoParagraphs): ditto
11275         (cutSelection): don't create a object for CutAndPaste use the
11276         static method directly
11277         (pasteSelection): ditto
11278
11279         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11280         LyXview (+ rename)
11281
11282 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11283
11284         * modifications to some other files because of this.
11285
11286         * Makefile.am (lyx_SOURCES): add XFormsView
11287
11288         * XFormsView.[Ch]: new files
11289
11290         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11291         the main window. Move the gui dependent stuff to XFormsView
11292
11293 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11294
11295         * tabular.C (GetCellInset): update cur_cell also in the row/col
11296         version of this function.
11297
11298         * lyxfunc.C: no need to include figure_form.h here.
11299
11300         * FontLoader.h:
11301         * lyxfunc.h:
11302         * lyxscreen.h:
11303         * text2.C:
11304         * lyxvc.C: no need to include forms.h here.
11305
11306 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11307
11308         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11309
11310         * lyxfunc.C (Dispatch):
11311         * Spacing.C (set):
11312         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11313         constructor argument.
11314
11315 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11316
11317         * paragraph.C (Paragraph): dont't clear, and just set layout.
11318         (makeSameLayout): use params's copy contructor.
11319
11320         * ParagraphParameters.[Ch] (makeSame): delete method
11321
11322 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11323
11324         * Variables.[Ch]: fix indentation, rename set to isSet
11325
11326 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11327
11328         * lyxfunc.C (Dispatch): fix typo
11329
11330 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11331
11332         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11333         upper_bound.
11334
11335         * bufferlist.C: include assert.h for emergencyWrite().
11336
11337 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11338
11339         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11340           give up at last (bug #425202) !
11341
11342 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11343
11344         * lyx_gui_misc.C:
11345         * sp_form.h:
11346         * sp_form.C:
11347         * spellchecker.h:
11348         * spellchecker.C: strip spellchecker options and bring up
11349           preferences tab instead
11350
11351 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11352
11353         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11354         the istringstream constructor
11355
11356 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11357
11358         * paragraph.C (getLayout): fix return value
11359
11360         * paragraph.h: do not declare getLayout as inline.
11361
11362         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11363
11364 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11365
11366         * lyxcursor.h (operator<): new func
11367         (operator>): new func
11368         (operator>=): new func
11369         (operator<=): new func
11370
11371         * text.C (changeCase): use selection.start and selection.end
11372         (changeRegionCase): require from to be <= to. Require par to be a
11373         valid paragraph.
11374
11375         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11376
11377 2001-06-27  Juergen Vigna  <jug@sad.it>
11378
11379         * text.C (cursorLeftOneWord): changed to return the cursor and added
11380         overlay with BufferView * parameter which calls this one.
11381         (getWord): added
11382         (selectWord): use new getWord function.
11383         (changeCase): renamed from changeWordCase as and extended to work
11384         also on selections.
11385
11386         * lyxtext.h: added enum word_location
11387
11388         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11389         changeCase as this operates now also on selections.
11390
11391 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11392
11393         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11394
11395         * many files: send debug output to Debug::INFO instead of
11396         Debug::ANY.
11397
11398         * converter.C (View):
11399         (Convert):
11400         (Move): send debug output to Debug::FILES instead of console.
11401
11402 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11403
11404         * lyxfunc.C (getStatus): use func_status
11405
11406         * func_status.h: new header, describing the results of
11407         LyXFunc::getStatus;
11408
11409         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11410         LFUN_MATH_HALIGN.
11411
11412 2001-06-25  The LyX Project  <jug@sad.it>
11413
11414         * buffer.C (sgmlOpenTag):
11415         (sgmlCloseTag):
11416         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11417
11418 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11419
11420         * text2.C: remove some dead code
11421
11422         * tabular.C (GetCellInset): store the last cell checked (gotten)
11423
11424         * tabular.h: add the helper for the speedup
11425
11426         * lyxtext.h: remove some dead code
11427
11428 2001-06-26  The LyX Project  <Asger>
11429
11430         * paragraph.C: Change export to LaTeX of alignment to
11431         \begin{center} and family for better roundtrip work with reLyX.
11432
11433         * Tune the math drawing a bit.
11434
11435 2001-06-25  The LyX Project  <Asger>
11436
11437         * LColor.C (LColor): New color for math background. New color
11438         for buttons.
11439
11440 2001-06-25  The LyX Project  <jug@sad.it>
11441
11442         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11443
11444         * lyxfunc.C (Open):
11445         * bufferlist.C (newFile): do not restrict to files ending with
11446         .lyx
11447
11448         * BufferView_pimpl.C (MenuInsertLyXFile):
11449
11450 2001-06-24  The LyX Project  <jug@sad.it>
11451
11452         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11453         of compare_no_case
11454
11455 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11456
11457         * lyxtext.h: rename most methods to begin with a small char.
11458         Lots of changes because of this.
11459
11460         * paragraph.C (Paragraph): do not call fitToSize
11461         (erase): call Pimpl::erase
11462         (insertChar): call Pimpl::insertChar
11463         (insertInset): call Pipl::insertInset
11464         (breakParagraph): do not call fitToSize
11465         (breakParagraphConservative): do not call fitToSize
11466         (fitToSize): remove method
11467
11468         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11469
11470 2001-06-24  The LyX Project  <Asger>
11471
11472         * Fix Qt compilation^2
11473
11474 2001-06-24  The LyX Project  <jug@sad.it>
11475
11476         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11477         depthHook(getDepth()-1).
11478
11479         * paragraph.h:
11480         * ParagraphParameters.h:
11481         * ParameterStruct.h: change type of depth to unsigned int ==
11482         depth_type. Many adaptations to other files before of that.
11483
11484 2001-06-24  The LyX Project  <Asger>
11485
11486         * Fix Qt compilation.
11487
11488 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11489
11490         * paragraph.h: renamed several methods to begin with small letter.
11491         several changes to many parts of the code because of this.
11492
11493 2001-06-23  The LyX Project  <jug@sad.it>
11494
11495         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11496         rewritten to discard all double spaces when KeepEmpty is off
11497         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11498         to only handle newlines but not fiddle with spaces and friends.
11499
11500         * lyxfunc.C (MenuNew): when doing 'new from template', use
11501         template_path as default directory
11502
11503 2001-06-23  The LyX Project  <Asger>
11504
11505         * Clean-up of header file includes all over
11506         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11507
11508 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11509
11510         * paragraph.h: renamed from lyxparagraph.h
11511
11512 2001-06-23  Asger  <lyx@violet.home.sad.it>
11513
11514         * Buffer.h: Removed Buffer::resize
11515         * BufferList.h: Removed BufferList::resize
11516         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11517         the document lazily when we change the width, or the font settings.
11518
11519 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11520
11521         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11522
11523 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11524
11525         * buffer.h: remove out of date comment
11526
11527 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11528
11529         * lyxscreen.h:
11530         * screen.C: fix "theoretical" GC leak
11531
11532 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11533
11534         * LaTeX.C (scanAuxFile):
11535         (deplog): remove trailing \r when reading stream (useful under
11536         win32)
11537
11538 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11539
11540         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11541         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11542         and BufferView::theLockingInset(Inset*), so should use them and not
11543         access bv_->text->the_locking_inset directly.
11544
11545         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11546
11547 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11548
11549         * Makefile.am:
11550         * tex-defs.h: remove old unused file
11551
11552 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11553
11554         * BufferView_pimpl.C: fix typo, remove minibuffer message
11555           when buffer has loaded
11556
11557 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11558
11559         * lyxfunc.C (Dispatch): use stringstream
11560         (MenuNew): use stringstream
11561         (Open): use stringstream
11562
11563         * importer.C (Import): use stringstream
11564
11565         * bufferview_funcs.C (CurrentState): use stringstream
11566
11567         * LaTeX.C (run): use stringstream
11568
11569         * BufferView_pimpl.C (savePosition): use stringstream
11570         (restorePosition): use stringstream
11571         (MenuInsertLyXFile): use stringstream
11572
11573 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11574
11575         * BufferView.C:
11576         * Bullet.C:
11577         * ColorHandler.C:
11578         * FontInfo.C:
11579         * FontLoader.C:
11580         * LColor.C:
11581         * LaTeXFeatures.C:
11582         * Painter.C:
11583         * gettext.C:
11584         * lyx_gui_misc.C:
11585         * lyxserver.C:
11586         * vspace.C: removed // -*- C++ -*- as first line.
11587
11588         * lyxfind.h:
11589         * version.h: added // -*- C++ -*- as first line.
11590
11591 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11592
11593         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11594
11595         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11596         of string
11597
11598 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11599
11600         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11601         of floats.
11602
11603 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11604
11605         * gettext.C: include LString.h even when --disable-nls is on.
11606
11607 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11608
11609         * converter.h (Get): changed argument type from int to
11610         FormatList::size_type to avoid unnecessary conversion.
11611
11612         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11613         before using it.
11614
11615 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11616
11617         * gettext.h: include LString.h even when --disable-nls is on.
11618
11619 2001-06-07  Juergen Vigna  <jug@sad.it>
11620
11621         * text.C (BreakAgain): subst spaces with tabs.
11622
11623         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11624         (resizeInsetsLyXText): set force on resizeLyXText.
11625
11626 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11627
11628         * gettext.h (gettext_init):
11629         (locale_init): use a real definition instead of a macro
11630
11631 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11632
11633         * Bufferview_pimpl.C:
11634         * LColor.h:
11635         * LColor.C: further lcolor tidies
11636
11637 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11638
11639         * BufferView_pimpl.C (updateScrollbar): simplify.
11640
11641         * BufferView2.C: don't include insets/insetinfo.h, change
11642         prototype for insertInset and call the Pimpl version. let
11643         updateInset call Pimpl version.
11644
11645         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11646         gotoInset to BufferView::Pimpl
11647
11648 2001-06-01  Juergen Vigna  <jug@sad.it>
11649
11650         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11651         inside a LockingInset (is the update needed at all?).
11652
11653 2001-05-31  Juergen Vigna  <jug@sad.it>
11654
11655         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11656         here not the old one otherwise how should we compare it afterwards
11657         if it's the same!
11658
11659 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11660
11661         * lyxfont.C:
11662         * tabular.C:
11663         * tabular-old.C:
11664         * FontInfo.C: bring C functions into global namespace when
11665         necessary
11666
11667 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11668
11669         * LString.h: make sure config.h has been loaded before LString.h.
11670
11671         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11672         (one for each char read by EatLine!).
11673
11674         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11675         variables.
11676
11677 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11678
11679         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11680         to the same as the par we break from
11681
11682 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11683
11684         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11685
11686         * MenuBackend.C (expand): also create menu entries for wide
11687         versions of the floats.
11688
11689         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11690
11691         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11692
11693         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11694         frontends/Makefile.am
11695
11696         * text2.C: adjust
11697         * text.C: adjust
11698
11699
11700         * tabular.C (getTokenValue): add std::
11701
11702         * tabular-old.C (getTokenValue): add std::
11703         (getTokenValue): ditto
11704         (getTokenValue): ditto
11705
11706         * screen.C (ToggleSelection): adjust
11707
11708         * lyxtext.h: put selection cursors inside a Selection struct.
11709
11710         * lyxfunc.C (moveCursorUpdate): adjust
11711
11712         * lyxfont.C (latexWriteStartChanges): add std::
11713
11714         * lyxfind.C: adjust
11715
11716         * font.h: delete with(char const *, LyXFont const &)
11717
11718         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11719
11720         * FontInfo.C (getFontname): add std::
11721
11722         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11723         (workAreaButtonPress): adjust
11724         (tripleClick): adjust
11725         (update): adjust
11726         (moveCursorUpdate): adjust
11727         (Dispatch): adjust
11728
11729         * BufferView2.C (gotoInset): adjust
11730
11731 2001-05-30  Juergen Vigna  <jug@sad.it>
11732
11733         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11734         to check pspell I add this as default as I now have new pspell
11735         libraries and they seem to use this.
11736
11737 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11738
11739         * text2.C (CutSelection): make the cursor valid before the call to
11740         ClearSelection.
11741
11742 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11743
11744         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11745         relied on 0 terminated strings and other horrors. Bug found due to
11746         the new assert in lyxstring!
11747
11748         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11749         KP_ keys.
11750
11751 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11752
11753         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11754         to latinkeys.bind.
11755
11756         * lyxfunc.C (processKeySym): change method of getting to the
11757         self-insert char.
11758
11759         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11760         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11761         * BufferView_pimpl.[Ch]: here as private methods.
11762
11763 2001-05-28  Juergen Vigna  <jug@sad.it>
11764
11765         * text.C (SetHeightOfRow): added the update() call again as it is
11766         needed to initialize inset dimensions!
11767
11768 2001-05-16  Juergen Vigna  <jug@sad.it>
11769
11770         * text2.C (SetCharFont): Add new function with BufferView * and
11771         bool toggleall parameters for setting insets internal fonts.
11772         (SetFont): Freeze the undo as we may change fonts in Insets and
11773         all this change should be inside only one Undo!
11774
11775         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11776         setting font's in insets as for them we have the SetFont function!
11777
11778 2001-05-15  Juergen Vigna  <jug@sad.it>
11779
11780         * text2.C (ClearSelection): to be sure we REALLY don't have any
11781         selection anymore!
11782
11783         * tabular.C (TeXCellPreamble): fixed the left border problem for
11784         multicolumn cells.
11785
11786 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11787
11788         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11789         dependancy file
11790
11791 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11792
11793         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11794         LFUN_BREAKPARAGRAPH.
11795
11796         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11797         help test to "internal only", similar for LFUN_INSERT_URL
11798
11799         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11800         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11801         auto_region_delete and deadkeys.
11802
11803 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11804
11805         * LColor.h:
11806         * LColor.C: remove some dead entries, tidy a little
11807
11808 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11809
11810         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11811         commented code.
11812         (Dispatch): implement LFUN_ESCAPE
11813
11814         * commandtags.h: add LFUN_ESCAPE
11815
11816         * LyXAction.C (init): add entry for LFUN_ESCAPE
11817
11818         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11819         Remove commented code.
11820         (insertNote): moved here
11821         (open_new_inset): moved here
11822
11823         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11824         BufferView_pimpl
11825
11826 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11827
11828         * kbmap.C (findbinding): clean it up and make it work correctly.
11829
11830         * lyx_main.C (init): do not pass argc and argv as parameters
11831
11832 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11833
11834         * buffer.C: fix path for OS/2 & Win32
11835
11836         * lyx_gui.C:
11837         * lyx_main:
11838         * lyx_main.C: Added os:: class.
11839
11840         * os2_defines.h: update
11841
11842 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11843
11844         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11845         better by trying again with reduced state.
11846
11847 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11848
11849         * lyxrc.C (read): print error about invalid key sequence only when
11850         debugging (because not all latinX keysyms are known to some X
11851         servers)
11852
11853         * kbsequence.C (getiso): add a few std:: qualifiers
11854         (getiso): comment out extra return statement.
11855
11856 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11857
11858         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11859         handling.
11860         (Dispatch): enhance the accent inset a bit. (not perfect)
11861
11862 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11863
11864         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11865
11866 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11867
11868         * bufferlist.C (emergencyWrite): fix assert() call
11869
11870 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11871
11872         * text.C (InsertChar): Added trivial patch to only send the "you
11873         can not do multiple spaces this way" message once during a
11874         session.
11875
11876 2001-05-08  Baruch Even  <baruch@lyx.org>
11877
11878         * Makefile.am: Changed order of libraries to get LyX to link properly
11879         with the gnome frontend.
11880
11881 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11882
11883         * LaTeXFeatures.h: add a std:: qualifier
11884
11885 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11886
11887         * paragraph.C (String): use stringstream
11888
11889 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11890
11891         * paragraph.C (writeFile): remove footflag arg
11892
11893         * buffer.C (makeLaTeXFile): use stringstream
11894         (latexParagraphs): remove footnot gurba
11895
11896         * LaTeXFeatures.C (getPackages): use stringstream
11897         (getMacros): likewise
11898         (getTClassPreamble): likewise
11899         (getFloatDefinitions): new method
11900
11901         * paragraph.C (writeFile): reindent
11902         (Erase): reindent
11903
11904         * WorkArea.h: revert the xpos + etc changes.
11905
11906         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11907
11908         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11909
11910         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11911         (pasteSelection): likewise
11912         * text2.C (CreateUndo): likewise
11913
11914 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11915
11916         * minibuffer.C (peek_event): temporarily reduce the functionality
11917         of the minibuffer (to allow args on lfuns)
11918
11919         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11920         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11921
11922         * buffer.C (readInset): add compability reading of old float
11923         lists, add reading of new style float list.
11924         (readInset): avoid reevaluation of inscmd.getCmdName()
11925         (getLists): reindent
11926
11927         * MenuBackend.C (MenuItem): implement parsing of
11928         md_floatlistinsert and md_floatinsert.
11929         (expand::LastFiles): move initalizaton of iterators out of loop,
11930         avoid reevaluation.
11931         (expand::Documents): introduce typdedef vector<string> Strings,
11932         and use it.
11933         (expand::ExportFormats): introduce typedef vector<Format const *>
11934         Formats, and use it.
11935         (expand): implement FloatListInsert and FloatInsert.
11936
11937         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11938         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11939         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11940
11941         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11942         handling.
11943         (Dispatch::LFUN_FLOAT_LIST): implement
11944
11945 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11946
11947         * LaTeX.C (run): Fix problem with --export code.
11948
11949 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11950
11951         * BufferView.[Ch] (workarea): removed.
11952         (getClipboard) new method; wrapper for workarea()->getClipboard()
11953
11954         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11955         bug.
11956
11957         * WorkArea.h (width, height, xpos, ypos): These methods all
11958         returned the dimensions of the work_area sub-area of WorkArea,
11959         resulting in a position error if the WorkArea were resized. Now
11960         return the dimensions of the entire WorkArea.
11961
11962         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11963
11964 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11965
11966         * LaTeX.C (deplog): correct the syntax of regex reg1
11967
11968 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11969
11970         * undo.C: remove !NEW_INSETS cruft
11971
11972 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11973
11974         * text2.C: remove !NEW_INSETS cruft
11975
11976         * text.C: remove !NEW_INSETS cruft
11977
11978         * tabular.C: remove !NEW_INSETS cruft
11979
11980         * spellchecker.C: remove !NEW_INSETS cruft
11981
11982         * lyxtext.h: remove !NEW_INSETS cruft
11983
11984         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11985
11986         * lyxfunc.C: remove !NEW_INSETS cruft
11987
11988         * lyxfind.C: remove !NEW_INSETS cruft
11989
11990         * lyx_cb.C: remove !NEW_INSETS cruft
11991
11992         * figureForm.C: remove  !NEW_INSETS cruft
11993
11994         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11995
11996         * buffer.[Ch]: remove !NEW_INSETS cruft
11997
11998         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11999
12000         * CutAndPaste.C: remove !NEW_INSETS cruft
12001
12002         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12003
12004         * BufferView2.C: remove !NEW_INSETS cruft
12005
12006         * BufferView.h: remove !NEW_INSETS cruft
12007
12008 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12009
12010         * Lsstream.h: include LString.h before the sstream headers to
12011         fix problem with gcc 2.95.3 and lyxstring
12012
12013 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12014
12015         * lyx_main.C: add using directives when needed for C functions
12016         declared in std:: namespace.
12017
12018 2001-04-27  Juergen Vigna  <jug@sad.it>
12019
12020         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12021         (SetHeightOfRow): comment out the update call should not be needed!
12022
12023 2001-04-13  Juergen Vigna  <jug@sad.it>
12024
12025         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12026         (LyXTabular): tried to minimize operator= operations (and realized
12027         hopfully Lars wish).
12028
12029 2001-04-27  Juergen Vigna  <jug@sad.it>
12030
12031         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12032
12033 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12034
12035         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12036
12037         * buffer.C (readInset): hack to make listof algorithm work
12038
12039         * BufferView_pimpl.C: hack to make listof algorithm work
12040
12041 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12042
12043         * LyXAction.C: removed all !NEW_INSETS cruft
12044         (init): moved lfun_item in method
12045
12046         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12047
12048 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12049
12050         * BufferView2.C (theLockingInset): white space.
12051
12052 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12053
12054         * minibuffer.C: include <iostream>
12055
12056         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12057
12058         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12059
12060         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12061
12062         * text.[Ch] (TransposeChars): new method
12063
12064 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12065
12066         * call message directly through LyXView instead of through LyXFunc
12067         * BufferView2.C: adjust
12068         * BufferView_pimpl.C: adjust
12069         * FontLoader.C: adjust
12070         * buffer.C: adjust
12071         * bufferview_funcs.C: adjust
12072         * converter.C: adjust
12073         * figureForm.C: adjust
12074         * importer.C: adjust
12075         * lyx_cb.C: adjust
12076         * lyx_gui_misc.C: adjust
12077         * lyxfunc.C: adjust
12078         * lyxvc.C: adjust
12079         * text2.C: adjust
12080         + more files in subdirs
12081
12082         * lyxparagraph.h (size): move up int file
12083         (GetLayout): ditto
12084
12085         * adjust all uses of Assert to lyx::Assert.
12086
12087         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12088         lyxfunctional in namespace lyx
12089         * layout.C (hasLayout): ditto
12090         (GetLayout): ditto
12091         (GetLayout): ditto
12092         (delete_layout): ditto
12093         (NumberOfClass): ditto
12094         * converter.C (GetFormat): ditto
12095         (GetNumber): ditto
12096         (Add): ditto
12097         (Delete): ditto
12098         (SetViewer): ditto
12099         * bufferlist.C (getFileNames): ditto
12100         (emergencyWriteAll): ditto
12101         (exists): ditto
12102         (getBuffer): ditto
12103         * MenuBackend.C (hasSubmenu): ditto
12104         (hasMenu): ditto
12105         (getMenu): ditto
12106         * BufferView_pimpl.C (getInsetByCode): ditto
12107
12108 2001-04-18  Juergen Vigna  <jug@sad.it>
12109
12110         * vspace.C (asLatexString): fixed the 100% problem.
12111
12112 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12113
12114         * lyxfunc.C (Dispatch):
12115         * minibuffer.C:
12116         * minibuffer.h: add a few std:: qualifiers
12117
12118 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12119
12120         * minibuffer.[Ch]: reimplement so that commands is initiated and
12121         run from lyxfunc, simplified som handling, and made the completion
12122         and history code for complete. wip.
12123
12124         * lyxfunc.C (processKeySym): call message
12125         (miniDispatch): new temporary method
12126         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12127         (LFUN_MESSAGE): implement
12128         (LFUN_MESSAGE_PUSH): implement
12129         (LFUN_MESSAGE_POP): implement
12130         (initMiniBuffer): the initial/defualt minibuffer message.
12131
12132         * lyxfont.[Ch]: inline some more getters
12133
12134         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12135
12136         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12137
12138         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12139         (AutoSave): use LFUN_MESSAGE
12140         (Reconfigure): ditto
12141
12142         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12143
12144         * figureForm.C: use LFUN_MESSAGE
12145
12146         * converter.C (runLaTeX): use LFUN_MESSAGE
12147
12148         * bufferview_funcs.C: use LFUN_MESSAGE
12149         (Melt): ditto
12150         (changeDepth): ditto
12151
12152         * bufferparams.h: use boost::
12153
12154         * bufferlist.h: inherit privately from noncopyable
12155
12156         * bufferlist.C (loadLyXFile): remove some commented code.
12157
12158         * buffer.C (runChktex): use LFUN_MESSAGE
12159
12160         * ShareContainer.h: inherit privately from noncopyable
12161
12162         * ParagraphParameters.[hC] (depth): inline it.
12163
12164         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12165         methods.
12166         (message): new method
12167         (messagePush): ditto
12168         (messagePop): ditto
12169         (show): init minibuffer
12170         (showState): direct call
12171
12172         * LaTeX.[Ch]: inherit privately from noncopyable
12173         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12174         instead of WriteStatus.
12175
12176         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12177
12178         * BufferView_pimpl.C (buffer): don't init minibuffer
12179         (workAreaButtonPress): use LFUN_MESSAGE
12180         (workAreaButtonRelease): ditto
12181         (savePosition): ditto
12182         (restorePosition): ditto
12183         (MenuInsertLyXFile): ditto
12184         (workAreaExpose): don't init minibuffer
12185         (update): remove commented code, simplify
12186
12187         * BufferView2.C (openStuff): use LFUN_MESSAGE
12188         (toggleFloat): ditto
12189         (menuUndo): ditto
12190         (menuRedo): ditto
12191         (copyEnvironment): ditto
12192         (pasteEnvironment): ditto
12193         (copy): ditto
12194         (cut): ditto
12195         (paste): ditto
12196         (gotoInset): ditto
12197         (updateInset): remove some commented code
12198
12199         * lastfiles.h: inherit privately from noncopyable
12200         * layout.h: ditto
12201         * lyx_gui.h: ditto
12202         * lyx_main.h: ditto
12203         * lyxlex.h: ditto
12204         * lyxlex_pimpl.h: ditto
12205
12206         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12207         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12208         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12209
12210         * LyXAction.h: inherit privately from noncopyable, add methods
12211         func_begin, func_end, returning iterators to the func map.
12212
12213         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12214         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12215         (func_begin): new method
12216         (func_end): new method
12217
12218         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12219         and not)
12220         (copySelection): ditto
12221         (pasteSelection): ditto
12222
12223         * BufferView.C: whitespace change
12224         * BufferView.h: inherit privately from noncopyable
12225
12226 2001-04-16  Allan Rae  <rae@lyx.org>
12227
12228         * tabular-old.C (l_getline):
12229         * spellchecker.C (sc_check_word):
12230         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12231         an unrecognised preprocessor directive.  So ensure they're wrapped.
12232
12233 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12234
12235         * src/exporter.C (Export): Give an error message when path to file
12236         contains spaces.
12237
12238 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12239
12240         * LaTeX.C (deplog): Always check that foundfile exists.
12241
12242 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12243
12244         * lyx_main.h:
12245         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12246
12247 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12248
12249         * tabular.[Ch] (getLabelList): implement new method
12250
12251         * minibuffer.h: comment ouf setTiimer
12252
12253         * minibuffer.C (ExecutingCB): constify res
12254         (peek_event): constify s
12255         (Set): constify ntext
12256         (Init): constify nicename
12257
12258         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12259
12260         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12261         (savePosition): use two params to Minibuffer::Set
12262         (restorePosition): ditto
12263
12264 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12265
12266         * lyx_main.C: include language.h
12267
12268         * Makefile.am (lyx_main.o): add language.h
12269
12270 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12271
12272         * exporter.C:
12273         * paragraph.C:
12274         * screen.C:
12275         * tabular.C:
12276         * CutAndPaste.C: include gettext.h
12277
12278         * lyxfont.h: remove old hack with ON and OFF.
12279
12280         * lyxparagraph.h:
12281         * lyxfont.h: do not include language.h...
12282
12283         * BufferView2.C:
12284         * LaTeXFeatures.C:
12285         * Painter.C:
12286         * bufferview_funcs.C:
12287         * font.C:
12288         * lyxfont.C:
12289         * text.C:
12290         * text2.C:
12291         * trans_mgr.C:
12292         * paragraph.C: ... but do it here instead
12293
12294 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12295
12296         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12297
12298         * tabular.C: small reformat
12299
12300         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12301         NEW_INSETS version
12302         (GetChar): ditto
12303         (BreakParagraph): ditto
12304         (SetOnlyLayout): ditto
12305         (SetLayout): ditto
12306
12307         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12308         with one arg less.
12309
12310         * lastfiles.C: removed most using decl, add std:: where needed
12311
12312         * buffer.C: ws changes
12313
12314         * MenuBackend.C (class compare_format): put into anon namespace
12315         (expand): constify label, names, action, action2
12316         (expand):
12317
12318         * text.C (SingleWidth): constify font
12319         (IsBoundary): constify rtl2
12320         (GetVisibleRow): constify ww
12321
12322         * LaTeX.C (deplog): constify logfile
12323
12324         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12325         start_x, end_x
12326         (workAreaExpose): constify widthChange, heightChange
12327
12328         * lyxrow.C (par): moved
12329         (height): moved
12330         (next): moved
12331         * lyxrow.h: as inlines here
12332
12333         * lyxfont.h (shape): moved from lyxfont.C
12334         (emph): moved from lyxfont.C
12335
12336         * lyxfont.C (LyXFont): use initialization list for all
12337         constructors
12338         (shape): move to lyxfont.h as inline
12339         (emph): move to lyxfont.h as inline
12340
12341
12342 2001-04-04  Juergen Vigna  <jug@sad.it>
12343
12344         * vspace.C: had to include stdio.h for use of sscanf
12345
12346 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12347
12348         * BufferView.h:
12349         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12350         independent of xforms.
12351
12352 2001-04-02  Juergen Vigna  <jug@sad.it>
12353
12354         * spellchecker.C: fixed namespace placing!
12355
12356 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12357
12358         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12359         the LyXParagraph * is 0.
12360
12361 2001-03-29  Juergen Vigna  <jug@sad.it>
12362
12363         * vspace.C: added support for %, c%, p%, l%.
12364         (stringFromUnit): added helper function.
12365         (asLatexString): changed to give right results for the %-values.
12366
12367         * buffer.C: convert the widthp in a width%.
12368
12369 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12370
12371         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12372         figureForm.[Ch].
12373
12374         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12375         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12376
12377         * lyx_cb.[Ch]: see above.
12378
12379         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12380         form1.[Ch].
12381
12382         * form1.[Ch]:
12383         * lyx.[Ch]: replaced by figure_form.[Ch].
12384
12385         * lyx_gui.C:
12386         * lyx_gui_misc.C:
12387         * lyxfunc.C: changed headers associated with above changes.
12388
12389 2001-03-27  Juergen Vigna  <jug@sad.it>
12390
12391         * BufferView_pimpl.C: set the temporary cursor right!
12392
12393 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12394
12395         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12396
12397 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12398
12399         * LString.h: removed "using std::getline"!
12400
12401         * BufferView_pimpl.C (Dispatch): changes due to changes in
12402         InsetInclude::Params.
12403
12404         * buffer.C (tag_name): removed redundant break statements as they were
12405         producing lots of warnings with my compiler.
12406
12407 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12408
12409         * LString.h: add "using std::getline" when using the real <string>.
12410
12411 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12412
12413         * buffer.C: removed bitset usage.
12414         PAR_TAG moved to an anonymous name space.
12415         (tag_name): new funtion, also in the anonymous namespace.
12416         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12417         (makeDocBookFile): clean code. Completed transition from string arrays
12418         to string vectors.
12419         (SimpleDocBookOnePar): code clean.
12420
12421 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12422
12423         * tabular.C: add some comments.
12424
12425 2001-03-22  Juergen Vigna  <jug@sad.it>
12426
12427         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12428         compatibility read a bit and fixed bug with minipage in different
12429         depth.
12430
12431 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12432
12433         * buffer.C (pop_tag): removed.
12434         (push_tag): removed.
12435         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12436         array replaced with vector. Added support for CDATA sections.
12437         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12438         at any nest level.
12439         (makeDocBookFile): XML conformant declaration of CDATA section,
12440         fixed bug related to <emphasis> in the first paragraph char.
12441         (sgmlOpenTag): exclude empty tags.
12442         (sgmlCloseTag): ditto.
12443
12444         * buffer.h (pop_tag): removed.
12445         (push_tag): removed.
12446
12447 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12448
12449         * language.h (Languages): added size_type and size().
12450
12451 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12452
12453         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12454         response on compability reading of minipages. One probliem is that
12455         the old usage of minipages was «flertydig»
12456
12457         * several files here and in subdirs: don't use static at file
12458         scope use anon namespaces instead.
12459
12460 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12461
12462         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12463         LaTeX output. This is necessary for Literate document
12464         processing.
12465
12466 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12467
12468         * buffer.C: insert hfill when needed.
12469
12470         * tabular.C (l_getline): use string::erase, small whitespace change.
12471
12472         * BufferView_pimpl.C: try the anon namespace.
12473         * WorkArea.C: ditto
12474
12475 2001-03-16  Juergen Vigna  <jug@sad.it>
12476
12477         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12478         otherwise it won't open options-dialogs.
12479
12480         * buffer.C: honor pextraWidth(p) on converting minipages.
12481
12482         * tabular.C (l_getline): changed the functions to strip trailing \r.
12483
12484 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12485
12486         * BufferView_pimpl.C:
12487         * minibuffer..C: added "using SigC::slot" declaration.
12488
12489 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12490
12491         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12492
12493         * text2.C: ditto
12494
12495         * text.C: ditto
12496
12497         * paragraph.C: ditto
12498
12499         * lyxtext.h: NO_PEXTRA
12500
12501         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12502
12503         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12504         * ParameterStruct.h: ditto
12505         * ParagraphParameters.h: ditto
12506         * lyxparagraph.h: ditto
12507
12508 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12509
12510         * buffer.C: add compability for minipage alignment.
12511         (latexParagraphs): remove unwanted pextra check.
12512
12513         * several files: remove CXX_WORKING_NAMESPACES
12514
12515         * buffer.C (pop_tag): tie is in namespace boost
12516
12517         * BufferView.h: noncopyable is in namespace boost
12518         * lyxlex.h: ditto
12519         * lyx_main.h: ditto
12520         * lyx_gui.h: ditto
12521         * layout.h: ditto
12522         * lastfiles.h: ditto
12523         * bufferlist.h: ditto
12524         * ShareContainer.h: ditto
12525         * LyXView.h: ditto
12526         * LyXAction.h: ditto
12527         * LaTeX.h: ditto
12528
12529 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12530
12531         * Merging changes from BRANCH_MVC back into HEAD.
12532
12533         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12534
12535 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12536
12537         * BufferView_pimpl.C: change from intl.C
12538
12539         * combox.h:
12540         * combox.C:
12541         * Makefile.am: move combox.*
12542
12543         * form1.h:
12544         * form1.C:
12545         * lyx_gui.C:
12546         * intl.h:
12547         * intl.C: remove dialog (covered by prefs)
12548
12549 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12550
12551         * lyxfunc.C (Dispatch): removed redundant break statement.
12552
12553 2001-03-14  Juergen Vigna  <jug@sad.it>
12554
12555         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12556
12557 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12558
12559         * buffer.C: add hack to fix compability reading of minipages.
12560
12561 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12562
12563         * buffer.C (getLists): Cleanup.
12564
12565 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12566
12567         * lyxfont.C (update): don't honor toggleall on font size.
12568
12569 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12570
12571         * bmtable.c:
12572         * bmtable.h:
12573         * Makefile.am: moved to frontends/xforms/
12574
12575         * lyx_gui_misc.C:
12576         * lyxfunc.C:
12577         * BufferView_pimpl.C: changes for moved mathpanel
12578
12579 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12580
12581         * gettext.h: fix gettext_init() in --disable-nls
12582
12583 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12584
12585         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12586
12587 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12588
12589         * lyx.C:
12590         * lyx.h: strip external form
12591
12592 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12593
12594         * BufferView_pimpl.C: add comment, destroySplash()
12595
12596 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12597
12598         * BufferView_pimpl.C:
12599         * LyXAction.C:
12600         * buffer.C:
12601         * commandtags.h:
12602         * lyxfunc.C: use re-worked insetinclude
12603
12604 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12605
12606         * buffer.C: add using std::stringstream.
12607
12608         * lyx_cb.C: readd using std::ios.
12609
12610         * buffer.C: add using std::map.
12611
12612         * BufferView_pimpl.C: add using std::vector.
12613
12614         * ShareContainer.h: add std:: to swap.
12615
12616         * buffer.h: add some typedefs
12617         * buffer.C (getLists): use them
12618         (getLists): renamed from getTocList.
12619         add a counter for the different float types and use it in the
12620         generated string.
12621         (getLists): use the same counter for the NEW_INSETS and the "non"
12622         NEW_INSETS
12623
12624         * lyx_cb.h: remove unused items, includes, using etc.
12625
12626         * ShareContainer.h: remove some commented code, add more comments
12627         and "documentation".
12628
12629 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12630
12631         * buffer.C (getTocList): make the list also when NEW_INSETS is
12632         defined.
12633
12634         * buffer.h: remove TocType
12635
12636         * buffer.C (getTocList): change to return a map<string,
12637         vector<TocItem> >, implement for dynamic number of list.
12638
12639         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12640         * text2.C (PasteSelection): adjust
12641         * CutAndPaste.C (pasteSelection): adjust
12642
12643         * FloatList.C (FloatList): update from the new_insets branch.
12644         * Floating.[Ch]: ditto
12645         * LaTeXFeatures.C: ditto
12646         * buffer.C: ditto
12647         * lyxlex_pimpl.C: ditto
12648
12649         * paragraph.C (Last): remove when NEW_INSETS is defined.
12650
12651         * other file: changes because of the above.
12652
12653 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12654
12655         * lyxparagraph.h: rename next to next_, previous to previous_,
12656         make them private for NEW_INSETS. Rename Next() to next(),
12657         Previous() to previous().
12658
12659         * other files: changes because of the above.
12660
12661 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12662
12663         * BufferView.h:
12664         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12665         problem.
12666
12667 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12668
12669         * main.C (main): pass lyx_localedir to gettext_init().
12670
12671         * gettext.h: remove locale_init and gettext_init macros
12672
12673         * gettext.C (locale_init): new function
12674         (gettext_init): new function
12675
12676         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12677         setlocale().
12678
12679 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12680
12681         * Moved credits to frontends:
12682         * credits.[Ch]: removed
12683         * credits_form.[Ch]: removed
12684         * lyx_gui_misc.C: remove credits stuff
12685         * Makefile.am:
12686
12687 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12688
12689         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12690
12691         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12692         unneeded destructor.
12693
12694         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12695         a standalone pointer again.
12696
12697         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12698
12699 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12700
12701         * Makefile.am:
12702         * filedlg.h:
12703         * filedlg.C:
12704         * LyXAction.C:
12705         * ToolbarDefaults.C:
12706         * bufferlist.C:
12707         * commandtags.h:
12708         * form1.C:
12709         * form1.h:
12710         * lyx_cb.C:
12711         * lyx_cb.h:
12712         * lyxfunc.h:
12713         * lyxfunc.C:
12714         * BufferView_pimpl.C: use new file dialog in GUII
12715
12716         * lyx_cb.h:
12717         * lyx_cb.C: remove LayoutsCB to Toolbar
12718
12719 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12720
12721         * ShareContainer.h (get): add std:: qualifier
12722
12723 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12724
12725         * ShareContainer.h: define a proper ShareContainer::value_type
12726         type (and use typename to please compaq cxx)
12727
12728 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12729
12730         * lyxparagraph.h: move serveral local vars to
12731         ParameterStruct/ParagraphParameters., use ShareContainer in
12732         FontTable., make vars in FontTable private and add getter and
12733         setter.
12734
12735         * paragraph.C: changes because of the above.
12736
12737         * lyxfont.h: remove copy constructor and copy assignment. (the
12738         default ones is ok), move number inside FontBits. move inlines to
12739         lyxfont.C
12740
12741         * lyxfont.C: add number to initializaton of statics, move several
12742         inlines here. constify several local vars. some whitespace
12743         cleanup. Dont hide outerscope variables.
12744
12745         * Spacing.h: add two new constructors to match the set methods.
12746
12747         * ShareContainer.h: new file, will perhaps be moved to support
12748
12749         * ParameterStruct.h: new file
12750
12751         * ParagraphParameters.h: new file
12752
12753         * ParagraphParameters.C: new file
12754
12755         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12756         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12757
12758         * BufferView_pimpl.C: ParagraphParameter changes.
12759         * buffer.C: Likewise.
12760         * bufferview_funcs.C: Likewise.
12761         * text.C: Likewise.
12762         * text2.C: Likewise.
12763
12764 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12765
12766         * lyxfind.C (LyXReplace): do not redefine default argument in
12767         implementation.
12768         (IsStringInText): ditto
12769         (SearchForward): ditto
12770         (SearchBackward): ditto
12771
12772 2001-03-06  Juergen Vigna  <jug@sad.it>
12773
12774         * lyxfind.C (IsStringInText): put parentes around expressions.
12775
12776 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12777
12778         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12779
12780 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12781
12782         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12783
12784         * stl_string_fwd.h: add comment
12785
12786         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12787
12788         * tabular.h:
12789         * tabular.C: remove unused DocBook methods
12790
12791         * intl.C:
12792         * language.C:
12793         * paragraph.C:
12794         * buffer.C:
12795         killed DO_USE_DEFAULT_LANGUAGE
12796
12797 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12798
12799         * lyx_gui.C: do not include language.h.
12800
12801         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12802         arguments in function implementation.
12803
12804 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12805
12806         * BufferView_pimpl.C: add <ctime>
12807
12808 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12809
12810         * BufferView_pimpl.C: add using std::find_if
12811
12812 2001-02-27  José Matos  <jamatos@fep.up.pt>
12813
12814         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12815         by OnlyPath.
12816
12817 2001-02-11  José Matos  <jamatos@fep.up.pt>
12818
12819         * buffer.C (makeDocBookFile): command styles now have a parameter as
12820         "title" by default.
12821
12822 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12823
12824         * layout_forms.[Ch]: removed
12825         * lyx_cb.[Ch]: out character
12826         * lyx_gui.C: out character
12827         * lyx_gui_misc.C: out character
12828         * bufferview_funcs.C: : out character,
12829         added toggleall as parameter in ToggleAndShow
12830
12831 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12832
12833         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12834
12835         * text2.C (SetCurrentFont): Disable number property at boundary.
12836
12837 2001-02-26  Juergen Vigna  <jug@sad.it>
12838
12839         * lyxfunc.C (getStatus): added a string argument override function so
12840         that this is correctly called from LyXFunc::Dispatch if it contains a
12841         do_not_use_argument which is used!
12842         (Dispatch): added check for "custom" export and call appropriate func.
12843
12844 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12845
12846         * lyxrc.C: Add language_command_local, language_use_babel and
12847         language_global_options.
12848
12849         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12850
12851         * buffer.C (makeLaTeXFile): Use language_use_babel and
12852         language_global_options.
12853
12854 2001-02-23  Juergen Vigna  <jug@sad.it>
12855
12856         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12857         which works with LyXText and putted it inside BufferView. Here now we
12858         only call for that part the BufferView::Dispatch() function.
12859
12860         * BufferView.C (Dispatch): added.
12861
12862         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12863         functions which needs to use a LyXText over from LyXFunc.
12864         (MenuInsertLyXFile): added
12865         (getInsetByCode): added
12866         (moveCursorUpdate): added
12867         (static TEXT): added
12868
12869 2001-02-22  Juergen Vigna  <jug@sad.it>
12870
12871         * BufferView_pimpl.C (update): call a status update to see if LyXText
12872         needs it.
12873
12874 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12875
12876         * vc-backend.C (revert): implement for CVS
12877         (getLog): implement for CVS
12878
12879 2001-02-20  Juergen Vigna  <jug@sad.it>
12880
12881         * text2.C (ClearSelection): added BufferView param for inset_owner call
12882
12883         * lyxfunc.C (TEXT): added this function and use it instead of
12884         directly owner->view()-text of getLyXText().
12885
12886 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12887
12888         * src/layout_forms.C: out preamble
12889         * src/layout_forms.h: out preamble
12890         * src/lyx_cb.C: out preamble
12891         * src/lyx_cb.h: out preamble
12892         * src/lyx_gui.C: out preamble
12893         * src/lyx_gui_misc.C: out preamble
12894         * src/lyxfunc.C: connect with guii preamble
12895
12896 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12897
12898         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12899
12900 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12901
12902         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12903         whether to run bibtex.
12904
12905 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12906
12907         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12908
12909 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12910
12911         * Makefile.am (lyx_SOURCES): removed bibforms.h
12912
12913         * vspace.h: doxygen
12914
12915         * text.C (GetVisibleRow): make several local vars const
12916
12917         * tabular.C: small cleanup.
12918
12919         * lyxserver.C (callback): use compare instead of strncmp
12920
12921         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12922         inlines to after class or to paragraph.C
12923
12924         * lyxfont.h: remove friend operator!=
12925
12926         * converter.h: move friend bool operator< to non friend and after
12927         class def.
12928
12929         * combox.h: small cleanup
12930
12931         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12932         to inlines after class def.
12933
12934         * buffer.C (pop_tag): use string operations instead of strcmp
12935
12936         * bmtable.c: doxygen, small cleanup
12937
12938         * LaTeX.h: remove friend operator==
12939
12940 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12941
12942         * screen.C:
12943         * lyxrc.[Ch]:
12944         * lyxfunc.C:
12945         * lyxfont.[Ch]:
12946         * lyx_cb.C:
12947         * intl.[Ch]:
12948         * commandtags.h:
12949         * buffer.C:
12950         * WorkArea.[Ch]:
12951         * LyXAction.C:
12952         * BufferView_pimpl.C:
12953         * BufferView.[Ch]: remove cruft
12954
12955 2001-02-14  Juergen Vigna  <jug@sad.it>
12956
12957         * lyxfunc.C: removed #if 0 unused code
12958
12959         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12960
12961         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12962
12963         * text2.C (SetSelection): added a BufferView * parameter
12964
12965 2001-02-13  Juergen Vigna  <jug@sad.it>
12966
12967         * lyxfunc.C (Dispatch): fixed protected blank problem.
12968         * BufferView2.C (protectedBlank): added LyxText * parameter.
12969
12970         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12971         (AppendColumn): same as above for column_info.
12972
12973         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12974         (moveCursorUpdate): use a LyXText param for support of InsetText.
12975
12976         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12977         (tripleClick): ditto
12978
12979         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12980
12981         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12982
12983         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12984
12985         * text2.C (SetSelection): set correct update status if inset_owner
12986         (ToggleFree): ditto
12987
12988 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12989
12990         * tabular.C: remove some commented code.
12991
12992 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12993
12994         * BufferView_pimpl.C: call hideSplash()
12995
12996         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12997
12998         * include_form.h:
12999         * bibforms.h: remove
13000
13001         * lyxfunc.C:
13002         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13003           add LFUN_CHILD_CREATE
13004
13005         * counters.h: fix tiny typo
13006
13007         * lyx_cb.C:
13008         * lyx.h:
13009         * lyx_gui.C:
13010         * lyx.C: move splash to frontends/xforms/
13011
13012         * lyx_gui_misc.C: move Include and Bibform to frontends
13013
13014         * lyxvc.h: clarify comment
13015
13016         * vspace.C: tiny housekeeping
13017
13018 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13019
13020         * text.C (PrepareToPrint): RTL Fix.
13021
13022         * paragraph.C (GetUChar): New method.
13023         (String):  Use GetUChar.
13024
13025         * buffer.C (asciiParagraph): Use GetUChar.
13026
13027 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13028
13029         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13030
13031 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13032
13033         * buffer.h:
13034         * buffer.C: rename to getLogName(), handle
13035           build log / latex log nicely
13036
13037 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13038
13039         * MenuBackend.C:
13040         * MenuBackend.h: remove support for reference menuitem type.
13041
13042 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13043
13044         * BufferView_pimpl.C: housekeeping
13045         * BufferView_pimpl.h:
13046         * LyXView.h:
13047         * Makefile.am:
13048         * Timeout.C:
13049         * Timeout.h:
13050         * minibuffer.h: move Timeout GUI-I
13051
13052 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13053
13054         * lyxrc.C (read): Update converters data-structures.
13055
13056 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13057
13058         * LaTeX.h (operator!=): add operator != for Aux_Info
13059
13060 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13061
13062         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13063
13064         * LaTeXLog.C: deleted, useful code moved to Buffer
13065
13066         * buffer.h:
13067         * buffer.C: new function getLatexLogName()
13068
13069         * lyx_gui_misc.C:
13070         * lyx_gui.C:
13071         * lyxvc.C:
13072         * lyxvc.h:
13073         * lyxfunc.C: use frontends for LaTeX and VC logs
13074
13075 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13076
13077         * LaTeX.h: yet another std:: that Allan forgot.
13078
13079         * Variables.C (set): renamed from isset(), because this clashes
13080         with some HP-UX macros (grr).
13081
13082 2001-02-06  Allan Rae  <rae@lyx.org>
13083
13084         * LaTeX.h: Another bug fix.  Missing std:: this time.
13085
13086 2001-02-04  Allan Rae  <rae@lyx.org>
13087
13088         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13089         floats problem. I've left it commented out because it's not quite
13090         correct.  It should also test that the current object is a table or
13091         figure inset.  But I haven't gotten around to figuring out how to do
13092         that.  I *think* it'll be something like: "table" == inset.type()
13093
13094         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13095         bool.
13096
13097 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13098
13099         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13100         all the citation/databases/styles in the auxilary file.
13101         (run): Rerun latex if there was a babel language error.
13102
13103 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13104
13105         * text.C (Backspace): Preserve the font when changing newline char
13106         with a space.
13107         (BreakParagraph): If the cursor is before a space, delete the space.
13108
13109         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13110
13111 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13112
13113         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13114         new argument (code).
13115         (ChangeCitationsIfUnique): New method.
13116
13117         * paragraph.C (GetPositionOfInset): Handle bibkey.
13118
13119 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13120
13121         * BufferView_pimpl.h: change type of Position::par_pos to
13122         LyXParagraph::size_type.
13123
13124 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13125
13126         * BufferView_pimpl.C (savePosition, restorePosition): Write
13127         messages to minibuffer.
13128
13129 2001-01-28  José Matos  <jamatos@fep.up.pt>
13130
13131         * buffer.C (makeDocBookFile): adds support for document language.
13132         A silly restriction on the name of LatexCommand types where removed.
13133         Added support for CDATA sections, allows to chars unescaped, used
13134         among others in code, to avoid escape < and >.
13135
13136 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13137
13138         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13139         saved positions instrad of a stack. Furthermore, a position is
13140         stored using paragraph id/paragraph position.
13141
13142         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13143         Remove LFUN_REF_BACK.
13144
13145 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13146
13147         * converter.C (dvipdfm_options): New method.
13148
13149 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13150
13151         * vspace.C (isValidLength): Fix for empty input string.
13152
13153 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13154
13155         * LyXAction.C (init): change description of LFUN_FIGURE to
13156         "Insert Graphics"
13157
13158 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13159
13160         * LaTeX.C: add using directive
13161
13162 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13163
13164         * MenuBackend.C (expand): Fix the sorting of the formats.
13165
13166 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13167
13168         * lyx_main.C: tiny error message fix
13169
13170 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13171
13172         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13173         calling fl_initialize(). This fixes the problem with ',' as
13174         decimal separator in text files.
13175
13176 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13177
13178         * trans.C (process): Fix the keymap bug.
13179
13180 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13181
13182         * LaTeX.C (scanAuxFiles): New method. Provides support for
13183         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13184         (scanLogFile) Scan for "run BibTeX" messages.
13185
13186         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13187         OT1 font encoding. Also, load the aecompl package if the ae
13188         package is loaded.
13189
13190         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13191
13192 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13193
13194         * texrow.C (increasePos): turn two error messages into debug
13195         messages.
13196
13197 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13198
13199         * LaTeX.C (scanAux): Handle the \@input macro.
13200         (runBibTeX): Use scanAux().
13201
13202         * language.C (latex_options_): New field.
13203
13204         * LaTeXFeatures.C (getMacros): Add language macros.
13205
13206         * buffer.C (makeLaTeXFile): Small fix.
13207
13208 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13209
13210         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13211
13212         * text2.C: add a using directive.
13213
13214 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13215
13216         * BufferView2.C:
13217         * lyx_gui_misc.h:
13218         * lyxfr1.C:
13219         * lyxfunc.C: kill LyXBell.
13220
13221 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13222
13223         * text.C (IsBoundary): Remove the error message
13224
13225         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13226
13227         * lyxrc.C (setDefaults): Correct initialization value for
13228         font_norm_type.
13229
13230 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13231
13232         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13233         gotoError().
13234
13235         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13236         and GotoNextNote().
13237
13238         * src/LyXAction.C: Added reference-next.
13239
13240         * text.C (InsertChar): Use contains instead of strchr.
13241
13242         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13243
13244 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13245
13246         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13247         alignment commands (when needed).
13248
13249         * text.C (InsertChar): Add ':' to number separator chars.