]> git.lyx.org Git - features.git/blob - src/ChangeLog
(Jo�o Assirati): add the ability to inverse-search a dvi file.
[features.git] / src / ChangeLog
1 2003-10-13  Angus Leeming  <leeming@lyx.org>
2
3         * lyx_main.C (LyX): remove call to setDisplayTranslator().
4
5         * lyxrc.C: displayTranslator is now a function,
6         declared in GraphicsTypes.h.
7
8 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
9
10         * format.C: new placeholder $$a to pass the socket address.
11
12         * bufferlist.[Ch]: new function getBufferFromTmp.
13
14         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
15           files in the temporary dir.
16
17 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
18
19         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
20
21         * Makefile.am: add lyxsocket.[Ch].
22
23         * lyx_main.C (error_handler): handle SIGPIPE.
24
25 2003-10-13  André Pönitz  <poenitz@gmx.net>
26
27         * BufferView_pimpl.C:
28         * lyxtext.h:
29         * text.C:
30         * text2.C:
31         * text3.C:
32         * undo_funcs.[Ch]: use paroffset_type instead of
33           ParagraphList::iterators to prevent multiple conversion
34           (and get a more robust interface)
35
36 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
37
38         * lyxfunc.C (dispatch): RESULT -> dispatch_result
39         * lyxtext.h: ditto
40         * text3.C (dispatch): ditto
41
42 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
43
44         * LaTeX.C (handleFoundFile): move the static to smaller scope,
45         move the onlyfile, use onlyfile instead of foundfile in a couple
46         of places.
47
48         * DepTable.C (update): flush the error stream a bit more
49
50 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
51
52         * lyxserver.C (callback): adjust
53
54         * lyxfunc.C (getStatus): add a missing brace in commented code
55         (ensureBufferClean): reindent
56         (dispatch): delete version taking a string
57
58 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
59
60         * LaTeX.C (deplog): move found file handlig from here...
61         (handleFoundFile): .. to new function here.
62         (deplog): make sure to discover several files mentioned on the
63         same log line.
64
65 2003-10-10  André Pönitz  <poenitz@gmx.net>
66
67         * lyxfunc.C:
68         * lyxtext.h:
69         * tabular.C:
70         * text.C:
71         * text2.C:
72         * text3.C: fix some of the tabular crashes
73
74 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
75
76         * MenuBackend.C (binding): put debug message into Debug::KBMAP
77
78         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
79
80 2003-10-09  André Pönitz  <poenitz@gmx.net>
81
82         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
83
84         * BufferView.C:
85         * BufferView_pimpl.C:
86         * bufferview_funcs.C:
87         * lyx_cb.C:
88         * lyxcursor.C:
89         * lyxfind.C:
90         * lyxfunc.C:
91         * lyxtext.h:
92         * text.C:
93         * text2.C:
94         * text3.C:
95         * text_funcs.[Ch]:
96         * textcursor.[Ch]:
97         * undo_funcs.C: adjust
98
99 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
100
101         * text2.C (incrementItemDepth): new function, use a backtracking
102         algorithm to discover the correct item depth.
103         (resetEnumCounterIfNeeded): new function, use a backtracking
104         algorithm to discover if counter reset is needed.
105         (setCounter): use them. Simplify a bit. Add different labels for
106         different item depths for itemize.
107
108         * paragraph.C (Paragraph): remove initialization of enumdepth
109         (operator=): ditto
110
111         * paragraph.h: get rid of enumdepth, and use itemdepth both for
112         enumerate and itemize. Change the type of itemdepth to signed char.
113
114 2003-10-08  André Pönitz  <poenitz@gmx.net>
115
116         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
117           thing assignable.
118         * text.C:
119         * text2.C: adjust
120
121         * tabular.[Ch]: fix crash after 'row-insert'
122
123 2003-10-08  Angus Leeming  <leeming@lyx.org>
124
125         Fix doxygen warnings.
126
127         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
128         Remove CutAndPaste:: prefix from header file declaration.
129
130         * LColor.h (fill): remove LColor:: prefix from declaration.
131
132         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
133         use lyx::depth_type rather than Paragraph::depth_type so that
134         header file and .C file match.
135
136         * converter.h (intToFormat): remove Converters:: prefix from declaration.
137
138         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
139         * aspell.C: \file aspell_local.C -> \file aspell.C
140         * gettext.C: \file gettext.C -> \file src/gettext.C
141         * gettext.h: \file gettext.h -> \file src/gettext.h
142         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
143         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
144         * text.C: \file text.C -> \file src/text.C
145
146         * toc.C: move comment so that doxygen is not confused.
147
148 2003-10-07  Angus Leeming  <leeming@lyx.org>
149
150         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
151
152 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
153
154         * aspell.C:
155         * aspell_local.h: add forgotten std::string's.
156
157 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
158
159         * LaTeXFeatures.C:
160         * LyXAction.C:
161         * factory.C:
162         * lfuns.h:
163         * lyxfunc.C:
164         * text3.C: The Box patch. Fancybox support, minipage, parbox
165
166 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
167
168         * CutAndPaste.h:
169         * DepTable.h:
170         * FloatList.h:
171         * LaTeXFeatures.h:
172         * ParagraphParameters.h:
173         * TextCache.h:
174         * Thesaurus.h:
175         * bufferlist.h:
176         * exporter.h:
177         * importer.h:
178         * lastfiles.h:
179         * lyxfind.h:
180         * lyxfont.h:
181         * lyxlex.h:
182         * lyxtextclasslist.h:
183         * messages.h:
184         * paragraph.h:
185         * paragraph_pimpl.C:
186         * textcursor.h: add <string> and other small fixes to make Lars'
187         std::string patch compile with STLport.
188
189 2003-10-06  Angus Leeming  <leeming@lyx.org>
190
191         * LColor.h: Add missing #include <string>.
192
193 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
194
195         * All most all file in all subdirs: Make <string> be the prefered
196         way of getting to std::string, add using declarations.
197
198 2003-10-06  André Pönitz  <poenitz@gmx.net>
199
200         * metricsinfo.C: initialize LyXFont before changing attribute.
201         (fixes the 'math in \emph is upright' bug)
202
203 2003-10-06  André Pönitz  <poenitz@gmx.net>
204
205         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
206
207 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
208
209         * graph.C:
210         * paragraph_pimpl.C: Small fixes to build using STLport
211
212 2003-10-02  André Pönitz  <poenitz@gmx.net>
213
214         * lyxfunc.C:
215         * text3.C: move handling of LFUN_DEPTH *; fix #1360
216
217 2003-10-01  André Pönitz  <poenitz@gmx.net>
218
219         * factory.C: assert early
220
221 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
222
223         * lyx_main.C: remove the global debug object
224
225         * debug.h: adjust for new debugstream
226
227         * debug.C: adjust for new debugstream and keep the global debug
228         object here.
229
230 2003-09-22  Angus Leeming  <leeming@lyx.org>
231
232         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
233         of g++ which otherwise complain that the scoped_ptr destructor can't delete
234         an incomplete class LyXFont.
235
236 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
237
238         * factory.C: bug fix in branches
239
240 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
241
242         * lyxfunc.C (processKeySym): adjust
243         (dispatch): adjust
244         (dispatch): change arg name from ev to func, adjust
245         (sendDispatchMessage): ditto
246
247         * lyx_main.C (defaultKeyBindings): adjust keybindings
248         (deadKeyBindings): ditto
249
250         * kbsequence.C (addkey): return a FuncRequest
251
252         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
253
254         * kbmap.C (bind): take a FuncRequest as arg, adjust
255         (read): adjust
256         (lookup): adjust
257         (defkey): change to take a FuncRequest as arg, adjust
258         (findbinding): take a FuncRequest as arg, adjust.
259
260         * funcrequest.h (operator=): added
261
262         * funcrequest.C (FuncRequest): default kb_action changed from
263         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
264
265         * buffer.C (dispatch): simplify
266         (dispatch): adjust to take a FuncRequest as arg, adjust
267
268         * boost.C (assertion_failed): change assertion message slightly
269
270         * ToolbarBackend.C (read): simplify
271
272         * MenuBackend.C (binding): adjust call to findbinding, add a
273         message if no binding is found.
274         (read): simplify
275         (expandToc): correct by adding a empty FuncRequest
276
277         * LyXAction.C: include <boost/assert.hpp>
278         (isPseudoAction): delete function
279         (LookupFunc): change name to...
280         (lookupFunc): this. change return type to FuncRequest.
281         (getActionName): take kb_action as arg, simplify
282         (funcHasFlag): add an assert, simplify.
283
284 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
285
286         * toc.C (action): return a FuncRequest, simplify
287
288         * lyxfunc.C (processKeySym): adjust
289         (getStatus): delete version that takes an int.
290         (getStatus): adjust
291         (dispatch): delete version that takes action as int
292         (dispatch): adjust
293         (sendDispatchMessage): simplify and adjust
294
295         * funcrequest.C (getArg): take unsigned int as arg
296
297         * ToolbarBackend.C (read): adjust
298         (add): delete version that takes func as a string.
299         (getIton): take a FuncRequest as arg
300
301         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
302         action.
303
304         * MenuBackend.C (MenuItem): add a new construct that only takes a
305         Kind, simplify the constructor use for submenus.
306         (add): adjust
307         (expandLastfiles): adjust
308         (expandDocuments): adjust
309         (expandFormats): adjust
310         (expandFloatListInsert): adjust
311         (expandFloatInsert): adjust
312         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
313
314         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
315         Remove class variables lyx_pseudo_map and lyx_arg_map
316
317         * LyXAction.C (searchActionArg): delete function
318         (getPseudoAction): delete function
319         (retrieveActionArg): delete function
320         (LookupFunc): make it return kb_action, simplify.
321         (getActionName): simplify
322
323         * factory.C (createInset): fix new bug
324
325 2003-09-19  Angus Leeming  <leeming@lyx.org>
326
327         * CutAndPaste.C (pasteSelection): remove fudge used to set the
328         masterFilename_ parameter in the include inset.
329
330         * factory.C (createInset): changes due to the changes to InsetInclude.
331
332 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
333
334         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
335
336 2003-09-18  Angus Leeming  <leeming@lyx.org>
337
338         * buffer.C:
339         * BufferView.C: pass the buffer when calling Inset::getLabelList,
340         Inset::fillWithBibKeys.
341         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
342
343 2003-09-18  Angus Leeming  <leeming@lyx.org>
344
345         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
346         variables.
347         (ctor): pass and store a 'Buffer const &'
348         (buffer): new member function.
349
350         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
351         '*this' to the LaTeXFeatures ctor.
352
353 2003-09-18  Angus Leeming  <leeming@lyx.org>
354
355         * LColor.h:
356         * lyxfont.C:
357         * lyxfont.h:
358         * lyxtext.h:
359         * text.C: rename EnumLColor as LColor_color.
360
361 2003-09-18  Angus Leeming  <leeming@lyx.org>
362
363         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
364         remove #include "insets/insetbase.h" from cursor.h.
365
366 2003-09-18  Angus Leeming  <leeming@lyx.org>
367
368         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
369         InsetOld_code to remove #include "inset.h".
370
371         * iterators.C: add #include "insets/inset.h"
372
373 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
374
375         * BufferView.C: remove more locking stuff that apparently doesn't
376         do anything sensible.
377
378 2003-09-16  André Pönitz  <poenitz@gmx.net>
379
380         * paragraph.[Ch]:
381         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
382           performance boost.
383
384 2003-09-16  Angus Leeming  <leeming@lyx.org>
385
386         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
387
388         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
389         arg/return type.
390
391         * paragraph.h: remove #include "lyxfont.h". Forward declare
392         LyXFont_size.
393
394 2003-09-16  Angus Leeming  <leeming@lyx.org>
395
396         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
397         of support/textutils.h.
398         (isWord): move the contents of support/textutils.h's IsWordChar here.
399
400         * buffer.C:
401         * lyxfind.C:
402         * rowpainter.C:
403         * text.C:
404         * text2.C: add #include "paragraph.h".
405
406         * rowpainter.C:
407         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
408
409 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
410
411         * main.C:
412         * lyx_main.C:
413         * lyx_cb.C:
414         * buffer.C:
415         * LaTeX.C: use namespace alias for lyx::support::os
416
417 2003-09-16  Angus Leeming  <leeming@lyx.org>
418
419         * bufferparams.C:
420         * bufferview_funcs.C:
421         * factory.C:
422         * lyxfunc.C:
423         * paragraph_pimpl.C:
424         * rowpainter.C:
425         * text.C: add #include "LColor.h".
426
427 2003-09-16  Angus Leeming  <leeming@lyx.org>
428
429         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
430         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
431         return LyXFont &.
432         Store the FontBits::color variable as an int rather than as an
433         LColor::colorso that we can move LColor.h out of the lyxfont.h header
434         file.
435
436         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
437         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
438         string calls together.
439
440         * lyxrc.C: add #include "LColor.h".
441
442 2003-09-15  Angus Leeming  <leeming@lyx.org>
443
444         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
445         a cow_ptr.
446
447 2003-09-15  Angus Leeming  <leeming@lyx.org>
448
449         * LColor.h: add an EnumLColor wrapper for LColor::color.
450
451         * lyxfont.[Ch] (color, setColor, realColor):
452         * lyxtext.h, text.C (backgroundColor):
453         pass EnumLColor args to/from the functions, rather than LColor::color
454         ones.
455
456         * lyxfont.h:
457         * lyxtext.h: forward declare EnumLColor.
458
459         * lyx_main.C: add #include "LColor.h".
460
461 2003-09-15  Angus Leeming  <leeming@lyx.org>
462
463         * .cvsignore: add lyx-gtk.
464
465 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
466
467         * Chktex.C
468         * LaTeX.C
469         * LaTeXFeatures.C
470         * ParagraphParameters.C
471         * Spacing.C
472         * buffer.C
473         * bufferparams.C
474         * bufferview_funcs.C
475         * chset.C
476         * counters.C
477         * funcrequest.C
478         * lyxfont.C
479         * lyxgluelength.C
480         * lyxlength.C
481         * paragraph.C
482         * paragraph_funcs.C
483         * text3.C
484         * vc-backend.C: remove usage of STRCONV
485
486 2003-09-15  Angus Leeming  <leeming@lyx.org>
487
488         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
489         explicitly define the color passed to the painter.
490
491 2003-09-15  Angus Leeming  <leeming@lyx.org>
492
493         * bufferparams.C (BufferParams): reorder member initializers to avoid
494         compiler warning.
495
496 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
497
498         * CutAndPaste.C (pasteSelection): remove an outdated #warning
499         * text.C (updateRowPositions): remove an unusual nop
500
501 2003-09-12  André Pönitz  <poenitz@gmx.net>
502
503         * BufferView_pimpl.C:
504         * Bullet.C:
505         * layout.h:
506         * lyxfunc.C:
507         * lyxlayout.[Ch]:
508         * lyxtextclass.C:
509         * rowpainter.C:
510         * text.C:
511         * text2.C:
512         * Counters.[Ch]: finish the 'automatic counters' job
513
514 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
515
516         * aspell.C: include <boost/assert.cpp> (compile fix)
517
518 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
519
520         * boost.C (assertion_failed): use lyx::support::abort instead of
521         assert.
522
523 2003-09-10  Angus Leeming  <leeming@lyx.org>
524
525         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
526         with their _fwd progeny.
527
528 2003-09-09  Angus Leeming  <leeming@lyx.org>
529
530         134 files throughtout the source tree: replace 'using namespace abc;'
531         directives with the appropriate 'using abc::xyz;' declarations.
532
533 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
534
535         * boost.C (emergencyCleanup): moved here from LAssert.c
536         (assertion_failed): new function, called by BOOST_ASSERT
537
538         * several files: change Assert to BOOST_ASSERT
539
540 2003-09-09  Angus Leeming  <leeming@lyx.org>
541
542         * buffer.[Ch]: Add an Impl class and move Buffer's member
543         variables into it. As a result move several header files out of
544         buffer.h.
545
546         Add header files to lots of .C files all over the tree as a result.
547
548 2003-09-09  Angus Leeming  <leeming@lyx.org>
549
550         * buffer.[Ch]: make Buffer's member variables private. Add
551         accessor functions.
552
553         Lots of changes all over the tree as a result.
554
555 2003-09-08  Angus Leeming  <leeming@lyx.org>
556
557         * graph.C: #include <config.h>.
558
559 2003-09-08  Angus Leeming  <leeming@lyx.org>
560
561         * BranchList.C:
562         * BufferView.C:
563         * BufferView_pimpl.C:
564         * CutAndPaste.C:
565         * DepTable.C:
566         * LaTeX.C:
567         * LaTeXFeatures.C:
568         * LyXAction.C:
569         * MenuBackend.C:
570         * TextCache.C:
571         * aspell.C:
572         * buffer.C:
573         * bufferlist.C:
574         * changes.C:
575         * chset.C:
576         * converter.C:
577         * counters.C:
578         * debug.C:
579         * graph.C:
580         * ispell.C:
581         * lyx_cb.C:
582         * lyxfind.C:
583         * lyxfunc.C:
584         * lyxlex_pimpl.C:
585         * lyxrc.C:
586         * lyxrow.C:
587         * paragraph.C:
588         * rowpainter.C:
589         * texrow.C:
590         * text.C:
591         * text2.C:
592         * toc.C: remove redundant using directives.
593
594 2003-09-07  Angus Leeming  <leeming@lyx.org>
595
596         * LaTeXFeatures.h: remove #include "support/types.h".
597         * ToolbarBackend.h: remove #include <algorithm>.
598         * changes.h: remove #include <ctime>.
599         * debug.h: remove #include <iosfwd>.
600         * graph.h: remove #include "support/std_string.h".
601         * lyx_main.h: remove #include <csignal>.
602         * lyxlex_pimpl.h: remove #include <fstream>.
603         * sgml.h: remove #include <algorithm>, <utility>.
604         * toc.h: remove #include "support/std_ostream.h".
605         Add #include <iosfwd>.
606
607 2003-09-07  Angus Leeming  <leeming@lyx.org>
608
609         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
610
611         * converter.h: forward declare LatexRunParams.
612         * encoding.h: remove #include "lyxrc.h".
613         * lyxtext.h: remove #include "LColor.h".
614         * lyxtextclass.h: remove #include "support/types.h".
615         * trans.h: remove #include "tex-accent.h".
616         * trans_mgr.h: remove #include "tex-accent.h".
617         * insets/inset.h: remove #include "support/types.h", <vector>.
618         * insets/insetcollapsable.h: remove #include "LColor.h".
619         * insets/insetinclude.h: remove #include "dimension.h".
620         * insets/insetlatexaccent.h: remove #include "dimension.h".
621         * insets/insetoptarg.h:: remove #include "insettext.h".
622         * insets/insettext.h: remove #include "dimension.h",
623         <boost/shared_ptr.hpp>
624
625         * insets/renderers.h: add #include "dimension.h".
626         * insets/updatableinset.h: add #include "support/types.h".
627
628         * many .C files: Associated changes.
629
630 2003-09-06  Angus Leeming  <leeming@lyx.org>
631
632         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
633         one, inside testInvariant.
634
635         * PrinterParams.C: new file.
636         * PrinterParams.[Ch]: move the function bodies out of line.
637
638 2003-09-06  Angus Leeming  <leeming@lyx.org>
639
640         * ParagraphParameters.h: forward declare ParameterStruct rather than
641         including its header file.
642         (depth): moved out-of-line.
643
644 2003-09-06  Angus Leeming  <leeming@lyx.org>
645
646         * BufferView_pimpl.h:
647         * kbmap.h:
648         * kbsequence.h:
649         * lyxfunc.h: forward declare LyXKeySym rather than
650         #include "frontends/LyXKeySym.h".
651
652         * BufferView_pimpl.C:
653         * kbmap.C:
654         * kbsequence.C:
655         * lyxfunc.C: associated changes.
656
657 2003-09-06  Angus Leeming  <leeming@lyx.org>
658
659         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
660         As a result, can remove the #include "insets/inset.h" from BufferView.h
661
662 2003-09-06  Angus Leeming  <leeming@lyx.org>
663
664         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
665         As a result, can remove the #include "insets/inset.h" from BufferView.h
666
667 2003-09-06  Angus Leeming  <leeming@lyx.org>
668
669         * buffer_funcs.C:
670         * buffer.h:
671         * bufferlist.C:
672         * BufferView.C:
673         * bufferview_funcs.C:
674         * BufferView_pimpl.C:
675         * CutAndPaste.C:
676         * lyx_cb.C:
677         * lyxfunc.C:
678         * paragraph.h:
679         * ParagraphParameters.C:
680         * tabular.C:
681         * text3.C:
682         * toc.C:
683         * undo_funcs.C:
684         * frontends/controllers/ControlDocument.C:
685         * insets/insetcaption.C: rearrange the #includes into some sort of
686         coherent order.
687
688         * buffer.h: remove #includes ErrorList.h, undo.h
689
690 2003-09-06  Angus Leeming  <leeming@lyx.org>
691
692         * support/types.h: add a 'depth_type' typedef, used to store the
693         nesting depth of a paragraph.
694
695         * paragraph.h:
696         * ParameterStruct.h: use this lyx::depth_type typedef rather than
697         defining explicitly.
698
699         * buffer.h:
700         * paragraph_funcs.h:
701         * ParagraphParameters.h:
702         * sgml.h: use lyx::depth_type rather than Paragraph or
703         ParameterStruct's depth_type.
704
705         * buffer.h
706         * paragraph_funcs.h: no need to #include paragraph.h anymore.
707
708         * BufferView.C:
709         * BufferView_pimpl.C:
710         * CutAndPaste.C:
711         * ParagraphParameters.C:
712         * buffer_funcs.C:
713         * bufferlist.C:
714         * bufferview_funcs.C:
715         * lyx_cb.C:
716         * lyxfunc.C:
717         * tabular.C:
718         * text3.C:
719         * toc.C:
720         * undo_funcs.C:
721         * frontends/LyXView.C:
722         * frontends/controllers/ControlDocument.C:
723         * frontends/controllers/ControlErrorList.C:
724         * insets/insetbibitem.C:
725         * insets/insetbranch.C:
726         * insets/insetcaption.C:
727         * insets/insetcollapsable.C:
728         * insets/insetenv.C:
729         * insets/insetert.C:
730         * insets/insetfloat.C:
731         * insets/insetfoot.C:
732         * insets/insetfootlike.C:
733         * insets/insetnewline.C:
734         * insets/insetquotes.C:
735         * insets/insettabular.C:
736         * insets/insettext.C:
737         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
738
739         * frontends/controllers/ControlChanges.C: #include "changes.h".
740
741 2003-09-06  Angus Leeming  <leeming@lyx.org>
742
743         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
744         than #including paragraph.h.
745
746         * ParagraphList.h:
747         * RowList.h: deleted. Superfluous.
748
749         * CutAndPaste.h:
750         * iterators.h:
751         * lyxcursor.h:
752         * lyxtext.h:
753         * text_funcs.h:
754         * undo.h:
755         * undo_funcs.h:
756         * insets/inset.h:
757         * insets/insettext.h: use ParagraphList_fwd.h rather than
758         ParagraphList.h.
759
760         * paragraph.h: don't forward declare ParagraphList.
761
762         * buffer.h:
763         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
764         rather than ParagraphList.h. paragraph.h is still needed for the
765         Paragraph::depth_type parameters.
766
767         * textcursor.h: enable it to compile stand-alone in light of the
768         above changes.
769
770         * bufferview_funcs.C:
771         * iterators.C:
772         * lyxfunc.C:
773         * lyxrow_funcs.C:
774         * paragraph.C:
775         * rowpainter.C:
776         * text.C:
777         * text2.C:
778         * text3.C:
779         * text_funcs.C:
780         * textcursor.C:
781         * undo.C:
782         * frontends/controllers/ControlParagraph.C:
783         * frontends/controllers/ControlTabular.C:
784         * insets/insetmarginal.C:
785         * insets/insetminipage.C:
786         * insets/insetnote.C:
787         * insets/insetoptarg.C: add header files needed to compile again.
788
789 2003-09-06  Angus Leeming  <leeming@lyx.org>
790
791         * RowList_fwd.h: new file, forward-declaring Row rather than
792         #including lyxrow.h.
793
794         * lyxrow_funcs.h:
795         * lyxtext.h:
796         * paragraph.h:
797         * insets/insettext.h: use it instead of RowList.h
798
799         * bufferview_funcs.C:
800         * lyxfunc.C:
801         * lyxrow_funcs.C:
802         * paragraph.C:
803         * rowpainter.C:
804         * text.C:
805         * text2.C:
806         * text3.C: #include "RowList.h".
807
808 2003-09-05  Angus Leeming  <leeming@lyx.org>
809
810         * factory.C (createInset):
811         * vspace.C (c-tor): replace sscanf call with an istringstream.
812         * ispell.C: re-add missing HP/UX headers.
813         * lyxserver.C: re-add missing  os2 headers.
814
815 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
816
817         * BranchList.C:
818         * graph.C:
819         * ispell.C:
820         * lastfiles.C:
821         * lyx_cb.C:
822         * lyxserver.C:
823         * texrow.C:
824         * text3.C: re-add missing system headers, needed for 2.95.2.
825
826 2003-09-05  Angus Leeming  <leeming@lyx.org>
827
828         Changes most place everywhere due to the removal of using directives
829         from support/std_sstream.h.
830
831 2003-09-05  Angus Leeming  <leeming@lyx.org>
832
833         Replace LString.h with support/std_string.h,
834         Lsstream.h with support/std_sstream.h,
835         support/LIstream.h with support/std_istream.h,
836         support/LOstream.h with support/std_ostream.h.
837
838         Changes resulting throughout the tree.
839
840 2003-09-05  Angus Leeming  <leeming@lyx.org>
841
842         * sgml.h: ensure that the header file can be compiled stand-alone.
843         * *.C: strip out redundant #includes. (320 in total.)
844
845 2003-09-04  Angus Leeming  <leeming@lyx.org>
846
847         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
848         here (from getPackages).
849
850         * debug.[Ch]: add a new EXTERNAL tag.
851
852 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
853
854         * text2.C (cursorEnd): simplify
855         (setCursor): adjust
856         (getColumnNearX): adjust
857
858         * text.C (computeBidiTables): adjust
859         (fill): adjust
860
861         * rowpainter.C (paintChars): adjust
862         (paintSelection): adjust
863         (paintChangeBar): adjust
864         (paintText): adjust
865
866         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
867         lastPos instead.
868         (numberOfSeparators): adjust
869
870 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
871
872         * LyXAction.C:
873         * box.[Ch]:
874         * lfuns.h:
875         * lyxfunc.C:
876         * text3.C: Restricts the mouse click functionality
877         of insets like bibtex, include, toc and floatlist to the visible
878         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
879         up the dialogs. Cursor has to be in front of the inset (i.e.
880         start of row) for this to function.
881
882 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
883
884         * bufferview_funcs.C (currentState): output row information
885
886 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
887
888         * bufferview_funcs.C (currentState): output paragraph position
889
890 2003-09-04  Angus Leeming  <leeming@lyx.org>
891
892         * FloatList.h: move out #include "Floating.h".
893         * LaTeX.h: move out #include "DepTable.h".
894         * LyXAction.h: move out #include "funcrequest.h".
895         * buffer.h: move out #include "author.h", "iterators.h".
896         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
897         * lyx_main.h: move out #include "errorlist.h".
898         * lyxfunc.h: move out #include "FuncStatus.h".
899         * lyxtext: move out #include "lyxcursor.h".
900         * paragraph_pimpl.h: move out #include "counters.h".
901
902 2003-09-03  Angus Leeming  <leeming@lyx.org>
903
904         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
905         preamble_snippets list, enabling us to add snippets to the preamble
906         only if the snippet was not there already.
907
908 2003-09-04  Angus Leeming  <leeming@lyx.org>
909
910         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
911
912 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
913
914         * lyxfunc.C (dispatch): if fitCursor did something be sure to
915         update
916
917 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
918
919         * BranchList.C: point fix, earlier forgotten
920
921 2003-09-02  Angus Leeming  <leeming@lyx.org>
922
923         * box.C (contains): renamed from 'contained' after a fantastic
924         amount of hot air.
925
926 2003-09-02  John Levon  <levon@movementarian.org>
927
928         * BufferView.C:
929         * lyxcursor.h:
930         * lyxcursor.C:
931         * lyxfunc.C:
932         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
933
934 2003-09-02  John Levon  <levon@movementarian.org>
935
936         * text2.C: simplification of cursorEnd(), including partial
937         fix for bug 1376
938
939 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
940
941         * buffer.C (readFile): add a space
942
943 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
944
945         * BufferView_pimpl.C (update): remove bogus fitCursor() call
946
947 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
948
949         * buffer.C (readFile): new function, take a filename and a
950         ParagraphList::iterator
951         (readFile): adjust
952         (readFile): adjust, make it private. don't use setStream, make
953         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
954         always contain the filename.
955
956         * BufferView.C (insertLyXFile): simplify and make it work for
957         gzipped files.
958
959 2003-08-30  John Levon  <levon@movementarian.org>
960
961         * Makefile.am: fix dist (from Kayvan)
962
963 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
964
965         * most files: change to use const Buffer refs
966
967 2003-08-27  André Pönitz  <poenitz@gmx.net>
968
969         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
970         on top of ownerPar().
971
972 2003-08-27  John Levon  <levon@movementarian.org>
973
974         * funcrequest.C: properly initialise POD members
975
976 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
977
978         * lyxtext.h (top_y): move top_y from here
979         * text.C:
980         * text2.C:
981         * text3.C:
982         * BufferView.[Ch]:
983         * BufferView_pimpl.[Ch]: to here
984         * frontends/screen.C:
985         * insets/insettabular.C:
986         * insets/insettext.C: adjust
987         * rowpainter.[Ch] (paintRows): remove LyXText & argument
988
989 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
990
991         * BufferView.[Ch]:
992         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
993
994 2003-08-26  André Pönitz  <poenitz@gmx.net>
995
996         * paragraph_func.[Ch] (outerPar): new function
997
998         * paragraph.C:
999         * paragraph_funcs.C:
1000         * paragraph_funcs.h:
1001         * paragraph_pimpl.C:
1002         * text2.C: remove Inset::par_owner
1003
1004 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1005
1006         * lyxrow_funcs.C:
1007         * lyxtext.h:
1008         * text.C:
1009         * text2.C: eliminates the needFullRow/display() stuff
1010         altogether, putting the logic in metrics/draw in the insets.
1011
1012 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1013
1014         * text2.C (redoParagraphInternal, redoParagraphs):
1015         * text.C (redoParagraph): add a call to updateRowPositions at the
1016         end of each 'metrics-like' call. Remove all others.
1017         (getRow): remove the 'y-computing' version.
1018         (getRowNearY): do not compute nor return the real y. Solve the
1019         'y < 0' problem and simplify.
1020
1021 2003-08-22  Angus Leeming  <leeming@lyx.org>
1022
1023         * *.[Ch]: clean-up of licence and author blurbs.
1024         Also move config.h out of a few .h files and into a few .C files.
1025
1026 2003-08-22  André Pönitz  <poenitz@gmx.net>
1027
1028         * lyxrow.[Ch]: add x_ and *fill_ members
1029
1030         * lyxtext.h:
1031         * text.C:
1032         * rowpainter.C:
1033         * text2.C: adjust/remove prepareToPrint() calls
1034
1035 2003-08-22  André Pönitz  <poenitz@gmx.net>
1036
1037         * lyxrow.[Ch]: add  end_ member
1038
1039         * lyxrow_funcs.C: use LyXRow::end_
1040
1041         * lyxtext.h (singleWidth): add LyXFont parameter
1042
1043         * rowpainter.C:
1044         * text2.C: adjust LyXText::singleWidth() calls
1045
1046         * text.C (redoParagraph): simplify row breaking logic
1047
1048
1049 2003-08-19  André Pönitz  <poenitz@gmx.net>
1050
1051         * funcrequest.C: initialize button_ member
1052
1053         * text3.C:
1054         * rowpainter.[Ch]: interface consolidation
1055
1056 2003-08-18  André Pönitz  <poenitz@gmx.net>
1057
1058         * BufferView.C:
1059         * BufferView_pimpl.C:
1060         * lyxfind.C:
1061         * paragraph_funcs.C:
1062         * rowpainter.C:
1063         * text3.C: remove LyXScreen::draw() and fitCursor calls
1064
1065         * BranchList.h: remove spurious semicolons
1066
1067         * MenuBackend.C: fix branchlist related crash
1068
1069 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1070
1071         * BranchList.[Ch]:
1072         * InsetList.[Ch]:
1073         * LColor.[Ch]:
1074         * LyXAction.C:
1075         * Makefile.am:
1076         * MenuBackend.[Ch]:
1077         * bufferparams.[Ch]:
1078         * factory.C:
1079         * lfuns.h:
1080         * lyxfunc.C:
1081         * text3.C: implements the 'branch inset'
1082         idea. This allows the output of various versions of a document
1083         from a single source version, selectively outputing or suppressing
1084         output of parts of the text.
1085         This implementation contains a 'branch list editor' in a separate
1086         tab of the document settings dialog. Branches are user definable
1087         and have a "display colour" to distinguish them on-screen.
1088
1089         ColorHandler was somewhat cleaned up.
1090         (1) make possible a dynamically growing LColor list by allowing
1091         the graphic context cache to grow along (vector);
1092         (2) eliminate an IMHO unnecessary step in colour allocation.
1093
1094 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1095
1096         * BufferView_pimpl.C: compile fix
1097
1098 2003-08-15  André Pönitz  <poenitz@gmx.net>
1099
1100         * rowpainter.C: remove extra metrics calls
1101
1102         * lyxtext.h: merge the two constructors into a single one,
1103           pass reference to owner's par list
1104
1105         * BufferView_pimpl.C:
1106         * text.C:
1107         * text2.C: adjust
1108
1109 2003-08-15  André Pönitz  <poenitz@gmx.net>
1110
1111         * lyxrow_funcs.[Ch]:
1112         * lyxtext.h:
1113         * paragraph.h:
1114         * paragraph_funcs.C:
1115         * rowpainter.C:
1116         * text.C:
1117         * text2.C:
1118         * text3.C:
1119         * text_funcs.C: split LyXText::rowlist_ into individual
1120         Paragraph::rows_ chunks
1121
1122         * BufferView.[Ch]:
1123         * BufferView_pimpl.[Ch]:
1124         * lyxfind.C:
1125         * lyxtext.h:
1126         * text3.C: remove toggleSelection()
1127
1128 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1129
1130         * bufferlist.C: beautify two alerts (shorter text of buttons)
1131         * buffer.C: Remove redundant ' ' from message
1132         * tabular.h:
1133         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1134         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1135         rename VALIGN_CENTER to VALIGN_MIDDLE
1136
1137 2003-08-11  André Pönitz  <poenitz@gmx.net>
1138
1139         * lyxtext.h (getPar):
1140         * text.C: new function
1141
1142 2003-08-11  André Pönitz  <poenitz@gmx.net>
1143
1144         * Makefile.am:
1145         * tracer.[Ch]: remove unneeded files
1146
1147         * InsetList.[Ch]: remove resizeInsetsLyXText()
1148
1149         * lyxtext.h:
1150         * text.C:
1151         * text2.C:
1152         * text3.C: merge insertParagraphs() and appendParagraph()
1153         remove breakAgain(), update()
1154
1155         * BufferView_pimpl.[Ch]:
1156         * bufferview_funcs.[Ch]:
1157         * lyxfunc.C:
1158         * paragraph.[Ch]:
1159         * rowpainter.C:
1160         * tabular.C: adjust after text & InsetList changes.
1161
1162 2003-08-08  André Pönitz  <poenitz@gmx.net>
1163
1164         * text.C (insertChar, backspace): replace rowlist fiddling
1165         with rebreak of full par
1166
1167         * lyxtext.h:
1168         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1169         checkParagraph, updateInset): removed
1170
1171 2003-08-07  André Pönitz  <poenitz@gmx.net>
1172
1173         * paragraph.C:
1174         * text3.C: merge some LFUN handlers, remove dead code
1175
1176 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1177
1178         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1179
1180 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1181
1182         * text2.C (DEPM): fix part of bug 1255 and 1256
1183
1184 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1185
1186         * BufferView_pimpl.C (workAreaDispatch): change to use
1187         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1188         that are no mouse related.
1189
1190 2003-08-05  André Pönitz  <poenitz@gmx.net>
1191
1192         * BufferView.[Ch]:
1193         * BufferView_pimpl.[Ch]:
1194         * bufferview_funcs.C:
1195         * text2.C:
1196         * text3.C: rip out "deep update"
1197
1198         * textcursor.[Ch] (last_sel_cursor): remove unused member
1199
1200 2003-08-04  André Pönitz  <poenitz@gmx.net>
1201
1202         * BufferView.[Ch]:
1203         * BufferView_pimpl.[Ch]:
1204         * ParagraphParameters.C:
1205         * bufferview_funcs.C:
1206         * lyx_cb.C:
1207         * lyxfind.C:
1208         * lyxfunc.C:
1209         * text.C:
1210         * text2.C:
1211         * text3.C: replace "complicated" BufferView::update(...) calls with
1212         simpler ones.
1213
1214         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1215
1216 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1217
1218         * Makefile.am (lyx_SOURCES): add paper.h
1219
1220 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1221
1222         * Makefile.am: move things around so that both lyx-qt and
1223         lyx-xforms can be built (according to --with-frontend). Then lyx
1224         is a symbolic link to lyx-[firstfrontend]
1225
1226 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1227
1228         * Always use std::endl with lyxerr
1229
1230 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1231
1232         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1233
1234 2003-08-01  André Pönitz  <poenitz@gmx.net>
1235
1236         * BufferView.[Ch]:
1237         * BufferView_pimpl.[Ch]:
1238         * lyxfunc.C:
1239         * text3.C: merge BufferView::repaint() and BufferView::update()
1240
1241 2003-08-01  José Matos  <jamatos@lyx.org>
1242
1243         * buffer.[Ch]: file_format is no longer a buffer data element.
1244
1245 2003-08-01  André Pönitz  <poenitz@gmx.net>
1246
1247         * BufferView.C:
1248         * lyxtext.h:
1249         * text.C:
1250         * text2.C: make redoParagraph more independent of current cursor
1251
1252         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1253         * text.C:
1254         * text2.C: remove unneeded members
1255
1256 2003-07-30  André Pönitz  <poenitz@gmx.net>
1257
1258         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1259
1260         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1261           create a single function...
1262
1263         * paragraph_funcs.C (moveItem): ... here.
1264
1265         * text.C:
1266           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1267
1268 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1269
1270         * LColor.[Ch]: Add comment and greyedout logical colors.
1271
1272 2003-07-30  André Pönitz  <poenitz@gmx.net>
1273
1274         * tabular.C: don't use Assert too heavily. This crashes where it
1275           shouldn't
1276
1277 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1278
1279         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1280         is disabled (bug 1232)
1281
1282 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1283
1284         * factory.C: limited 'arg' scope
1285
1286 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1287
1288         * factory.C: fixed Note submenu issues
1289
1290 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1291
1292         * factory.C: submenu for Note/Comment/Greyedout
1293
1294 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1295
1296         * lyx_main.C (LyX):
1297         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1298
1299 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1300
1301         * LaTeXFeatures.C:
1302         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1303         greyedout. Patch provided by Jürgen Spitzmüller.
1304
1305 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1306
1307         * kbmap.C (read): fix error message when reading bind files
1308
1309 2003-07-29  Angus Leeming  <leeming@lyx.org>
1310
1311         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1312         certainly does not do what it purports to do. I am doing it, and
1313         us, a favour by killing it.
1314
1315 2003-07-28  José Matos  <jamatos@lyx.org>
1316
1317         * buffer.C (readBody, do_writeFile):
1318         * paragraph.C(readParagraph): \end_document replaces \the_end.
1319
1320 2003-07-29  André Pönitz  <poenitz@gmx.net>
1321
1322         * BufferView.[Ch]:
1323         * BufferView_pimpl.[Ch]:
1324         * lyxfunc.C:
1325         * text2.C:
1326         * text3.C:
1327         * textcursor.[Ch]: remove toggleToggle & Co
1328
1329 2003-07-28  José Matos  <jamatos@fep.up.pt>
1330
1331         * buffer.C (readParagraph):
1332         * params_func (readParToken, readParagraph):
1333         * paragraph.C (write): \layout -> \begin_layout.
1334
1335 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1336
1337         * lyxlex_pimpl.C (setFile): clean up slightly.
1338
1339         * bufferparams.h: add compressed var
1340
1341         * buffer_funcs.C (readFile): adjust for LyXLex change
1342         (newFile): ditto + simplify
1343
1344         * buffer.C (writeFile): handle writing of compressed files
1345
1346         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1347         Check if the file is compressed and set a bufferparm if so.
1348
1349         * Makefile.am (lyx_LDADD): remove explicit -lz
1350
1351 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1352
1353         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1354         makeDocBookFile): put the real LyX version in the first line of
1355         the file
1356
1357         * version.h:
1358         * version.C.in: remove lyx_docversion
1359
1360         * tabular.C (write_attribute): add a template-based version to
1361         write enums properly
1362
1363 2003-07-28  André Pönitz  <poenitz@gmx.net>
1364
1365         * lyxtext.h:
1366         * text.C:
1367         * text2.C:
1368         * text3.C: use doubles again for x-coordinates. They are needed.
1369
1370 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1371
1372         * messages.C (getLocaleDir): use lyx_localedir()
1373
1374         * lyxlex_pimpl.C (setFile): compress stuff
1375
1376         * buffer.C (writeFile): add some compression stuff
1377         (do_writeFile): new func, dont call expliti close... will this
1378         breake anything?
1379
1380         * Makefile.am (lyx_LDADD): add -lz
1381
1382 2003-07-28  José Matos  <jamatos@fep.up.pt>
1383
1384         * buffer.C: increment file format.
1385         * paragraph_funcs (readParagraph, readParToken):
1386         * paragraph.C (readParagraph): add \end_layout.
1387
1388 2003-07-27  Angus Leeming  <leeming@lyx.org>
1389
1390         * Makefile.am: remove special casing for configure-time setting of
1391         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1392
1393         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1394         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1395
1396 2003-07-26  André Pönitz  <poenitz@gmx.net>
1397
1398         * paragraph_func.[Ch]:
1399         * paragraph.C (realizeFont): inline it whereever it is used
1400
1401         * rowpainter.C:
1402         * text.C:
1403         * text2.C:
1404         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1405
1406
1407 2003-07-26  André Pönitz  <poenitz@gmx.net>
1408
1409         *       lyxtext.h:
1410         * text.C:
1411         * text2.C: get rid of LyXText::need_break_row
1412
1413 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1414
1415         * toc.[Ch]: put namespace toc inside namespace lyx
1416
1417         * MenuBackend.C (expandToc2): adjust for lyx::toc
1418         (expandToc): ditto
1419
1420         * lyxfunc.C (dispatch): adjust for lyx::find
1421
1422         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1423         lyx::find instead. Reorganize a bit.
1424         (LyXReplace): rename to replace
1425         (LyXFind): rename to find
1426
1427         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1428         (dispatch): ditto
1429
1430 2003-07-26  André Pönitz  <poenitz@gmx.net>
1431
1432         * text.C (setHeightOfRow): restrict scope of temporary variable
1433
1434         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1435           code (never has been used?)
1436
1437 2003-07-27  Asger Alstrup  <alstrup@local>
1438
1439         * text.C (fill): Optimise algorithm to exploit that we can reuse
1440         the LyXFont for many characters.
1441         (setHeightOfRow): Same thing.
1442         (rowBreakPoint): Same thing.
1443
1444 2003-07-26  Asger Alstrup  <alstrup@local>
1445
1446         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1447
1448         * text.C (singleWidth): Spurious font copying in hot-spot
1449         singleWidth avoided. Reorder tests for arabic for efficiency.
1450
1451         * text.C (fill): handle empty paragraphs better.
1452
1453 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1454
1455         * ispell.C:
1456         * encoding.h: add includes
1457
1458         * lyxrc.C: remove reading of bind files
1459
1460         * lyx_main.C (init): setup bindings and menus only if we have a
1461         gui.
1462
1463         * kbmap.C (read): new method. Do the actual reading of bind
1464         files.
1465
1466         * converter.C (dvipdfm_options):
1467         * bufferparams.C:
1468         * lyxrc.C (read):
1469         (output): adapt PAPER_* enums.
1470
1471         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1472
1473         * bufferparams.h: remove paper-related enums from there
1474
1475         * paper.h: New file. A trivial header file to hold paper-related
1476         enums. It should later expand to contain many paper-related
1477         horrors access.
1478
1479         * lyxrc.C: declare extern displayTranslator
1480
1481 2003-07-27  José Matos  <jamatos@fep.up.pt>
1482
1483         * tabular.[Ch] (linuxdoc): add support for tables and figures
1484         (linuxdoc).
1485
1486 2003-07-27  José Matos  <jamatos@fep.up.pt>
1487
1488         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1489         consistency in both functions.
1490         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1491
1492 2003-07-26  Asger Alstrup  <alstrup@local>
1493
1494         * rowpainter.C (paintRows): Change algorithm to work directly on
1495         the insets rather than asking every character in the document
1496         whether its an inset.
1497
1498 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1499
1500         * buffer.C (openFileWrite): factorize some code
1501
1502 2003-07-26  Angus Leeming  <leeming@lyx.org>
1503
1504         * lyx_cb.C:
1505         * lyx_main.[Ch]: replace occurances of system_tempdir with
1506         os::getTmpDir().
1507
1508 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1509
1510         * rename Inset to InsetOld
1511
1512 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1513
1514         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1515         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1516         which I think is a bit clearer. EDIT is gone, since it was
1517         premature optimisation, and broken for mathed anyway.
1518         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1519         with cursor positioning in insets as well (math insets still do not
1520         work, but that's a different story anyway.) It mysteriously
1521         crashes sometimes with undo in the first paragraph, but I'm fairly
1522         confident that this is a compiler bug.
1523
1524 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1525
1526         * paragraph.C (Paragraph): adjust for new clone return type
1527         (operator==): ditto
1528         (copyIntoMinibuffer): ditto
1529
1530 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1531
1532         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1533         by not having a special case, and always doing a full rebreak of
1534         the document after undo.
1535
1536 2003-07-23  Angus Leeming  <leeming@lyx.org>
1537
1538         * factory.C (createInset): InsetExternal::setParams now takes a
1539         Buffer const * arg.
1540
1541 2003-07-23  Angus Leeming  <leeming@lyx.org>
1542
1543         * factory.C (createInset): changed interface to the external and
1544         graphics mailers' string2params functions.
1545
1546 2003-07-23  Angus Leeming  <leeming@lyx.org>
1547
1548         * factory.C (createInset): pass a
1549         Buffer const * parameter to InsetExternalMailer's string2params.
1550
1551 2003-07-22  John Levon  <levon@movementarian.org>
1552
1553         * Thesaurus.h: include the right aiksaurus header
1554
1555 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1556
1557         * MenuBackend.C (expand): check menu shortcuts unconditionally
1558
1559 2003-07-21  Angus Leeming  <leeming@lyx.org>
1560
1561         * factory.C (createInset): pass a
1562         buffer_path parameter to InsetGraphicsMailer's string2params.
1563
1564 2003-07-21  Angus Leeming  <leeming@lyx.org>
1565
1566         * BufferView_pimpl.C (buffer):
1567         * buffer.C (d-tor):
1568         * lyx_main.C (LyX):
1569         * lyxfunc.C (dispatch):
1570         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1571         rather than the grfx shortcut.
1572
1573 2003-07-21  André Pönitz  <poenitz@gmx.net>
1574
1575         * rowpainter.C: remove unused variables
1576
1577         * tabular_funcs.C:
1578         * tabular_funcs.h: move to tabular.C
1579         * Makefile.am: adjust
1580
1581         * tabular.[Ch]: basic optical cleaning
1582
1583         * author.h: pass references, not values
1584
1585 2003-07-18  André Pönitz  <poenitz@gmx.net>
1586
1587         * lyxtext.h:
1588         * metricsinfo.C:
1589         * metricsinfo.h:
1590         * rowpainter.C:
1591         * text.C:
1592         * text2.C:
1593         * text3.C: two-phase drawing for InsetText and InsetTabular
1594         some float -> int changes.
1595
1596 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1597
1598         * lyx_main.C: fix the fix
1599
1600 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1601
1602         * lyx_main.C: fix a crash in batch mode if no files specified
1603         * converter.C: ws
1604
1605 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1606
1607         * format.[Ch] (papersize): moved to BufferParams
1608         * converter.[Ch] (dvips_options): moved to BufferParams
1609         (dvipdfm_options): moved to anon namespace
1610         * bufferparams.[Ch]: added above functions.
1611
1612 2003-07-17  André Pönitz  <poenitz@gmx.net>
1613
1614         * lyxtext.h:
1615         * rowpainter.C:
1616         * text2.C: don't call inset->update() anymore
1617
1618         * metricsinfo.[Ch]: add convenience constructor
1619
1620 2003-07-16  André Pönitz  <poenitz@gmx.net>
1621
1622         * lyxcursor.[Ch]:
1623         * lyxfunc.[Ch]:
1624         * text.C:
1625         * text2.C: replace the LyXCursor::irow_ member with
1626          on-demand computation of the value
1627
1628 2003-07-16  John Levon  <levon@movementarian.org>
1629
1630         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1631
1632 2003-07-15  André Pönitz  <poenitz@gmx.net>
1633
1634         * text.C:
1635         * text2.C: remove no more needed refresh_row
1636
1637 2003-07-15  André Pönitz  <poenitz@gmx.net>
1638
1639         * lyxtext.h:
1640         * rowpainter.C:
1641         * text2.C:
1642         * text3.C: refresh_status tristate -> need_update bool
1643
1644 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1645
1646         * lyxtext.h (init): remove reinit argument (act as if always true)
1647         * text2.C: adjust to that
1648
1649 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1650
1651         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1652         * text3.C: use it to delete selections in some cases
1653         (bugs 441, 673, 702, 954).
1654
1655 2003-07-14  André Pönitz  <poenitz@gmx.net>
1656
1657         * rowpainter.[Ch]: reduce interface
1658
1659 2003-07-14  André Pönitz  <poenitz@gmx.net>
1660
1661         * BufferView_pimpl.C:
1662         * text2.C: adjust after removing unused BufferView * argument
1663
1664 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1665
1666         * text2.C (init): fix a crash fired on resize
1667
1668 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1669
1670         * buffer.[Ch]: added new closing signal
1671         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1672         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1673         BufferView::Pimpl via the closing the signal
1674
1675 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1676
1677         * buffer.[Ch]: take out all bv-related from buffer
1678         * BufferView.C:
1679         * BufferView_pimpl.[Ch]: connect to new signals
1680         * CutAndPaste.C: removed useless asserts
1681         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1682         * lyxvc.[Ch]:
1683         * vc-backend.[Ch]:
1684         * lyxfunc.C: moved view-related funciontality from vc here
1685         * paragraph.C: removed outdated comments
1686         * text.C: ws
1687
1688 2003-07-10  André Pönitz  <poenitz@gmx.net>
1689
1690         * BufferView_pimpl.C:
1691         * tabular.h:
1692         * tabular_funcs.C:
1693         * text.C:
1694         * text2.C: remove InsetText::InnerCache, clean up consequences
1695
1696 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1697
1698         * ispell.C: fix two typos in error messages
1699
1700 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1701
1702         * Extend Note inset to other forms of annotation like Comment
1703         and Greyedout. Right button click gives dialog.
1704
1705         Files modified or added (+):
1706
1707         * insetnote.[Ch]
1708         * FormNote.[Ch]      +
1709         * ControlNote.[Ch]   +
1710         * form_note.fd       +
1711         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1712         frontends/controllers
1713         * xforms/Dialogs.C
1714         * factory.C
1715
1716 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1717
1718         * aspell.C: add missing namespace lyx::support
1719
1720 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1721
1722         * BufferView.[Ch] (newFile): Add
1723         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1724         * LaTeX.[Ch] (message): added this signal and use it
1725         * buffer.[Ch] (busy, message): added these signals and use them
1726         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1727         * converter.C:
1728         * exporter.C:
1729         * format.C:
1730         * importer.C: use buffer signals instead of direct bv calling
1731         * lyx_cb.[Ch] (ShowMessage): removed
1732         * lyx_main.C:
1733         * lyxfunc.C:
1734         * paragraph_funcs.C:
1735         * text2.C: use buffer signals
1736
1737 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1738
1739         * introduce namespace lyx::graphics
1740
1741 2003-07-02  André Pönitz  <poenitz@gmx.net>
1742
1743         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1744
1745 2003-07-01  André Pönitz  <poenitz@gmx.net>
1746
1747         * text.C:
1748         * text2.C:
1749         * text3.C:
1750         * text_funcs.[Ch]:
1751         * textcursor.h:
1752         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1753           text*.C to text_func.C
1754
1755 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1756
1757         * introduce namespace lyx::support
1758
1759 2003-06-30  André Pönitz  <poenitz@gmx.net>
1760
1761         * Chktex.C:
1762         * funcrequest.C:
1763         * lyxtext.h:
1764         * text.C: re-enable --with-included-string
1765
1766 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1767
1768         * textcursor.C: add <config.h>
1769
1770         * text.C (getWord): remove const from word_location arg
1771
1772         * lyxvc.C (getLogFile): fix const type order
1773
1774         * lyxtext.h: remove const from word_location arg, add arg name
1775
1776         * lyxlayout.h: currect type on labeltype.
1777
1778         * importer.C: correct \file
1779
1780         * converter.C (intToFormat): use std:: on ret val, ws changes
1781
1782         * bufferlist.h: correct \file
1783
1784         * buffer.C (makeLinuxDocFile): fix const type order
1785         (makeDocBookFile): ditto
1786         (fillWithBibKeys): use std:: on stdlib args.
1787
1788         * CutAndPaste.C: fix authors.
1789         (availableSelections): use std:: on return vector
1790
1791 2003-06-27  André Pönitz  <poenitz@gmx.net>
1792
1793         * BufferView_pimpl.C:
1794         * bufferview_funcs.C:
1795         * lyxcursor.C:
1796         * lyxcursor.h:
1797         * lyxfunc.C:
1798         * lyxtext.h:
1799         * rowpainter.C:
1800         * text.C:
1801         * text2.C:
1802         * text3.C: remove LyXCursor::row_ member
1803
1804         * lyxtext.h:
1805         * text.C: rename fullRebreak() to partialRebreak() and implement
1806           a fullRebreak() that really bereks fully
1807
1808         * textcursor.h: new struct for cursor-related data
1809
1810 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1811
1812         * lyx_main.C (LyX): get full path of document loaded on the
1813         command line
1814
1815 2003-06-26  André Pönitz  <poenitz@gmx.net>
1816
1817         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1818           remove unused/broken operator>,<,>=.
1819
1820         *       text.C: remove only use of broken operator<= in an Assert().
1821
1822 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1823
1824         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1825         moved errorlist_.clear to showErrorList
1826
1827 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1828
1829         * converter.C (scanLog, runLaTeX):
1830         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1831         move the bv->showErrorList call to the callers
1832         * lyxfunc.C: i.e. here...
1833         * text2.C: and here
1834         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1835         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1836         namespace, the second to...
1837         * buffer_funcs (BufferFormat, parseErrors): added
1838         * errorlist.C (ErrorList(TeXErrors const &)): removed
1839
1840 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1841
1842         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1843
1844 2003-06-24  "Garst R. Reese" <reese@isn.net>
1845
1846         * debug.C: fix typo
1847
1848 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1849
1850         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1851
1852         * version.C.in: change docversion to 1.4
1853
1854 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1855
1856         * buffer.C: fix a bug just introduced
1857
1858 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1859
1860         * buffer.[Ch]: added the parseError signal and use it, removed
1861         sgmlError
1862         * BufferView.[Ch] (addError): moved to ...
1863         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1864         to the Buffer::parseError signal to catch (guess what) parse errors
1865         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1866
1867 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1868
1869         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1870         ability to create a buffer and to return an existing one from
1871         the list. Moved these functions to...
1872         * buffer_funcs.[Ch]: added
1873         * BufferView.[Ch] (loadLyXFile): added
1874         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1875         job removed from bufferlist::loadLyXFile.
1876         * buffer.C (setReadOnly): make it work without view
1877         (i.e added an if (users))
1878
1879 2003-06-19  Angus Leeming  <leeming@lyx.org>
1880
1881         * lfuns.h:
1882         * LyXAction.C (init):
1883         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1884         with LFUN_DIALOG_SHOW <name> <data>.
1885
1886 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1887
1888         * CutAndPaste.C (availableSelections): small compilation fix for
1889         ancient (gcc 2.9x) compilers
1890
1891 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1892
1893         * text3.C (cursorNext): add tmp var
1894
1895         * text2.C (updateCounters): for function calling out of for clause
1896         (replaceSelectionWithString): ditto
1897         (insertStringAsParagraphs): ditto
1898         (getColumnNearX): add tmp var
1899         (setCursorFromCoordinates): add tmp var
1900         (cursorDownParagraph): add tmp var
1901         (deleteEmptyParagraphMechanism): add tmp var
1902
1903         * text.C (insertChar): add tmp var
1904
1905         * rowpainter.C (paintDepthBar): add tmp var
1906
1907         * CutAndPaste.C (availableSelections): potentially check all
1908         paragraphs in a cut to fill the shown strings.
1909
1910 2003-06-18  André Pönitz  <poenitz@gmx.net>
1911
1912         * kbmap.[Ch]: use vector<> instead of list<>
1913
1914 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
1915
1916         * text3.C (dispatch): handle arg to LFUN_PASTE, call
1917         pasteSelection with index
1918
1919         * text2.C (pasteSelection): modify, call pasteSelection with index
1920
1921         * paragraph.C (asString): reimplement version with no interval to
1922         call the one with interval.
1923
1924         * lyxtext.h: add index arg to pasteSelection
1925
1926         * MenuBackend.C (MenuItem): handle PasteRecent
1927         (Menu::read::Menutags): add md_pasterecent
1928         (read): handle it
1929         (expandPasteRecent): new function
1930         (expand): use it
1931
1932         * MenuBackend.h: add PasteRecent to MenuItem::Kind
1933
1934         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
1935         the limited stack
1936         (availableSelections): new function
1937
1938 2003-06-17  Angus Leeming  <leeming@lyx.org>
1939
1940         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
1941
1942 2003-06-17  Angus Leeming  <leeming@lyx.org>
1943
1944         * lfuns.h:
1945         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
1946
1947         * lyxfunc.C (dispatch): invoke it.
1948
1949 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1950
1951         * iterators.C (operator++, ParPosition): reintroduce some
1952         const_cast for the benefit of older compilers.
1953
1954 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1955
1956         * text3.C (dispatch): do not modify clipboard when doing
1957         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
1958         LFUN_DELETE_SKIP on a selection selection
1959
1960 2003-06-16  André Pönitz  <poenitz@gmx.net>
1961
1962         * BufferView.C:
1963         * buffer.C:
1964         * buffer.h:
1965         * paragraph.C:
1966         * tabular.[Ch]: IU of clone() and getLabelList();
1967
1968 2003-06-13  André Pönitz  <poenitz@gmx.net>
1969
1970         * tabular.h: compactification
1971
1972 2003-06-12  André Pönitz  <poenitz@gmx.net>
1973
1974         * tabular.C:
1975         * tabular.h:
1976         * tabular_funcs.h: some renaming plus whitespace
1977
1978 2003-06-12  André Pönitz  <poenitz@gmx.net>
1979
1980         * BufferView.C:
1981         * BufferView_pimpl.C:
1982         * CutAndPaste.C:
1983         * buffer.C:
1984         * iterators.[Ch]:
1985         * lyxfunc.C:
1986         * text.C:
1987         * toc.C: Return a Paragraph & for ParIterator::operator*()
1988
1989 2003-06-11  John Levon  <levon@movementarian.org>
1990
1991         * lyx_main.C:
1992         * ToolbarBackend.h:
1993         * ToolbarBackend.C: add "Toolbars" section and
1994         put the flags there
1995
1996 2003-06-10  Angus Leeming  <leeming@lyx.org>
1997
1998         * lfuns.h:
1999         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2000
2001         * lyxfunc.C (dispatch): invoke it.
2002
2003 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2004
2005         * main.C: protect <ios> with HAVE_IOS
2006         (main): protect sync_with_stdio with HAVE_IOS
2007
2008 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2009
2010         * text2.C (cutSelection): adjust
2011         (pasteSelection): adjust
2012
2013         * messages.C: handle get of empty string
2014
2015         * main.C (main): use sync_with_stdio(false)
2016
2017         * lyxfunc.C (dispatch): adjust
2018
2019         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2020         (WriteAs): remove unneeded BufferView arg.
2021
2022         * bufferparams.h: use correct types on papersize, papersize2 and
2023         paperpackage.
2024
2025         * bufferparams.C (readToken): adjust for type
2026         (writeLaTeX): add missing cases to switch.
2027
2028         * bufferlist.C (quitWriteBuffer): adjust
2029         (close): adjust
2030
2031         * buffer.C (asciiParagraph): remove some commented code.
2032
2033         * CutAndPaste.C: remove current_view extern variable.
2034         (cutSelection): add BufferParams arg.
2035         (eraseSelection): add BufferParams arg.
2036         (pasteSelection): add Buffer const & arg
2037
2038 2003-06-07  John Levon  <levon@movementarian.org>
2039
2040         * buffer.C:
2041         * paragraph_funcs.C:
2042         * paragraph_pimpl.C:
2043         * text.C:
2044         * text2.C:
2045         * paragraph.h:
2046         * paragraph.C: allow InsetERT to freely space lines,
2047         and some consolidation of code
2048
2049 2003-06-06  José Matos  <jamatos@fep.up.pt>
2050
2051         * buffer.C (makeDocBookFile): fix bug #821
2052
2053 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2054
2055         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2056
2057 2003-06-04  Angus Leeming  <leeming@lyx.org>
2058
2059         * buffer.C: bump format to 224.
2060
2061 2003-06-05  André Pönitz  <poenitz@gmx.net>
2062
2063         * text2.C (redoParagraphs): remove two const_cast<>
2064
2065 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2066
2067         * ParagraphList.h: remove last remnants of NO_STD_LIST
2068
2069 2003-06-03  Angus Leeming  <leeming@lyx.org>
2070
2071         * factory.C (createInset): small change to the way InsetExternal's params
2072         are set.
2073
2074 2003-06-04  André Pönitz  <poenitz@gmx.net>
2075
2076         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2077
2078         * paragraph_pimpl.h:
2079         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2080
2081         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2082
2083         * undo_funcs.C: make some simple cases of undo work again
2084
2085 2003-06-03  John Levon  <levon@movementarian.org>
2086
2087         * ispell.C: HPUX doesn't have sys/select.h
2088         (from Albert Chin)
2089
2090 2003-06-03  John Levon  <levon@movementarian.org>
2091
2092         * CutAndPaste.C: update tabular and include inset
2093         buffer references
2094
2095         * buffer.h:
2096         * paragraph.h:
2097         * paragraph.C: remove owningBuffer(), don't pass Buffer
2098         to clone()
2099
2100         * factory.C: insetGraphicsParams changed
2101
2102 2003-06-02  John Levon  <levon@movementarian.org>
2103
2104         * LyXAction.C:
2105         * factory.C:
2106         * lfuns.h:
2107         * lyxfunc.C:
2108         * text3.C: remove insetparent
2109
2110 2003-06-02  John Levon  <levon@movementarian.org>
2111
2112         * buffer.h:
2113         * buffer.C: fix inset_iterator.end(), move out of line
2114         (bug 1149)
2115
2116 2003-06-01  John Levon  <levon@movementarian.org>
2117
2118         * text3.C: use a proper cut/paste when doing inset
2119         insert (from Jürgen Spitzmüller)
2120
2121 2003-06-01  John Levon  <levon@movementarian.org>
2122
2123         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2124
2125 2003-05-30  André Pönitz  <poenitz@gmx.net>
2126
2127         * rowpainter.C: unify second drawing phase
2128
2129 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2130
2131         * trans_mgr.C: remove one case of current_view
2132
2133         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2134
2135         * paragraph_funcs.h: remove paragraph.h include
2136
2137         * paragraph.h: delete NO_STD_LIST stuff
2138
2139         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2140
2141         * buffer.h: remove paragraph.h include
2142
2143         * ParagraphList.C: delete file
2144
2145         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2146
2147         * toc.C (getTocList): adjust
2148
2149         * paragraph_pimpl.C (validate): adjust
2150
2151         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2152
2153         * paragraph.C (Paragraph): adjust
2154         (getPositionOfInset): use const_iterator, adjust
2155         (bibitem): use const_iterator, adjust
2156         (setInsetOwner): adjust
2157
2158         * iterators.C (operator++): adjust
2159
2160         * InsetList.[Ch]: Replace selfmade iterator with standard
2161         vector::iterator also introduce const_iterator. Remove getPos,
2162         getInset and setInset from InsetTable. Adjust accordingly.
2163
2164         * BufferView.C (lockInset): adjust
2165         (ChangeInsets): adjust
2166
2167         * tabular.[Ch]: delete commented same_id functions
2168
2169 2003-05-28  John Levon  <levon@movementarian.org>
2170
2171         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2172
2173 2003-05-28  André Pönitz  <poenitz@gmx.net>
2174
2175         * metricsinfo.[Ch]: remove 'fullredraw' member
2176
2177 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2178
2179         * lyxtextclass.C (operator): remove caching.
2180
2181 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2182
2183         * text3.C: adjust
2184
2185         * text2.C (cursorBottom): adjust
2186         (setCounter): use ParagraphList::find, adjust
2187
2188         * text.C (workWidth): use ParagraphList::find, adjust
2189
2190         * lyxcursor.C (LyXCursor): adjust
2191
2192         * buffer.C (inset_iterator): adjust
2193
2194         * ParagraphList.h: make iterator(value_type) private, make
2195         ParagraphList a friend of iterator.
2196
2197         * ParagraphList.C (find): new function
2198
2199         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2200
2201 2003-05-27  André Pönitz  <poenitz@gmx.net>
2202
2203         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2204
2205 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2206
2207         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2208
2209 2003-05-26  John Levon  <levon@movementarian.org>
2210
2211         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2212
2213 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2214
2215         * remove same_id from function signatures, adjust.
2216
2217 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2218
2219         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2220
2221         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2222
2223         * paragraph.C (Paragraph): get rid of same_ids parameter
2224
2225         * ParagraphList.C (insert): adjust
2226         (push_back): adjust
2227
2228 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2229
2230         * paragraph_funcs.C (breakParagraph): adjust
2231         (breakParagraphConservative): adjust
2232
2233         * buffer.C (readParagraph): adjust
2234
2235         * ParagraphList.C (insert): take a reference instead of a pointer
2236         (insert): adjust
2237
2238         * paragraph.[Ch] (id): new function
2239
2240         * bufferlist.C (newFile): adjust
2241
2242         * ParagraphList.C (ParagraphList): adjust
2243         (assign): adjust
2244         (push_back): take a reference instead of a pointer.
2245
2246         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2247
2248         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2249         instead.
2250
2251         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2252         set else use old code.
2253
2254         * ParagraphList.C: remove all NO_NEXT code and only compile this
2255         code of NO_STD_LIST is set.
2256
2257 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2258
2259         * BufferView_pimpl.C:
2260         * TextCache.C:
2261         * TextCache.h:
2262         * bufferlist.C:
2263         * errorlist.h:
2264         * format.C:
2265         * format.h:
2266         * graph.C:
2267         * lyxfunc.C:
2268         * lyxrc.C:
2269         * graphics/GraphicsConverter.C:
2270         * graphics/PreviewLoader.C: header adjustment
2271
2272 2003-05-23  Angus Leeming  <leeming@lyx.org>
2273
2274         * LaTeXFeatures.[Ch] (useBabel): new method.
2275         * bufferparams.C (writeLaTeX): use it.
2276
2277 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2278
2279         * ParagraphList.h (set): remove unused function.
2280
2281 2003-05-23  André Pönitz  <poenitz@gmx.net>
2282
2283         * BufferView.C:
2284         * BufferView_pimpl.C:
2285         * buffer.C:
2286         * buffer.h:
2287         * lyxfunc.C:
2288         * undo_funcs.C: setUndo reworked
2289
2290         * iterators.[Ch]: add access to topmost ParagraphList
2291
2292         * lyxtext.[Ch] (workWidth): add a const
2293
2294 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2295
2296         * texrow.[Ch] (increasePos): remove function
2297         * exporter.C (export): removed unused var and outdated comment
2298
2299 2003-05-23  Angus Leeming  <leeming@lyx.org>
2300
2301         * latexrunparams.h: rename fragile as moving_arg.
2302         * paragraph.C (simpleTeXOnePar): ditto.
2303         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2304
2305 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2306
2307         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2308         (createUndo): ditto
2309         (textUndoOrRedo): comment out a currently unused var.
2310
2311         * paragraph.h (NO_NEXT): enable NO_NEXT
2312
2313         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2314
2315         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2316
2317         * exporter.C (Export): adjust for removeAutoInsets removal.
2318
2319         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2320
2321         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2322
2323         * BufferView.[Ch] (removeAutoInsets): delete function
2324
2325 2003-05-22  Angus Leeming  <leeming@lyx.org>
2326
2327         * latexrunparams.h: add a free_spacing variable.
2328
2329         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2330         to pass moving_arg, as the data is stored in runparams.fragile.
2331
2332         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2333         to Inset::latexOptional or to simpleTeXOnePar.
2334
2335         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2336         free_spacing arg to Inset::latexOptional.
2337
2338         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2339         free_spacing arg.
2340
2341 2003-05-22  Angus Leeming  <leeming@lyx.org>
2342
2343         * latexrunparams.h: add fragile and use_babel variables.
2344
2345         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2346         * buffer.C (makeLaTeXFile): store this returned value in
2347         runparams.use_babel, thus passing it to the inset::latex methods.
2348
2349         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2350         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2351
2352         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2353         longer has a fragile arg, as it is stored in runparams.fragile.
2354
2355         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2356         moving_arg parameter as the data is stored in runparams.fragile.
2357
2358         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2359         a fragile parameter as the data is stored in runparams.fragile.
2360
2361 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2362
2363         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2364
2365 2003-05-22  Angus Leeming  <leeming@lyx.org>
2366
2367         * latexrunparams.h: add a 'bool nice' which defaults to false.
2368
2369         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2370         now encapsulated within runparams.
2371
2372         * bufferlist.C (updateIncludedTeXfiles):
2373         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2374
2375 2003-05-22  Angus Leeming  <leeming@lyx.org>
2376
2377         * latexrunparams.h: new file containing struct LatexRunParams.
2378         * Makefile.am: add new file.
2379
2380         * LaTeX.[Ch] (c-tor, run):
2381         * buffer.[Ch] (makeLaTeXFile):
2382         * bufferlist.[Ch] (updateIncludedTeXfiles):
2383         * converter.C (convert, scanLog):
2384         * converter.[Ch] (runLaTeX):
2385         * exporter.C (Export):
2386         * paragraph.[Ch] (simpleTeXOnePar):
2387         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2388         * paragraph_funcs.[Ch] (latexParagraphs):
2389         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2390         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2391         pass around a LatexRunParams parameter.
2392
2393 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2394
2395         * paragraph.[Ch]: remove unused constructor
2396
2397         * ParagraphList.C (erase): new function, taking two iterators
2398
2399 2003-05-22  André Pönitz  <poenitz@gmx.net>
2400
2401         * undo_funcs.C: remove duplicated code
2402
2403         * iterator.[Ch]: operator=
2404
2405 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2406
2407         * tabular.C (SetMultiColumn): ws changes
2408
2409         * rowpainter.C (paintFirst): get rid of a ->previous
2410
2411         * lyx_cb.C (getPossibleLabel): parlist simplification
2412
2413         * BufferView.C (ChangeInsets): simplify slightly.
2414
2415 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2416
2417         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2418         * lfuns.h: new LFUN_SPACE
2419         * lyxfunc.C: protected space has a new lfun
2420         * paragraph_funcs.C: read new space insets
2421         * text3.C:
2422         * factory.C: handle new space insets
2423
2424 2003-05-22  André Pönitz  <poenitz@gmx.net>
2425
2426         * BufferView.C:
2427         * BufferView_pimpl.C:
2428         * buffer.[Ch]:
2429         * lyxfunc.C:
2430         * undo_funcs.C: return a ParIterator from getParFromID.
2431
2432         * iterators.[Ch]: add two const's
2433
2434 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2435
2436         * toc.C (getTocList): adjust
2437
2438         * iterators.[Ch]: rework for parlist
2439
2440         * buffer.C (par_iterator_begin): adjust
2441         (par_iterator_end): adjust
2442
2443         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2444
2445         * BufferView.C (removeAutoInsets): adjust
2446         (ChangeInsets): adjust
2447
2448 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2449
2450         * text.C (top_y): fix bug 1110
2451
2452 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2453
2454         * errorlist.[Ch]: added
2455         * buffer.C:
2456         * BufferView.[Ch]:
2457         * BufferView_pimpl.C:
2458         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2459         instead
2460
2461 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2462
2463         * Makefile.am: ensure that lyx is relinked upon changes to the
2464         various "convenience" libs.
2465
2466 2003-05-20  Angus Leeming  <leeming@lyx.org>
2467
2468         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2469         files are compiled in alphabetical order again.
2470
2471         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2472
2473 2003-05-19  Angus Leeming  <leeming@lyx.org>
2474
2475         * gettext.[Ch]: remove "char const * _(char const *)".
2476
2477 2003-05-19  André Pönitz  <poenitz@gmx.net>
2478
2479         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2480
2481         * Makefile.am:
2482         * BufferView.C:
2483         * DepTable.h:
2484         * LaTeXFeatures.C:
2485         * buffer.C:
2486         * lyxfont.C:
2487         * lyxlex.h:
2488         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2489
2490 2003-05-19  André Pönitz  <poenitz@gmx.net>
2491
2492         * buffer.C:
2493         * lyxlayout.[Ch]:
2494         * lyxtextclass.[Ch]:
2495         * paragraph.C:
2496         * paragraph_funcs.[Ch]:
2497         * text2.C:
2498         * text3.C: more insetenv work
2499
2500 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2501
2502         * ParagraphParameters.C (params2string): small bug fixed
2503
2504 2003-05-16  André Pönitz  <poenitz@gmx.net>
2505
2506         * debug.C:
2507         * bufferview_funcs.C: patch from Kornel Benko to prevent
2508           crash when _(...) is called twice in a statement
2509
2510 2003-05-16  André Pönitz  <poenitz@gmx.net>
2511
2512         * BufferView.C:
2513         * lyxfunc.C:
2514         * text.C:
2515         * text2.C:
2516         * text3.C:
2517         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2518
2519 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2520
2521         * lyx_main.C (init): remove spurious static_cast
2522
2523 2003-05-14  André Pönitz  <poenitz@gmx.net>
2524
2525         * BufferView.C: fix format string
2526
2527 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2528
2529         * BufferView.[Ch] (insertErrors): removed
2530         * BufferView.[Ch] (showErrorList): added
2531         * buffer.C (runChkTeX):
2532         * converter.C (scanLog): call showErrorList instead of inserterrors
2533
2534 2003-05-13  André Pönitz  <poenitz@gmx.net>
2535
2536         * BufferView_pimpl.C:
2537         * buffer.C:
2538         * bufferview_func.C:
2539         * MenuBackend.C:
2540         * lyxfunc.C:
2541         * lyxrc.C:
2542         * tex-accent.C:
2543         * text3.C:
2544         * toc.C:
2545         * tabular_funcs.h: tostr() from its own header
2546
2547         * ParagraphParameters.C:
2548         * ToolbarBackend.C:
2549         * bufferparams.C:
2550         * format.C:
2551         * lyxlex_pimpl.C:
2552         * text3.C: STRCONV()
2553
2554 2003-05-12  André Pönitz  <poenitz@gmx.net>
2555
2556         * BufferView.C:
2557         * BufferView_pimpl.C:
2558         * CutAndPaste.C:
2559         * LaTeX.C:
2560         * LaTeXFeatures.C:
2561         * ParagraphParameters.C:
2562         * buffer.C:
2563         * bufferlist.C:
2564         * bufferparams.C:
2565         * bufferview_funcs.C:
2566         * converter.C:
2567         * counters.C:
2568         * debug.C:
2569         * exporter.C:
2570         * format.C:
2571         * importer.C:
2572         * lyx_cb.C:
2573         * lyx_main.C:
2574         * lyxfont.C:
2575         * lyxfunc.C:
2576         * lyxvc.C:
2577         * paragraph.C:
2578         * paragraph_funcs.C:
2579         * tabular.C:
2580         * tabular_funcs.C:
2581         * text2.C:
2582         * text3.C:  boost::format -> bformat  all over the place
2583
2584
2585 2003-05-09  André Pönitz  <poenitz@gmx.net>
2586
2587         * LColor.[Ch]: Pimpl the #include <map> away
2588
2589 2003-05-09  John Levon  <levon@movementarian.org>
2590
2591         * bufferlist.C: never remove emergency saves
2592
2593 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2594
2595         * Makefile.am: better lib building
2596
2597 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2598
2599         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2600         instead.
2601         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2602         (simpleTeXSpecialChars): adjust
2603         (simpleTeXSpecialChars): adjust
2604         * paragraph.C (simpleTeXOnePar): adjust
2605         * buffer.C (makeLaTeXFile): adjust
2606
2607         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2608
2609         * text2.C (changeDepth): parlist cleanup
2610         (getColumnNearX): ditto
2611
2612         * rowpainter.C (getLabelFont): parlist cleanup
2613
2614         * bufferlist.C (newFile): parlist cleanup
2615
2616         * CutAndPaste.C (eraseSelection): parlist cleanup
2617
2618         * BufferView_pimpl.C (trackChanges): parlist cleanup
2619         (dispatch): ditto
2620
2621         * BufferView.C (lockInset): parlist cleanup.
2622         (ChangeInsets): ditto
2623
2624 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2625
2626         * CutAndPaste.h: Update file header.
2627
2628         * CutAndPaste.C: Update file header.
2629         Store the parts cut out of the Document in a limited_stack.
2630         (copySelection): adjust
2631         (pasteSelection): new function, takes the index in the limited stack.
2632         (nrOfParagraphs): adjust
2633         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2634         simplify error inset insertion.
2635         (checkPastePossible): adjust
2636
2637 2003-05-06  John Levon  <levon@movementarian.org>
2638
2639         * text2.C: don't cast wrap inset to float
2640
2641 2003-05-05  André Pönitz  <poenitz@gmx.net>
2642
2643         * iterator.C:
2644         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2645
2646         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2647           few naked Paragraph *.
2648
2649 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2650
2651         * bufferparams.C: Output warning if a document with missing
2652         TeX document class is loaded
2653         * exporter.C: Disable TeX exports if the document class is missing
2654         * lyxtextclass.C:
2655         * lyxtextclass.h:
2656         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2657         isTeXClassAvailable()
2658
2659 2003-05-03  John Levon  <levon@movementarian.org>
2660
2661         * BufferView.h:
2662         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2663         explicit cursor show/hide
2664
2665         * BufferView_pimpl.h:
2666         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2667         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2668
2669         * lyxfunc.C: hide cursor before dispatching.
2670
2671         * lyx_cb.C:
2672         * lyxfind.C:
2673         * text.C:
2674         * text3.C: remove explicit cursor hides
2675
2676 2003-05-02  André Pönitz  <poenitz@gmx.net>
2677
2678         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2679
2680         * undo_funcs.C:
2681         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2682           linked lists
2683
2684         * text2.C: tiny whitespace
2685
2686 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2687
2688         * undo_funcs.C: almost only ws changes.
2689
2690         * ParagraphList.C (splice): just return if pl is empty.
2691
2692 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2693
2694         * ParagraphList.C (splice): new function.
2695
2696         * CutAndPaste.C (pasteSelection): use it
2697
2698 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2699
2700         * CutAndPaste.C (pasteSelection): remove the last next and
2701         previous from this file.
2702
2703 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2704
2705         * CutAndPaste.C (pasteSelection): more clean up, user proper
2706         ParagraphList functions for pasteing.
2707
2708         * ParagraphList.C (insert): new function, three arg insert
2709
2710 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2711
2712         * ParagraphList.C (insert): new function, three arg insert
2713
2714         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2715         not on paragraphs.
2716
2717 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2718
2719         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2720
2721 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2722
2723         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2724
2725 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2726
2727         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2728         (copySelection): clean up a bit.
2729         (pasteSelection): use make_pair
2730
2731         * ParagraphList.C (ParagraphList): implement copy constructor
2732         (operator=): implement, base on copy constructor.
2733         (assign): new func
2734
2735         * paragraph.C (erase): return a bool
2736
2737         * paragraph_pimpl.C (erasePos): remove function, move contents...
2738         (erase): ... here. Return a bool.
2739         (erase): call erase instead of erasePos.
2740
2741 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2742
2743         * ParagraphList.h: define PitPosPair
2744         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2745         ParagraphList, fix a bug on pasting multiple pars
2746         * text2.C: change interface to C&P
2747
2748 2003-04-30  André Pönitz  <poenitz@gmx.net>
2749
2750         * undo_func.C: revert part of yesterday's patch 2
2751
2752 2003-04-30  John Levon  <levon@movementarian.org>
2753
2754         * LColor.C: s/tabular/table/
2755
2756 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2757
2758         * text3.C (dispatch): do not convert iterator -> pointer
2759         * undo_funcs.C (setCursorParUndo): ditto
2760         * text_funcs.C (transposeChars): ditto
2761
2762         * text2.C (setLayout): ws changes only
2763
2764         * text.C (breakParagraph): do not convert iterator -> pointer
2765         (insertChar): ditto
2766         (acceptChange): ditto
2767         (rejectChange): ditto
2768         (changeCase): ditto
2769         (Delete): ditto
2770         (backspace): ditto
2771
2772         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2773         pointer
2774
2775 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2776
2777         * text3.C (gotoInset): YABG (yet another bad getChar)
2778
2779 2003-04-29  André Pönitz  <poenitz@gmx.net>
2780
2781         * paragraph.h: make operator= private unimplemented as long as
2782           it is unusable
2783
2784         * ParagraphList.C: whitespace
2785
2786         * paragraph.[Ch]:
2787         * paragraph_pimpl.[Ch]:
2788         * paragraph_funcs.C:
2789         * CutAndPaste.C:
2790         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2791
2792         * text2.C:
2793           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2794
2795 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2796
2797         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2798         * paragraph.[Ch] (erase):
2799         * paragraph_pimpl.[Ch] (erase): change return type and value
2800         * text2.C (cutSelection): some rework
2801
2802 2003-04-28  John Levon  <levon@movementarian.org>
2803
2804         * bufferlist.C: changes for unsaved changes dialog
2805
2806 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2807
2808         * bufferlist.C (newFile): set language (messages_) for new
2809         documents also.
2810
2811         * buffer.C (readFile): ws changes only.
2812
2813 2003-04-28  André Pönitz  <poenitz@gmx.net>
2814
2815         * undo_funcs.C:
2816         * lyxfunc.C:
2817         * buffer.[Ch]:
2818         * BufferView_pimpl.C:
2819         * BufferView.C: getParFromID related ParagraphList::iterator changes
2820
2821 2003-04-28  André Pönitz  <poenitz@gmx.net>
2822
2823         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2824           Changes
2825
2826 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2827
2828         * messages.C: remove one more localedir class variable.
2829
2830 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2831
2832         * messages.C (getLocaleDir): singleton generation function
2833         (Pimpl): use it.
2834         (Messages): add a default constructor.
2835
2836         * main.C (main): do not setup localedir here, do not call
2837         gettext_init.
2838
2839         * gettext.C (_): use it.
2840         (gettext_init): delete funciton
2841
2842 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2843
2844         * gettext.C (getLyXMessages): new singleton generating function.
2845
2846         * buffer.C (updateDocLang): adjust
2847
2848         * Makefile.am (messages.o): add target
2849         (main.o): remove target
2850
2851 2003-04-27  John Levon  <levon@movementarian.org>
2852
2853         * bufferlist.C:
2854         * lyx_cb.C:
2855         * lyxfunc.C:
2856         * lyxvc.C: specify cancel button in Alert::prompt
2857
2858 2003-04-26  John Levon  <levon@movementarian.org>
2859
2860         * text3.C:
2861         * lyxfunc.C:
2862         * lfuns.h:
2863         * LyXAction.C: add LFUN_INSET_SETTINGS
2864
2865         * lyxfunc.C: don't enable tabular-feature when there's
2866         just any locking inset
2867
2868 2003-04-26  John Levon  <levon@movementarian.org>
2869
2870         * bufferlist.C: re-add Cancel to buffer close question
2871
2872         * lyxfunc.C: fix import UI a bit
2873
2874 2003-04-25  John Levon  <levon@movementarian.org>
2875
2876         * gettext.C: remove the broken asserts for now
2877
2878 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2879
2880         * messages.C: make case where setlocale cannot comply work better.
2881
2882         * buffer.C (updateDocLang): new function
2883         (changeLanguage): use it
2884         (readFile): use it
2885
2886         * text2.C (setCounter): use B_ a bit.
2887
2888         * lyxlayout.C (Read): be sure to trim the label strings.
2889
2890         * messages.C (Messages): fix typo in comment
2891
2892         * buffer.C (readFile): set message_ after file is loaded.
2893         (makeDocBookFile): remove double return
2894         (changeLanguage): reset message_ upon language change.
2895         (B_): new func, use this to get translated buffer strings.
2896
2897         * main.C: add myself and Jean Marc as authors.
2898
2899 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2900
2901         * messages.[hC]: pimplify Messages, and three different pimpls to be
2902         used in different circumstances.
2903
2904         * gettext.[Ch]: change for use with new message code.
2905
2906 2003-04-24 André Pönitz <poenitz@gmx.net>
2907
2908         * factory.C: support for eqref
2909
2910 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2911
2912         * messages.[Ch]: add missing char
2913
2914         * Makefile.am (lyx_SOURCES): add messages.[Ch]
2915
2916         * messages.[Ch]: New files
2917
2918 2003-04-18  John Levon  <levon@movementarian.org>
2919
2920         * BufferView.h:
2921         * BufferView.C:
2922         * BufferView_pimpl.C:
2923         * lfuns.h:
2924         * LyXAction.C:
2925         * lyxtext.h:
2926         * text2.C: remove layout-copy/paste (bug 778)
2927
2928 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2929
2930         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
2931
2932 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
2933
2934         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
2935         if they succeed. Act accordingly.
2936
2937 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2938
2939         * text2.C (setCharFont): adjust
2940         (setCounter): adjust
2941         (insertStringAsLines): adjust
2942
2943         * text.C (leftMargin): adjust
2944         (setHeightOfRow): adjust
2945
2946         * rowpainter.C (paintFirst): adjust
2947         (paintLast): adjust
2948
2949         * paragraph_funcs.C (depthHook): ParagraphList::iterators
2950         (outerHook): ditto
2951         (isFirstInSequence): ditto
2952         (getEndLabel): ditto
2953         (outerFont): adjust
2954
2955         * paragraph.C (getParLanguage): comment out some hard stuff.
2956
2957         * buffer.C (insertStringAsLines): take a ParagraphList as arg
2958         (sgmlError): ditto
2959         (simpleDocBookOnePar): ditto
2960         (makeDocBookFile): use ParagraphList::iterator
2961
2962         * CutAndPaste.C (pasteSelection): adjust
2963
2964 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2965
2966         * text2.C (getFont): adjust
2967         (getLayoutFont): adjust
2968         (getLabelFont): adjust
2969
2970         * paragraph_funcs.C (TeXOnePar): adjust
2971
2972         * buffer.C (simpleLinuxDocOnePar): adjust
2973         (simpleDocBookOnePar): adjust
2974
2975         * CutAndPaste.C (pasteSelection): adjust
2976
2977         * BufferView.C (getEncoding): adjust
2978
2979         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
2980
2981 2003-04-16  John Levon  <levon@movementarian.org>
2982
2983         * lyxfind.C: use parlist stuff for search/changes
2984
2985 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
2986
2987         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
2988
2989         * text2.C (deleteEmptyParagraphMechanism): adjust
2990
2991         * text2.[Ch] (ownerParagraph): delete func (both of them
2992
2993 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2994
2995         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
2996
2997 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
2998
2999         * ParagraphList.C: prepare for NO_NEXT
3000
3001 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3002
3003         * text2.C (getFont): adjust
3004         (getLayoutFont): adjust
3005         (getLabelFont): adjust
3006
3007         * paragraph.C (getFont): adjust
3008         (getLabelFont): adjust
3009         (getLayoutFont): adjust
3010
3011         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3012
3013 2003-04-15  John Levon  <levon@movementarian.org>
3014
3015         From Angus Leeming
3016
3017         * lyx_main.C: handle Include in .ui files
3018
3019 2003-04-15  John Levon  <levon@movementarian.org>
3020
3021         * MenuBackend.C: make the doc files length shorter
3022
3023         * ToolbarBackend.h:
3024         * ToolbarBackend.C: handle toolbar placement flags,
3025         Minibuffer
3026
3027 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3028
3029         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3030         adjust
3031
3032         * paragraph_funcs.C (TeXOnePar): adjust
3033
3034         * paragraph.C (getLabelFont): add outerfont arg, adjust
3035         (getLayoutFont): ditto
3036         (simpleTeXOnePar): adjust
3037
3038         * paragraph_pimpl.C (realizeFont): delete func
3039
3040 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3041
3042         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3043         row argument, constify cur argument.
3044
3045 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3046
3047         * text2.C (getFont): adjust
3048         (getLayoutFont): adjust
3049         (getLabelFont): adjust
3050
3051         * paragraph_funcs.C (TeXOnePar): adjust
3052         (outerFont): new func...
3053         (realizeFont): ...moved out from here, changed this to facilitate
3054         transition
3055
3056         * paragraph.C (getFont): take outerfont as arg, adjust
3057         (simpleTeXOnePar): add outerfont arg, adjust
3058
3059         * buffer.C (simpleLinuxDocOnePar): adjust
3060         (simpleDocBookOnePar): adjust
3061
3062         * CutAndPaste.C (pasteSelection): adjust
3063
3064         * BufferView.C (getEncoding): adjust
3065
3066 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3067
3068         * text2.C (setCharFont): adjust
3069         (setCounter): adjust
3070
3071         * text.C (leftMargin): adjust
3072         (setHeightOfRow): adjust
3073
3074         * rowpainter.C (paintFirst): adjust
3075         (paintLast): adjust
3076
3077         * paragraph_pimpl.C (realizeFont): adjust
3078
3079         * paragraph.C (isFirstInSequence): move from here...
3080         * paragraph_funcs.C (isFirstInSequence): ...to here
3081
3082         * paragraph.C (outerHook): move from here...
3083         * paragraph_funcs.C (outerHook): ...to here
3084
3085         * paragraph.C (depthHook): move from here...
3086         * paragraph_funcs.C (depthHook): ...to here
3087
3088         * paragraph.C (getEndLabel): move from here...
3089         * paragraph_funcs.C (getEndLabel): ...to here
3090
3091         * text2.C (realizeFont): move from here...
3092         * paragraph_funcs.C (realizeFont): ...to here
3093
3094 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3095
3096         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3097
3098 2003-04-14  Angus Leeming  <leeming@lyx.org>
3099
3100         * LColor.[Ch]: scrap LColor mathcursor.
3101
3102 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3103
3104         * lyxlex.[Ch] (text): delete function
3105         * trans.C (Load): adjust
3106         * paragraph_funcs.C (readParToken): adjust
3107
3108 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3109
3110         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3111         vector<char> instead of a char[].
3112
3113         * lyxlex_pimpl.C (getString): adjust
3114         (next): adjust
3115         (lex): use getString
3116         (eatLine): adjust
3117         (nextToken): adjust
3118
3119         * lyxlex.C (text): use pimpl_->getString()
3120         (getBool): ditto
3121         (findToken): ditto
3122
3123 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3124
3125         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3126         (makeFontEntriesLayoutSpecific): temp var for par.size()
3127         (setLayout): temp var for ownerParagraphs().end()
3128         (fullRebreak): temp var for rows().end()
3129         (selectionAsString): temp var for boost::next(startpit), realize
3130         that the while really is a regular for loop.
3131         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3132         setCursor in one place.
3133         (setParagraph): temp vr for ownerParagraphs().end()
3134         (updateCounters): make the while loop a for loop
3135         (cutSelection): temp var for ownerParagraphs().end()
3136         (updateInset): make the do {} while() a regular for loop
3137         (getCursorX): use temp vars
3138         (setCurrentFont): use temp vars
3139         (getColumnNearX): use temp vars
3140
3141 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3142
3143         * text.C (transformChar): use temp var for getChar
3144         (computeBidiTables): use temp var for row->par()
3145         (fill): move temp vars for row->par() and pit->layout() earlier in
3146         the function.
3147         (labelFill): use temp var for row->par()
3148         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3149         asc and desc, realize that pit never changes and that firstpit is
3150         just a duplicate and not needed. Exchange rit->par() with pit in a
3151         lot of places.
3152         (breakAgain): use a temp var for boost::next(rit)
3153         (breakAgainOneRow): ditto
3154         (breakParagraph): use a temp var for rows().begin()
3155         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3156         (cursorRightOneWord): use temp var for cursor.par() and
3157         cursor.pos(), remove usage of tmpcursor.
3158         (cursorLeftOneWord): use temp var for cursor.par() and
3159         cursor.pos() only set cur at end of function.
3160
3161 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3162
3163         * text.C, text2.C: exchange all usage of Paragraph::next with
3164         boost::next(ParagraphList::iterator)
3165
3166         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3167
3168         * text2.C (cursorTop): simplify implementation
3169         (cursorBottom): ditto
3170         (setParagraph): use ParagraphList::iterator
3171         (setCurrentFont): adjust
3172         (getColumnNearX): adjust
3173         (cursorRight): adjust
3174         (cursorLeft): remove usage of Paragraph::previous
3175         (cursorUpParagraph): ditto
3176         (deleteEmptyParagraphMechanism): slight cleanup
3177
3178         * text.C (isBoundary): take a Paragraph const & instead of a
3179         pointer as arg.
3180         (addressBreakPoint): ditto
3181         (leftMargin): remove usage of Paragraph::previous.
3182         (setHeightOfRow): ditto
3183         (cursorLeftOneWord): ditto
3184         (selectNextWordToSpellcheck): ditto
3185         (Delete): ditto
3186         (backspace): ditto
3187         (breakParagraph): remove one usage of Paragraph::next
3188         (redoParagraph): ditto
3189         (acceptChange): ditto
3190         (insertChar): adjust
3191         (rowBreakPoint): adjust
3192
3193         * bufferview_funcs.C (toggleAndShow): adjust
3194
3195 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3196
3197         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3198         methods to access it.
3199         * lyxtext.h:
3200         * text.C: Added updateRowPositions to compute all row positions.
3201         Make top_y and getRowNearY() to use the cached y position
3202
3203 2003-04-11  John Levon  <levon@movementarian.org>
3204
3205         * text.C (rowBreakPoint): reintroduce the labelEnd
3206         checks, code copied from the row fill stuff. Deep voodoo.
3207
3208         * text.C (fill): add a comment and debugging for the
3209         next poor soul.
3210
3211 2003-04-11  John Levon  <levon@movementarian.org>
3212
3213         * text.C: make sure fullrow insets get wrapped to the next line,
3214         even when they're in a manual label
3215
3216 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3217
3218         * text2.C (insertParagraph): make it take ParagraphList::iterator
3219         as arg.
3220         (setLayout): make it return ParagraphList::iterator
3221         (redoParagraphs): ditto
3222         (setCounter): ditto
3223         (checkParagraph): ditto
3224
3225         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3226
3227         * text2.C: adjust several funcs.
3228         (realizeFont): take a ParagraphList::iterator as arg.
3229         (getLayoutFont): ditto
3230         (getLabelFont): ditto
3231         (setCharFont): ditto
3232
3233         * text.C: adjust several funcs.
3234
3235 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3236
3237         * text.C (selectNextWordToSpellcheck): don't accidentally
3238         skip insets
3239
3240 2003-04-10  John Levon  <levon@movementarian.org>
3241
3242         * ToolbarBackend.C (getIcon): special handling for
3243         LFUN_MATH_DELIM
3244
3245 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3246
3247         * text2.C (cursorRight): a getChar assert fixed
3248
3249 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3250
3251         * text2.C (getFont): change to take a ParagraphList::iterator
3252         instead of Paragraph*
3253         Adjust several functions.
3254
3255         * text.C (transformChar): change to take a ParagraphList::iterator
3256         instead of Paragraph*
3257         (singleWidth): ditto
3258         Adjust several functions.
3259
3260         * rowpainter.C: adjust several functions
3261         * rowpainter.h:store a ParagraphList::iterator and not a
3262         Paragraph&.
3263
3264
3265 2003-04-09  John Levon  <levon@movementarian.org>
3266
3267         * lyxfunc.C:
3268         * lfuns.h:
3269         * LyXAction.h:
3270         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3271         and the "help" bits as well
3272
3273 2003-04-09  John Levon  <levon@movementarian.org>
3274
3275         * ToolbarBackend.h:
3276         * ToolbarBackend.C: allow multiple toolbars
3277
3278 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3279
3280         * undo_funcs.C (setCursorParUndo): adjust
3281
3282         * text_funcs.C (transposeChars): adjust
3283
3284         * text3.C (gotoNextInset): adjust
3285         (dispatch): adjust
3286
3287         * text2.C (setLayout): adjust
3288         (changeDepth): adjust
3289         (setFont): adjust
3290         (redoParagraphs): adjust
3291         (selectionAsString): adjust
3292         (setParagraph): adjust
3293         (insertInset): adjust
3294         (cutSelection): adjust
3295         (copySelection): adjust
3296         (pasteSelection): adjust
3297         (insertStringAsLines): adjust
3298         (updateInset): adjust
3299         (setCursor): change to take a ParagraphList::iterator parameter
3300         (setCursorIntern): change to take a ParagraphList::iterator parameter
3301         (setCurrentFont): adjust
3302         (cursorLeft): adjust
3303         (cursorRight): adjust
3304         (deleteEmptyParagraphMechanism): adjust
3305
3306         * text.C (breakParagraph): adjust
3307         (insertChar): adjust
3308         (acceptChange): adjust
3309         (rejectChange): adjust
3310         (selectNextWordToSpellcheck): adjust
3311         (changeCase): adjust
3312         (Delete): adjust
3313         (backspace): adjust
3314
3315         * lyxfind.C (SearchForward): adjust
3316         (SearchBackward): adjust
3317         (nextChange): adjust
3318
3319         * lyxcursor.C (par): adjust
3320
3321         * lyxcursor.h: store a ParagraphList::iterator instead of a
3322         Paragraph*
3323
3324         * lyx_cb.C (getPossibleLabel): adjust
3325
3326         * bufferview_funcs.C (toggleAndShow): adjust
3327
3328         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3329         (dispatch): adjust
3330
3331         * BufferView.C (removeAutoInsets): adjust
3332         (lockedInsetStoreUndo): adjust
3333
3334 2003-04-09  John Levon  <levon@movementarian.org>
3335
3336         * ToolbarBackend.C: try icon without argument
3337         if with argument fails
3338
3339 2003-04-08  John Levon  <levon@movementarian.org>
3340
3341         * ToolbarBackend.h:
3342         * ToolbarBackend.C: add getIcon(), handle tooltip,
3343         and change from "Icon" to "Item".
3344
3345 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3346
3347         * BufferView.C (lockInset): another bad getchar crunched
3348
3349 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3350
3351         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3352         again)
3353
3354 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3355
3356         * lyxfind.C (searchForward, searchBackwards): bug 782
3357
3358 2003-04-07  John Levon  <levon@movementarian.org>
3359
3360         * paragraph.C: remove dead comment
3361
3362         * text.C: remove troublesome depth-fiddling code
3363         in leftMargin() and rightMargin() (bug 1017)
3364
3365         * text.C: fix breaking of rows in nested lists
3366         (bug 1004)
3367
3368         * text2.C (updateCounters): fix up depth values
3369         (bug 1013)
3370
3371 2003-04-07  John Levon  <levon@movementarian.org>
3372
3373         * BufferView_pimpl.C: clear message when doc finishes resizing,
3374         and after a mouse event
3375
3376         * lyxfunc.C: clear message after exiting inset
3377
3378 2003-04-07  John Levon  <levon@movementarian.org>
3379
3380         * bufferview_funcs.C: show math status not outside
3381         status in the statusbar
3382
3383 2003-04-07  John Levon  <levon@movementarian.org>
3384
3385         * lyxfunc.C: note status changed after a depth change
3386
3387 2003-04-04  Angus Leeming  <leeming@lyx.org>
3388
3389         * LaTeX.h: move AuxInfo operator==, != out of line.
3390         Remove LaTeX virtual destructor; nothing derives from it.
3391         Move operator()() out of public area and rename it startscript().
3392         Change protected for private.
3393
3394 2003-04-04  Angus Leeming  <leeming@lyx.org>
3395
3396         * lyxfunc.C:
3397         * text2.C: remove unneeded #includes.
3398
3399 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3400
3401         * text2.C (dEPM): fix the heigth of the next row
3402
3403 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3404
3405         * text.C: squashed an invalid getChar requester + some ws changes
3406
3407 2003-04-03  John Levon  <levon@movementarian.org>
3408
3409         * bufferview_funcs.h:
3410         * bufferview_funcs.C:
3411         * lyxfunc.C:
3412         * lyxtext.h:
3413         * text2.C: make getStatus work for the env depth lfuns
3414
3415 2003-04-03  John Levon  <levon@movementarian.org>
3416
3417         * bufferview_funcs.h:
3418         * bufferview_funcs.C:
3419         * lyxfunc.C:
3420         * lyxtext.h:
3421         * text2.C: parlistize decDepth(), by merging it with incDepth()
3422
3423 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3424
3425         * lyxrow.h: store a ParagraphList::iterator instead of a
3426         Paragraph* and adjust other class functions to suit.
3427
3428         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3429         above.
3430
3431 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3432
3433         * text2.C (setCursor): do not anchor to cursor row for the time being
3434
3435 2003-04-02  John Levon  <levon@movementarian.org>
3436
3437         * LyXAction.C:
3438         * lfuns.h:
3439         * lyx_main.C:
3440         * lyxtext.h:
3441         * text.C:
3442         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3443
3444 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3445
3446         * paragraph.h: make ParagraphList and ParagraphList::iterator
3447         friends of Paragraph.
3448
3449         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3450
3451         * ParagraphList.C: Use the private next_ and previous_ from
3452         Paragraph.
3453
3454 2003-04-01  John Levon  <levon@movementarian.org>
3455
3456         * ToolbarBackend.h:
3457         * ToolbarBackend.C:
3458         * Makefile.am: rename, remove defaults gunk
3459
3460         * MenuBackend.h:
3461         * MenuBackend.C: remove defaults gunk
3462
3463         * Languages.h:
3464         * Languages.C: remove defaults gunk
3465
3466         * lyx_main.h:
3467         * lyx_main.C: error out if files couldn't be found.
3468
3469 2003-04-02  John Levon  <levon@movementarian.org>
3470
3471         * text2.C: make incDepth() use parlist
3472
3473 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3474
3475         * undo_funcs.C (firstUndoParagraph): adjust
3476
3477         * text3.C (gotoInset): adjust
3478         (dispatch): adjust, and rewrite loop.
3479
3480         * text2.C (init): adjust, and rewrite loop.
3481         (redoParagraphs): adjust
3482         (updateInset): adjust, and rewrite loop.
3483         (deleteEmptyParagraphMechanism): adjust
3484
3485         * tabular.C (LyXTabular): adjust
3486         (SetMultiColumn): adjust
3487         (TeXRow): adjust
3488
3489         * lyxtext.[Ch] (ownerParagraph): delete function
3490         (ownerParagraphs): new function returns a ParagraphList.
3491
3492         * BufferView.C (removeAutoInsets): adjust
3493         (insertErrors): adjust
3494         (setCursorFromRow): adjust
3495
3496 2003-04-01  Angus Leeming  <leeming@lyx.org>
3497
3498         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3499         in the frontends.
3500
3501 2003-04-02  John Levon  <levon@movementarian.org>
3502
3503         * lyxtext.h:
3504         * text.C:
3505         * Makefile.am:
3506         * text_funcs.h:
3507         * text_funcs.C: make transposeChars a free function
3508
3509         * lyxrow_funcs.C: remove wrong comment
3510
3511 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3512
3513         * lyxtext.h: adjust
3514         * rowpainter.C: adjust
3515         * text.C: adjust
3516         * text2.C: adjust
3517         * text3.C: adjust
3518
3519         * lyxrow_funcs. [Ch]: new files
3520
3521         * lyxrow.[Ch]: remove next and previous pointers
3522         (next,previous): remove accessor functions
3523         (isParEnd): move to lyxrow_funcs
3524         (lastPos): move to lyxrow_funcs
3525         (nextRowIsAllInset): move to lyxrow_funcs
3526         (lastPrintablePos): move to lyxrow_funcs
3527         (numberOfSeparators): move to lyxrow_funcs
3528         (numberOfHfills): move to lyxrow_funcs
3529         (numberOfLabelHfills): move to lyxrow_funcs
3530         (hfillExpansion): move to lyxrow_funcs
3531
3532         * lyxfunc.C: adjust
3533
3534         * bufferview_funcs.C (toggleAndShow): adjust
3535
3536         * RowList.h: Remove class RowList from file leave just a
3537         std::list<Row>.
3538
3539         * RowList.C: delete file
3540
3541         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3542         and lyxrow_funcs.h
3543
3544 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3545
3546         * text3.C (cursorPrevious): adjust
3547         (cursorNext): adjust
3548         (dispatch): adjust
3549
3550         * text2.C (redoHeightOfParagraph): adjust
3551         (redoDrawingOfParagraph): adjust
3552         (setCursor): adjust
3553
3554         * text.C (breakParagraph): adjust
3555         (insertChar): adjust
3556         (backspace): adjust
3557
3558         * rowpainter.C (RowPainter): adjust
3559         (leftMargin): simplify and adjust
3560         (most rowpainter functions): adjust.
3561
3562         * rowpainter.h: store the row as RowList::iterator not as Row*
3563
3564         * lyxcursor.C (row): taka RowList::iterator as arg
3565         (irow): ditto
3566
3567         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3568         of Row*.
3569
3570 2003-04-01  Angus Leeming  <leeming@lyx.org>
3571
3572         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3573         stuff like bool Bool.
3574
3575 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3576
3577         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3578         rewrite a loop
3579
3580 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3581
3582         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3583         RowList::iterator.
3584
3585         * lyxtext.h (rows): drop one version and leve a const variant that
3586         returns a RowList::iterator.
3587
3588 2003-03-31  Angus Leeming  <leeming@lyx.org>
3589
3590         * text.C (fill): ensure that the signature is the same as that in the
3591         header file.
3592
3593 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3594
3595         * text2.C (redoParagraphs): adjust
3596         (updateCounters): adjust
3597         (checkParagraph): adjust
3598         (getColumnNearX): adjust and reformat a bit.
3599
3600         * text.C (top_y): adjust
3601         (workWidth): adjust
3602         (leftMargin): adjust
3603         (prepareToPrint): adjust
3604         (getRow): adjust
3605         (getRowNearY): adjust
3606
3607         * lyxtext.h: make rowlist_ mutable.
3608
3609         * RowList.h: add const_iterator
3610         * RowList.C: adjust for RowList::const_iterator.
3611
3612         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3613         adjust.
3614
3615 2003-03-31  John Levon  <levon@movementarian.org>
3616
3617         * lyxrc.h:
3618         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3619
3620         * lyx_main.C: set default fonts from using lyx_gui funcs
3621
3622         * exporter.C: pdf_mode moved from lyxrc
3623
3624         * lyx_cb.C:
3625         * lyxfunc.C: changes from above
3626
3627 2003-03-31  John Levon  <levon@movementarian.org>
3628
3629         * lyx_main.C: fix to the last fix
3630
3631 2003-03-31  John Levon  <levon@movementarian.org>
3632
3633         * bufferlist.C: "Load original" -> "Load Original"
3634
3635         * converter.C:
3636         * exporter.C:
3637         * importer.C:
3638         * lyx_main.C:
3639         * format.C: more Alert cleanups
3640
3641 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3642
3643         * text2.C (removeParagraph): make it take a RowList::iterator as
3644         arg, adjust.
3645         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3646         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3647
3648         * text.C (anchor_row): make it take a RowList::iterator as arg,
3649         adjust.
3650         (computeBidiTables): make it take a const reference to Row instead
3651         of Row pointer, adjust.
3652         (leftMargin): make it take a RowList::iterator as arg, adjust.
3653         (rowBreakPoint): adjust
3654         (breakAgainOneRow): make it take a RowList::iterator as arg,
3655         adjust.
3656         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3657
3658         * bufferview_funcs.C (toggleAndShow): adjust
3659
3660 2003-03-30  John Levon  <levon@movementarian.org>
3661
3662         * Makefile.am:
3663         * BoostFormat.h:
3664         * boost-inst.C: moved to support
3665
3666         * several files: changes as a result
3667
3668 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3669
3670         * text2.C (LyXText): adjust.
3671         (init): adjust
3672         (removeRow): make it take a RowList::iterator as arg, adjust.
3673         (fullRebreak): adjust
3674         (deleteEmptyParagraphMechanism): adjust
3675         (clearPaint): adjust
3676         (postPaint): adjust
3677
3678         * text.C (top_y): adjust
3679         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3680         (breakAgain): make it take a RowList::iterator as arg, adjust.
3681         (breakParagraph): adjust
3682         (insertChar): adjust
3683         (backspace): adjust
3684
3685         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3686         need_break_row, and refresh_row.
3687
3688         * text3.C (dispatch): adjust
3689
3690         * text2.C (checkParagraph): adjust
3691         (setCursor): adjust
3692         (setCursorFromCoordinates): adjust
3693
3694         * text.C (top_y): adjust
3695         (workWidth): adjust
3696         (getRow): make it return a RowList::iterator, adjust
3697         (getRowNearY): make it return a RowList::iterator, adjust
3698
3699         * text2.C (init): adjust
3700         (insertRow): remove function
3701         (insertParagraph): adjust
3702         (redoParagraphs): adjust
3703         (fullRebreak): adjust
3704         (updateCounters): adjust
3705
3706         * text.C (top_y): rewrite to use RowList iterators.
3707         (top_y): adjust
3708         (setHeightOfRow): rewrite to sue RowList iterators.
3709         (appendParagraph): adjust
3710         (breakAgain): adjust
3711         (breakAgainOneRow): adjust
3712         (breakParagraph): adjust
3713         (getRow): adjust
3714         (getRowNearY): adjust, and remove commented code.
3715
3716         * lyxtext.h (firstRow): delete function
3717         (lastRow): delete function
3718         (rows): new function (const and non-const versions.)
3719         (insertRow): delete function
3720
3721         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3722
3723 2003-03-29  John Levon  <levon@movementarian.org>
3724
3725         * BufferView_pimpl.C: always update scrollbar top
3726         because pasting text when we're anchored could mean we
3727         miss an update altogether
3728
3729 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3730
3731         * text2.C (init): use rowlist_.end() and not 0.
3732         (insertRow): change to take a RowList::iterator as arg, adjust
3733         for this.
3734         (insertParagraph): change to take a RowList::iterator as arg,
3735         adjust for this.
3736         (redoParagraphs): remove some debug msgs.
3737
3738         * text.C (appendParagraph): change to take a RowList::iterator
3739         arg, adjust for this.
3740         (breakAgain): add an assert
3741         (breakAgainOneRow): ditto
3742
3743 2003-03-29  John Levon  <levon@movementarian.org>
3744
3745         * text2.C: do not clear selection after inc/decDepth
3746         (bug 550)
3747
3748 2003-03-29  John Levon  <levon@movementarian.org>
3749
3750         * BufferView.C:
3751         * buffer.C: fix broken strerrors according to Lars
3752
3753 2003-03-29  John Levon  <levon@movementarian.org>
3754
3755         * converters.C: more Alert cleanups
3756
3757 2003-03-29  John Levon  <levon@movementarian.org>
3758
3759         * bufferview_funcs.C: remove pointless Alert
3760
3761         * buffer.C: fix confusing error message when
3762         a template is chmoded 000
3763
3764 2003-03-29  John Levon  <levon@movementarian.org>
3765
3766         * BufferView.C:
3767         * BufferView.h:
3768         * BufferView_pimpl.C: Alert fixes
3769
3770         * Makefile.am:
3771         * tabular.C:
3772         * tabular-old.C: remove unused table compat reading
3773
3774 2003-03-29  John Levon  <levon@movementarian.org>
3775
3776         * BufferView.C:
3777         * buffer.C:
3778         * lyx_cb.h:
3779         * lyx_cb.C: more Alert cleanups
3780
3781         * lyxfunc.C: don't allow chktex if not latex document
3782
3783 2003-03-29  John Levon  <levon@movementarian.org>
3784
3785         * lyx_cb.C:
3786         * BufferView.C:
3787         * buffer.C: warnings pushed down from support/,
3788         kill err_alert
3789
3790 2003-03-29  John Levon  <levon@movementarian.org>
3791
3792         * lyxfunc.C: safety check for C-r (revert)
3793
3794 2003-03-29  John Levon  <levon@movementarian.org>
3795
3796         * bufferlist.h:
3797         * bufferlist.C: several UI fixes using Alert::prompt.
3798         Fix the pointless looping quit code. Fix stupid revert
3799         behaviour (bug 938)
3800
3801         * lyxvc.h:
3802         * lyxvc.C:
3803         * lyx_cb.C: use Alert::prompt
3804
3805         * lyx_main.C: remove a silly question
3806
3807         * lyxfunc.C: remove a couple of silly questions,
3808         use Alert::prompt
3809
3810 2003-03-28  John Levon  <levon@movementarian.org>
3811
3812         * text2.C: fix bug 974 (End on empty par)
3813
3814 2003-03-28  John Levon  <levon@movementarian.org>
3815
3816         * BufferView_pimpl.C:
3817         * LyXAction.C:
3818         * lfuns.h: remove do-nothing math greek lfuns
3819
3820 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3821
3822         * lyxgluelength.h (isValidGlueLength): add default arg on
3823         parameter 2. Remove default arg from friend in class.
3824
3825         * lyxlength.h (isValidLength): add default arg on parameter 2.
3826         Remove default arg from friend in class.
3827
3828         * text2.C (LyXText): adjust, initialize refresh_row.
3829         (init): adjust
3830         (removeRow): adjust
3831         (insertRow): adjust
3832         (insertParagraph): adjst
3833         (redoParagraphs): adjust
3834         (fullRebreak): adjust
3835         (updateCounters): adjust
3836         (deleteEmptyParagraphMechanism): first attempt at fixing a
3837         crashing bug.
3838
3839         * text.C (top_y): adjust
3840         (setHeightOfRow): adjust
3841         (getRow): adjust
3842         (getRowNearY): adjust
3843
3844         * lyxtext.h: include RowList.h
3845         (~LyXText): not needed anymore, deleted.
3846         (firstRow): modify for RowList
3847         (lastRow): new function
3848         Delete firstrow and lastrow class variables, add a Rowlist
3849         rowlist_ class variable.
3850
3851         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3852         paragraph is empty.
3853
3854         * RowList.C (insert): fix case where it == begin().
3855
3856 2003-03-26  Angus Leeming  <leeming@lyx.org>
3857
3858         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3859         the thesaurus dialog.
3860
3861 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3862
3863         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3864
3865         * RowList.[Ch]: new files
3866
3867         * ParagraphList.C (erase): handle the case where it == begin
3868         correctly.
3869
3870 2003-03-25  John Levon  <levon@movementarian.org>
3871
3872         * Makefile.am:
3873         * aspell_local.h:
3874         * aspell.C: add new aspell support
3875
3876         * lyxrc.h:
3877         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3878         have it accessible.
3879
3880 2003-03-25  Angus Leeming  <leeming@lyx.org>
3881
3882         * lfuns.h:
3883         * LyXAction.C (init): new LFUN_INSET_INSERT.
3884
3885         * BufferView_pimpl.C (dispatch): split out part of the
3886         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3887
3888         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3889         LFUN_INSET_APPLY.
3890
3891 2003-03-25  Angus Leeming  <leeming@lyx.org>
3892
3893         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3894
3895 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3896
3897         * text2.C:
3898         * text3.C: remove useless row->height(0)
3899
3900 2003-03-25  John Levon  <levon@movementarian.org>
3901
3902         * lyxtext.h:
3903         * text2.C:
3904         * text3.C: rename the refreshing stuff to better names
3905
3906 2003-03-24  John Levon  <levon@movementarian.org>
3907
3908         * BufferView_pimpl.h:
3909         * BufferView_pimpl.C: update layout choice on a mouse
3910         press/release
3911
3912 2003-03-23  John Levon  <levon@movementarian.org>
3913
3914         * Makefile.am: fix commandtags.h reference
3915
3916 2003-03-22  John Levon  <levon@movementarian.org>
3917
3918         * BufferView_pimpl.C:
3919         * lyxtext.h:
3920         * rowpainter.C:
3921         * rowpainter.h:
3922         * text.C:
3923         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
3924
3925 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
3926
3927         * lyxtext.h:
3928         * text.C: take the rtl methods out of line
3929
3930 2003-03-21 André Pönitz <poenitz@gmx.net>
3931
3932         * metricsinfo.[Ch]: new files containing structures to be passed around
3933         during the two-phase-drawing...
3934
3935 2003-03-21 André Pönitz <poenitz@gmx.net>
3936
3937         * lyxtextclass.C: read 'environment' tag.
3938
3939 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
3940
3941         * text2.C (removeRow): fix bug 964
3942
3943 2003-03-20  John Levon  <levon@movementarian.org>
3944
3945         * rowpainter.C:
3946         * text.C:
3947         * text2.C: paint cleanups. Inset::update() dropped font
3948         parameter
3949
3950 2003-03-19  John Levon  <levon@movementarian.org>
3951
3952         * lyxfunc.C: only fitcursor/markDirty if available()
3953
3954 2003-03-19  John Levon  <levon@movementarian.org>
3955
3956         * commandtags.h: rename to ...
3957
3958         * lfuns.h: ... this, and renumber / cleanup
3959
3960 2003-03-19  John Levon  <levon@movementarian.org>
3961
3962         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
3963         fit the cursor after an lfun
3964
3965         * BufferView.h:
3966         * BufferView.C:
3967         * BufferView_pimpl.h:
3968         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
3969
3970         * LyXAction.C: layout-character should have ReadOnly
3971
3972         * ParagraphParameters.C:
3973         * buffer.C:
3974         * bufferview_funcs.C:
3975         * lyx_cb.C:
3976         * lyxfind.C:
3977         * lyxtext.h:
3978         * text.C:
3979         * text2.C:
3980         * text3.C:
3981         * undo_funcs.C: changes from above
3982
3983 2003-03-18  John Levon  <levon@movementarian.org>
3984
3985         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
3986         remove it from update()
3987
3988         * lyxfunc.C: update layout choice after an lfun
3989
3990         * text3.C: remove extra updateLayoutChoice()s
3991
3992 2003-03-18  John Levon  <levon@movementarian.org>
3993
3994         * text.C: top_y change means full repaint, fix
3995         a drawing bug with cursor movement
3996
3997 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
3998
3999         * lyxtext.h:
4000         * text.C:
4001         * text2.C: anchor row on setCursor
4002
4003 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4004
4005         * lyxtext.h: remove almost all mutable keywords
4006         * text.C:
4007         * text2.C:
4008         * text3.C: remove const keywords accordingly
4009
4010 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4011
4012         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4013         anon namespace
4014         (TeXEnvironment): ditto
4015         (TeXOnePar): ditto
4016
4017 2003-03-17  John Levon  <levon@movementarian.org>
4018
4019         * text.C (rowBreakPoint): remove attempt to fix displayed
4020         math insets inside a manual label
4021
4022 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4023
4024         * lyxtext.h: remove BufferView* as first arg from almost all class
4025         functions.
4026         * other files: adjust.
4027
4028 2003-03-17  John Levon  <levon@movementarian.org>
4029
4030         * lyxtext.h:
4031         * undo_funcs.C:
4032         * text2.C: more paint cleanups
4033
4034         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4035
4036         * rowpainter.h:
4037         * rowpainter.C: remove "smart" background painting code
4038
4039 2003-03-16  John Levon  <levon@movementarian.org>
4040
4041         * lyxtext.h:
4042         * text.C:
4043         * text2.C:
4044         * text3.C: add helper functions for setting refresh_row/y
4045
4046 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4047
4048         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4049         newline inset which *can* get inserted in the pass_thru layouts.
4050         This is primarily for literate documents.
4051
4052 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4053
4054         * buffer.C: increment LYX_FORMAT to 223
4055
4056 2003-03-14 André Pönitz <poenitz@gmx.net>
4057
4058         * textclass.h: prepare for environment handling, ws changes
4059         * lyxlayout.C: read latexheader and latexfooter tags
4060
4061 2003-03-14  John Levon  <levon@movementarian.org>
4062
4063         * text2.C: rewrite ::status() a bit
4064
4065 2003-03-13  John Levon  <levon@movementarian.org>
4066
4067         * lyxtext.h: add some docs
4068
4069 2003-03-13  John Levon  <levon@movementarian.org>
4070
4071         * lyxtext.h:
4072         * text.C:
4073         * text2.C:
4074         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4075
4076 2003-03-13  John Levon  <levon@movementarian.org>
4077
4078         * text3.C: fix appendix redrawing
4079
4080 2003-03-13  John Levon  <levon@movementarian.org>
4081
4082         * text.C (setHeightOfRow):
4083         * rowpainter.h:
4084         * rowpainter.C: make appendix mark have the text
4085           "Appendix" so the user knows what it is
4086
4087         * LColor.h:
4088         * LColor.C: s/appendixline/appendix/ from above
4089
4090 2003-03-13  John Levon  <levon@movementarian.org>
4091
4092         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4093
4094         * text.C: fix a getChar(pos) bug properly
4095
4096 2003-03-13  Angus Leeming  <leeming@lyx.org>
4097
4098         * commandtags.h:
4099         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4100         Probably only temporary. Let's see how things pan out.
4101
4102         * BufferView.C (unlockInset):
4103         * BufferView_pimpl.C (fitCursor):
4104         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4105
4106         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4107         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4108
4109         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4110         new functions that convert ParagraphParameters to and from a string.
4111
4112         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4113         BufferView::Pimpl's dispatch.
4114         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4115
4116 2003-03-13 André Pönitz <poenitz@gmx.net>
4117
4118         * lyxfunc.C:
4119         * text3.C:
4120         * factory.C: make it aware of InsetEnv
4121
4122 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4123
4124         * text2.C (setCursor): never ask for one past last
4125         (setCursor): add some debugging messages.
4126
4127         * text.C (singleWidth): never ask for one past last
4128         (singleWidth): ditto
4129         (leftMargin): ditto
4130         (rightMargin): ditto
4131         (rowBreakPoint): ditto
4132         (setHeightOfRow): ditto
4133         (prepareToPrint): ditto
4134
4135         * rowpainter.C (paintBackground): never ask for one past last
4136         (paintText): never ask for one past last
4137
4138         * paragraph_pimpl.C (getChar): make the assert stricter, never
4139         allow the one past last pos to be taken
4140
4141         * paragraph.C (getChar): ws changes only
4142
4143         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4144         (numberOfSeparators): ditto
4145         (numberOfHfills): ditto
4146
4147 2003-03-12  John Levon  <levon@movementarian.org>
4148
4149         * author.h:
4150         * author.C:
4151         * bufferparams.h:
4152         * bufferparams.C:
4153         * paragraph_funcs.C: fix per-buffer authorlists
4154
4155 2003-03-12  John Levon  <levon@movementarian.org>
4156
4157         * text.C: fix newline in right address
4158
4159 2003-03-12  Angus Leeming  <leeming@lyx.org>
4160
4161         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4162         duplicate those in LyXFunc::dispatch.
4163
4164         * commandtags.h:
4165         * LyXAction.C:
4166         * ToolbarDefaults.C:
4167         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4168         Add LFUN_FONTFREE_UPDATE.
4169
4170         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4171         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4172
4173         * bufferview_func.[Ch]: several new functions to facilliate
4174         transfer of data to and from the character dialog.
4175
4176 2003-03-12  John Levon  <levon@movementarian.org>
4177
4178         * buffer.C:
4179         * paragraph.h:
4180         * paragraph.C:
4181         * paragraph_funcs.C:
4182         * paragraph_pimpl.C:
4183         * sgml.C:
4184         * tabular.C:
4185         * text.C:
4186         * text3.C: remove META_NEWLINE in favour of an inset
4187
4188         * rowpainter.h:
4189         * rowpainter.C: remove paintNewline (done by inset)
4190
4191 2003-03-12  John Levon  <levon@movementarian.org>
4192
4193         * paragraph_pimpl.C: complain about bad getChar()s
4194         for a while at least
4195
4196 2003-03-12  John Levon  <levon@movementarian.org>
4197
4198         * buffer.h:
4199         * buffer.C: move paragraph read into a separate function,
4200         a little renaming to reflect that.
4201
4202         * bufferparams.h:
4203         * bufferparams.C: remove the author_ids map, not necessary now
4204
4205         * factory.h:
4206         * factory.C: moved Buffer::readInset to here
4207
4208         * paragraph_funcs.h:
4209         * paragraph_funcs.C: readParagraph free function moved from
4210         buffer.C
4211
4212         * tabular.C: name change
4213
4214 2003-03-12  John Levon  <levon@movementarian.org>
4215
4216         * buffer.C:
4217         * ParagraphParameters.C: move par params input to
4218         a read() method
4219
4220         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4221         behave like a normal read from the stream wrt reading
4222         a line vs. a \\token
4223
4224 2003-03-12  John Levon  <levon@movementarian.org>
4225
4226         * paragraph.C:
4227         * ParagraphParameters.h:
4228         * ParagraphParameters.C: move output code to a
4229         ::write() method
4230
4231 2003-03-12  John Levon  <levon@movementarian.org>
4232
4233         * BufferView.C (insertLyXFile):
4234         * buffer.h:
4235         * buffer.C:
4236         * tabular.C: use a parlist iterator for creating the
4237           document.
4238
4239 2003-03-12  John Levon  <levon@movementarian.org>
4240
4241         * buffer.C: make current_change static local not
4242           static file-scope
4243
4244 2003-03-12  John Levon  <levon@movementarian.org>
4245
4246         * buffer.C: fix insertStringAsLines for change tracking
4247
4248 2003-03-12  John Levon  <levon@movementarian.org>
4249
4250         * BufferView.C:
4251         * tabular.C:
4252         * buffer.h:
4253         * buffer.C:
4254         * bufferparams.h:
4255         * bufferparams.C: move author list into params. Rename some
4256           functions. Move the header reading into a separate token
4257           loop. Move the header token reading into BufferParams.
4258
4259 2003-03-12  John Levon  <levon@movementarian.org>
4260
4261         * changes.C: put debug inside lyxerr.debugging() checks
4262
4263 2003-03-11 André Pönitz <poenitz@gmx.net>
4264
4265         * factory.C: make it aware of InsetHFill
4266
4267 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4268
4269         * buffer.C (latexParagraphs): move function from here...
4270         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4271         args.
4272
4273 2003-03-10  Angus Leeming  <leeming@lyx.org>
4274
4275         * LyXAction.C (init): fix bug in poplating array with multiple entries
4276         with the same LFUN (spotted by JMarc).
4277
4278 2003-03-10  John Levon  <levon@movementarian.org>
4279
4280         * text.C:
4281         * text2.C: move getColumnNearX() near its
4282         only call site
4283
4284 2003-03-10  John Levon  <levon@movementarian.org>
4285
4286         * text.C: fix break before a minipage
4287
4288 2003-03-10  John Levon  <levon@movementarian.org>
4289
4290         * text.C: fix the last commit
4291
4292 2003-03-09  John Levon  <levon@movementarian.org>
4293
4294         * lyxtext.h:
4295         * text.C:
4296         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4297         bug 365 (don't break before insets unless needed). Don't
4298         return a value > last under any circumstances.
4299
4300 2003-03-09  Angus Leeming  <leeming@lyx.org>
4301
4302         * BufferView_pimpl.C (trackChanges, dispatch): call
4303         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4304
4305 2003-03-09  Angus Leeming  <leeming@lyx.org>
4306
4307         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4308         than Dialogs::showAboutlyx().
4309
4310 2003-03-09  Angus Leeming  <leeming@lyx.org>
4311
4312         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4313         than Dialogs::showTabularCreate().
4314
4315 2003-03-09  John Levon  <levon@movementarian.org>
4316
4317         * lyxtext.h:
4318         * text.C:
4319         * text2.C: 3rd arg to nextBreakPoint was always the same.
4320           Use references.
4321
4322 2003-03-08  John Levon  <levon@movementarian.org>
4323
4324         * lyxrow.C:
4325         * paragraph.C:
4326         * paragraph.h:
4327         * rowpainter.C:
4328         * text.C:
4329         * text2.C: Remove the "main" bit from the "main body"
4330           notion.
4331
4332 2003-03-08  John Levon  <levon@movementarian.org>
4333
4334         * text.C (leftMargin): The left margin of an empty
4335         manual label paragraph should not include the label width
4336         string length.
4337
4338         * text.C (prepareToPrint): don't attempt to measure hfills
4339         for empty manual label paragraphs - the answer should be 0
4340
4341 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4342
4343         * CutAndPaste.C: remove commented code and reindent.
4344
4345 2003-03-08  John Levon  <levon@movementarian.org>
4346
4347         * lyxfunc.h:
4348         * lyxfunc.C: move reloadBuffer()
4349
4350         * BufferView.h:
4351         * BufferView.C: to here
4352
4353         * lyxvc.C: add comment
4354
4355         * vc-backend.h:
4356         * vc-backend.C: call bv->reload() to avoid
4357           getStatus() check on MENURELOAD
4358
4359 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4360
4361         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4362         to an old format .dep file.
4363
4364 2003-03-07  Angus Leeming  <leeming@lyx.org>
4365
4366         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4367         when the LFUN_MOUSE_RELEASE should have been handled by
4368         inset->localDispatch.
4369
4370 2003-03-07  Angus Leeming  <leeming@lyx.org>
4371
4372         * BufferView_pimpl.C (dispatch):
4373         * LyXAction.C (init):
4374         * ToolbarDefaults.C (init):
4375         * commandtags.h:
4376         * lyxfunc.C (getStatus):
4377         remove LFUN_INSET_GRAPHICS.
4378
4379         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4380
4381 2003-03-07  Angus Leeming  <leeming@lyx.org>
4382
4383         * commandtags.h:
4384         * LyXAction.C (init):
4385         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4386
4387         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4388
4389         * commandtags.h:
4390         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4391
4392         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4393         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4394
4395 2003-03-07  Angus Leeming  <leeming@lyx.org>
4396
4397         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4398         remove "ert".
4399
4400 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4401
4402         * ParagraphList.C (front): new function
4403         (back): implement
4404
4405 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4406
4407         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4408         and top_row_offset_. removed var first_y.
4409         * text.C (top_y):
4410         * text2.C (LyXText, removeRow):
4411         * text3.C:
4412         * BufferView_pimpl.C:
4413         use these methods instead of using first_y
4414
4415 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4416
4417         * text2.C (pasteSelection): adjust for checkPastePossible
4418
4419         * CutAndPaste.C: remove Paragraph * buf and replace with
4420         ParagraphList paragraphs.
4421         (DeleteBuffer): delete
4422         (cutSelection): change the tc type to textclass_type
4423         (copySelection): change the tc type to textclass_type
4424         (copySelection): adjust for ParagraphList
4425         (pasteSelection): change the tc type to textclass_type
4426         (pasteSelection): adjust for Paragraphlist
4427         (nrOfParagraphs): simplify for ParagraphList
4428         (checkPastePossible): simplify for ParagraphList
4429         (checkPastePossible): remove unused arg
4430
4431         * ParagraphList.C (insert): handle the case where there are no
4432         paragraphs yet.
4433
4434         * CutAndPaste.h: make CutAndPaste a namespace.
4435
4436         * text3.C (dispatch): adjust
4437
4438         * text.C (breakParagraph): add a ParagraphList as arg
4439
4440         * paragraph_funcs.C (breakParagraph): change to take a
4441         BufferParams and a ParagraphList as args.
4442         (breakParagraphConservative): ditto
4443         (mergeParagraph): ditto
4444         (TeXDeeper): add a ParagraphList arg
4445         (TeXEnvironment): ditto
4446         (TeXOnePar): ditto
4447
4448         * buffer.C (readLyXformat2): adjust
4449         (insertStringAsLines): adjust
4450         (latexParagraphs): adjust
4451
4452         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4453         (cutSelection): adjust
4454         (pasteSelection): adjust
4455
4456         * BufferView_pimpl.C (insertInset): adjust
4457
4458 2003-03-05  Angus Leeming  <leeming@lyx.org>
4459
4460         * commandtags.h:
4461         * LyXAction.C (init):
4462         * BufferView_pimpl.C (dispatch):
4463         * lyxfunc.C (getStatus):
4464         remove LFUN_CHILD_INSERT.
4465
4466         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4467
4468 2003-03-05  Angus Leeming  <leeming@lyx.org>
4469
4470         * commandtags.h:
4471         * LyXAction.C (init):
4472         * src/factory.C (createInset):
4473         * lyxfunc.C (getStatus):
4474         * text3.C (dispatch):
4475         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4476
4477         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4478
4479 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4480
4481         * ParagraphList.C (insert): handle insert right before end()
4482         (erase): fix cases where it can be first or last paragraph.
4483
4484 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4485
4486         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4487         Paragraph::next and Paragraph::previous
4488         (TeXOnePar): ditto
4489
4490         * text.C (breakParagraph): adjust
4491
4492         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4493         BufferParams& as arg.
4494         (breakParagraph): use ParagraphList::insert
4495         (breakParagraphConservative): take a Buffer* instead of a
4496         BufferParams& as arg.
4497         (breakParagraphConservative): use ParagraphList::insert.
4498
4499         * buffer.C (insertStringAsLines): un-const it
4500         (insertStringAsLines): adjust
4501
4502         * ParagraphList.C (insert): new function
4503
4504         * CutAndPaste.C (pasteSelection): adjust
4505
4506         * text.C (backspace): adjust
4507
4508         * tabular.C (SetMultiColumn): adjust
4509
4510         * CutAndPaste.C (cutSelection): adjust
4511         (pasteSelection): adjust
4512
4513         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4514         Buffer const * as arg
4515
4516         * ParagraphList.C (erase): new function
4517         * paragraph_funcs.C (mergeParagraph): use it
4518         (mergeParagraph): make it take a Buffer* instead of a
4519         BufferParams* as arg
4520
4521         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4522         as arg
4523         (breakParagraphConservative): ditto
4524
4525         * paragraph.h: remove the breakParagraph friend
4526
4527         * paragraph.C (eraseIntern): new function
4528         (setChange): new function
4529
4530         * paragraph_funcs.C (mergeParagraph): make it take a
4531         ParagraphList::iterator instead of a Paragraph *, adjust
4532         accordingly.
4533
4534         * paragraph.h: move an #endif so that the change tracking stuff
4535         also works in the NO_NEXT case.
4536
4537 2003-03-04  Angus Leeming  <leeming@lyx.org>
4538
4539         * commandtags.h:
4540         * LyXAction.C: new LFUN_INSET_MODIFY.
4541
4542         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4543         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4544
4545 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4546
4547         * several files: ws changes only
4548
4549         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4550         (TeXEnvironment): ditto
4551         (TeXDeeper): ditto
4552
4553         * buffer.C (makeLaTeXFile): adjust
4554         (latexParagraphs): make it take ParagraphList::iterator as args
4555
4556 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4557
4558         * buffer.C (latexParagraphs): adjust
4559
4560         * paragraph.C (TeXOnePar): move function...
4561         (optArgInset): move function...
4562         (TeXEnvironment): move function...
4563         * paragraph_pimpl.C (TeXDeeper): move function...
4564         * paragraph_funcs.C: ...here
4565
4566         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4567
4568 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4569
4570         * buffer.C (readInset): remove compability code for old Figure and
4571         InsetInfo insets
4572
4573 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4574
4575         * buffer.C: ws changes
4576         (readInset):
4577
4578         * BufferView_pimpl.C: ditto
4579         * author.C: ditto
4580         * buffer.h: ditto
4581         * bufferlist.h: ditto
4582         * changes.h: ditto
4583         * lyxfunc.C: ditto
4584
4585 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4586
4587         * converter.[Ch]: split into itself +
4588         * graph.[Ch]
4589         * format.[Ch]
4590         * Makefile.am: += graph.[Ch] + format.[Ch]
4591         * MenuBackend.C
4592         * buffer.C
4593         * exporter.C
4594         * importer.C
4595         * lyx_main.C
4596         * lyxfunc.C
4597         * lyxrc.C: added #include "format.h"
4598
4599 2003-02-27  Angus Leeming  <leeming@lyx.org>
4600
4601         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4602           a label.
4603
4604         * factory.C (createInset): add "label" to the factory.
4605
4606         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4607           string and do no more.
4608
4609 2003-02-27  Angus Leeming  <leeming@lyx.org>
4610
4611         * commandtags.h:
4612         * LyXAction.C (init):
4613         * factory.C (createInset):
4614         * BufferView_pimpl.C (dispatch):
4615           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4616
4617         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4618
4619         * lyxfunc.C (dispatch):
4620         * text3.C (dispatch): pass name to params2string.
4621
4622 2003-02-26  Angus Leeming  <leeming@lyx.org>
4623
4624         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4625           blocks together.
4626           Rearrange the ~includes. Strip out the unnecessary ones.
4627
4628         * factory.C (createInset): reformat.
4629           create new insets for the various LFUN_XYZ_APPLY lfuns.
4630
4631 2003-02-26  John Levon  <levon@movementarian.org>
4632
4633         * lyxrow.h:
4634         * lyxrow.C: add isParStart,isParEnd helpers
4635
4636         * paragraph.h: make isInserted/DeletedText take refs
4637
4638         * paragraph_funcs.h:
4639         * paragraph_funcs.C: remove #if 0'd code
4640
4641         * lyxtext.h:
4642         * text3.C:
4643         * text2.C:
4644         * text.C: use lyxrow helpers above.
4645           Move draw and paint routines to RowPainter.
4646           Make several methods use refs not pointers.
4647           Make backgroundColor() const.
4648           Add markChangeInDraw(), isInInset().
4649           Merge changeRegionCase into changeCase.
4650           Make workWidth() shouldn't-happen code into an Assert.
4651
4652         * rowpainter.h:
4653         * rowpainter.C: new class for painting a row.
4654
4655         * vspace.h:
4656         * vspace.C: make inPixels take a ref
4657
4658 2003-02-26  Angus Leeming  <leeming@lyx.org>
4659
4660         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4661         LFUN_REF_APPLY.
4662
4663 2003-02-25  John Levon  <levon@movementarian.org>
4664
4665         * ispell.C: give the forked command a more accurate name
4666
4667 2003-02-22  John Levon  <levon@movementarian.org>
4668
4669         * toc.h:
4670         * toc.C: make TocItem store an id not a Paragraph *
4671           (bug #913)
4672
4673 2003-02-21  Angus Leeming  <leeming@lyx.org>
4674
4675         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4676           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4677           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4678           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4679           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4680           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4681
4682         * BufferView_pimpl.C (dispatch):
4683         * LyXAction.C (init):
4684         * factory.C (createInset):
4685         * lyxfunc.C (getStatus, dispatch):
4686         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4687
4688 2003-02-21  Angus Leeming  <leeming@lyx.org>
4689
4690         * BufferView_pimpl.C (MenuInsertLyXFile):
4691         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4692         * lyxfunc.C (menuNew, open, doImport):
4693           no longer pass a LyXView & to fileDlg.
4694
4695 2003-02-21  Angus Leeming  <leeming@lyx.org>
4696
4697         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4698         * LyXAction.C: change, BIBKEY to BIBITEM.
4699         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4700         Change InsetBibKey to InsetBibitem.
4701         Change BIBKEY_CODE to BIBITEM_CODE.
4702         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4703         * factory.C: replace insetbib.h with insetbibitem.h.
4704         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4705         * paragraph.C: replace insetbib.h with insetbibitem.h.
4706         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4707         Change bibkey() to bibitem().
4708         * text.C: remove insetbib.h.
4709         * text2.C: replace insetbib.h with insetbibitem.h.
4710         change bibkey() to bibitem().
4711         * text3.C: remove insetbib.h.
4712         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4713
4714 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4715
4716         * lyxrc.C (output): enclose user email in quotes (in case there are
4717         several words)
4718
4719 2003-02-18  John Levon  <levon@movementarian.org>
4720
4721         * buffer.h: add std::
4722
4723 2003-02-17  John Levon  <levon@movementarian.org>
4724
4725         * SpellBase.h:
4726         * ispell.h:
4727         * ispell.C:
4728         * pspell.h:
4729         * pspell.C: reworking. Especially in ispell, a large
4730           number of clean ups and bug fixes.
4731
4732         * lyxfunc.C: fix revert to behave sensibly
4733
4734 2003-02-17 André Pönitz <poenitz@gmx.net>
4735
4736         * LyXAction.C:
4737         * commandtags.h: new LFUN_INSERT_BIBKEY
4738
4739         * layout.h:
4740         * lyxlayout.C:
4741         * buffer.C:
4742         * factory.C:
4743         * text.C:
4744         * text2.C:
4745         * text3.C:
4746         * paragraph.[Ch]:
4747         * paragraph_func.C: remove special bibkey handling
4748
4749 2003-02-17  John Levon  <levon@movementarian.org>
4750
4751         * text.C (Delete): fix case where delete at the end of
4752           the very first paragraph would not merge the pars
4753
4754 2003-02-17  John Levon  <levon@movementarian.org>
4755
4756         * lyxrow.C: fix lastPrintablePos()
4757
4758 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4759
4760         * bufferparams.C (writeLaTeX): add a std:here
4761
4762         * buffer.C: and remove a using directive there
4763
4764 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4765
4766         * buffer.C (makeLaTeXFile): move the code that generates the
4767           preamble...
4768
4769         * bufferparams.C (writeLaTeX): ... in this new method
4770
4771         * LaTeXFeatures.C (getEncodingSet): make const
4772           (getLanguages): make const
4773
4774         * MenuBackend.C (binding): returns the binding associated to this
4775           action
4776           (add): sets the status of each item by calling getStatus. Adds
4777           some intelligence.
4778           (read): add support for OptSubMenu
4779           (expand): remove extra separator at the end of expanded menu
4780
4781 2003-02-15  John Levon  <levon@movementarian.org>
4782
4783         * BufferView.C:
4784         * BufferView_pimpl.C:
4785         * bufferlist.h:
4786         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4787           inset code that had no actual effect. Remove unneeded status
4788           code.
4789
4790 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4791
4792         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4793           in preamble
4794
4795 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4796
4797         * text.C (drawLengthMarker): also draw an arrow marker for
4798           symbolic lengths (medskip...)
4799
4800 2003-02-14  John Levon  <levon@movementarian.org>
4801
4802         * tabular.h:
4803         * tabular.C: better method names
4804
4805 2003-02-14  John Levon  <levon@movementarian.org>
4806
4807         * BufferView_pimpl.C:
4808         * bufferlist.C:
4809         * buffer.C:
4810         * converter.C:
4811         * lyx_cb.C:
4812         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4813           it's a more accurate name. Remove some pointless uses.
4814
4815 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4816
4817         * text2.C (LyXText): change order of initilizers to shut off
4818           warnings
4819
4820 2003-02-14  John Levon  <levon@movementarian.org>
4821
4822         * buffer.C: use ParIterator for getParFromID()
4823
4824         * paragraph.h:
4825         * paragraph.C:
4826         * paragraph_pimpl.h:
4827         * paragraph_pimpl.C: remove unused getParFromID()
4828
4829 2003-02-14  John Levon  <levon@movementarian.org>
4830
4831         * buffer.C: remove some very old #if 0'd parse code
4832
4833 2003-02-13  John Levon  <levon@movementarian.org>
4834
4835         * text.h:
4836         * text.C:
4837         * text2.C: move hfillExpansion(), numberOfSeparators(),
4838           rowLast(), rowLastPrintable(), numberofHfills(),
4839           numberOfLabelHfills() ...
4840
4841         * lyxrow.h:
4842         * lyxrow.C: ... to member functions here.
4843
4844         * paragraph.h:
4845         * paragraph.C:
4846         * lyxtext.h:
4847         * text.C: remove LyXText::beginningOfMainBody(), and call
4848           p->beginningOfMainBody() directly. Move the check for
4849           LABEL_MANUAL into the latter.
4850
4851         * text.h:
4852         * text.C:
4853         * text2.C:
4854         * vspace.C:
4855         * BufferView.h:
4856         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4857
4858         * text.h:
4859         * text.C:
4860         * text2.C:
4861         * text3.C:
4862         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4863           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4864
4865 2003-02-13  John Levon  <levon@movementarian.org>
4866
4867         * CutAndPaste.C: remove debug
4868
4869 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4870
4871         * paragraph.C (asString): remove two unused variables
4872
4873         * lyxtextclass.C (readTitleType):
4874           (Read):
4875           (LyXTextClass): handle new members titletype_ and titlename_
4876
4877         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4878
4879 2003-02-09  John Levon  <levon@movementarian.org>
4880
4881         * buffer.h:
4882         * buffer.C: replace hand-coded list with a map for the dep clean
4883
4884 2003-02-08  John Levon  <levon@movementarian.org>
4885
4886         * LaTeX.C: consolidate code into showRunMessage() helper
4887
4888 2003-02-08  John Levon  <levon@movementarian.org>
4889
4890         * lyxfind.C:
4891         * lyxtext.h:
4892         * text2.C:
4893         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4894           and pass the size in explicitly
4895
4896         * BufferView_pimpl.h:
4897         * BufferView_pimpl.C:
4898         * BufferView.h:
4899         * BufferView.C: add getCurrentChange()
4900
4901         * BufferView_pimpl.h:
4902         * BufferView_pimpl.C: handle change lfuns
4903
4904         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
4905           for changes. Mark pasted paragraphs as new.
4906
4907         * support/lyxtime.h:
4908         * support/lyxtime.C:
4909         * DepTable.C: abstract time_t as lyx::time_type
4910
4911         * LColor.h:
4912         * LColor.C: add colours for new text, deleted text, changebars
4913
4914         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
4915           package use "usenames" option.
4916
4917         * commandtags.h:
4918         * lyxfunc.C:
4919         * LyXAction.C: add change lfuns
4920
4921         * Makefile.am:
4922         * author.h:
4923         * author.C: author handling
4924
4925         * buffer.h:
4926         * buffer.C: add a per-buffer author list, with first entry as
4927           current author. Handle new .lyx tokens for change tracking. Output
4928           author list to .lyx file. Output dvipost stuff to .tex preamble.
4929           Bump lyx format to 222.
4930
4931         * bufferlist.h:
4932         * bufferlist.C: add setCurrentAuthor() to reset current author details
4933           in all buffers.
4934
4935         * bufferparams.h:
4936         * bufferparams.C: add param for tracking
4937
4938         * bufferview_funcs.C: output change info in minibuffer
4939
4940         * Makefile.am:
4941         * changes.h:
4942         * changes.C: add change-tracking structure
4943
4944         * debug.h:
4945         * debug.C: add CHANGES debug flag
4946
4947         * lyxfind.h:
4948         * lyxfind.C: add code for finding the next change piece
4949
4950         * lyxrc.h:
4951         * lyxrc.C: add user_name and user_email
4952
4953         * lyxrow.h:
4954         * lyxrow.C: add a metric for the top of the text line
4955
4956         * lyxtext.h:
4957         * text.C: implement accept/rejectChange()
4958
4959         * lyxtext.h:
4960         * text.C: paint changebars. Paint new/deleted text in the chosen
4961         colours. Strike through deleted text.
4962
4963         * paragraph.h:
4964         * paragraph.C:
4965         * paragraph_pimpl.h:
4966         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
4967           in the current change to the insert functions. Rework erase to
4968           mark text as deleted, adding an eraseIntern() and a range-based
4969           erase(). Implement per-paragraph change lookup and
4970           accept/reject.
4971
4972         * paragraph_funcs.C: Fixup paste for change tracking.
4973
4974         * tabular.C: mark added row/columns as new.
4975
4976         * text.C: fix rowLast() to never return -1. Don't allow
4977           spellchecking of deleted text. Track transpose changes. Don't
4978           allow paragraph break or merge where appropriate.
4979
4980         * text2.C: leave cursor at end of selection after a cut.
4981
4982 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4983
4984         * text.C (getLengthMarkerHeight):
4985         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
4986         visible on screen too.
4987
4988 2003-02-07  John Levon  <levon@movementarian.org>
4989
4990         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
4991
4992 2003-02-05  Angus Leeming  <leeming@lyx.org>
4993
4994         * lyxserver.C (read_ready): revert my patch of 11 September last year
4995         as it sends PC cpu through the roof. Presumably this means that
4996         the lyxserver will no longer run on an Alpha...
4997
4998 2003-01-30  Angus Leeming  <leeming@lyx.org>
4999
5000         * factory.C (createInset): create an InsetCommandParam of type "index"
5001         and use it to 'do the right thing'.
5002
5003         * text2.C (getStringToIndex): ensure that cursor position is always
5004         reset to the reset_cursor position.
5005
5006 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5007
5008         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5009         disabled.
5010
5011 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5012
5013         * bufferview.C:
5014         * lyxcb.C:
5015         * lyxfunc.C: Output messages with identical spelling, punctuation,
5016         and spaces
5017
5018 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5019
5020         * MenuBackend.C (expandFormats): List only viewable export formats
5021         in "View" menu
5022
5023         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5024         message
5025
5026         * lyxfunc.C (getStatus): Make sure that formats other than
5027         "fax" can also be disabled
5028
5029 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5030
5031         * text3.C (dispatch): put the lfuns that insert insets in 3
5032         groups, and call doInsertInset with appropriate arguments.
5033         (doInsertInset): new function, that creates an inset and inserts
5034         it according to some boolean parameters.
5035
5036 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5037
5038         * buffer.C (readFile): remember to pass on 'par' when calling
5039         readFile recursively.
5040
5041 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5042
5043         * MenuBackend.C (expandFormats): add "..." to import formats.
5044
5045 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5046
5047         * paragraph.C (asString): Remove XForms RTL hacks.
5048
5049 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5050         * buffer.C: fix typo
5051
5052 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5053
5054         * Makefile.am (LIBS): delete var
5055         (lyx_LDADD): add @LIBS@ here instead.
5056
5057 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5058
5059         * Clarify the meaning of "wheel mouse jump"
5060
5061 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5062
5063         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5064         tabular in a float
5065
5066 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5067
5068         * importer.C (Loaders): do not preallocate 3 elements in the
5069         vector, since one ends up with 6 elements otherwise
5070
5071 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5072
5073         * DepTable.C (write): write the file name as last element of the
5074         .dep file (because it may contain spaces)
5075         (read): read info in the right order
5076
5077 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5078
5079         * paragraph_pimpl.C (simpleTeXBlanks):
5080         (simpleTeXSpecialChars):
5081         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5082
5083         * tabular.C (latex): add some missing case statements. Reindent.
5084
5085         * MenuBackend.C (expandToc): remove unused variable.
5086
5087 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5088
5089         * LColor.C:
5090         * LaTeX.C:
5091         * LyXAction.C:
5092         * MenuBackend.C:
5093         * buffer.C:
5094         * exporter.C:
5095         * lyxfunc.C:
5096         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5097         and the like.
5098
5099 2003-01-05  John Levon  <levon@movementarian.org>
5100
5101         * BufferView.h:
5102         * BufferView.C: add getEncoding()
5103
5104         * kbsequence.h:
5105         * kbsequence.C: do not store last keypress
5106
5107         * lyxfunc.h:
5108         * lyxfunc.C: store last keypress here instead. Pass encoding
5109           to getISOEncoded()
5110
5111 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5112
5113         * lyx_main.C (init): remove annoying error message when following
5114         symbolic links (bug #780)
5115
5116 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5117
5118         * text.C (insertChar):
5119         * lyxrc.C (getDescription): remove extra spaces
5120
5121 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5122
5123         * lyxrc.C (getDescription): remove extra spaces
5124
5125 2002-12-20  John Levon  <levon@movementarian.org>
5126
5127         * text3.C: hack fix for page up/down across tall rows
5128
5129 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5130
5131         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5132         not been invoked
5133
5134 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5135
5136         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5137         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5138         thesaurus is not compiled in
5139
5140 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5141
5142         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5143
5144 2002-12-16  Angus Leeming  <leeming@lyx.org>
5145
5146         * lyxrc.[Ch]:
5147         * lyx_main.C (init): remove override_x_deadkeys stuff.
5148
5149 2002-12-12  John Levon  <levon@movementarian.org>
5150
5151         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5152           insert. Only remove shift modifier under strict
5153           circumstances.
5154
5155 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5156
5157         * MenuBackend.C (expandToc): fix crash.
5158
5159 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5160
5161         * MenuBackend.C (expandToc): gettext on float names.
5162
5163 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5164
5165         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5166         implement bool empty() [bug 490]
5167
5168 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5169
5170         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5171
5172 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5173
5174         * several files: ws changes
5175
5176 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5177
5178         * text2.C (setCounter): clean up a bit, use boost.format.
5179         (updateCounters): initialize par upon declaration.
5180
5181         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5182         if the layout exists. We do not just store the layout any more.
5183         (SwitchLayoutsBetweenClasses): use boost.format
5184
5185 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5186
5187         * converter.C (convert): if from and to files are the same, use a
5188         temporary files as intermediary
5189
5190 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5191
5192         * commandtags.h:
5193         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5194
5195 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5196
5197         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5198
5199 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5200
5201         * tabular.C (asciiPrintCell): use string(size, char) instead of
5202         explicit loop.
5203
5204         * sgml.C (openTag): fix order of arguments to string constructor
5205         (closeTag): ditto
5206
5207         * lyxfunc.C (dispatch): use boost.format
5208
5209         * lots of files: change "c" -> 'c'
5210
5211 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5212
5213         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5214
5215 2002-11-25  Angus Leeming  <leeming@lyx.org>
5216
5217         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5218
5219         * lyx_main.C (init): compile fix.
5220
5221 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5222
5223         * lyx_cb.C (start): boost.formatify
5224         do not include <iostream>
5225
5226         * lengthcommon.C: ws only
5227
5228         * boost-inst.C,BoostFormat.h: add more explict instantations
5229
5230 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5231
5232         * lots of files: handle USE_BOOST_FORMAT
5233
5234 2002-11-21  John Levon  <levon@movementarian.org>
5235
5236         * pspell.C: fix compile
5237
5238 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5239
5240         * lyxfunc.C (dispatch): use boost::format
5241         (open): ditto
5242         (doImport): ditto
5243
5244         * lyxfont.C (stateText): use boost::format
5245
5246         * lyx_main.C (LyX): use boost::format
5247         (init): ditto
5248         (queryUserLyXDir): ditto
5249         (readRcFile): ditto
5250         (parse_dbg): ditto
5251         (typedef boost::function): use the recommened syntax.
5252
5253         * importer.C (Import): use boost::format
5254
5255         * debug.C (showLevel): use boost::format
5256
5257         * converter.C (view): use boost::format
5258         (convert): ditto
5259         (move): ditto
5260         (scanLog): ditto
5261
5262         * bufferview_funcs.C (currentState): use boost::format
5263
5264         * bufferlist.C (emergencyWrite): use boost::format
5265
5266         * buffer.C (readLyXformat2): use boost::format
5267         (parseSingleLyXformat2Token): ditto
5268
5269         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5270
5271         * LaTeX.C (run): use boost::format
5272
5273         * Chktex.C (scanLogFile): use boost::format
5274
5275         * BufferView_pimpl.C (savePosition): use boost::format
5276         (restorePosition): ditto
5277         (MenuInsertLyXFile): ditto
5278
5279         * BoostFormat.h: help file for explicit instation.
5280
5281 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5282
5283         * tabular.C (latex): Support for block alignment in fixed width
5284         columns.
5285
5286 2002-11-17  John Levon  <levon@movementarian.org>
5287
5288         * BufferView_pimpl.C:
5289         * lyx_cb.C:
5290         * lyxfunc.C: split filedialog into open/save
5291
5292 2002-11-08  Juergen Vigna  <jug@sad.it>
5293
5294         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5295         by my last patch (hopefully).
5296
5297 2002-11-08  John Levon  <levon@movementarian.org>
5298
5299         * iterators.h:
5300         * iterators.C:
5301         * buffer.h:
5302         * buffer.C:
5303         * paragraph.h:
5304         * paragraph.C:
5305         * toc.h:
5306         * toc.C: ParConstIterator, and use it (from Lars)
5307
5308 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5309
5310         * lyxtextclass.[Ch]: revise and add doxygen comments
5311
5312 2002-11-07  John Levon  <levon@movementarian.org>
5313
5314         * text.C: fix progress value for spellchecker
5315
5316         * toc.C: fix navigate menu for insetwrap inside minipage
5317
5318         * paragraph_funcs.C: added FIXME for suspect code
5319
5320 2002-11-07  John Levon  <levon@movementarian.org>
5321
5322         * BufferView_pimpl.C: fix redrawing of insets
5323           on buffer switch
5324
5325 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5326
5327         * text2.C (updateCounters): fix bug 668
5328
5329 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5330
5331         * text3.C (dispatch): Do not make the buffer dirty when moving the
5332         cursor.
5333
5334 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5335
5336         * vc-backend.C: STRCONV
5337         (scanMaster): ditto
5338
5339         * text2.C (setCounter): STRCONV
5340
5341         * paragraph.C (asString): STRCONV
5342
5343         * lyxlength.C (asString): STRCONV
5344         (asLatexString): ditto
5345
5346         * lyxgluelength.C (asString): STRCONV
5347         (asLatexString): ditto
5348
5349         * lyxfunc.C (dispatch): STRCONV
5350         (open): ditto
5351
5352         * lyxfont.C (stateText): STRCONV
5353
5354         * importer.C (Import): STRCONV
5355
5356         * counters.C (labelItem): STRCONV
5357         (numberLabel): ditto
5358         (numberLabel): remove unused ostringstream o
5359
5360         * chset.C: STRCONV
5361         (loadFile): ditto
5362
5363         * bufferview_funcs.C (currentState): STRCONV
5364
5365         * buffer.C (readFile): STRCONV
5366         (asciiParagraph): ditto
5367         (makeLaTeXFile): ditto
5368
5369         * Spacing.C (writeEnvirBegin): STRCONV
5370
5371         * LaTeXFeatures.C (getLanguages): STRCONV
5372         (getPackages): ditto
5373         (getMacros): ditto
5374         (getBabelOptions): ditto
5375         (getTClassPreamble): ditto
5376         (getLyXSGMLEntities): ditto
5377         (getIncludedFiles): ditto
5378
5379         * LaTeX.C: STRCONV
5380         (run): ditto
5381         (scanAuxFile): ditto
5382         (deplog): ditto
5383
5384         * LString.h: add the STRCONV macros
5385
5386         * BufferView_pimpl.C (savePosition): STRCONV
5387         (restorePosition): ditto
5388         (MenuInsertLyXFile): ditto
5389
5390         * vc-backend.C (scanMaster): change from submatch[...] to
5391         submatch.str(...)
5392
5393         * funcrequest.C: include config.h
5394
5395         * factory.C: include config.h
5396
5397         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5398
5399         * box.C: include config.h
5400
5401         * LaTeX.C (scanAuxFile): change from submatch[...] to
5402         submatch.str(...)
5403         (deplog): ditto
5404
5405 2002-10-25  Angus Leeming  <leeming@lyx.org>
5406
5407         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5408
5409         * ispell.[Ch] (setError): new method.
5410         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5411         Use setError() insetead of goto END.
5412
5413         * lyx_cb.C (AutoSave): move out child process into new class
5414         AutoSaveBuffer.
5415
5416 2002-10-30  John Levon  <levon@movementarian.org>
5417
5418         * text3.C: make start appendix undoable
5419
5420 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5421
5422         * lyxlength.C (inPixels): Fix returned value.
5423
5424         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5425         environment.
5426
5427 2002-10-24  Angus Leeming  <leeming@lyx.org>
5428
5429         * lyxgluelength.h: no need to forward declare BufferParams
5430         or BufferView, so don't.
5431
5432 2002-10-21  John Levon  <levon@movementarian.org>
5433
5434         * BufferView.C: menuUndo ->undo, redo
5435
5436         * BufferView.h: document, remove dead, make some methods private
5437
5438         * paragraph_funcs.h:
5439         * paragraph_funcs.C:
5440         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5441
5442         * buffer.h:
5443         * buffer.C:
5444         * sgml.h:
5445         * sgml.C: move sgml open/close tag into sgml.C
5446
5447         * bufferview_funcs.h: unused prototype
5448
5449         * lyxfunc.h:
5450         * lyxfunc.C: remove unused
5451
5452         * lyxtext.h:
5453         * text.C: remove unused
5454
5455 2002-10-21  John Levon  <levon@movementarian.org>
5456
5457         * BufferView.h:
5458         * BufferView.C:
5459         * BufferView_pimpl.h:
5460         * BufferView_pimpl.C: fix mouse wheel handling based on
5461           patch from Darren Freeman
5462
5463 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5464
5465         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5466
5467 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5468
5469         * lyxlength.C (inPixels): Fix hanfling of negative length.
5470         Fix LyXLength::MU case.
5471
5472 2002-10-16  John Levon  <levon@movementarian.org>
5473
5474         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5475
5476 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5477
5478         * converter.C (view): add support for $$i (file name) and $$p
5479         (file path) for the viewer command. If $$i is not specified, then
5480         it is appended to the command (for compatibility with old syntax)
5481
5482 2002-10-14  Juergen Vigna  <jug@sad.it>
5483
5484         * undo_funcs.C (textHandleUndo): alter the order in which the
5485         new undopar is added to the LyXText, as we have to set first
5486         the right prev/next and then add it as otherwise the rebuild of
5487         LyXText is not correct. Also reset the cursor to the right paragraph,
5488         with this IMO we could remove the hack in "redoParagraphs()".
5489
5490 2002-10-09  Angus Leeming  <leeming@lyx.org>
5491
5492         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5493         to turn off an optimisation if a new inset is to be inserted.
5494
5495 2002-10-11 André Pönitz <poenitz@gmx.net>
5496
5497         * lyxtext.h: make some functions public to allow access
5498         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5499
5500 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5501
5502         * text3.C (dispatch): when changing layout, avoid an infinite loop
5503         [bug #652]
5504
5505 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5506
5507         * lyxrc.C (read): treat a viewer or converter command of "none" as
5508         if it were empty.
5509
5510         * MenuBackend.C (expandFormats): for an update, also allow the
5511         formats that are not viewable
5512
5513         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5514         script if it is newer than the lyxrc.defaults in user directory
5515
5516 2002-10-07 André Pönitz <poenitz@gmx.net>
5517
5518         * text.C: Vitaly Lipatov's small i18n fix
5519
5520 2002-09-25  Angus Leeming  <leeming@lyx.org>
5521
5522         * ispell.h: doxygen fix.
5523
5524 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5525
5526         * buffer.h (readFile): Add a new argument to the method, to allow
5527         reading of old-format templates.
5528
5529 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5530
5531         * toc.C (getTocList): Get TOC from InsetWrap.
5532
5533 2002-09-16  John Levon  <levon@movementarian.org>
5534
5535         * lyxfunc.C: check tabular for cut/copy too
5536
5537 2002-09-12  John Levon  <levon@movementarian.org>
5538
5539         * LyXAction.C: tidy
5540
5541         * factory.h:
5542         * factory.C: add header
5543
5544         * paragraph_funcs.h:
5545         * paragraph_funcs.C: cleanup
5546
5547 2002-09-11  John Levon  <levon@movementarian.org>
5548
5549         * PrinterParams.h: odd/even default to true
5550
5551 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5552
5553         * PrinterParams.h: update printer parameters for new xforms dialog
5554
5555 2002-09-11  Angus Leeming  <leeming@lyx.org>
5556
5557         * lyxserver.C (read_ready): re-write to make it more transparent
5558         and to make it work in coherent fashion under Tru64 Unix.
5559
5560 2002-09-11  André Pönitz <poenitz@gmx.net>
5561
5562         * commandtags.h:
5563         * LyXAction.C:
5564         * text3.C: implement LFUN_WORDSEL
5565
5566 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5567
5568         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5569         make floatlist_ a boost::shared_ptr<FloatList>
5570
5571         * lyxtextclass.C: include FloatList.h
5572         (LyXTextClass): initialize floatlist_
5573         (TextClassTags): add TC_NOFLOAT
5574         (Read): match "nofloat" to TC_NOFLOAT and use it.
5575         (readFloat): modify call to floatlist_
5576         (floats): ditto
5577         (floats): ditto
5578
5579         * FloatList.[Ch] (FloatList): remove commented out float
5580         initialization.
5581         (erase): new function
5582
5583 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5584
5585         * MenuBackend.C (expandToc): fix crash when there is no document
5586         open
5587
5588 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5589
5590         * many files: Add insetwrap.
5591
5592 2002-09-09  John Levon  <levon@movementarian.org>
5593
5594         * text2.C: remove confusing and awkward depth wraparound
5595
5596 2002-09-09  John Levon  <levon@movementarian.org>
5597
5598         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5599
5600         * buffer.h:
5601         * buffer.C: remove getIncludeonlyList()
5602
5603         * paragraph.C:
5604         * lyxfunc.C: remove headers
5605
5606 2002-09-09  Juergen Vigna  <jug@sad.it>
5607
5608         * text.C (getColumnNearX): fix form Michael this is most
5609         probably a cut&paste bug.
5610
5611 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5612
5613         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5614
5615         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5616         references, ws changes.
5617
5618         * text2.C (init): update counters after init
5619         (insertParagraph): no need to set counter on idividual paragraphs.
5620         (setCounter): access the counters object in the textclass object
5621         on in the buffer object.
5622         (updateCounters): ditto
5623
5624         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5625         shared_ptr<Counters> to avoid loading counters.h in all
5626         compilation units.
5627         (LyXTextClass): initialize ctrs_
5628         (TextClassTags): add TC_COUNTER, and ...
5629         (Read): use it here.
5630         (CounterTags): new tags
5631         (readCounter): new function
5632         (counters): new funtion
5633         (defaultLayoutName): return a const reference
5634
5635         * counters.C (Counters): remove contructor
5636         (newCounter): remove a couple of unneeded statements.
5637         (newCounter): simplify a bit.
5638         (numberLabel): some small formatting changes.
5639
5640         * buffer.[Ch]: remove all traces of counters, move the Counters
5641         object to the LyXTextClass.
5642
5643 2002-09-06  Alain Castera  <castera@in2p3.fr>
5644
5645         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5646         package to set the horizontal alignment on fixed width columns.
5647
5648         * lyx_sty.C:
5649         * lyx_sty.h: added tabularnewline macro def.
5650
5651         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5652
5653 2002-09-06  John Levon  <levon@movementarian.org>
5654
5655         * LyXAction.C: tooltips for sub/superscript
5656
5657         * MenuBackend.C: a bit more verbose
5658
5659         * lyxfunc.C: tiny clean
5660
5661         * undo_funcs.C: document undo_frozen
5662
5663 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5664
5665         * counters.C (Counters): add missing algorithm counter.
5666
5667         * text2.C (setCounter): lookup the counter with layouts latexname
5668         instead of by section number.
5669         (setCounter): use a hackish way to lookup the correct enum
5670         counter.
5671         a float name->type change
5672         reset enum couners with counter name directly instead of depth value.
5673
5674         * counters.C (Counters): remove the push_backs, change to use the
5675         float type not the float name.
5676         (labelItem): remove unused string, float name->type change
5677
5678         * counters.h: don't include vector, loose the enums and sects vectors
5679
5680 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5681
5682         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5683         (Read): add float->TC_FLOAT to textclassTags
5684         (Read): and handle it in the switch
5685         (readFloat): new function
5686
5687         * FloatList.C (FloatList): comment out the hardcoded float
5688         definitions.
5689
5690         * lyxlayout.h: ws change.
5691
5692 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5693
5694         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5695
5696 2002-09-03  Angus Leeming  <leeming@lyx.org>
5697
5698         * BufferView_pimpl.h: qualified name is not allowed in member
5699         declaration: WorkArea & Pimpl::workarea() const;
5700
5701         * factory.C: added using std::endl directive.
5702
5703         * text3.C: added using std::find and std::vector directives.
5704
5705 2002-08-29  André Pönitz <poenitz@gmx.net>
5706
5707         * lyxtext.h:
5708         * text2.C: remove unused member number_of_rows
5709
5710         * Makefile.am:
5711         * BufferView2.C: remove file, move contents to...
5712         * BufferView.C: ... here
5713
5714         * BufferView_pimpl.C:
5715         * factory.C: move more inset creation to factory
5716
5717         * vspace.C: avoid direct usage of LyXText, ws changes
5718
5719         * BufferView.[Ch]:
5720                 don't provide direct access to WorkArea, use two simple
5721                 acessors haveSelction() and workHeight() instead
5722
5723
5724 2002-08-29  John Levon  <levon@movementarian.org>
5725
5726         * BufferView_pimpl.C (dispatch): do not continue when
5727           no buffer
5728
5729 2002-08-28  André Pönitz <poenitz@gmx.net>
5730
5731         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5732
5733         * BufferView.h:
5734         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5735
5736 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5737
5738         * buffer.C: increment LYX_FORMAT to 221
5739
5740         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5741         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5742
5743         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5744
5745         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5746
5747 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5748
5749         * factory.C (createInset): use LyXTextClass::floats
5750
5751         * MenuBackend.C (expandFloatListInsert):
5752         (expandFloatInsert):
5753         (expandToc):
5754
5755         * text2.C (setCounter):
5756
5757         * LaTeXFeatures.C (useFloat):
5758         (getFloatDefinitions):
5759
5760         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5761
5762         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5763         floatlist_, with accessor floats().
5764
5765         * FloatList.h: remove global FloatList
5766
5767 2002-08-26  André Pönitz <poenitz@gmx.net>
5768
5769         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5770
5771         * BufferView.h:
5772         * BufferView2.C:
5773         * BufferView_pimpl.C:
5774         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5775
5776 2002-08-25  John Levon  <levon@movementarian.org>
5777
5778         * LyXAction.C: fix margin note description
5779
5780 2002-08-24  John Levon  <levon@movementarian.org>
5781
5782         * buffer.C:
5783         * bufferlist.C:
5784         * bufferview_funcs.C:
5785         * lyxfont.C:
5786         * undo_funcs.C: cleanups
5787
5788         * lyxfunc.C: disable CUT/COPY when no selection
5789
5790 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5791
5792         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5793         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5794
5795         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5796         Add backward compatibility to "mono", "gray" and "no".
5797
5798 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5799
5800         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5801         (and file_format >= 200).
5802
5803 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5804
5805         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5806
5807 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5808
5809         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5810
5811 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5812
5813         * BufferView_pimpl.C:
5814         * LyXAction.C:
5815         * buffer.C:
5816         * commandtags.h:
5817         * lyxfunc.C:
5818         * paragraph.[Ch]:
5819         * text2.C:
5820         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5821         inset and code to make it  work with the paragraph code. The inset
5822         can be anywhere in the paragraph, but will only do the expected
5823         thing in LaTeX if the layout file contains the parameter line
5824                         OptionalArgs    1
5825         (or more generally, a nonzero value) for that layout.
5826
5827 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5828
5829         * paragraph.h: remove the declaration of undefined counters class
5830         function.
5831
5832 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5833
5834         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5835         Dr. Richard Hawkins.
5836
5837 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5838
5839         * paragraph_funcs.h: remove some unneeded includes
5840
5841         * text.C (backspace): pasteParagraph now in global scipe
5842
5843         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5844         (pasteSelection): ditto
5845
5846         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5847         * paragraph_funcs.C (pasteParagraph): ... here
5848
5849 2002-08-20  André Pönitz <poenitz@gmx.net>
5850
5851         * commandtags.h: new LFUNs for swapping/copying table row/colums
5852
5853         * LyXAction.C:
5854         * lyxfunc.C: support for new lfuns
5855
5856 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5857
5858         * tabular.C:
5859         * buffer.[Ch]: remove NO_COMPABILITY stuff
5860
5861 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5862
5863         * boost.C (throw_exception): new file, with helper function for
5864         boost compiled without exceptions.
5865
5866         * paragraph.h:
5867         * lyxlength.C:
5868         * buffer.C:
5869         * ParameterStruct.h:
5870         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5871
5872         * bufferlist.C (emergencyWriteAll): use boost bind
5873
5874         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5875
5876         * text.C: include paragraph_funcs.h
5877         (breakParagraph): breakParagraph is now in global scope
5878
5879         * paragraph_funcs.[Ch]: new files
5880
5881         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5882         global scope
5883
5884         * buffer.C: include paragraph_funcs.h
5885         (insertStringAsLines): breakParagraph is now in global scope
5886
5887         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5888         paragraph_funcs.C
5889
5890         * CutAndPaste.C: include paragraph_funcs.h
5891         (cutSelection): breakParagraphConservative is now in global scope
5892         (pasteSelection): ditto
5893
5894         * buffer.h: declare oprator== and operator!= for
5895         Buffer::inset_iterator
5896
5897         * bufferlist.C (emergencyWrite): don't use fmt(...)
5898
5899         * text3.C: add using std::endl
5900
5901         * BufferView.C (moveCursorUpdate): remove default arg
5902
5903 2002-08-20  André Pönitz <poenitz@gmx.net>
5904
5905         * buffer.[Ch]: move inline functions to .C
5906
5907         * BufferView2.C:
5908         * BufferView_pimpl.C:
5909         * text.C:
5910         * buffer.[Ch]: use improved inset_iterator
5911
5912         * buffer.C:
5913         * paragraph.[Ch]: write one paragraph at a time
5914
5915 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
5916
5917         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
5918         style if style is not specified.
5919
5920 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5921
5922         * text2.C (setCounter): when searching for right label for a
5923         caption, make sure to recurse to parent insets (so that a caption
5924         in a minipage in a figure float works) (bug #568)
5925
5926 2002-08-20  André Pönitz <poenitz@gmx.net>
5927
5928         * text3.C: new file for LyXText::dispatch() and helpers
5929
5930         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
5931
5932         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
5933
5934 2002-08-19  André Pönitz <poenitz@gmx.net>
5935
5936         * lyxtext.h:
5937         * text.C: new LyXText::dispatch()
5938
5939         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
5940
5941 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
5942
5943         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
5944
5945         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
5946         Hebrew text.
5947
5948 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5949
5950         * Makefile.am: use $(variables) instead of @substitutions@
5951
5952 2002-08-15  André Pönitz <poenitz@gmx.net>
5953
5954         * lyxfunc.C:
5955         * BufferView_pimpl.C: streamlining mathed <-> outer world
5956         interaction
5957
5958         * commandtags.h:
5959         * LyXAction.C: remove unused LFUN_MATH
5960
5961 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5962
5963         * paragraph.[Ch]: add some NO_NEXT ifdefs.
5964
5965 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
5966
5967         * paragraph.C (Paragraph): reformat a bit
5968         (cutIntoMinibuffer): use builtin InsetList function instad of
5969         doing it manually.
5970         (getInset): ditto
5971
5972         * buffer.C: include boost/bind.hpp, add using std::for_each
5973         (writeFileAscii): use ParagraphList iterators
5974         (validate): use for_each for validate traversal of paragraphs
5975         (getBibkeyList): use ParagraphList iterators
5976         (resizeInsets): use for_each to resizeInsetsLyXText for all
5977         paragraphs.
5978         (getParFromID): use ParagraphList iterators
5979
5980         * BufferView2.C (lockInset): use paragraph list and iterators
5981
5982 2002-08-14  John Levon  <levon@movementarian.org>
5983
5984         * lyxserver.C: remove spurious xforms include
5985
5986 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5987
5988         * lyxfunc.C (getStatus): disable math-extern outside of math mode
5989
5990 2002-08-13  André Pönitz <poenitz@gmx.net>
5991
5992         * LyXAction.[Ch]:
5993         * lyxfunc.C: further cleaning
5994
5995 2002-08-13  André Pönitz <poenitz@gmx.net>
5996
5997         * funcrequest.h: new constructor
5998
5999         * funcrequest.C: move stuff here from .h
6000
6001         * Makefile.am:
6002         * BufferView_pimpl.C:
6003         * LyXAction.C:
6004         * toc.C:
6005         * lyxfunc.C: subsequent changes
6006
6007         * lyxfunc.h: new view() member function
6008
6009         * lyxfunc.C: subsequent changes
6010
6011 2002-08-13  Angus Leeming  <leeming@lyx.org>
6012
6013         * BufferView2.C:
6014         * BufferView_pimpl.C:
6015         * buffer.C:
6016         * converter.C:
6017         * importer.C:
6018         * lyxfunc.C:
6019         * lyxvc.C:
6020         * toc.C:
6021         * vc-backend.C:
6022         changes due to the changed LyXView interface that now returns references
6023         to member variables not pointers.
6024
6025 2002-08-13  Angus Leeming  <leeming@lyx.org>
6026
6027         * WordLangTuple (word, lang_code): return references to strings,
6028         not strings.
6029
6030         * BufferView.h:
6031         * SpellBase.h:
6032         * lyxtext.h: forward-declare WordLangTuple.
6033
6034         * BufferView2.C:
6035         * ispell.C:
6036         * pspell.C:
6037         * text.C: #include "WordLangTuple.h".
6038
6039         * lyxtext.h:
6040         * text.C: (selectNextWordToSpellcheck): constify return type.
6041
6042 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6043
6044         * buffer.C:
6045         * buffer.h:
6046         * lyxtext.h:
6047         * paragraph.C:
6048         * paragraph_pimpl.h:
6049         * text.C:
6050         * text2.C:
6051         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6052         suggested by Angus.
6053         Made updateCounter always count from start of buffer, and removed
6054         second argument (par).
6055         Reverted floats number display to '#'. Perhaps I'll try again when the
6056         code base is sanitized a bit.
6057
6058 2002-08-12  Angus Leeming  <leeming@lyx.org>
6059
6060         * buffer.[Ch] (getLabelList): constify.
6061
6062 2002-08-07  André Pönitz <poenitz@gmx.net>
6063
6064         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6065
6066         * funcrequest.h: extension to keep mouse (x,y) position
6067
6068 2002-08-12  Juergen Vigna  <jug@sad.it>
6069
6070         * BufferView2.C (insertErrors): forbid undo when inserting error
6071         insets.
6072
6073         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6074
6075 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6076
6077         * ParagraphList.[Ch]: new files
6078
6079         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6080
6081         * BufferView2.C (lockInset): ParagraphList changes
6082         * toc.C: ditto
6083         * text2.C: ditto
6084         * bufferlist.C: ditto
6085         * buffer.h: ditto
6086         * buffer.C: ditto
6087
6088 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6089
6090         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6091         unused class variable counter_,
6092
6093         * paragraph.[Ch] (getFirstCounter): delete unused function
6094
6095         * counters.C: include LAssert.h
6096         (reset): add a new function with no arg, change other version to
6097         not have def. arg and to not allow empty arg.
6098
6099         * text2.C (setCounter): remove empty arg from call to Counters::reset
6100
6101 2002-08-11  John Levon  <levon@movementarian.org>
6102
6103         * Makefile.am: add WordLangTuple.h
6104
6105 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6106
6107         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6108         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6109
6110         * insets/insettext.C: InsetList changes
6111
6112         * graphics/GraphicsSupport.C (operator()): InsetList changes
6113
6114         * toc.C (getTocList): InsetList changes
6115
6116         * paragraph_pimpl.[Ch]: InsetList changes
6117
6118         * paragraph.[Ch]: InsetList changes
6119
6120         * buffer.C (inset_iterator): InsetList changes
6121         (setParagraph): ditto
6122         * buffer.h (inset_iterator): ditto
6123         * iterators.C (operator++): ditto
6124         * iterators.h: ditto
6125
6126         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6127
6128         * InsetList.[Ch]: new files, most InsetList handling moved out of
6129         paragraph.C.
6130
6131         * BufferView2.C (removeAutoInsets): InsetList changes
6132         (lockInset): ditto
6133         (ChangeInsets): ditto
6134
6135 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6136
6137         * paragraph_pimpl.h (empty): new function
6138
6139         * paragraph.[Ch] (empty): new function
6140
6141         * other files: use the new Paragraph::empty function
6142
6143 2002-08-09  John Levon  <levon@movementarian.org>
6144
6145         * lyxtext.h: remove unused refresh_height
6146
6147 2002-08-09  John Levon  <levon@movementarian.org>
6148
6149         * Makefile.am:
6150         * sgml.h:
6151         * sgml.C:
6152         * buffer.C:
6153         * paragraph.h:
6154         * paragraph.C: move sgml char escaping out of paragraph
6155
6156         * paragraph.h:
6157         * paragraph.C: remove id setter
6158
6159         * buffer.C:
6160         * paragraph.C:
6161         * paragraph_pimpl.C: remove dead tex_code_break_column
6162
6163         * bufferview_funcs.C: small cleanup
6164
6165         * lyxfunc.C: remove dead proto
6166
6167         * lyxtext.h: make some stuff private. Remove some dead stuff.
6168
6169         * lyxgluelength.C: make as[LyX]String() readable
6170
6171 2002-08-08  John Levon  <levon@movementarian.org>
6172
6173         * LyXAction.h:
6174         * LyXAction.C:
6175         * MenuBackend.C:
6176         * ToolbarDefaults.C:
6177         * lyxfunc.C:
6178         * lyxrc.C:
6179         * toc.C: lyxaction cleanup
6180
6181 2002-08-08  John Levon  <levon@movementarian.org>
6182
6183         * BufferView2.C: small cleanup
6184
6185         * lyxfind.h:
6186         * lyxfind.C: move unnecessary header into the .C
6187
6188 2002-08-08  John Levon  <levon@movementarian.org>
6189
6190         * funcrequest.h: just tedious nonsense
6191
6192         * lyx_main.h:
6193         * lyx_main.C: cleanups
6194
6195         * buffer.C:
6196         * vspace.C: remove dead header lyx_main.h
6197
6198 2002-08-07  Angus Leeming  <leeming@lyx.org>
6199
6200         * Paragraph.[Ch]:
6201         * paragraph_pimpl.h:
6202         Forward declare class Counters in paragraph.h by moving the ctrs member
6203         variable into Paragraph::Pimpl.
6204         (counters): new method, returning a reference to pimpl_->ctrs.
6205
6206         * text2.C: ensuing changes.
6207
6208 2002-08-07  John Levon  <levon@movementarian.org>
6209
6210         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6211
6212         * BufferView_pimpl.C: announce X selection on double/triple
6213           click
6214
6215         * lyx_main.C: use correct bool in batch dispatch
6216
6217         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6218
6219 2002-08-07  André Pönitz <poenitz@gmx.net>
6220
6221         * funcrequest.h: new class to wrap a kb_action and its argument
6222
6223         * BufferView.[Ch]:
6224         * BufferView_pimpl[Ch]:
6225         * LaTeX.C:
6226         * LyXAction.[Ch]:
6227         * lyxfunc.[Ch]:
6228         * lyxrc.C: subsequent changes
6229
6230
6231 2002-08-07  John Levon  <levon@movementarian.org>
6232
6233         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6234           document options change.
6235
6236 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6237
6238         * counters.[Ch]
6239         * text2.C
6240         * paragraph.[Ch]
6241         * makefile.am: move counters functionality over from
6242         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6243
6244 2002-08-06  John Levon  <levon@movementarian.org>
6245
6246         * WordLangTuple.h: new file for word + language code tuple
6247
6248         * SpellBase.h:
6249         * pspell.h:
6250         * pspell.C:
6251         * ispell.h:
6252         * ispell.C:
6253         * lyxtext.h:
6254         * text.C:
6255         * text2.C:
6256         * BufferView.h:
6257         * BufferView2.C: use WordLangTuple
6258
6259         * layout.h:
6260         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6261
6262 2002-08-06  John Levon  <levon@movementarian.org>
6263
6264         * lyx_main.C: fix cmdline batch handling
6265
6266 2002-08-06  André Pönitz <poenitz@gmx.net>
6267
6268         * lyxrc.C: set default for show_banner to true
6269
6270 2002-08-06  John Levon  <levon@movementarian.org>
6271
6272         * pspell.C: fix a crash, and allow new aspell to work
6273
6274 2002-08-06  John Levon  <levon@movementarian.org>
6275
6276         * lyxfunc.C:
6277         * kbmap.C: small cleanup
6278
6279         * vspace.h:
6280         * vspace.C: add const
6281
6282 2002-08-05  John Levon  <levon@movementarian.org>
6283
6284         * LyXAction.C: back to tabular-insert
6285
6286 2002-08-04  John Levon  <levon@movementarian.org>
6287
6288         * BufferView.h:
6289         * BufferView.C: cosmetic change
6290
6291         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6292
6293         * bufferlist.C:
6294         * buffer.h:
6295         * buffer.C:
6296         * lyxcb.h:
6297         * lyxcb.C:
6298         * lyxserver.C:
6299         * lyxvc.C:
6300         * vc-backend.C:
6301         * BufferView2.C: purge all "Lyx" not "LyX" strings
6302
6303         * lyxcursor.h:
6304         * lyxcursor.C: attempt to add some documentation
6305
6306         * lyxfunc.C:
6307         * commandtags.h:
6308         * LyXAction.C:
6309         * ToolbarDefaults.C:
6310         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6311           merge with LFUN_TABULAR_INSERT
6312
6313         * Makefile.am:
6314         * SpellBase.h:
6315         * ispell.h:
6316         * ispell.C:
6317         * pspell.h:
6318         * pspell.C: split up i/pspell implementations into separate
6319           files, many cleanups
6320
6321         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6322
6323         * text2.C: some cleanup
6324
6325         * lyxfunc.C: don't check for isp_command == "none" any more, it
6326           didn't make any sense
6327
6328 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6329
6330         * counters.[Ch]
6331         * text2.C
6332         * paragraph.[Ch]
6333         * makefile.am: move counters functionality over
6334         from text2.C/paragraph.[Ch] to counters.[Ch], and
6335         make proper C++.
6336 2002-08-02  John Levon  <levon@movementarian.org>
6337
6338         * buffer.C: s/lyxconvert/lyx2lyx/
6339
6340 2002-08-02  Angus Leeming  <leeming@lyx.org>
6341
6342         * lyxlex.C: revert John's change as it breaks reading of the user
6343         preamble.
6344
6345 2002-08-02  Angus Leeming  <leeming@lyx.org>
6346
6347         * importer.C (Import):
6348         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6349         changes due to LyXView::view() now returning a boost::shared_ptr.
6350
6351 2002-08-02  John Levon  <levon@movementarian.org>
6352
6353         * lyxlex.C: small cleanup
6354
6355 2002-08-02  John Levon  <levon@movementarian.org>
6356
6357         * text2.C (status): small cleanup, no logic change
6358
6359 2002-08-01  John Levon  <levon@movementarian.org>
6360
6361         * buffer.h:
6362         * buffer.C (writeFile): don't output alerts, caller
6363           handles this
6364
6365         * bufferlist.C:
6366         * lyx_cb.C: from above
6367
6368         * lyxfunc.C: allow to open non-existent files
6369
6370 2002-07-31  John Levon  <levon@movementarian.org>
6371
6372         * lyxserver.C: don't let incidental errors get
6373           in the way (errno)
6374
6375 2002-07-30  John Levon  <levon@movementarian.org>
6376
6377         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6378
6379 2002-07-30  John Levon  <levon@movementarian.org>
6380
6381         * lyxserver.h:
6382         * lyxserver.C: remove I/O callback too
6383
6384 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6385
6386         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6387         log.
6388
6389 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6390
6391         * many files: strip,frontStrip -> trim,ltrim,rtrim
6392
6393 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6394
6395         * PrinterParams.h: remove extern containsOnly, and include
6396         support/lstrings.h instead.
6397
6398         * LaTeX.C (scanAuxFile): modify because of strip changes
6399         (deplog): ditto
6400         * buffer.C (makeLaTeXFile): ditto
6401         * bufferparams.C (writeFile): ditt
6402         * lyxfont.C (stateText): ditto
6403         * lyxserver.C (read_ready): ditto
6404         * vc-backend.C (scanMaster): ditto
6405
6406         * BufferView_pimpl.h: ws changes
6407
6408         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6409
6410 2002-07-26  André Pönitz <poenitz@gmx.net>
6411
6412         * kb_sequence.C: remove unnedred usings
6413
6414 2002-07-26  Juergen Vigna  <jug@sad.it>
6415
6416         * lyxfind.C (LyXReplace): we have to check better if the returned
6417         text is not of theLockingInset()->getLockingInset().
6418
6419 2002-07-25  Juergen Vigna  <jug@sad.it>
6420
6421         * lyxfind.C (LyXReplace): don't replace if we don't get the
6422         right LyXText.
6423
6424         * undo_funcs.C (createUndo): remove debugging code.
6425
6426 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6427
6428         * buffer.C (parseSingleLyXformat2Token): Use default placement
6429         when reading old floats.
6430
6431         * FloatList.C (FloatList): Change the default placement of figure
6432         and tables to "tbp".
6433
6434 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6435
6436         * MenuBackend.C: using std::max
6437
6438 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6439
6440         * MenuBackend.C (expandToc):
6441         (expandToc2): code moved from xforms menu frontend. It is now
6442         generic and TOCs are transparent to menu frontends.
6443
6444 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6445
6446         * toc.C (getTocList): protect against buf=0
6447
6448         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6449         Menu as first parameter. Now, this calls itself recursively to
6450         expand a whole tree (this will be useful for TOC handling)
6451         (expandFloatInsert): remove 'wide' version of floats
6452
6453         * MenuBackend.h (submenuname): returns the name of the submenu.
6454         (submenu): returns the submenu itself, provided it has been
6455         created by MenuBackend::expand
6456
6457 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6458
6459         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6460         insets which have noFontChange == true. (bug #172)
6461
6462 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6463
6464         * BufferView_pimpl.C: add connection objects and use them...
6465         (Pimpl): here.
6466
6467 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6468
6469         * MenuBackend.C (expandLastfiles):
6470         (expandDocuments):
6471         (expandFormats):
6472         (expandFloatListInsert):
6473         (expandFloatInsert):
6474         (expand): split expand in parts
6475
6476 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6477
6478         * lyx_gui.C: use lyx_gui::exit()
6479
6480 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6481
6482         * LyXAction.C: show the failing pseudo action
6483
6484 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6485
6486         * buffer.C (readFile): Run the lyxconvert script in order to read
6487         old files.
6488
6489 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6490
6491         * LyXAction.C:
6492         * commandtags.h:
6493         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6494
6495 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6496
6497         * LyXAction.C:
6498         * commandtags.h:
6499         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6500
6501 2002-07-22  Herbert Voss  <voss@lyx.org>
6502
6503         * lengthcommon.C:
6504         * lyxlength.[Ch]: add support for the vertical lengths
6505
6506 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6507
6508         * toc.[Ch]: std:: fixes
6509
6510 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6511
6512         * lyxrc.C: do not include lyx_main.h
6513
6514         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6515         for layouts
6516
6517         * lyxrc.C:
6518         * encoding.C:
6519         * bufferlist.C:
6520         * BufferView2.C: include "lyxlex.h"
6521
6522         * tabular.h:
6523         * bufferparams.h: do not #include "lyxlex.h"
6524
6525         * lyxtextclasslist.C (Add): remove method
6526         (classlist): renamed to classlist_
6527
6528         * paragraph_pimpl.C:
6529         * paragraph.C:
6530         * text2.C:
6531         * CutAndPaste.C:
6532         * bufferview_funcs.C:
6533         * bufferlist.C:
6534         * text.C:
6535         * LaTeXFeatures.C:
6536         * buffer.C:
6537         * toc.C (getTocList): use BufferParams::getLyXTextClass
6538
6539         * toc.C (getTocList): use InsetFloat::addToToc
6540
6541         * toc.[Ch]: new files, containing helper functions to handle table
6542         of contents
6543
6544         * lyxfunc.C (dispatch): no need to remove spaces around command
6545         given as a string
6546         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6547         first command of the sequence; it is not very clever, but I do not
6548         have a better idea, actually
6549
6550         * LyXAction.C (LookupFunc): make sure to remove space at the
6551         beginning and end of the command
6552
6553 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6554
6555         * MenuBackend.C (getMenubar): new method: return the menubar of
6556         this menu set
6557         (read): treat differently reading of menu and menubar (in
6558         particular, the menubar has no name now)
6559         (Menu::menubar): remove
6560
6561         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6562         saving is finished
6563
6564 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6565
6566         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6567         a bibitem inset in a RTL paragraph.
6568
6569 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6570
6571         * paragraph_pimpl.C: constify
6572
6573         * BufferView_pimpl.C:
6574         * LaTeX.C:
6575         * lyxfunc.C: fix dispatch in a nicer way
6576
6577 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6578
6579         * lyxfunc.C (dispatch):
6580         * BufferView_pimpl.C:
6581         * BufferView_pimpl.h:
6582         * BufferView.C:
6583         * BufferView.h: rename Dispatch() to dispatch()
6584
6585         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6586
6587         * lyxlayout.C (Read): honor DependsOn tag
6588
6589         * lyxlayout.[Ch] (depends_on): new method
6590
6591         * version.C.in: update lyx_docversion
6592
6593         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6594
6595         * paragraph.C (validate): remove from here...
6596         * paragraph_pimpl.C (validate): ... and move here
6597         (isTextAt): make it const
6598
6599         * buffer.C (getLists): ws cleanup
6600
6601 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6602
6603         * language.C (read): Use iso8859-1 encoding in latex_lang
6604         (this prevents LyX from crashing when using iso10646-1 encoding).
6605
6606 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6607
6608         * text2.C (toggleInset): if cursor is inside an inset, close the
6609         inset and leave cursor _after_ it
6610
6611 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6612
6613         * lyxfunc.C: move minibuffer completion handling out of here
6614
6615 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6616
6617         * BufferView_pimpl.C:
6618         * LaTeX.C: fix dispatch calls
6619
6620 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6621
6622         * text.C (drawChars): Fix Arabic text rendering.
6623
6624 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6625
6626         * LyXAction.C:
6627         * commandtags.h:
6628         * lyxfunc.C: remove message-push/pop
6629
6630         * lyxserver.C:
6631         * lyxfunc.h:
6632         * lyxfunc.C: rationalise some code by removing verboseDispatch
6633           in favour of a bool argument to dispatch()
6634
6635 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6636
6637         * lyx_main.C (init): make sure to read symlinks as absolute paths
6638
6639 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6640
6641         * lyxfunc.h:
6642         * lyxfunc.C: no need for commandshortcut to be a member
6643
6644 2002-07-15  André Pönitz <poenitz@gmx.net>
6645
6646         * converter.C: add support for $$s (scripts from lib/scripts dir)
6647         * lyx_main.C: white space
6648
6649 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6650
6651         * bufferlist.C:
6652         * lyxrc.h:
6653         * lyxrc.C: remove second exit confirmation
6654
6655 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6656
6657         * BufferView.h:
6658         * BufferView.C:
6659         * BufferView2.C:
6660         * BufferView_pimpl.h:
6661         * BufferView_pimpl.C:
6662         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6663
6664 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6665
6666         * MenuBackend.C (expand): add numeric shortcuts to document menu
6667
6668         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6669
6670 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6671
6672         * lyxfont.C (setLyXFamily):
6673         (setLyXSeries):
6674         (setLyXShape):
6675         (setLyXSize):
6676         (setLyXMisc):
6677         (lyxRead):
6678         * debug.C (value):
6679         * buffer.C (asciiParagraph): use ascii_lowercase
6680
6681 2002-07-15  Mike Fabian  <mfabian@suse.de>
6682
6683         * lyxlex_pimpl.C (search_kw):
6684         * lyxlex.C (getLongString):
6685         * converter.h (operator<):
6686         * converter.C (operator<):
6687         * buffer.C (parseSingleLyXformat2Token):
6688         (asciiParagraph):
6689         * ToolbarDefaults.C (read):
6690         * MenuBackend.C (checkShortcuts):
6691         (read):
6692         * LColor.C (getFromGUIName):
6693         (getFromLyXName): use the compare_ascii_no_case instead of
6694         compare_no_case, because in turkish, 'i' is not the lowercase
6695         version of 'I', and thus turkish locale breaks parsing of tags.
6696
6697 2002-07-16  Angus Leeming  <leeming@lyx.org>
6698
6699         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6700         now takes a Buffer const & argument.
6701
6702 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6703
6704         * BufferView.C (resize): check there's a buffer to resize
6705
6706 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6707
6708         * lyxfunc.C: remove dead code
6709
6710         * lyxserver.h:
6711         * lyxserver.C: use lyx_guii::set_read_callback
6712
6713 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6714
6715         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6716         an inset in a RTL paragraph.
6717
6718 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6719
6720         * lyxfunc.C: repaint after a font size update
6721
6722 2002-07-15  André Pönitz <poenitz@gmx.net>
6723
6724         * lyxlength.C: inBP should be able to return negative values
6725
6726 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6727
6728         * lyxfunc.C: use lyx_gui::update_fonts()
6729
6730 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6731
6732         * lyxfunc.C: use lyx_gui::update_color()
6733
6734 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6735
6736         * bufferlist.C:
6737         * lyxfunc.h:
6738         * lyxfunc.C:
6739         * lyxrc.h:
6740         * lyxrc.C: remove file->new asks for name option, and let
6741           buffer-new take an argument
6742
6743 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6744
6745         * BufferView_pimpl.C: remove unneeded extra repaint()
6746
6747 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6748
6749         * LyXAction.C: allow command-sequence with NoBuffer
6750
6751         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6752
6753 2002-07-10  Angus Leeming  <leeming@lyx.org>
6754
6755         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6756
6757 2002-07-09  Angus Leeming  <leeming@lyx.org>
6758
6759         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6760
6761 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6762
6763         * lengthcommon.h: whitespace
6764
6765         * lyxfunc.C: update scrollbar after goto paragraph
6766
6767         * lyxtext.h: factor out page break drawing, and fix it so
6768           page break/added space paints as selected nicely
6769
6770 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6771
6772         * BufferView_pimpl.C: add FIXMEs, clean up a little
6773
6774 2002-07-09  André Pönitz <poenitz@gmx.net>
6775
6776         * lyxfont.[Ch]: support for wasy symbols
6777
6778 2002-07-08  André Pönitz <poenitz@gmx.net>
6779
6780         * BufferView_pimpl.C: apply John's patch for #93.
6781
6782 2002-07-05  Angus Leeming  <leeming@lyx.org>
6783
6784         * BufferView_pimpl.C (buffer): generate previews if desired.
6785
6786         * LColor.h: add "preview" to the color enum.
6787
6788         * LColor.C (LColor): add a corresponding entry to the items array.
6789
6790         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6791         with this buffer.
6792
6793 2002-07-05  Angus Leeming  <leeming@lyx.org>
6794
6795         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6796         The body of the code is now in the method that is passed an ostream &
6797         rather than a file name.
6798         Pass an additional only_preamble parameter, useful for the forthcoming
6799         preview stuff.
6800
6801 2002-07-03  André Pönitz <poenitz@gmx.net>
6802
6803         * lyxfunc.C: simplify getStatus() a bit for math stuff
6804
6805 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6806
6807         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6808
6809 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6810
6811         * text.C (changeRegionCase): do not change case of all the
6812         document when region ends at paragraph end (bug #461)
6813
6814 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6815
6816         * paragraph.C (startTeXParParams):
6817         (endTeXParParams): add \protect when necessary
6818
6819 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6820
6821         * BufferView_pimpl.C (workAreaExpose): remove warning
6822
6823 2002-06-27  Angus Leeming  <leeming@lyx.org>
6824
6825         * Makefile.am: add lyxlayout_ptr_fwd.h.
6826
6827 2002-06-26  André Pönitz <poenitz@gmx.net>
6828
6829         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6830
6831 2002-06-25  Angus Leeming  <leeming@lyx.org>
6832
6833         * lyxfunc.C (dispatch): Comment out the call to
6834         grfx::GCache::changeDisplay. The method no longer exists now that the
6835         pixmap generation part of the graphics loader has been moved into
6836         InsetGraphics.
6837
6838 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6839
6840         * text2.C: layout as layout
6841
6842         * text.C: layout as layout
6843
6844         * tabular.C (OldFormatRead): layout as layout
6845
6846         * paragraph_pimpl.C (TeXDeeper): layout as layout
6847         (realizeFont): layout as layout
6848
6849         * paragraph.C (writeFile): layout as layout
6850         (validate): layout as layout
6851         (getFont): layout as layout
6852         (getLabelFont): layout as layout
6853         (getLayoutFont): layout as layout
6854         (breakParagraph): layout as layout
6855         (stripLeadingSpaces): layout as layout
6856         (getEndLabel): layout as layout
6857         (getMaxDepthAfter): layout as layout
6858         (applyLayout): layout as layout
6859         (TeXOnePar): layout as layout
6860         (simpleTeXOnePar): layout as layout
6861         (TeXEnvironment): layout as layout
6862         (layout): layout as layout
6863         (layout): layout as layout
6864
6865         * lyxtextclass.C (compare_name): new functor to work with
6866         shared_ptr, layout as layout
6867         (Read): layout as layout
6868         (hasLayout): layout as layout
6869         (operator): layout as layout
6870         (delete_layout): layout as layout
6871         (defaultLayout): layout as layout
6872
6873         * lyxlayout_ptr_fwd.h: new file
6874
6875         * lyxlayout.C (Read): layout as layout
6876
6877         * lyx_cb.C (MenuInsertLabel): layout as layout
6878
6879         * bufferlist.C (newFile): layout as layout
6880
6881         * buffer.C (readLyXformat2): layout as layout
6882         (parseSingleLyXformat2Token): layout as layout
6883         (insertStringAsLines): layout as layout
6884         (asciiParagraph): layout as layout
6885         (latexParagraphs): layout as layout
6886         (makeLinuxDocFile): layout as layout
6887         (simpleLinuxDocOnePar): layout as layout
6888         (makeDocBookFile): layout as layout
6889         (simpleDocBookOnePar): layout as layout
6890         (getLists): layout as layout
6891
6892         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6893
6894         * CutAndPaste.C (cutSelection): layout as layout
6895         (pasteSelection): layout as layout
6896         (SwitchLayoutsBetweenClasses): layout as layout
6897
6898         * BufferView_pimpl.C (Dispatch): layout as layout
6899         (smartQuote): layout as layout
6900
6901         * BufferView2.C (unlockInset): layout as layout
6902
6903 2002-06-24  André Pönitz <poenitz@gmx.net>
6904
6905         * lyxfunc.C: fix #487
6906
6907 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6908
6909         * lyxrc.h:
6910         * lyxrc.C:
6911         * lyxfunc.C: remove display_shortcuts, show_banner
6912
6913 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6914
6915         * Buffer_pimpl.C: oops, update on resize
6916
6917 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6918
6919         * buffer.C:
6920         * converter.C:
6921         * exporter.C:
6922         * lyxfunc.C:
6923         * BufferView.h:
6924         * BufferView.C: use repaint()
6925
6926         * BufferView_pimpl.h:
6927         * BufferView_pimpl.C: s/updateScreen()/repaint()/
6928           as it's a clearer description. Remove superfluous
6929           redraws.
6930
6931 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
6932
6933         * text.C: fix bug 488. Not ideal, but getting
6934           getWord() to work properly for the insets that
6935           matter is more difficult ...
6936
6937 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6938
6939         * BufferView_pimpl.C:
6940         * LyXAction.C:
6941         * commandtags.h:
6942         * lyxfunc.C: remove the six million index lyxfuncs to just
6943           one, and DTRT (bug 458)
6944
6945 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6946
6947         * BufferView.h:
6948         * BufferView.C:
6949         * BufferView_pimpl.h:
6950         * BufferView_pimpl.C: clean up resize() stuff,
6951           and unnecessary updateScreen()s
6952
6953 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
6954
6955         * BufferView.h:
6956         * BufferView.C:
6957         * BufferView_pimpl.h:
6958         * BufferView_pimpl.C:
6959         * lyxfind.h:
6960         * lyxfind.C:
6961         * minibuffer.C: remove focus management of workarea,
6962           not needed. Use screen's greyOut()
6963
6964 2002-06-17  Herbert Voss  <voss@lyx.org>
6965
6966         * converter.C: (convert) do not post a message, when converting
6967         fails, let the calling function decide what to do in this case
6968
6969 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
6970
6971         * lyxfunc.C: tidy up a little
6972
6973 2002-06-16    <alstrup@diku.dk>
6974
6975         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
6976         Got rid of FORMS_H_LOCATION include. Now we are
6977         GUII.
6978
6979 2002-06-15  LyX Development team  <lyx@rilke>
6980
6981         * buffer.[Ch] (sgmlOpenTag):
6982         (sgmlCloseTag): Added support for avoiding pernicious mixed
6983         content. Return number of lines written.
6984
6985         (makeLinuxDocFile):
6986         (makeDocBookFile): Fixed calls to sgml*Tag.
6987         Simple white space clean.
6988
6989         (simpleDocBookOnePar): Simple white space clean.
6990
6991         * tabular.[Ch] (docBook): Renamed to docbook and got another
6992         argument to related with the pernicious mixed content.
6993
6994         (docbookRow): Fixed calls for docbook inset method.
6995
6996 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
6997
6998         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
6999         so it's X11 independent.
7000
7001         * kb*.[Ch]: ditto.
7002
7003         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7004
7005 2002-06-15  Lyx Development team  <lyx@electronia>
7006
7007         * intl.h: Renamed getTrans to getTransManager.
7008
7009 2002-06-14  Angus Leeming  <leeming@lyx.org>
7010
7011         * Makefile.am: nuke forgotten stl_string_fwd.h.
7012
7013 2002-06-12  Angus Leeming  <leeming@lyx.org>
7014
7015         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7016
7017 2002-06-13  Angus Leeming  <leeming@lyx.org>
7018
7019         * LaTeX.C:
7020         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7021
7022 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7023
7024         * kbmap.C (getiso): add support for cyrillic and greek
7025
7026 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7027
7028         * BufferView.h:
7029         * BufferView.C:
7030         * BufferView_pimpl.h:
7031         * BufferView_pimpl.C: move bogus scrolling logic
7032           to xforms
7033
7034 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7035
7036         * lyxfunc.C:
7037         * BufferView_pimpl.C: view->resize() change
7038
7039 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7040
7041         * BufferView_pimpl.C: topCursorVisible
7042           prototype change
7043
7044 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7045
7046         * Makefile.am:
7047         * lyx_gui.h:
7048         * lyx_gui.C: move to frontends/
7049
7050         * main.C:
7051         * lyx_main.h:
7052         * lyx_main.C: changes from above
7053
7054 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7055
7056         * intl.C:
7057         * intl.h:
7058         * kbmap.C:
7059         * kbsequence.C:
7060         * lyx_cb.C:
7061         * lyx_main.C: minor tidy
7062
7063 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7064
7065         * BufferView_pimpl.h:
7066         * BufferView_pimpl.C:
7067         * BufferView.h:
7068         * BufferView.C: make painter() const,
7069           remove dead code
7070
7071         * BufferView2.C: use screen() accessor
7072
7073         * lyx_main.h:
7074         * lyx_main.C: some minor cleanup
7075
7076 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7077
7078         * BufferView_pimpl.h:
7079         * BufferView_pimpl.C: remove enter/leaveView,
7080           use workHeight()
7081
7082 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7083
7084         * BufferView.h:
7085         * BufferView.C:
7086         * BufferView2.C:
7087         * BufferView_pimpl.h:
7088         * BufferView_pimpl.C: only construct screen once,
7089           rename
7090
7091         * lyxrc.C: remove pointless comment
7092
7093 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7094
7095         * BufferView.h:
7096         * BufferView.C: remove active() and belowMouse()
7097
7098         * BufferView_pimpl.h:
7099         * BufferView_pimpl.C: use workarea() not workarea_,
7100           and make it use a scoped_ptr instead
7101
7102 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7103
7104         * lyx_gui.C: add debug message on BadWindow
7105
7106 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7107
7108         * sp_spell.C: fdopen is not part of the C++ standard.
7109
7110         * paragraph.C (InsetIterator): use >= instead of ==
7111
7112 2002-06-07  Angus Leeming  <leeming@lyx.org>
7113
7114         Fixes needed to compile with Compaq cxx 6.5.
7115         * BufferView_pimpl.C:
7116         * DepTable.C:
7117         * buffer.C:
7118         * converter.C:
7119         * encoding.C:
7120         * lyx_gui.C:
7121         * lyx_main.C:
7122         * lyxtextclasslist.C:
7123         * minibuffer.C:
7124         * sp_spell.C:
7125         * tabular_funcs.C:
7126         * vc-backend.C:
7127         all c-library variables have been moved into namespace std. Wrap
7128         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7129
7130         * lyxlength.C:
7131         * tabular-old.C:
7132         * tabular.C:
7133         Add a using std::abs declaration.
7134
7135         * kbmap.h (modifier_pair):
7136         * paragraph.h (InsetTable, InsetList):
7137         * lyxfont.h (FontBits):
7138         type definition made public.
7139
7140         * bufferlist.C (emergencyWriteAll): the compiler complains that
7141         there is more than one possible lyx::class_fun template to choose from.
7142         I re-named the void specialisation as lyx::void_class_fun.
7143
7144         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7145
7146         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7147         the compiler is is unable to find tostr in write_attribute.
7148
7149 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7150
7151         * buffer.C (sgmlError): hide #warning
7152
7153 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7154
7155         * xtl/*: get rid of xtl, which is not in use anyway
7156
7157         * LyXAction.C (init):
7158         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7159         were unimplemented xtl experimentation
7160
7161 2002-06-04  André Pönitz <poenitz@gmx.net>
7162
7163         * lyxfunc.C: disable array operation on simple formulae
7164
7165 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7166
7167         * converter.C: constify a bit
7168
7169 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7170
7171         * lyx_gui.C: check xforms version correctly
7172
7173 2002-04-30  Herbert Voss  <voss@lyx.org>
7174
7175         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7176         "keep" option
7177
7178 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7179
7180         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7181           attempt to register it with a VCS)
7182
7183 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7184
7185         * lyx_main.C (init): honor variables LYX_DIR_13x and
7186         LYX_USERDIR_13x
7187
7188 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7189
7190         * buffer.h:
7191         * buffer.C:
7192         * lyx_main.C: fix a crash on bad command line,
7193           and give a useful exit status on error
7194
7195         * lyxfunc.C (doImport): allow -i lyx to work
7196
7197 2002-03-30  André Pönitz <poenitz@gmx.net>
7198
7199         * lyxfunc.C: mathed font changes
7200
7201 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7202
7203         * LaTeX.C:
7204         * importer.h:
7205         * importer.C:
7206         * lyx_sty.h:
7207         * lyx_sty.C:
7208         * lyxlex.C:
7209         * lyxrow.h:
7210         * lyxtext.h:
7211         * paragraph.h:
7212         * paragraph.C:
7213         * texrow.h:
7214         * texrow.C:
7215         * text.C:
7216         * trans_mgr.h: srcdocs, and some minor cleanups
7217
7218 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7219
7220         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7221         call getFont all the time)
7222
7223 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7224
7225         * switch from SigC signals to boost::signals
7226
7227 2002-05-29  André Pönitz <poenitz@gmx.net>
7228
7229         * paragraph_pimpl.C (getChar): don't call size() too often...
7230
7231 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7232
7233         * paragraph_pimpl.C (insertChar): do not try to update tables when
7234         appending (pos == size())
7235
7236         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7237         in order to reduce drastically the number of comparisons needed to
7238         parse a large document
7239
7240 2002-05-29  André Pönitz <poenitz@gmx.net>
7241
7242         * text.C:
7243         * text2.C:
7244         * lyxtextclass.C:
7245         * sp_pspell.h:
7246         * textclasslist.[Ch]:
7247         * sp_ispell.h: whitespace change
7248
7249 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7250
7251         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7252         lyxaction directly now.
7253
7254 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7255
7256         * trans.C:
7257         * lyxfont.C:
7258         * lyxvc.C: remove unused headers
7259
7260 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7261
7262         * Makefile.am:
7263         * buffer.h:
7264         * undostack.h:
7265         * undostack.C:
7266         * undo_funcs.h:
7267         * undo_funcs.C: some cleanups. Use shared_ptr
7268           and a template for the undo stacks.
7269
7270 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7271
7272         * BufferView_pimpl.h:
7273         * BufferView_pimpl.C:
7274         * kbmap.h:
7275         * kbmap.C:
7276         * kbsequence.h:
7277         * kbsequence.C:
7278         * lyxfunc.h:
7279         * lyxfunc.C:
7280         * text2.C: use key_state/mouse_state
7281
7282 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7283
7284         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7285         and LSubstring
7286
7287         * chset.C: change include order
7288         (loadFile): use boost regex and get rid of LRegex and LSubstring
7289
7290         * Makefile.am (BOOST_LIBS): new variable
7291         (lyx_LDADD): use it
7292
7293         * LaTeX.C: change include order.
7294         (scanAuxFile): use boost regex and get rid of LRegex and
7295         LSubstring
7296         (deplog): ditto
7297
7298 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7299
7300         * ColorHandler.h:
7301         * ColorHandler.C:
7302         * FontInfo.h:
7303         * FontInfo.C: moved to frontends/xforms/
7304
7305         * FontLoader.h:
7306         * FontLoader.C: moved into frontends for GUIIzation
7307
7308         * Makefile.am:
7309         * lyx_gui.C:
7310         * lyxfont.C:
7311         * lyxfunc.C: changes from above
7312
7313 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7314
7315         * LColor.C: remove spurious X include
7316
7317         * BufferView_pimpl.C:
7318         * Makefile.am:
7319         * font.h:
7320         * font.C:
7321         * text.C:
7322         * text2.C: move font metrics to frontends/
7323
7324 2002-05-24  Juergen Vigna  <jug@sad.it>
7325
7326         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7327         setting the undo_cursor.
7328
7329         * ParagraphParameters.h: include local includes first.
7330
7331 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7332
7333         * BufferView_pimpl.C:
7334         * BufferView_pimpl.h:
7335         * Makefile.am:
7336         * WorkArea.h:
7337         * WorkArea.C:
7338         * screen.C: move WorkArea into frontends/
7339
7340         * lyxscreen.h:
7341         * screen.C:
7342         * text.C:
7343         * BufferView.C:
7344         * BufferView2.C: move LyXScreen into frontends/
7345
7346         * lyxlookup.h:
7347         * lyxlookup.C:
7348         * lyx_gui.C: move lyxlookup into frontends/xforms/
7349
7350 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7351
7352         * BufferView2.C:
7353         * BufferView_pimpl.C:
7354         * FontLoader.C:
7355         * LyXView.h:
7356         * LyXView.C:
7357         * Makefile.am:
7358         * WorkArea.C:
7359         * XFormsView.h:
7360         * XFormsView.C:
7361         * buffer.C:
7362         * bufferlist.C:
7363         * bufferview_funcs.C:
7364         * converter.C:
7365         * importer.C:
7366         * lyx_cb.C:
7367         * lyx_gui.C:
7368         * lyx_main.C:
7369         * lyx_find.C:
7370         * lyxfunc.C:
7371         * lyxvc.C:
7372         * minibuffer.C:
7373         * text.C:
7374         * text2.C:
7375         * trans.C:
7376         * vc-backend.C: move LyX/XFormsView into frontends/
7377
7378 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7379
7380         * Makefile.am:
7381         * PainterBase.C:
7382         * PainterBase.h:
7383         * Painter.C:
7384         * Painter.h:
7385         * WorkArea.C:
7386         * WorkArea.h:
7387         * screen.C:
7388         * tabular.C:
7389         * text.C:
7390         * text2.C: move Painter to frontends/
7391
7392 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7393
7394         * buffer.C: comment out some some code that depend upon lyx_format
7395         < 220
7396
7397         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7398         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7399
7400         * buffer.h (NO_COMPABILITY): turn off compability
7401
7402         * ColorHandler.C: include scoped_array.hpp
7403
7404         * font.C: Use more specific smart_ptr header.
7405         * Painter.C: ditto
7406         * gettext.C: ditto
7407         * ShareContainer.h: ditto
7408         * lyx_main.h: ditto
7409         * kbmap.h: ditto
7410         * FontInfo.h: ditto
7411         * BufferView_pimpl.h: ditto
7412         * ColorHandler.h: ditto
7413
7414         * kbmap.C (defkey): change call to shared_ptr::reset
7415
7416 2002-05-21  Juergen Vigna  <jug@sad.it>
7417
7418         * buffer.C (insertErtContents): fix to insert ert asis if it is
7419         non empty. Skip it completely if it contains only whitespaces.
7420
7421 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7422
7423         * BufferView_pimpl.C:
7424         * BufferView2.C: clear selection on paste (bug 393)
7425
7426 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7427
7428         * DepTable.C: include ctime
7429
7430 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7431
7432         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7433
7434 2002-05-14  Juergen Vigna  <jug@sad.it>
7435
7436         * text.C (breakParagraph): fixed function to honor the keepempty
7437         layout in the right maner and also to permit the right breaking
7438         algorithm on empty or non empyt keepempty paragraphs.
7439
7440         * paragraph.C (breakParagraph): we have to check also if the par
7441         is really empty (!size()) for isempty otherwise we do the wrong
7442         paragraph break.
7443
7444 2002-05-10  Juergen Vigna  <jug@sad.it>
7445
7446         * buffer.[Ch] : The following are only changes to the ert
7447         compatibility read reading old LaTeX layout and font stuff and
7448         convert it to ERTInsets.
7449
7450         * buffer.h: added isErtInset().
7451
7452         * buffer.C (struct ErtComp): add a fromlayout bool to check
7453         if we're inside a LaTeX layout.
7454         (isErtInset): new helper function.
7455         (insertErtContents): look for other ert insets before this one
7456         and insert the contents there, so that we don't have subsequent
7457         ERT insets with nothing between them. This way we create only one
7458         inset with multiple paragraphs. Also check if we don't insert only
7459         spaces ' ' as they are ignored anyway afterwards in the .tex file
7460         so if we have only spaces we will ignore this latex part in the
7461         new file.
7462         (parseSingleLyXformat2Token \\layout): better compatibility when
7463         reading layout-latex stuff.
7464         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7465         language tag.
7466         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7467         stuff after reading the inset only get the information back from
7468         the stack.
7469
7470 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7471
7472         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7473
7474         * LaTeXFeatures.C (getBabelOptions): New method.
7475
7476 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7477
7478         * BufferView_pimpl.C (Dispatch): work around missing argument for
7479         'layout'
7480
7481 2002-05-08  Juergen Vigna  <jug@sad.it>
7482
7483         * text.C (leftMargin): handle paragraph leftindent.
7484
7485         * paragraph.C (writeFile): write the new \\leftindent tag.
7486         (validate): handle leftindent code.
7487         (TeXEnvironment): handle paragraphleftindent code again.
7488
7489         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7490
7491         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7492         for paragrap_extra indent code and new token \\leftindent.
7493         (latexParagraphs): handle the leftindent as environment.
7494
7495         * ParameterStruct.h: added leftindent support.
7496
7497         * ParagraphParameters.C (leftIndent): added support functions for
7498         the paragraph left indent.
7499
7500         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7501         more appropriate.
7502
7503 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7504
7505         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7506         inside insetERT.
7507
7508         * text.C (computeBidiTables): No bidi in insetERT.
7509
7510         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7511         in RTL documents.
7512
7513 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7514
7515         * version.C.in: pre 5
7516
7517 2002-05-02  José Matos  <jamatos@fep.up.pt>
7518         * buffer.C (makeDocBookFile): white space changes, add newline to
7519         command styles.
7520         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7521
7522         * tabular.C (docBook): fix typo.
7523
7524 2002-05-03  Juergen Vigna  <jug@sad.it>
7525
7526         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7527         change in LyXText as we can not be sure it was not freed.
7528         (drawOneRow): remove unused code.
7529
7530         * text.C (drawInset): redo the calculation of the need_break_row as
7531         it could have a row which was already freed.
7532         (draw): look at the return value of drawInset and return false if
7533         it also returned false.
7534         (paintRowText): look at the return value of draw and return false if
7535         it also returned false.
7536
7537         * lyxtext.h: added bool return type to drawInset() and draw() so that
7538         if we have a change in the row so that the rowbreak has to be redone
7539         we abort drawing as it will be called again.
7540
7541 2002-05-02  Juergen Vigna  <jug@sad.it>
7542
7543         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7544         a change in the maintext also if we're inside an inset.
7545         (Dispatch): set the cursor again after a break line and after the
7546         screen has been updated as it could be we're in a different row.
7547
7548         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7549         to set the cursor behind the pargraph with > size().
7550         (setCursor): check also for the same paragraph when checking where
7551         to put the cursor if we have a NFR inset.
7552
7553         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7554         parts of layout read further up as it still was in the wrong
7555         position.
7556
7557 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7558
7559         * screen.C (drawFromTo): change sine fullRebreak always return
7560         true.
7561
7562         * buffer.C (parseSingleLyXformat2Token): reindent some
7563
7564         * BufferView_pimpl.C (update): change since fullRebreak always
7565         return true.
7566         (Dispatch): git rid of the last hardcoded "Standard"s.
7567
7568 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7569
7570         * text2.[Ch] (fullRebreak): make it return void now that we always
7571         returned true.
7572
7573 2002-04-30  Juergen Vigna  <jug@sad.it>
7574
7575         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7576         ert compatibility check for "latex" layout.
7577
7578 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7579
7580         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7581         minipages: use col% instead of p%, and also use the current font.
7582         (makeLaTeXFile): Fix use babel condition.
7583         (parseSingleLyXformat2Token): Correct font when reading old floats.
7584
7585 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7586
7587         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7588         inserting list of floats.
7589
7590 2002-04-25  Herbert Voss  <voss@lyx.org>
7591
7592         * MenuBackend.C (expand): don't add the graphics extensions to the
7593         export menu
7594
7595 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7596
7597         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7598         non-existing layout, do not complain if it was the default layout
7599         of the original class (bug #342)
7600
7601 2002-04-24  Juergen Vigna  <jug@sad.it>
7602
7603         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7604         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7605
7606 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7607
7608         * buffer.C (getBibkeyList): If using \bibliography, return the
7609         option field with the reference itself. Enables us to provide natbib
7610         support when using \bibliography.
7611
7612 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7613
7614         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7615
7616         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7617         natbib is provided by the LaTeX class.
7618
7619 2002-04-23  Juergen Vigna  <jug@sad.it>
7620
7621         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7622         Wakeup functions.
7623
7624         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7625
7626 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7627
7628         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7629
7630         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7631         ensuremath around textordmasculine, textordfeminine and
7632         textdegree.
7633
7634 2002-04-19  Juergen Vigna  <jug@sad.it>
7635
7636         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7637         reinitializing the buffer otherwise row-dimensions may be wrong.
7638         (update): reset also the selection cursors if they do exits otherwise
7639         their x/y positions may be wrong.
7640
7641         * text2.C (cursorDown): don't enter the inset if we came from a row
7642         above and are one row over the inset.
7643
7644         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7645         really leaving an inset.
7646
7647 2002-04-18  Juergen Vigna  <jug@sad.it>
7648
7649         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7650         of the selected paragraph does not have the selected layout also if
7651         the last one had!
7652
7653         * text2.C (setLayout): fixed bug which did not change last selected
7654         paragraph.
7655
7656         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7657         changed the read and substituted \\end_float with \\end_inset!
7658
7659         * BufferView_pimpl.C (cursorPrevious):
7660         (cursorNext): fixed to make it work with rows heigher than the work
7661         area without moving the cursor only the draw of the row.
7662         (workAreaMotionNotify): fix jumping over high rows.
7663
7664 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7665
7666         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7667         Ressler.
7668
7669 2002-04-16  Juergen Vigna  <jug@sad.it>
7670
7671         * text2.C (setCursor): set also the irow().
7672         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7673         (cursorUp):
7674         (cursorDown): support for locking an inset if the x_fix value goes
7675         inside it. That way I can transverse insets too with cursor up/down.
7676
7677         * lyxrow.h: added irow helper function same as other (i) functions.
7678
7679         * BufferView_pimpl.C (cursorPrevious):
7680         (cursorNext): fixed for insets!
7681
7682 2002-04-15  Juergen Vigna  <jug@sad.it>
7683
7684         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7685         position otherwise it is wrong in some cases.
7686
7687         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7688         inside the inset before the call.
7689
7690 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7691
7692         * buffer.[Ch] (getBibkeyList): make it const.
7693
7694 2002-04-12  Juergen Vigna  <jug@sad.it>
7695
7696         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7697
7698         * text2.C (getCursorX): new helper function
7699         (setCursor): compute also ix_
7700         (setCursorFromCoordinates): set also ix.
7701
7702         * lyxcursor.h: added ix_ and helper functions.
7703
7704         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7705
7706         * buffer.C (insertStringAsLines): dont break paragraph if the this
7707         paragraph is inside an inset which does not permit it!
7708
7709         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7710         also with no chars on this paragraph.
7711         (paintRowText): only paint stuff if it's inside the workarea!
7712
7713         * paragraph.C (breakParagraph): honor keepempty flag and break the
7714         paragraph always below not above.
7715
7716         * BufferView2.C (unlockInset): update the paragraph layout on inset
7717         unlock as we changed paragraph in such a case.
7718
7719         * lyxfind.C (LyXFind): clear the former selection if not found!
7720
7721         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7722         again called in insertChar().
7723
7724         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7725         an inset which uses the whole row!
7726         (rightMargin): ditto.
7727         (insertChar): force a rebreak if we inserted an inset!
7728
7729 2002-03-28  Herbert Voss  <voss@lyx.org>
7730
7731         * lyxlength.[Ch]: add inBP() to get the right PS-point
7732         units (BigPoint). With inPixels we have rounding errors
7733
7734 2002-04-11  Juergen Vigna  <jug@sad.it>
7735
7736         * text2.C (setCursorFromCoordinates): set iy to the right value.
7737         (setCursor): add check if row->previous exists!
7738
7739         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7740         an old float_type as this was the case in the old code!
7741
7742         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7743
7744         * BufferView2.C (showLockedInsetCursor): use iy
7745         (fitLockedInsetCursor): ditto
7746
7747         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7748         locked insets as there we have the right value now.
7749
7750         * lyxcursor.C: added iy_ variable and iy functions to set to the
7751         baseline of cursor-y of the locked inset.
7752
7753         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7754         (setCursor): fixed for insets which need a full row.
7755
7756         * text.C (rowLastPrintable): don't ignore the last space when before
7757         an inset which needs a full row.
7758         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7759         as last character of a row when before a inset which needs a full row.
7760
7761 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7762
7763         * version.C.in: update date
7764
7765         * text2.C (fullRebreak): try to always return true and see what
7766         happens...
7767
7768 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7769
7770         * MenuBackend.C (expand): use Floating::listName
7771
7772         * FloatList.C (FloatList): add listName argument to the built-in
7773         floats
7774
7775         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7776         text associated with the float.
7777
7778 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7779
7780         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7781
7782 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7783
7784         * ShareContainer.h: add a couple of missing typenames.
7785
7786 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7787
7788         * lyxrc.C (getDescription): use _() correctly rather than N_().
7789
7790 2002-03-28  Herbert Voss  <voss@lyx.org>
7791
7792         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7793         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7794
7795 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7796
7797         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7798         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7799
7800 2002-03-29  Juergen Vigna  <jug@sad.it>
7801
7802         * lyxfunc.C (dispatch): add a missing fitCursor call.
7803
7804         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7805         it was scrolled by a cursor move, so return the bool status.
7806
7807         * BufferView.C (fitCursor): return the bool flag also to the outside
7808         world as this is needed.
7809
7810         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7811
7812         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7813         call the edit() as it is not needed (and wrong) IMO.
7814         (workAreaButtonPress): set the screen_first variable before evt.
7815         unlock the inset as this may change screen_first and then we have
7816         a wrong y position for the click!
7817
7818 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7819
7820         * MenuBackend.C (expand): another translation that I missed
7821
7822 2002-03-28  Juergen Vigna  <jug@sad.it>
7823
7824         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7825
7826         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7827
7828 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7829
7830         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7831
7832         * MenuBackend.C (expand): fix export/view/update when there is no
7833         document open.
7834
7835 2002-03-27  Herbert Voss  <voss@lyx.org>
7836
7837         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7838         and text%
7839
7840 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7841
7842         * bufferview_funcs.C (currentState): only show paragraph number
7843         for is DEVEL_VERSION is set.
7844
7845         * lyxfunc.C (dispatch): put warning in INFO channel
7846
7847         * MenuBackend.C (expand): translate the name of floats
7848
7849         * FloatList.C (FloatList): mark the float names for translation
7850
7851         * converter.C (convert): use LibScriptSearch
7852
7853 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7854
7855         * MenuBackend.C (defaults): fix default menu (we might as well get
7856         rid of it...)
7857
7858 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7859
7860         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7861         directory.
7862
7863 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7864
7865         * lyxvc.C: reorder includes.
7866
7867 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7868
7869         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7870           properly
7871
7872 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7873
7874         * CutAndPaste.C: change layouts earlier on paste
7875           to avoid crashing when calling getFont()
7876
7877 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7878
7879         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7880         irritating #error.
7881
7882 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7883
7884         * WorkArea.C: remove 'Pending' debug message.
7885
7886         * most files: ws cleanup
7887
7888         * buffer.[Ch]: ws changes
7889
7890         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7891
7892 2002-03-21  Juergen Vigna  <jug@sad.it>
7893
7894         * tabular.C (SetMultiColumn): collapse also the contents of the
7895         cells and set the last border right. Added a Buffer const * param.
7896
7897 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7898
7899         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7900         linking or not.
7901
7902 2002-03-19  Juergen Vigna  <jug@sad.it>
7903
7904         * text2.C (clearSelection): reset also xsel_cache.
7905
7906         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
7907         where it needs to be called (John tells us to do so too :)
7908         (selectionLost): reset sel_cache.
7909
7910         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
7911
7912 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7913
7914         * text2.C (setCursorIntern): put debuging code in INSETS channel
7915
7916 2002-03-19  André Pönitz <poenitz@gmx.net>
7917
7918         * lyxfunc.C: tiny whitespace change
7919
7920 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7921
7922         * ToolbarDefaults.C (init):
7923         * LyXAction.C (init):
7924         * commandtags.h:
7925         * BufferView_pimpl.C (Dispatch):
7926         * lyxfunc.C (dispatch): remove LFUN_DEPTH
7927
7928 2002-03-19  Allan Rae  <rae@lyx.org>
7929
7930         * exporter.C (Export): removeAutoInsets before doing anything else.
7931         While I've just introduced a dependency on BufferView this really is
7932         the best place to clean the buffer otherwise you need to cleanup in
7933         a dozen places before calling export or cleanup in a dozen functions
7934         that export calls.
7935
7936         * converter.C (runLaTeX):
7937         (scanLog): Better handling of removeAutoInsets and screen updates.
7938
7939         * lyxfunc.C (dispatch): small whitespace changes
7940
7941 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7942
7943         * WorkArea.C (C_WorkAreaEvent): return a value.
7944         (event_cb): return 1 if we handled the event, 0 otherwise.
7945
7946         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
7947
7948 2002-03-18  Juergen Vigna  <jug@sad.it>
7949
7950         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
7951         (GetAdditionalWidth): ditto.
7952         (RightLine): ditto.
7953         (LeftLine): ditto.
7954
7955         * BufferView2.C (copy): use getLyXText() so that we do it inside an
7956         inset if we're there actually (probably not used right now but this
7957         is the direction to go for unifying code).
7958         (paste): disable code to clear the selection.
7959
7960         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
7961         inside an InsetText and move the check further up as it is in the
7962         wrong place.
7963
7964         * text2.C (pasteSelection): set a selection over the pasted text.
7965
7966 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
7967
7968         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
7969         and libgraphics to build on Cygwin.
7970
7971 2002-03-15  Juergen Vigna  <jug@sad.it>
7972
7973         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
7974         inserting an Inset into the paragraph. I know this is not the best
7975         fix but we already use current_view in CutAndPaste so we will remove
7976         all of it's using at the same time.
7977
7978         * buffer.C (sgmlError): deactivated function till it is rewritten in
7979         the right mode, now it can create problems.
7980
7981         * paragraph.C (isLineSeparator): check if getInset returns != 0,
7982         before accessing it.
7983
7984 2002-03-14  Juergen Vigna  <jug@sad.it>
7985
7986         * undo_funcs.C (textHandleUndo): do the right thing when updating
7987         the inset after the undo/redo.
7988
7989         * text2.C (setCursor): just some testcode for #44 not ready yet.
7990
7991         * undo_funcs.C (textHandleUndo): set the next() and previous()
7992         pointers of the paragraph to 0 before deleting otherwise we have
7993         problems with the Paragraph::[destructor].
7994
7995         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
7996         on a paragraph insertion.
7997
7998 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7999
8000         * buffer.C (asciiParagraph): use += operator for char append to
8001         string.
8002
8003         * paragraph.C (getFontSettings): compare >= not just >
8004         (highestFontInRange): ditto
8005         (setFont): ditto
8006
8007 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8008
8009         * paragraph.C: change several algorithm to be more appripriate for
8010         the problem domain. This is lookip in FontList and in the InsetList.
8011
8012 2002-03-13  André Pönitz <poenitz@gmx.net>
8013
8014         * commandtags.h:
8015         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8016
8017 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8018
8019         * commandtags.h:
8020         * LyXAction.C:
8021         * lyxfunc.C:
8022         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8023
8024 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8025
8026         * Painter.C (display): anon helper function, adjust code for this
8027         change.
8028         (pixmap): remove function.
8029
8030         * Painter.h: remove private display variable.
8031
8032         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8033
8034 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8035
8036         * WorkArea.[Ch]: remove figinset_canvas cruft.
8037
8038 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8039
8040         * lyxtextclass.C (operator): add one item cache optimization.
8041
8042         * bufferlist.h: doxy changes
8043
8044         * bufferlist.C: ws changes
8045
8046         * DepTable.[Ch] (ext_exist): place const in the right spot.
8047
8048         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8049         call resizeInsets.
8050         (workAreaExpose): call resizeInsets when the with BufferView changes.
8051         (Dispatch): adjust for protectedBlank removal
8052         (specialChar): call updateInset if the insert went ok.
8053
8054         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8055         specialChar instead.
8056
8057         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8058
8059         * BufferView.h: doxy change
8060
8061         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8062
8063         * lyxtextclass.C (operator[]): remove non-const version
8064         (defaultLayout): remove non-const version
8065
8066 2002-03-12  Juergen Vigna  <jug@sad.it>
8067
8068         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8069         did resize the LyXText too.
8070
8071         * buffer.C (readLyXformat2): set layout information on newly allocated
8072         paragraphs.
8073
8074         * tabular.C (OldFormatRead): set layout information on the paragraph.
8075
8076 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8077
8078         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8079
8080 2002-03-11  Juergen Vigna  <jug@sad.it>
8081
8082         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8083         plainly wrong.
8084         (resizeCurrentBuffer): force also the insets to resize themselfes.
8085         (moveCursorUpdate): fixed up for InsetText.
8086
8087 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8088
8089         * commandtags.h:
8090         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8091         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8092         value of Dialogs::tooltipsEnabled().
8093         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8094
8095 2002-03-08  Juergen Vigna  <jug@sad.it>
8096
8097         * BufferView_pimpl.C (updateInset): update inset inside inset also
8098         if it isn't inside theLockingInset().
8099
8100 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8101
8102         * buffer.C (asciiParagraph): redo some of the word and line length
8103         handling.
8104         (getLists): look for Caption instead of caption.
8105
8106 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8107
8108         * buffer.C (Buffer): initialize niceFile to true
8109         (makeLaTeXFile):
8110         (makeLinuxDocFile):
8111         (makeDocBookFile): make sure niceFile is true on exit
8112
8113 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8114
8115         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8116
8117 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8118
8119         * LyXSendto.C: remove.
8120         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8121         * lyx_gui.C: remove now-redundant comment.
8122         * ColorHandler.h: remove forward declaration of class WorkArea.
8123         * lyxfunc.C: remove #include "WorkArea.h".
8124
8125 2002-03-07  Juergen Vigna  <jug@sad.it>
8126
8127         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8128         got moved away with the DEPM and also set the inset_owner always
8129         right which before could have been omitted.
8130
8131 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8132
8133         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8134         wanted layout is not found.
8135
8136 2002-03-07  Juergen Vigna  <jug@sad.it>
8137
8138         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8139
8140 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8141
8142         * paragraph.C (breakParagraph): use default layout not layout of
8143         prev paragraph.
8144         (Paragraph): clear ParagraphParameters.
8145
8146 2002-03-06  Juergen Vigna  <jug@sad.it>
8147
8148         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8149         otherwise it would not be a valid lenght. Fixed a special case in
8150         the minipage compatibility read where we end the document with a
8151         minipage.
8152
8153         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8154         was set as it could be 0 for InsetTexts first entry.
8155
8156 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8157
8158         * paragraph.C (writeFile): if layout is empty write out
8159         defaultLayoutName().
8160
8161         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8162         file without named layout we set layout to defaultLayoutName().
8163
8164 2002-03-06  Juergen Vigna  <jug@sad.it>
8165
8166         * CutAndPaste.C (copySelection): set layout for new paragraph.
8167
8168         * text.C (prepareToPrint): leave ERT inset left aligned
8169         (leftMargin): don't indent paragraphs inside ERT insets
8170
8171 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8172
8173         * paragraph.C (breakParagraph): dont call clear do the work manually
8174
8175         * paragraph.[Ch] (clear): remove function
8176
8177 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8178
8179         * paragraph.C (Paragraph): dont call clear, the work has already
8180         been done.
8181
8182         * lyxtextclass.C (operator): assert if n is empty
8183
8184         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8185         work manually instead.
8186
8187 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8188
8189         * BufferView_pimpl.C: protect selectionLost against text == 0
8190
8191 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8192
8193         * text.C (breakParagraph): fix a setting layout to '0' problem.
8194
8195 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8196
8197         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8198         final location of file, for the included files, and graphics.
8199
8200 2002-03-05  Juergen Vigna  <jug@sad.it>
8201
8202         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8203
8204 2002-03-04  Juergen Vigna  <jug@sad.it>
8205
8206         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8207
8208         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8209         last column of multicolumn cells.
8210         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8211
8212 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8213
8214         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8215         file if it doesn't go to a temporary file.
8216
8217         * buffer.C (sgmlOpenTag):
8218         (sgmlCloseTag):  remove extra newline insertion.
8219
8220 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8221
8222         * text.C (getRowNearY): comment out debug msg
8223
8224 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8225
8226         * text2.C: first -> first_y
8227
8228         * text.C (getRowNearY): add some attemts at a possible
8229         optimization, not working.
8230
8231         * tabular.[Ch]: add BufferParams to several function so that newly
8232         created paragraph can be initialized to he default layotu for the
8233         buffers textclass.
8234
8235         * tabular-old.C (ReadOld): add buf->params to call of Init
8236
8237         * screen.C: rename text->first to text->first_y
8238
8239         * paragraph.C (breakParagraph): always set layout in the broken
8240         paragraph
8241
8242         * lyxtextclass.C (Read): remove lowercase
8243         (hasLayout): ditto
8244         (operator): ditto
8245         (delete_layout): ditto
8246
8247         * lyxtext.h: rename first -> first_y
8248
8249         * lyxlayout.C (Read): remove lowercase
8250         (name): ditto
8251         (setName): ditto
8252         (obsoleted_by): ditto
8253
8254         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8255
8256         * buffer.C (insertErtContents): add params are to InsetERT
8257         (parseSingleLyXformat2Token): add code to check if a paragraphs
8258         layout really exist.
8259         (parseSingleLyXformat2Token): add params to several inset
8260         constructors
8261         (asciiParagraph): remove lowercase, do the layout comparisons with
8262         no_case
8263
8264         * BufferView_pimpl.C (cursorNext): first -> first_y
8265         (resizeCurrentBuffer): first -> first_y
8266         (updateScrollbar): first -> first_y
8267         (scrollCB): first -> first_y
8268         (workAreaMotionNotify): first -> first_y
8269         (workAreaButtonPress): first -> first_y
8270         (checkInsetHit): first -> first_y
8271         (cursorPrevious): first -> first_y
8272         (cursorNext): first -> first_y
8273         (Dispatch): add buffer_->params to severl inset contructors
8274
8275 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8276
8277         * lyxlayout.C (Read): remove some debug info that I forgot.
8278
8279         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8280         clean up the code slightly.
8281         (makeLinuxDocFile): ditto
8282         (makeDocBookFile): ditto
8283
8284         * text2.C: layout as string
8285
8286         * text.C: layout as string
8287
8288         * paragraph_pimpl.C: layout as string
8289
8290         * paragraph.[Ch]: layout as string
8291
8292         * lyxtextclasslist.[Ch]: layout as string
8293
8294         * lyxtextclass.[Ch]: layout as string
8295
8296         * lyxtext.h: layout as string
8297
8298         * lyxlayout.[Ch]: layout as string
8299
8300         * lyx_cb.C: layout as string
8301
8302         * bufferview_funcs.C: layout as string
8303
8304         * bufferparams.C: layout as string
8305
8306         * buffer.C: layout as string
8307
8308         * LyXView.[Ch]: layout as string
8309
8310         * LaTeXFeatures.[Ch]: layout as string
8311
8312         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8313
8314         * BufferView_pimpl.C: change current_layout to string, remove
8315         lyx::layout_type.
8316         (Dispatch):
8317         (smartQuote):
8318         (insertInset):
8319         (workAreaButtonRelease): layout as string
8320
8321         * BufferView2.C (unlockInset): adjust
8322
8323         * vspace.C (asLatexCommand): use an explict temp variable.
8324
8325 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8326
8327         * Makefile.am: use FRONTEND_*
8328
8329 2002-03-01  Juergen Vigna  <jug@sad.it>
8330
8331         * tabular.C (SetWidthOfMulticolCell): changed to something better
8332         I hope but still work in progress.
8333         (recalculateMulticolumnsOfColumn): renamed function from
8334         recalculateMulticolCells as it is more appropriate now.
8335         (SetWidthOfCell): calculate multicols better.
8336
8337 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8338
8339         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8340
8341         * lyxfunc.C (processKeySym): print sequence also if it is
8342         `deleted' (complete)
8343
8344         * kbsequence.C (print): print sequence even if it is deleted
8345         (complete would be a better word, actually).
8346
8347         * lyxfunc.C (dispatch): print complete options after a prefix key
8348
8349         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8350
8351 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8352
8353         * text2.C (setCharFont): eliminate setCharFont code duplication.
8354
8355 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8356
8357         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8358         LFUN_TABULAR_FEATURE (bug #177)
8359
8360 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8361
8362         * Makefile.am: remove figure.h
8363
8364 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8365
8366         * Bufferview_pimpl.C:
8367         * CutAndPasteC:
8368         * LaTeX.C:
8369         * LyXSendto.C:
8370         * buffer.C:
8371         * bufferlist.C:
8372         * converter.C:
8373         * language.C:
8374         * lyxfunc.C:
8375         * lyxvc.C:
8376         * paragraph.C:
8377         * text.C:
8378         * text2.C: remove #include "lyx_gui_misc.h".
8379
8380         * LaTeX.C: added #include <cstdio>
8381
8382 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8383
8384         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8385         that the paragraph following this one can have.
8386
8387         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8388
8389         * vspace.C (asLatexCommand): fix bogus gcc warning
8390
8391         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8392
8393 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8394
8395         * text2.C (setLayout): get rid of redundant code
8396
8397 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8398
8399         * text2.C (incDepth): make sure depth cannot be increased beyond
8400         reasonable values.
8401
8402 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8403
8404         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8405         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8406
8407         * PainterBase.h (image):
8408         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8409         a LyXImage const *.
8410
8411 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8412
8413         * BufferView.C:
8414         * BufferView.h:
8415         * BufferView_pimpl.C:
8416         * BufferView_pimpl.h:
8417         * LaTeXFeatures.C:
8418         * LyXAction.C:
8419         * LyXView.C:
8420         * Makefile.am:
8421         * UpdateList.h:
8422         * UpdateList.C:
8423         * buffer.C:
8424         * figure.h:
8425         * figureForm.C:
8426         * figureForm.h:
8427         * figure_form.C:
8428         * figure_form.h:
8429         * lyx_cb.C:
8430         * lyx_gui.C:
8431         * lyx_gui_misc.C:
8432         * lyxfunc.C:
8433         * sp_base.h:
8434         * sp_ispell.h:
8435         * sp_pspell.h:
8436         * sp_spell.C: remove fig inset, and the crap house of
8437           cards that follows it
8438
8439 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8440
8441         * Makefile.am:
8442         * lyxserver.C:
8443         * os2_defines.h:
8444         * os2_errortable.h:
8445         * nt_defines.h: move .h into support/
8446
8447         * vms_defines.h: remove
8448
8449         * WorkArea.C: add space in debug output
8450
8451         * text2.C:
8452         * paragraph.C:
8453         * buffer.C: add WITH_WARNINGS
8454
8455         * vc-backend.h:
8456         * vc-backend.C:
8457         * bufferlist.C: s/retrive/retrieve/, add docs
8458
8459         * vspace.h:
8460         * vspace.C:
8461         * kbmap.h:
8462         * lyxlength.h:
8463         * lyxgluelength.h:
8464         * length_common.h:
8465         * chset.h:
8466         * chset.C: add docs
8467
8468         * lyxgui.C: add ID to X error handler
8469
8470         * lyxtestclass.c: fix typo
8471
8472 2002-02-26  Juergen Vigna  <jug@sad.it>
8473
8474         * tabular_funcs.C (write_attribute): changed so that some default
8475         attributes are not written at all.
8476         (getTokenValue): set default values before trying to read the
8477         value so we have the return value always set as default if we don't
8478         find the token we search for.
8479
8480         * tabular.C (Write): write bools as bools not as strings!
8481
8482 2002-02-22  Juergen Vigna  <jug@sad.it>
8483
8484         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8485         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8486
8487         * text.C (leftMargin): don't add an indent for paragraphs inside
8488         tabular cells (fix #208).
8489
8490 2002-02-21  José Matos  <jamatos@fep.up.pt>
8491
8492         * tabular.C (docBook): fixed support for long tables.
8493
8494 2002-02-20  Juergen Vigna  <jug@sad.it>
8495
8496         * text2.C (getFont): get the drawing font of the Inset if this
8497         paragraph is inside an inset (only important for InsetERT for now).
8498
8499         * buffer.C (insertErtContents): use new lanugage params in ERT
8500         constructor.
8501
8502         * CutAndPaste.C: commenting out seemingly uneeded code.
8503
8504 2002-02-19  Allan Rae  <rae@lyx.org>
8505
8506         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8507         Iterators might be simple to use but they also get invalidated.
8508         (removeAutoInsets): renamed saved cursor tracking variables and added
8509         some comments to clarify what everything does.
8510
8511 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8512
8513         * Chktex.C:
8514         * LaTeX.C:
8515         * LyXSendto.C:
8516         * converter.C:
8517         * lyx_cb.C:
8518         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8519         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8520
8521         * lyxfunc.C:
8522         * vc-backend.h: remove #include "support/syscall.h"
8523
8524         * LaTeX.C:
8525         * LyXSendto.C:
8526         * converter.C: rearrange #includes in Lars' approved fashion.
8527
8528         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8529         forward declare class Timeout in the header file.
8530
8531         * XFormsView.C: changes due to the above.
8532
8533         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8534         similar to LyXView.
8535
8536         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8537         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8538
8539 2002-02-18  José Matos  <jamatos@fep.up.pt>
8540
8541         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8542         insets contents.
8543
8544 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8545
8546         * a lot of small ws changes
8547         * add a lot of using std::XXX
8548         * use std construcs some places where approp.
8549         * use some exisint stuff from lyxfunctional where approp.
8550         * Make file changes to use partial linking (lets test this now...)
8551
8552 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8553
8554         * Chktex.C:
8555         * buffer.C:
8556         remove #include "support/syscontr.h" as it's redundant. Always has been.
8557
8558         * Chktex.C:
8559         * LaTeX.C:
8560         * LyXSendto.C:
8561         * converter.C:
8562         * lyx_cb.C:
8563         * vc-backend.C:
8564         change Systemcalls::System to Systemcalls::Wait and
8565         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8566         No change of functionality, just reflects the stripped down Systemcalls
8567         class.
8568
8569 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8570
8571         * debug.[Ch]: add a GRAPHICS type to the enum.
8572
8573 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8574
8575         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8576
8577         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8578         there is an inset.
8579
8580 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8581
8582         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8583         match the changes below.
8584
8585         * text2.C (toggleInset): if there is not editable inset at cursor
8586         position, try to see if cursor is _inside_ a collapsable inset
8587         and close it.
8588
8589 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8590
8591         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8592         document menu has a nice checkbox
8593
8594 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8595
8596         * lyxlength.C (asLatexString): change PW to output as percent of
8597         \textwidth.
8598
8599         * lengthcommon.C: change '%' to 't%'
8600
8601         * lyxfunc.C (dispatch): a few comments from Martin
8602
8603 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8604
8605         * WorkArea.h:
8606         * WorkArea.C:
8607         * BufferView_pimpl.h:
8608         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8609           the X selection.
8610
8611 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8612
8613         * vspace.C (inPixels): fix compiler warning
8614
8615 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8616
8617         * lyxfunc.C (getStatus): fix status message for disabled commands.
8618
8619 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8620
8621         * BufferView_pimpl.C: fix crash on close buffer
8622         during selection (#227)
8623
8624 2002-01-27  Herbert Voss  <voss@lyx.org>
8625
8626         * buffer.C: link old Figure to new graphic inset
8627
8628 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8629
8630         * FontLoader.C (getFontinfo): Change the latex font names in order
8631         to match the names of type1inst.
8632
8633 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8634
8635         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8636
8637         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8638         (extchanged): ditto
8639         (ext_exist): ditto
8640         (remove_files_with_extension): ditto
8641         (remove_file): ditto
8642         (write): ditto
8643
8644         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8645         document is smaller than the work area height. Do not initialize
8646         static variables to 0.
8647
8648 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8649
8650         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8651
8652         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8653         LFUN_LAYOUT_PARAGRAPHS.
8654
8655         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8656         tabular. It is possible to provide a possible cell, which will
8657         typically be the actcell from the corresponding insettabular
8658
8659         * lyxfunc.C (getStatus): small cleanup; disable
8660         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8661         true
8662
8663 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8664
8665         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8666
8667         * paragraph.C (startTeXParParams):
8668         (endTeXParParams): new methods. The LaTeX code to
8669         start/end paragraph formatting
8670         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8671         empty (fixes bug #200)
8672
8673         * vspace.C (inPixels): adapt to the change below
8674         (inPixels): [later] more cleanups (remove unused variables)
8675
8676         * lyxlength.C (inPixels): change to use a width and a height as
8677         parameter.
8678
8679 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8680
8681         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8682         Replaced with \paperwidth
8683
8684         * DepTable.C (insert): add std:: qualifier
8685
8686 2002-01-18  Allan Rae  <rae@lyx.org>
8687
8688         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8689         updated also?
8690
8691         * text.C (drawInset): Turned out I didn't know enough about how
8692         rebreaking worked.  This fixes most of the redraw problems.  I see
8693         an occasional cursor trail when a line is broken now and the cursor
8694         placement can seem out by a few pixels also after a rebreak.
8695
8696 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8697
8698         * buffer.C (parseSingleLyXformat2Token): update because minipage
8699         width is now a LyXLength
8700
8701         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8702
8703         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8704         math insets
8705
8706 2002-01-17  Juergen Vigna  <jug@sad.it>
8707
8708         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8709
8710         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8711         is set correctly and the inset is updated correctly.
8712
8713 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8714
8715         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8716         the beginning of the loop.
8717
8718 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8719
8720         * lyxrc.C: improve help for use_scalable_fonts
8721
8722 2002-01-17  Allan Rae  <rae@lyx.org>
8723
8724         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8725
8726 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8727
8728         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8729         make sure to set their inset_owner to the right value (bug #171)
8730
8731 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8732
8733         * DepTable.h
8734         * DepTable.C: Implement mtime checking to reduce time spent doing
8735         CRCs.
8736
8737 2002-01-16  Juergen Vigna  <jug@sad.it>
8738
8739         * tabular.C (GetAdditionalHeight): one of error fixed.
8740
8741         * lyxrc.C (output): small fix in writing use_pspell.
8742
8743 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8744
8745         * sp_base.h: #include LString.h
8746
8747 2002-01-16  Allan Rae  <rae@lyx.org>
8748
8749         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8750         Can someone check this please?
8751
8752         * text.C (drawInset): It was possible that p.row would be removed by
8753         breakAgainOneRow upsetting a few other settings.  There may be another
8754         small tweak possible by setting need_break_row = 0 when p.row has been
8755         removed but I don't know enough about the logic here.
8756
8757 2002-01-15  Allan Rae  <rae@lyx.org>
8758
8759         * text.C (insertChar): removed conditional truism.
8760
8761         * BufferView2.C (removeAutoInsets): More tweaks.
8762         cur_par_prev could be a stray pointer.  Check for trailing empty line
8763         in case last line was cur_par and only had an error inset on it.
8764
8765 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8766
8767         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8768         absolute
8769
8770         * vc-backend.C (most methods):
8771         * exporter.C (Export):
8772         * converter.C (convert):
8773         (runLaTeX):
8774         * LyXSendto.C (SendtoApplyCB):
8775         * lyxfunc.C (dispatch):
8776         (menuNew):
8777         (open):
8778         (doImport):
8779         * lyx_cb.C (AutoSave):
8780         (InsertAsciiFile):
8781         * BufferView_pimpl.C (MenuInsertLyXFile):
8782         * buffer.C (runChktex): use Buffer::filePath().
8783
8784         * buffer.h: rename filename to filename_; rename filepath to
8785         filepath_ and make it private
8786         (filePath): new method
8787
8788         * buffer.C (writeFile): use fileName()
8789         (getLatexName):
8790
8791         * lyx_main.C (init): fix starting  of LyX when the binary is a
8792         link from so,ewhere else.
8793
8794         * minibuffer.C: include <cctype> for isprint
8795
8796 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8797
8798         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8799         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8800         name clash with InsetCollapsable's width function.
8801
8802 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8803
8804         * lastfiles.C: include <iterator>
8805
8806 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8807
8808         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8809         std::count.
8810
8811         * buffer.C (makeLaTeXFile): ditto.
8812         Also make loop operation more transparent.
8813
8814 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8815
8816         * ToolbarDefaults.C: remove trailing comma closing namespace.
8817
8818         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8819
8820         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8821         as in WorkArea.
8822
8823         * trans.C (Load): comment out unused variable, allowed.
8824
8825 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8826
8827         * minibuffer.[Ch] (append_char): new method to recieve input from the
8828         drop-down completion browser. If a key was pressed, then recieve this
8829         char and append it to the existing string.
8830         (peek_event): modify the positioning data passed to the completion
8831         browser so that it can be placed above the minibuffer rather than below.
8832 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8833
8834         * LyXAction.C (init): alloe error-next for readonly documents.
8835
8836         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8837         count.
8838
8839 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8840
8841         * bufferlist.C (readFile): create the buffer _after_ checking that
8842         the file exists.
8843
8844         * lyxfunc.C (verboseDispatch): fix handling of arguments
8845
8846         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8847
8848         * lyxrc.C: use string::erase() instead of initializing to "".
8849
8850
8851 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8852
8853         * BufferView_pimpl.h:
8854         * BufferView_pimpl.C:
8855         * WorkArea.h:
8856         * WorkArea.C:
8857         * text2.C: tell X when we have made a selection for copying
8858
8859 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8860
8861         * BufferView_pimpl.C (MenuInsertLyXFile):
8862         * lyxfunc.C (menuNew):
8863         (open):
8864         (doImport): add shortcuts to directory buttons
8865
8866         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8867         open a float)
8868
8869         * lyxfunc.C (setStatusMessage):
8870         (getStatusMessage): new methods
8871         (getStatus):use setStatusMessage instead of setErrorMessage
8872         (dispatch): when function is disabled, set error message here
8873         [instead of in getStatus previously]
8874
8875         * BufferView_pimpl.C (workAreaButtonRelease): update
8876         toolbar/menubar here too.
8877
8878 2002-01-13  Allan Rae  <rae@lyx.org>
8879
8880         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8881         Now seems indestructible.  Remaining task is to audit all other
8882         code affected by deleteEmptyParagraphMechanism.  One small quirk
8883         left is that an empty document with an error in the preamble can
8884         be made to report an error but no error box appears.  I don't know
8885         where it goes.
8886         (removeAutoInsets): Improved comments.
8887
8888 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8889
8890         * Thesaurus.h:
8891         * Thesaurus.C: update for Aiksaurus 0.14
8892
8893 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8894
8895         * text2.C (firstParagraph): removed member function, all uses
8896         replaces with ownerParagraph
8897         (redoParagraphs): here
8898         (updateInset): here
8899         (toggleAppendix): here
8900         * BufferView2.C (insertErrors): here
8901         (setCursorFromRow): here
8902
8903 2002-01-13  Allan Rae  <rae@lyx.org>
8904
8905         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
8906         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
8907         There is still a way to segfault this although you may have to do this
8908         multiple times: Have an InsetERT with an unknown command in it.
8909         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
8910         <down-arrow>, <Enter> again, View->DVI, BANG!
8911
8912         * text2.C (setCursor):
8913         (deleteEmptyParagraphMechanism):
8914         * lyxtext.h (setCursor):
8915         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
8916         Making use of the return value may help fix other bugs.
8917
8918 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8919
8920         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
8921
8922         * LyXView.C (updateMenubar): call MenuBar::update here
8923         (updateToolbar): but not here
8924         (showState): do not update toolbar/menubar
8925
8926         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
8927         should need to care about that.
8928
8929         * lyxfunc.C (verboseDispatch): simplify a bit
8930         (getStatus): have a version which takes a pseudoaction, and
8931         another which requires a (kb_action,string).
8932
8933         * LyXAction.C (retrieveActionArg): make it work also when action
8934         is not a pseudo-action.
8935         (getActionName): simplify a bit
8936         (helpText):
8937
8938 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8939
8940         * lyxfunc.C (verboseDispatch): new families of methods with
8941         several ways to specify a command and a bool to indicate whether
8942         the command name and shortcut should be displayed in minibuffer
8943         (eventually, we could extend that to a finer bitmask like
8944         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
8945         (dispatch): the pristine dispatch command which just, well,
8946         dispatchs! Note it still sets its result to minibuffer; I'm not
8947         sure we want that.
8948
8949         * lyxfunc.h: remove setHintMessage
8950
8951         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
8952
8953 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8954
8955         * BufferView_pimpl.C (specialChar): delete new inset if we have
8956         not been able to insert it.
8957
8958         * kbmap.C: revert to using int instead of kb_action, since all we
8959         are dealing with is pseudo-actions.
8960
8961         * LyXAction.C (searchActionArg): change to return int instead of
8962         kb_action, since the result is a pseudoaction.
8963
8964 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
8965
8966         * buffer.C (insertErtContents): Fix (partially) the font bug.
8967
8968 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8969
8970         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
8971         as the other one is broken on my machine!
8972
8973 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
8974
8975         * commandtags.h:
8976         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
8977
8978 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
8979
8980         * lyxrc.[Ch]: change names and descriptions of popup font variables to
8981         reflect their actual use. Provide compatibility code for older lyxrc
8982         files.
8983
8984         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
8985         FL_NORMAL_STYLE.
8986         change names of popup font variables in line with the changes to lyxrc.C
8987
8988 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8989
8990         * buffer.C (asciiParagraph): avoid outputing a word twice after
8991         an inset.
8992
8993         * lyxrc.C (getDescription): document that document_path and
8994         template_path can be empty.
8995
8996 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8997
8998         * LaTeXFeatures.C (getMacros):
8999         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9000
9001         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9002
9003         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9004         getPackages.
9005         (getPackages): rename feature "floats" to "float". Use an array to
9006         iterate over 'simple' features (i.e. just a \usepackage). Add
9007         handling of "amsmath" (renamed from "amsstyle").
9008
9009 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9010
9011         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9012         features list.
9013
9014 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9015
9016         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9017         FuncStaus::FuncStatus & FuncStaus::some_method().
9018
9019 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9020
9021         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9022         of the func_satus stuff. Edited and massaged in various ways by
9023         JMarc.
9024
9025         * lyxfunc.C (getStatus): use FuncStatus
9026
9027 2002-01-08  Juergen Vigna  <jug@sad.it>
9028
9029         * text.C (nextBreakPoint): use function Inset::isChar().
9030
9031         * paragraph.C (TeXOnePar): use function
9032         Inset::forceDefaultParagraphs.
9033
9034         * buffer.C (latexParagraphs): use function
9035         Inset::forceDefaultParagraphs.
9036
9037 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9038
9039         * lyx_gui.C (init): set the style of the menu popups to
9040         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9041
9042 2002-01-07  Juergen Vigna  <jug@sad.it>
9043
9044         * text.C (setHeightOfRow): small fix
9045         (prepareToPrint): don't look at alignment if we don't have the place
9046         for doing it.
9047
9048 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9049
9050         * box.C: New file. Move the Box methods and functions out of box.h,
9051         following Lars' suggestion.
9052
9053 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9054
9055         * box.h: #include "support/LOstream.h", needed for inlined function.
9056
9057         * lyxtextclass.C:
9058         * lyxtextclasslist.C: added some using std declarations.
9059
9060 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9061
9062         * box.h: make signed dimensions to allow insets wider than
9063           the screen (bug #162)
9064
9065         * BufferView_pimpl.C: add some insetHit debug
9066
9067 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9068
9069         * vc-backend.C: add FIXME
9070
9071 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9072
9073         * lyxfunc.C (getStatus): enable code for showing math font status
9074         in toolbar/menu.
9075
9076 2002-01-07  Juergen Vigna  <jug@sad.it>
9077
9078         * text.C (nextBreakPoint): removed debug output not needed anymore.
9079
9080 2002-01-06  Juergen Vigna  <jug@sad.it>
9081
9082         * text.C (nextBreakPoint): fixed up this function we had this bug
9083         since ever but now hopefully we break row better.
9084         (insertChar): we have to check if an inset is the next char as it
9085         could now happen that a large inset is causing a break.
9086
9087 2002-01-05  Juergen Vigna  <jug@sad.it>
9088
9089         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9090         if it doesn't like to be drawed.
9091
9092 2002-01-04  Juergen Vigna  <jug@sad.it>
9093
9094         * BufferView2.C (lockInset): forgot to set a cursor.
9095
9096         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9097
9098 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9099
9100         * FormMathsPanel.C:
9101         * FormMathsPanel.h
9102         * MathsSymbols.C:
9103         * form_maths_panel.C:
9104         * form_maths_panel.h:
9105         * form_maths_panel.fd: implemented sub- and super- buttons in math
9106         panel.
9107
9108         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9109         (or ^ space) to be used as in TeX (req'd by André).
9110
9111         * lyxfunc.C: Allow ^ and _ again to be used both as
9112         super/subscript (mathed) and as themselves (in text).
9113
9114 2002-01-03  Allan Rae  <rae@lyx.org>
9115
9116         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9117         "LyX" or the filename of the current buffer if it has one.  This is a
9118         modified form of John Levon's patch.
9119
9120         * XFormsView.C (setWindowTitle): also set icon title.
9121
9122         * LyXView.h (setWindowTitle): signature changed.
9123         * XFormsView.h (setWindowTitle): ditto.
9124
9125 2002-01-02  Juergen Vigna  <jug@sad.it>
9126
9127         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9128
9129 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9130
9131         * screen.C (topCursorVisible): introduce a temp var for
9132         text->cursor.row(), handle the case where this row is null. (kindo
9133         hachish)
9134
9135         * text2.C (setCursor): add a couple of asserts.
9136
9137         * paragraph.h (inset_iterator): add -> operator
9138
9139         * paragraph.[Ch] (autoDeleteInsets): remove member function
9140
9141         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9142         cursor pos correctly and handle inset deletion by itself.
9143         (insertErrors): move iterator declaration out of for expression
9144
9145         * lyxtextclass.C: add <algorithm>
9146
9147         * Makefile.am: added the new files to sources, removed layout.C
9148
9149         * layout.C: removed file
9150
9151         * layout.h: remove LYX_DUMMY_LAYOUT
9152
9153         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9154         layout.
9155
9156         * lyxlayout.[Ch]:
9157         * lyxtextclass.[Ch]:
9158         * lyxtextclasslist.[Ch]: new files
9159
9160         * include order changes to a lot of files, also changes because of
9161         the six new files.
9162
9163 2001-12-27  Juergen Vigna  <jug@sad.it>
9164
9165         * buffer.C (asciiParagraph): more fixes.
9166
9167         * tabular.C (ascii): make ascii export support export of only the
9168         data separated by a column-delimiter.
9169         (ascii): better support for ascii export.
9170
9171         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9172
9173 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9174
9175         * tabular_funcs.C: use a "using std::getline" instead of the
9176         previous fix from Angus (necessary for cxx + lyxstring)
9177
9178 2001-12-24  Juergen Vigna  <jug@sad.it>
9179
9180         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9181
9182         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9183         problems. First check a minipage also if we have some ert-contents
9184         (not only on par->size(), second set the right depth of the paragraph
9185         on the relink to the root-paragraph-list!
9186
9187         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9188         which then did not anymore update the main paragraphs on undo/redo!
9189
9190 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9191
9192         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9193         code. Support all font-changing funcs (even those which are not in
9194         menu currently). Support for reporting font settings in
9195         mathed (disabled until Andre provides a function on mathed's side).
9196
9197         * func_status.h (toggle): small helper function to set toggle
9198         state on a flag.
9199
9200 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9201
9202         * tabular_funcs.C: getline -> std::getline
9203
9204 2001-12-21  Juergen Vigna  <jug@sad.it>
9205
9206         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9207         accessed and could be 0 (I couldn't generate this but it seems
9208         Michael could!).
9209
9210 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9211
9212         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9213         * tabular_funcs.h: here and include iosfwd
9214
9215 2001-12-20  Juergen Vigna  <jug@sad.it>
9216
9217         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9218         inside inset but undo_par was.
9219
9220 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9221
9222         * Thesaurus.C: always include <config.h> in sources.
9223
9224         * Painter.h:
9225         * lyxlookup.h:
9226         * box.h: do not include <config.h> in header files
9227
9228         * text.C (paintLastRow): remove unused variable
9229
9230         * text.C (transformChar):
9231         (insertChar):
9232         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9233
9234         * Painter.C (text):
9235         * font.C (width): rewrite to use uppercase() instead of
9236         islower/toupper.
9237
9238         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9239
9240 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9241
9242         * lyxfind.C: clean up of find failure position change
9243
9244 2001-12-20  Juergen Vigna  <jug@sad.it>
9245
9246         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9247
9248         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9249         (TeXRow): added to LaTeX a single tabular row.
9250         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9251         (Latex): simplified and finally good LT-h/f support.
9252         (various_functions): just small adaptions for LT-h/f support.
9253
9254         * tabular_funcs.[hC]: added and moved here all not classfunctions
9255         of LyXTabular.
9256
9257 2001-12-19  Juergen Vigna  <jug@sad.it>
9258
9259         * tabular.[Ch]: better support for longtabular options (not finished
9260         yet!)
9261
9262 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9263
9264         * text.C (paintLastRow): use the label font instead of the font of
9265         the last character to compute the size of *_BOX. This makes more
9266         sense and avoids a crash with empty paragraphs.
9267         Use Painter::rectangle to draw EMPTY_BOX.
9268
9269 2001-12-19  Juergen Vigna  <jug@sad.it>
9270
9271         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9272         the paragraphs if the replaced paragraph is not the first one!
9273         Tried to delete not used paragraphs but does not work yet so for
9274         now it's inside #ifdef's and by default off!
9275
9276 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9277
9278         * MenuBackend.C: include "lyx_main.h" instead of declaring
9279         lastfiles (actually was declared as LastFiles* instead of a
9280         scoped_ptr).
9281
9282 2001-12-17  Juergen Vigna  <jug@sad.it>
9283
9284         * tabular.C (AppendColumn): applied John's fix
9285
9286 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9287
9288         * BufferView.h:
9289         * BufferView.C:
9290         * BufferView_pimpl.h:
9291         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9292
9293         * Makefile.am:
9294         * box.h: new start of class for above
9295
9296         * lyxfunc.C: ignore space-only minibuffer dispatches.
9297           Show the command name when it doesn't exist
9298
9299         * minibuffer.C: don't add empty lines to the history
9300
9301         * minibuffer.C: add a space on dropdown completion
9302
9303 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9304
9305         * text.C: fix line above/below drawing in insets
9306
9307 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9308
9309         * lyxlength.C (LyXLength): Initialize private variables.
9310
9311 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9312
9313         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9314         when inserting error insets.
9315
9316 2001-12-13  Juergen Vigna  <jug@sad.it>
9317
9318         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9319         actually sometimes the before-paragraph.
9320         (setUndo): don't clear the redostack if we're not actually undoing!
9321
9322 2001-12-06  Juergen Vigna  <jug@sad.it>
9323
9324         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9325         and fixed redoing of main paragraph, so we can use it now ;)
9326
9327         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9328
9329 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9330
9331         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9332         Juergen's request
9333
9334 2001-12-13  André Pönitz <poenitz@gmx.net>
9335
9336         * undostack.[Ch]:
9337         * undo_func.C: minor cleanup
9338
9339 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9340
9341         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9342         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9343         font in urw-fonts package which is marked as -urw-fontspecific and
9344         does not work (incidentally, changing the encoding in the
9345         fonts.dir of this package to -adobe-fontspecific fixes the
9346         problem).
9347
9348         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9349         is a crash when undoing first paragraph (Juergen, please take a
9350         look). THis does not mean the undo fix is wrong, just that it
9351         uncovers problems.
9352
9353         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9354         the (Paragraph*) version when needed instead of duplicating the
9355         code.
9356
9357         * text.C (workWidth): use Inset::parOwner to find out where the
9358         inset has been inserted. This is a huge performance gain for large
9359         documents with lots of insets. If Inset::parOwner is not set, fall
9360         back on the brute force method
9361
9362         * paragraph_pimpl.C (insertInset):
9363         * paragraph.C (Paragraph):
9364         (cutIntoMinibuffer): set parOwner of insets when
9365         inserting/removing them
9366
9367         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9368
9369 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9370
9371         * commandtags.h:
9372         * LyXAction.C:
9373         * lyx_main.C:
9374         * lyxfunc.C:
9375         * mathed/formulabase.C:
9376         * mathed/math_cursor.[Ch]:
9377         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9378
9379
9380 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9381
9382         * lyxlength.[Ch] (operator!=): new function
9383
9384 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9385
9386         * text.C (workWidth): use Inset::parOwner to find out where the
9387         inset has been inserted. This is a huge performance gain for large
9388         documents with lots of insets. If Inset::parOwner is not set, fall
9389         back on the brute force method
9390
9391         * paragraph_pimpl.C (insertInset):
9392         * paragraph.C (Paragraph):
9393         (cutIntoMinibuffer): set parOwner of insets when
9394         inserting/removing them
9395
9396         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9397
9398 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9399
9400         * tabular-old.C (getTokenValue):
9401         * tabular.C (getTokenValue):
9402         (write_attribute): new versions for LyXLength
9403         (everywhere): adjust the use of widths
9404
9405         * tabular.h: change the type of widths from string to LyXLength
9406
9407 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9408
9409         * paragraph.C: fixed missing line number count when exporting
9410         Environments to LaTeX file
9411
9412         * buffer.C: added informational message for checking line numbers.
9413
9414 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9415
9416         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9417         paragraph, do the 'double space' part, but not the 'empty
9418         paragraph' one.
9419
9420         * text.C (workWidth): small optimization
9421         (getLengthMarkerHeight): use minimal size for negative lengths.
9422
9423 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9424
9425         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9426
9427         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9428
9429 2001-12-11  André Pönitz <poenitz@gmx.net>
9430
9431         * FontLoader.C:
9432         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9433
9434 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9435
9436         * text2.C: keep selection on a setFont()
9437
9438 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9439
9440         * lyx_cb.C: another bv->text misuse, from insert label
9441
9442 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9443
9444         * kbsequence.h:
9445         * kbsequence.C: re-instate nmodifier mask
9446
9447 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9448
9449         * lyx_main.h: make lyxGUI private.
9450
9451 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9452
9453         * lyxfind.C: place the cursor correctly on failed search
9454
9455 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9456
9457         * text.C (getLengthMarkerHeight): for small heights, the arrows
9458         are not always on top/bottom of the text
9459         (drawLengthMarker): smaller arrows; take the left margin in
9460         account; draw also vfills.
9461         (paintFirstRow):
9462         (paintLastRow): remove special code for vfill and standard spaces,
9463         since everything is handled in drawLengthMarker now.
9464
9465 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9466
9467         * buffer.C (insertErtContents): try to handle font and language
9468         interaction a bit better.g
9469
9470         * ColorHandler.C (updateColor): change the hash to cover the whole
9471         LColor enum, ws cleanup
9472         (getGCLinepars): ditto
9473         (getGCLinepars): only lookup in the linecache once.
9474
9475 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9476
9477         * iterators.C (operator++): Make the iterator more robust
9478
9479         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9480         (John's patch)
9481         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9482
9483 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9484
9485         * lyxtext.h:
9486         * text.C: better added space drawing
9487
9488 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9489
9490         * LyXView.C:
9491         * BufferView2.C: fix layout combo update on inset unlock
9492
9493 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9494
9495         * Makefile.am: don't compile unused files
9496
9497 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9498
9499         * lyxfunc.C:
9500         * commandtags.h:
9501         * LyXAction.C: remove old LFUN_LAYOUTNO
9502
9503 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9504
9505         * paragraph_pimpl.h:
9506         * paragraph_pimpl.C: isTextAt() doesn't need font param
9507
9508 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9509
9510         * lyxlex.h:
9511         * lyxlex.C: little cleanup
9512
9513 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9514
9515         * BufferView_pimpl.C: fix insertAscii for insets
9516
9517 2001-12-05  Juergen Vigna  <jug@sad.it>
9518
9519         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9520         set the right font on the "multi" paragraph paste!
9521
9522 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9523
9524         * trans_decl.h:
9525         * trans_mgr.[Ch]:
9526         * trans.[Ch]:
9527         * lyxgluelength.C:
9528         * lyxlength.C: remove out-commented code.
9529
9530         * BufferView_pimpl:
9531         * CutAndPaste.C:
9532         * DepTable.C:
9533         * buffer.C:
9534         * chset.C:
9535         * lastfiles.C:
9536         * lyxlex.C:
9537         * lyxlex_pimpl.C:
9538         * lyxserver.C:
9539         * screen.C:
9540         * tabular-old.C:
9541         * tabular.C:
9542         * text.C:
9543         * trans_mgr.C:
9544         * vc-backend.C: change "while(" to "while ("
9545
9546         * lyxlength.[Ch]: add zero function to check if length is zero or
9547         not
9548         * lyxgluelength.C: use it
9549
9550 2001-12-05  Allan Rae  <rae@lyx.org>
9551
9552         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9553         Works for 2.95.3, from what I understand of Garst's reports this should
9554         work for other g++ versions.  We're screwed if the abs(int) definition
9555         changed between bugfix releases of gcc.
9556
9557 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9558
9559         * text.C: fix chapter label offset !
9560
9561 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9562
9563         * lyxtext.h:
9564         * text.C: fix hfill at end of line, clean up
9565
9566 2001-12-04  Juergen Vigna  <jug@sad.it>
9567
9568         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9569         that we force an update of the inset and it's owners if neccessary.
9570
9571 2001-12-03  Juergen Vigna  <jug@sad.it>
9572
9573         * text.C (rowLast): simplified code
9574
9575 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9576
9577         * lyxfunc.C: fix show options on timeout
9578
9579 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9580
9581         * screen.C (topCursorVisible): scroll half a page when the cursor
9582         reached top of bottom of screen
9583
9584 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9585
9586         * minibuffer.C: deactivate on loss of focus
9587
9588 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9589
9590         * vspace.[Ch] (operator!=): add operator.
9591
9592 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9593
9594         * BufferView_pimpl.C: refuse to open an inset when
9595         there's a selection.
9596
9597 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9598
9599         * BufferView_pimpl.C: allow to click on RHS of full row insets
9600
9601 2001-11-30  Juergen Vigna  <jug@sad.it>
9602
9603         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9604         insets for undo reasons.
9605
9606 2001-11-28  André Pönitz <poenitz@gmx.net>
9607
9608         * vspace.[Ch]: cosmetical changes
9609
9610 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9611
9612         * LyXAction.h:
9613         * LyXAction.C:
9614         * lyxfunc.h:
9615         * lyxfunc.C:
9616         * kbmap.h:
9617         * kbmap.C:
9618         * lyxrc.C:
9619         * kbsequence.h:
9620         * kbsequence.C: part re-write of old kb code
9621
9622         * Painter.C:
9623         * WorkArea.C: remove Lgb_bug_find_hack
9624
9625 2001-11-30  José Matos <jamatos@fep.up.pt>
9626
9627         * buffer.C (makeDocBookFile): add a comment to point a hack.
9628         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9629         Fixed a double write of labels.
9630
9631 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9632
9633         * LaTeX.C:
9634         * LaTeX.h Fixed bug in LaTeX class where it would not
9635         re-run latex if no depfiles were changed, but the .dvi was removed.
9636
9637 2001-11-28  André Pönitz <poenitz@gmx.net>
9638
9639         * all the files from the change on 2001/11/26:
9640         use lyx::layout_type instead of LyXTextClass::size_type
9641         use lyx::textclass_type instead of LyXTextClassList::size_type
9642
9643 2001-11-29  Juergen Vigna  <jug@sad.it>
9644
9645         * text.C: added support for paragraph::isFreeSpacing()
9646
9647         * buffer.C: same as above
9648
9649         * paragraph.h: inserted isFreeSpacing() function to enable
9650         FreeSpacing inside InsetERT.
9651
9652         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9653         of the paragraph's in the cut/copy buffer to 0!
9654
9655         * text2.C (removeRow): remove the assert as it can!
9656
9657         * lyxtext.h: added helper function firstRow returning firstrow and
9658         made firstrow private again.
9659
9660         * BufferView2.C (lockInset): don't relock if we're already locked!
9661
9662         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9663         the only paragraph.
9664         (removeRow): added Assert::(firstrow)
9665
9666         * debug.C: forgot to add INSETTEXT here.
9667
9668 2001-11-28  Juergen Vigna  <jug@sad.it>
9669
9670         * sp_spell.C (initialize): changed error text to more general
9671         spellchecker command use (not only ispell!)
9672
9673         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9674
9675         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9676
9677 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9678
9679         * vspace.C: initialise lyxgluelength on failure
9680
9681 2001-11-28  Allan Rae  <rae@lyx.org>
9682
9683         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9684         declaration & definition that looks like a function declaration.
9685
9686 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9687
9688         * BufferView2.C (copy):
9689         (copyEnvironment): do not clear the selection when doing a copy.
9690
9691         * text.C (paintFirstRow): compilation fix
9692
9693 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9694
9695         * tabular.C (Latex): correct line count when writing latex.
9696
9697 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9698
9699         * paragraph_pimpl.h:
9700         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9701           bug a bit
9702
9703 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9704
9705         * text.C:
9706         * LColor.h:
9707         * LColor.C: change vfillline->added_space
9708
9709         * text.C: add markers and text for added space
9710
9711         * vspace.C: fix comment
9712
9713 2001-11-28  André Pönitz <poenitz@gmx.net>
9714
9715         * paragraph.C: whitespace changes
9716         * all the other files from the change on 2001/11/26:
9717         change *::pos_type into lyx::pos_type
9718
9719 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9720
9721         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9722         language of the document when inserting error insets.
9723
9724 2001-11-26  André Pönitz <poenitz@gmx.net>
9725
9726         * BufferView_pimpl.[Ch]:
9727         *       CutAndPaste.C:
9728         * buffer.[Ch]:
9729         * lyxcursor.[Ch]:
9730         * lyxfind.C:
9731         * lyxfunc.C:
9732         * lyxrow.[Ch]:
9733         * paragraph.[Ch]:
9734         * paragraph_pimpl.[Ch]:
9735         * sp_spell.C:
9736         * text.C:
9737         * text2.C: reduce header dependencies, introduce type for positions
9738
9739 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9740
9741         * <various>: change to use Alert.h
9742
9743 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9744
9745         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9746         when encountering an unknown token.
9747         (readLyXformat2): Show an error message if there were unknown tokens.
9748
9749 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9750
9751         * BufferView2.C:
9752         * BufferView_pimpl.C:
9753         * buffer.C:
9754         * paragraph.h:
9755         * text.C:
9756         * text2.C: use par->isInset()
9757
9758 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9759
9760         * paragraph_pimpl.h:
9761         * paragraph_pimpl.C: cleanup
9762
9763 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9764
9765         * text2.C (removeRow):
9766         * text.C (setHeightOfRow): remove useless (and costly) call to
9767         getRow.
9768
9769 2001-11-20  Allan Rae  <rae@lyx.org>
9770
9771         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9772         Now need Inset*::checkInsertChar() to return true for appropriate
9773         cases so that the characters in the minibuffer will actually be
9774         inserted.
9775
9776 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9777
9778         * text.C: change the order of the includes.
9779         (workWidth): initialize it at once.
9780         (workWidth): make maxw unsigned
9781         (setHeightOfRow): remove unused variable (inset)
9782         (selectSelectedWord): remove unused variable (inset)
9783         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9784
9785 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9786
9787         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9788         server is not running.
9789         (openConnection):
9790         (closeConnection): add debug info when server is disabled.
9791
9792         * ColorHandler.C (getGCForeground): send debug message to GUI
9793         channel.
9794
9795         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9796
9797         * kbmap.C (bind): modify because return conventions of
9798         kb_sequence::parse have changed.
9799
9800         * kbsequence.C (parse): only ignore spaces and not any stupid
9801         control character. This avoids tests like s[i] <= ' ', which are
9802         guaranteed to fail with 8bit characters and signed chars.
9803         Change return code to string::npos when there have been no error
9804         (0 was a bad idea when error is at first character)
9805
9806 2001-11-14  José Matos  <jamatos@fep.up.pt>
9807
9808         * buffer.h:
9809         * buffer.C (simpleDocBookOnePar): removed unused argument.
9810
9811 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9812
9813         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9814         insets which are part of a word. Paragraph::isLetter takes care of
9815         that now. Use Paragraph::isInset to identify insets.
9816         (selectSelectedWord): do not test for hyphenation break.
9817
9818         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9819         that protected spaces are considered as spaces.
9820
9821         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9822         Inset::isLetter.
9823
9824 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9825
9826         * lyxserver.h:
9827         * lyxserver.C: fix it. and small cleanup.
9828
9829 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9830
9831         * BufferView_pimpl.C: use inline helpers
9832
9833         * LaTeXFeatures.h:
9834         * LaTeXFeatures.C: fix typos
9835
9836         * Spacing.h:
9837         * Spacing.C: move spacing_string into class
9838
9839         * ToolbarDefaults.C: move stuff into namespace anon
9840
9841         * layout.h: update enum
9842
9843         * lyxfunc.C: use better debug
9844
9845         * minibuffer.h: fix typo
9846
9847         * debug.h:
9848         * debug.C:
9849         * WorkArea.C: add and use Debug::WORKAREA
9850
9851         * lyxtext.h:
9852         * text.C:
9853         * text2.C: code re-organisation, inline helpers
9854
9855 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9856
9857         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9858         std::vector.empty().
9859
9860 2001-11-09  Allan Rae  <rae@lyx.org>
9861
9862         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9863         '\n's after tables.  Tabular and ERT inset work now makes this no
9864         longer necessary.
9865
9866 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9867
9868         * minibuffer.h:
9869         * minibuffer.C: fix crash, improve drop-down completion
9870
9871 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9872
9873         * lyxserver.h:
9874         * lyxserver.C: invalidate fd's when doing endPipe()
9875
9876 2001-11-08  José Matos  <jamatos@fep.up.pt>
9877
9878         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9879         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9880
9881         * paragraph.h:
9882         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9883
9884 2001-11-07  José Matos  <jamatos@fep.up.pt>
9885
9886         * buffer.h:
9887         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9888         const qualifier.
9889
9890         * buffer.C (sgmlOpenTag):
9891         * buffer.C (sgmlCloseTag): removed debug info.
9892
9893         * buffer.h (sgmlOpenTag):
9894         * buffer.h (sgmlCloseTag): made public.
9895
9896 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9897
9898         * buffer.C (saveParamsAsDefaults):
9899         * lyx_cb.C (MenuLayoutSave): remove
9900
9901         * LyXAction.C (init):
9902         * commandtags.h:
9903         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
9904
9905 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9906
9907         * buffer.C (setPaperStuff): removed from here...
9908
9909         * bufferparams.C (setPaperStuff): ... and moved there.
9910
9911 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
9912
9913         * minibuffer.h:
9914         * minibuffer.C:
9915         * XFormsView.C: add support for drop-down completion
9916
9917 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
9918
9919         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
9920         commands.
9921
9922 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9923
9924         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
9925         disabled.
9926
9927 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
9928
9929         * lyx_main.C: change ref to known bugs
9930
9931 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
9932
9933         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
9934         to work around older babel problems.
9935
9936 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
9937
9938         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
9939
9940 2001-10-24  Juergen Vigna  <jug@sad.it>
9941
9942         * tabular-old.C (ReadOld): below variable changes reflected.
9943
9944         * tabular.[Ch]: added ltType struct for longtable header/footer
9945         defines and changed all instances where they are used. Added
9946         future support for double top/bottom rows.
9947
9948 2001-10-24  José Matos  <jamatos@fep.up.pt>
9949
9950         * buffer.h (docbookHandleCaption):
9951         * buffer.C (docbookHandleCaption): removed unused function.
9952         (makeDocBookFile): moved docbook supported version to v4.1.
9953
9954 2001-10-24  José Matos  <jamatos@fep.up.pt>
9955
9956         * tabular.h:
9957         * tabular.C (docbookRow): new function to export docbook code of a row.
9958         (DocBook): now honors the longtable flags.
9959
9960 2001-10-23  José Matos  <jamatos@fep.up.pt>
9961
9962         * LaTeXFeatures.h:
9963         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
9964         of the lyx defined sgml entities used in a docbook/linuxdoc document.
9965
9966         * buffer.C (makeLinuxDocFile):
9967         (makeDocBookFile): reworked the preamble, more clean, and with
9968         support for lyx defined entities. Changed the document declaration
9969         to be more XML friendly.
9970
9971         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
9972         if we need to output XML that should be done with a filter.
9973
9974 2001-10-22  Juergen Vigna  <jug@sad.it>
9975
9976         * sp_pspell.h (class PSpell): add alive function needed in the
9977         controller to see if the spellchecker could be started.
9978
9979 2001-10-22  Juergen Vigna  <jug@sad.it>
9980
9981         * buffer.C (insertStringAsLines): modify the font for inserting
9982         chars in certain conditions by calling checkInsertChar(font).
9983
9984 2001-10-19  Juergen Vigna  <jug@sad.it>
9985
9986         * text.C (workWidth): use getRow instead of wrong algorithm.
9987         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
9988
9989 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
9990
9991         * lyxserver.h:
9992         * lyxserver.C:
9993         * lyx_main.h:
9994         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
9995
9996 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9997
9998         * text.C (workWidth): do not search for the exact row when
9999         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10000         optimization for big documents.
10001
10002 2001-10-18  Juergen Vigna  <jug@sad.it>
10003
10004         * text.C (workWidth): new function with added Inset * parameter.
10005
10006 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10007
10008         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10009
10010         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10011         change return type of getColumnNearX.
10012
10013
10014         * text.C (changeRegionCase): use uppercase/lowercase instead of
10015         toupper/tolower.
10016         (leftMargin):
10017         (rightMargin): simplify code by factoring out the uses of
10018         textclasslist.
10019         (labelFill):
10020         (numberOfHfills):
10021         (setHeightOfRow):
10022         (appendParagraph): use Paragraph::size_type
10023
10024 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10025
10026         * vspace.C (asLatexString): add a missing break
10027
10028 2001-10-15  Herbert Voss  <voss@perce.de>
10029
10030         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10031
10032 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10033
10034         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10035         is not available.
10036
10037 2001-10-10  André Pönitz <poenitz@gmx.net>
10038
10039         * lyxfunc.C: removed greek_kb_flag.
10040
10041 2001-10-10  Herbert Voss  <voss@perce.de>
10042
10043         * lyx_main.C: delete global string help_lyxdir.
10044
10045 2001-10-09  Herbert Voss  <voss@perce.de>
10046
10047         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10048
10049         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10050
10051         * lyx_main.C: added global string help_lyxdir.
10052
10053         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10054
10055 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10056
10057         * lyxrc.C (set_font_norm_type): support iso8859-4
10058
10059 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10060
10061         * LaTeX.C (deplog): add another regex for MikTeX
10062
10063 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10064
10065         * lyxrc.C (set_font_norm_type): support iso8859-3
10066
10067 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10068
10069         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10070
10071         * LaTeXFeatures.C: remove special case of french and index
10072
10073         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10074         before \begin{document}). This solves several incompatibilities.
10075
10076 2001-10-03  Garst Reese  <reese@isn.net>
10077
10078         * lyx_cb.C: change CheckTex error msg.
10079
10080 2001-10-03  José Matos  <jamatos@fep.up.pt>
10081
10082         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10083
10084 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10085
10086         * .cvsignore: update
10087
10088         * lyx_main.C (commandLineVersionInfo): use new style version info.
10089
10090         * buffer.C (writeFile):
10091         (makeLaTeXFile):
10092         (makeLinuxDocFile):
10093         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10094
10095         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10096
10097         * version.h: update to use stuff in version.C
10098
10099         * version.C.in: new file. Contains version information determined
10100         at compile time. This is a merging of version.h and
10101         version_info.h.in.
10102
10103 2001-10-03  Juergen Vigna  <jug@sad.it>
10104
10105         * BufferView_pimpl.C (update): don't change "dirty" status in
10106         updateInset call.
10107
10108 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10109
10110         * WorkArea.C (c-tor): re-position version string slightly.
10111
10112 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10113
10114         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10115         revert to previous code.
10116
10117         WorkArea.[Ch]: (show, destroySplash): methods removed.
10118
10119         WorkArea.C: rework code so that it's an amalgam of the codes before and
10120         after the splash screen was moved to WorkArea.
10121
10122 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10123
10124         * lyxrc.C (read):
10125         * vspace.C (inPixels):
10126         (lyx_advance):
10127         * kbmap.C (bind):
10128         * buffer.C (insertStringAsLines):
10129         (asciiParagraph): fix types to be large enough
10130
10131         * lyxlex_pimpl.h: change member status from short to int
10132
10133         * layout.h: fix type of endlabeltype
10134
10135         * kbmap.C (bind):
10136         * kbsequence.C (parse): change return type to string::size_type
10137
10138         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10139         variable
10140
10141         * Bullet.C (bulletSize):
10142         (bulletEntry): do not use short ints as parameters
10143
10144         * BufferView2.C (insertLyXFile): change a char to an int.
10145
10146         * WorkArea.C (WorkArea): remove unneeded floats in computation
10147
10148 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10149
10150         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10151
10152         * paragraph.C (asString): Do not ignore newline/hfill chars when
10153         copying to the clipboard.
10154
10155 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10156
10157         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10158         after a multi-line inset.
10159
10160 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10161
10162         * paragraph.C (validate): Set NeedLyXFootnoteCode
10163
10164 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10165
10166         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10167         and decrease-error to decrease.
10168
10169 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10170
10171         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10172         it more readable (should be equivalent)
10173
10174 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10175
10176         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10177
10178 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10179
10180         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10181         of a cursor (row, etc.) after a character has been deleted
10182         (deleteEmptyParagraphMechanism): call the method above on _all_
10183         cursors held by the LyXText when a double space has been
10184         detected/deleted.
10185
10186 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10187
10188         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10189         pixmap.
10190         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10191
10192         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10193         background. Use greyOut() and the new show() methods to toggle between
10194         the foreground and background. Add code to remove the splash after
10195         its initial showing.
10196
10197         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10198         (create_forms): no longer call Dialogs::showSplash.
10199
10200 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10201
10202         * .cvsignore: add version_info.h
10203
10204 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10205
10206         * version_info.h.in: new file
10207
10208         * Makefile.am: add version_info.h.in
10209
10210         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10211         version_info.h instead of VERSION_INFO
10212
10213 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10214
10215         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10216         The ERT inset now returns string().
10217
10218 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10219
10220         * lyxtext.h, text.C (selectNextWord): renamed as
10221         selectNextWordToSpellcheck.
10222
10223         * text.C (selectNextWordToSpellcheck): Modified to not select
10224         words inside an ERT inset.
10225
10226 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10227
10228         * lyx_cb.C (MenuLayoutSave): change a bit the question
10229
10230         * sp_base.h: include <sys/types.h>
10231
10232 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10233
10234         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10235
10236 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10237
10238         * several files: fix typos in user-visible strings
10239
10240 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10241
10242         * text2.C (pasteSelection): do not set the selection, since it
10243         will be cleared later. Actually, the intent was to fix the way the
10244         selection was set, but I figured rmoving the code was just as good.
10245
10246 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10247
10248         * FontLoader.C (available): Check if font is available without
10249         loading the font.
10250
10251 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10252
10253         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10254
10255 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10256
10257         * lyxrc.[Ch]: added display_graphics variable and associated code.
10258
10259 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10260
10261         * bufferparams.C (hasClassDefaults): new method. Returns true if
10262         the buffer parameters correspond to known class defaults
10263
10264 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10265
10266         * XFormsView.C (show): set minimum size to the main window.
10267
10268 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10269
10270         * text2.C (copySelection):
10271         (cutSelection):
10272         * lyxfind.C (LyXReplace):
10273         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10274         LyXText::selectionAsString.
10275
10276         * paragraph.C (asString): add "label" argument to the second form
10277
10278         * text2.C (selectionAsString): add "label" argument and pass it to
10279         Paragraph::asString.
10280
10281 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10282
10283         * lyx_main.C (commandLineHelp): remove version information
10284
10285 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10286
10287         * lyx_main.C: add -version commandline option
10288
10289 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10290
10291         * paragraph.h: make the optional constructor arg required instead.
10292         some modifications to other files because of this.
10293
10294         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10295
10296         * lyxserver.C (C_LyXComm_callback): make it static
10297
10298         * lyx_main.C (error_handler): make it static
10299
10300         * lyx_gui.C (LyX_XErrHandler): make it static
10301
10302         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10303
10304         * WorkArea.C: make the extern "C" methods static.
10305
10306         * Makefile.am (lyx_LDADD): simplify
10307
10308 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10309
10310         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10311         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10312
10313         * LyXAction.C (init):
10314         * lyxfunc.C (dispatch): associated code removal.
10315
10316 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10317
10318         * lyxfont.h (isSymbolFont): shut off warning
10319
10320         * text.C (setHeightOfRow):
10321         (getVisibleRow): fix crash with empty paragraphs which have a
10322         bottom line
10323
10324 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10325
10326         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10327         code.
10328
10329 2001-09-04  José Matos  <jamatos@fep.up.pt>
10330         * buffer.C
10331         * buffer.h
10332         * tabular.C (docbook): rename docBook method to docbook.
10333
10334 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10335
10336         * Makefile.am: add dependencies to main.o.
10337
10338 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10339
10340         * FontLoader.C (available): Return false if !lyxrc.use_gui
10341
10342 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10343
10344         * FontInfo.C (query):
10345         * converter.C (view):
10346         * importer.C (Import):
10347         * exporter.C (Export): Can not -> cannot.
10348
10349 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10350
10351         * BufferView_pimpl.C: allow to create index inset even if
10352           string is empty
10353
10354 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10355
10356         * buffer.C (getLists): replace boost::tie code with an explicit pair
10357         as boost::tie can break some compilers.
10358
10359         * iterators.h: Added a std:: declaration to the return type of
10360         ParIterator::size.
10361
10362 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10363
10364         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10365           case.
10366
10367 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10368
10369         * iterators.[Ch]: New files. Provide paragraph iterators.
10370
10371         * buffer.C (changeLanguage): Use paragraph iterators.
10372         (isMultiLingual): ditto
10373
10374         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10375
10376 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10377
10378         * FontLoader.C: Support for cmr font.
10379
10380 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10381
10382         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10383         (available): New method.
10384
10385         * FontInfo.C (getFontname): Use scalable fonts even when
10386         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10387         found.
10388
10389 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10390
10391         * converter.C (Formats::view): reverted! Incorrect fix.
10392
10393 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10394
10395         * converter.C (Formats::view): only output the -paper option
10396         if the dvi viewer is xdvi, thereby fixing bug #233429.
10397
10398 2001-08-23  Herbert Voss  <voss@perce>
10399
10400         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10401
10402 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10403
10404         * Spacing.h (Spacing): Set space to Default on in the default
10405         constructor.
10406
10407 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10408
10409         * vc-backend.h (RCS::versionString): add RCS to version
10410         (CVS::versionString): add CVS to version
10411
10412         * vc-backend.C (scanMaster): do not add CVS to version.
10413         (scanMaster): do not add RCS to version
10414
10415         * lyxvc.C (versionString): new method
10416
10417         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10418
10419 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10420
10421         * Spacing.C (set): initialize fval
10422
10423 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10424
10425         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10426         " or \.
10427
10428 2001-08-16  Juergen Vigna  <jug@sad.it>
10429
10430         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10431
10432 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10433
10434         * BufferView_pimpl.C:
10435         * figureForm.C:
10436         * lyxtext.h:
10437         * text2.C: setParagraph takes linespacing now
10438
10439 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10440
10441         * LyxAction.C: add internal LFUN_CITATION_INSERT
10442
10443         * LyXView.C: actually apply fix
10444
10445         * bufferlist.C: fix open non-existent file
10446
10447         * lyxfind.C: fix indentation
10448
10449         * lyxfunc.C: remove unneeded assert, fix typo
10450
10451 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10452
10453         * MenuBackend.C: use "Floatname List"
10454
10455 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10456
10457         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10458         when converting LaTeX layout to insetERT.
10459         Generate a non-collapsed float when reading old float
10460
10461 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10462
10463         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10464         ERT insets.
10465
10466 2001-08-13  Juergen Vigna  <jug@sad.it>
10467
10468         * text.C (fill): return 0 instead of 20 as this seems to be the more
10469         correct value.
10470
10471 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10472
10473         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10474         lyxrc.font_norm.
10475
10476 2001-08-13  Juergen Vigna  <jug@sad.it>
10477
10478         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10479         casesensitive off.
10480         (SearchBackward): comment out the unlocking of the inset_owner this
10481         should not be needed!
10482
10483 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10484
10485         * Many files: Remove inherit_language, and add latex_language
10486
10487         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10488         collapsible insets.
10489
10490 2001-08-10  Juergen Vigna  <jug@sad.it>
10491
10492         * text.C (prepareToPrint): fixed hfill-width in draw!
10493
10494         * BufferView2.C (selectLastWord): save the selection cursor as this
10495         now is cleared in the function LyXText::clearSelection!
10496
10497 2001-08-08  Juergen Vigna  <jug@sad.it>
10498
10499         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10500         BACKSPACE type functions.
10501
10502         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10503         is only cutted from the document but not put in the cut-buffer, where
10504         still the old stuff should be.
10505
10506         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10507
10508         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10509
10510         * tabular.C (SetWidthOfCell): fixed special case where the width
10511         was not updated!
10512         (LeftLine): handle '|' in align_special.
10513         (RightLine): ditto
10514         (LeftAlreadyDrawed): ditto
10515         (SetWidthOfCell): ditto
10516
10517 2001-08-07  Juergen Vigna  <jug@sad.it>
10518
10519         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10520
10521 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10522
10523         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10524         * lyxlex.[hC]: ditto
10525
10526 2001-08-06  Juergen Vigna  <jug@sad.it>
10527
10528         * text.C (getVisibleRow): fix up row clearing a bit.
10529
10530 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10531
10532         * minibuffer.C: make sure the X server sees the changes in the input.
10533
10534 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10535
10536         * paragraph.C (getFont): split into...
10537         (getLabelFont): this
10538         (getLayoutFont): and this
10539         * paragraph_pimpl.C (realizeFont): calling this
10540
10541         * text2.C (getFont): split into...
10542         (getLayoutFont): this
10543         (getLabelFont): and this
10544         (realizeFont): all three calling this
10545
10546         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10547         files where used.
10548
10549 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10550
10551         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10552
10553 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10554
10555         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10556         layouts from the Quote inset insertion.
10557
10558 2001-08-03  Juergen Vigna  <jug@sad.it>
10559
10560         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10561
10562         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10563         only if status not is already CHANGED_IN_DRAW (second level).
10564
10565         * text.C (draw): don't set the need_break_row when inside an
10566         InsetText LyXText.
10567
10568 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10569
10570         * buffer.C (parseSingleLyXformat2Token): handle more latex
10571         conversion cases.
10572
10573         * bufferview_funcs.[hC]: change function names to
10574         begin with small char, adjust other files.
10575
10576 2001-08-02  André Pönitz <poenitz@gmx.net>
10577
10578         * lyxfunc.C:
10579         BufferView_pimpl.C: remove broken special code for math-greek
10580
10581 2001-08-02  Juergen Vigna  <jug@sad.it>
10582
10583         * BufferView_pimpl.C (update): redone this function so that we
10584         update the text again if there was a CHANGE_IN_DRAW.
10585
10586         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10587         (drawFromTo): added a new internal bool which is used by draw() and
10588         redraw() function.
10589         (general): some cursor drawing problems fixed.
10590
10591 2001-08-01  Juergen Vigna  <jug@sad.it>
10592
10593         * lyxfind.C (LyXFind): fixed
10594         (SearchForward): ditto
10595         (SearchBackward): ditto
10596
10597         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10598         spurius drawing of the cursor in the main area.
10599
10600         * text2.C (status): small fix which could lead to a segfault!
10601         (clearSelection): remove unneeded BufferView param.
10602
10603 2001-08-01  André Pönitz <poenitz@gmx.net>
10604
10605         * lyxfunc.C: small change due to changed mathed interface
10606
10607 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10608
10609         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10610
10611 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10612
10613         * lyxfunc.c: fail gracefully if file doesn't exist
10614
10615         * LyXSendto.C:
10616         * buffer.C:
10617         * lyxfunc.C:
10618         * BufferView_pimpl.C: IsDirWriteable() proto changed
10619
10620         * LyXView.C: fix updateWindowTitle() to store the last title
10621
10622 2001-07-31  Juergen Vigna  <jug@sad.it>
10623
10624         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10625         the font (wrong since using of Paragraph::highestFontInRange).
10626
10627         * paragraph.C (highestFontInRange): added a default_size parameter.
10628
10629         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10630         (setHeightOfRow): reformat
10631
10632 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10633
10634         * converter.[hC] + affected files: move to (inital-char)lowercase
10635         function names.
10636
10637         * ParagraphParameters.C (ParagraphParameters): remove commented code
10638
10639         * PainterBase.[Ch]: remove commented code
10640
10641         * LaTeXFeatures.h: add "bool floats" for float.sty
10642
10643         * LaTeXFeatures.C (LaTeXFeatures): init floats
10644         (require): handle float
10645         (getPackages): do it with floats
10646
10647 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10648
10649         * BufferView_pimpl.C (Dispatch): improve handling of
10650         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10651
10652         * commandtags.h: #include lyxfont.h here temporarily to avoid
10653         keybinding bug.
10654
10655         * bufferlist.h: include LString.h here.
10656
10657 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10658
10659         * text2.C (getStringToIndex): new method.
10660
10661 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10662
10663         * *: Reduced header file dependencies all over.
10664
10665 2001-07-30  Baruch Even  <baruch@lyx.org>
10666
10667         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10668
10669 2001-07-29  Baruch Even  <baruch@lyx.org>
10670
10671         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10672
10673 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10674
10675         * ParameterStruct.h (endif): add a default constructor to make
10676         sure that all variables is initialized.
10677
10678         * ParagraphParameters.C (ParagraphParameters): adjust
10679
10680 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10681
10682         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10683         index; also, check that there is something to index, and that it
10684         does not span over several paragraphs.
10685         (doubleClick): use WHOLE_WORD_STRICT for double click.
10686
10687         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10688
10689         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10690         scheme.
10691
10692 2001-07-26  Baruch Even  <baruch@lyx.org>
10693
10694         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10695         an InsetFig figure, backwards compatible reading of old figure code.
10696
10697 2001-07-27  Juergen Vigna  <jug@sad.it>
10698
10699         * text2.C: font.realize function adaption.
10700
10701         * text.C (draw): add a warnings lyxerr text if needed.
10702
10703         * layout.C: font.realize function adaption.
10704
10705         * language.C: add inherit_language and implement it's handlings
10706
10707         * bufferview_funcs.C (StyleReset): remove language parameter from
10708         font creation (should be language_inherit now).
10709
10710         * bufferparams.C (writeFile): handle ignore_language.
10711
10712         * paragraph.C (getFontSettings): the language has to be resolved
10713         otherwise we have problems in LyXFont!
10714
10715         * lyxfont.C (lyxWriteChanges): added document_language parameter
10716         (update): removed unneeded language parameter
10717
10718         * paragraph.C (validate): fixed wrong output of color-package when
10719         using interface colors for certain fonts in certain environments,
10720         which should not seen as that on the final output.
10721
10722 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10723
10724         * BufferView_pimpl.C:
10725         * Thesaurus.h:
10726         * Thesaurus.C:
10727         * Makefile.am:
10728         * commandtags.h:
10729         * LyXAction.C: add thesaurus support
10730
10731         * lyxfind.h:
10732         * lyxfind.C: add "once" parameter, for thesaurus, to not
10733           move to the next match
10734
10735 2001-07-26  Juergen Vigna  <jug@sad.it>
10736
10737         * lyxfont.C (realize): honor ignore_language too!
10738         (resolved): ditto.
10739
10740         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10741
10742         * text.C (draw): one place more for ignore_language to not draw
10743         itself!
10744
10745 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10746
10747         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10748
10749 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10750
10751         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10752         the minipage conversion problem.
10753
10754 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10755
10756         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10757         insert an inset.
10758
10759 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10760
10761         * BufferView.h: don't forward declare WorkArea
10762
10763         * BufferView.C: don't include WorkArea.h
10764
10765 2001-07-25  André Pönitz <poenitz@gmx.net>
10766
10767         * commandtags.h:
10768         * LyXAction.C:
10769         * lyxfunc.C:  new LFUN 'math-space'
10770
10771         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10772
10773 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10774
10775         * text2.C (toggleInset): call open/close
10776
10777 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10778
10779         * lyxfunc.C (dispatch): add debug for the disabled case
10780
10781         * font.C (buttonText): make similar to rectText
10782
10783         * buffer.C (readInset): comment out parsing of insetlist and
10784         insttheorem
10785
10786         * PainterBase.C (rectText): small correction
10787
10788         * BufferView_pimpl.C: comment out insettheorem and insetlist
10789         * LyXAction.C: ditto
10790         * commandtags.h: ditto
10791
10792 2001-07-24  Juergen Vigna  <jug@sad.it>
10793
10794         * text.C (draw): honor the ignore_language.
10795
10796         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10797
10798 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10799
10800         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10801         char inset.
10802
10803 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10804
10805         * lyxtext.h: remove unused (and unimplemented) methods
10806
10807 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10808
10809         * text.C (getVisibleRow): honor background color
10810
10811         * PainterBase.h:
10812         * Painter.h: remove default color argument for fillRectangle
10813
10814         * text.C (backgroundColor): new method
10815
10816 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10817
10818         * text.C (getVisibleRow): adjust
10819
10820         * font.[Ch] (rectText): new method, metrics
10821         (buttonText): new method, metrics
10822
10823         * PainterBase.[hC]: make rectText and buttonText always draw and take
10824         fewer paramteres.
10825
10826 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10827
10828         * ToolbarDefaults.C (read):
10829         * MenuBackend.C (read): allow escaping in all strings
10830
10831         * BufferView_pimpl.C (insertAndEditInset): new method.
10832         (Dispatch): use insertAndEditInset whenever appropriate.
10833
10834         * BufferView_pimpl.C (insertNote): removed
10835
10836         * BufferView_pimpl.C (smartQuote): new method, moved from
10837         BufferView; if an insetquote cannot be inserted, insert a '"'
10838         character instead.
10839
10840         * BufferView2.C: remove insertCorrectQuote();
10841
10842         * lyxfunc.C (getStatus): Add support for all remaingin
10843         inset-insert lfuns.
10844
10845         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10846
10847         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10848         command (necessary to pass " as parameter of self-insert.
10849
10850         * text.C (selectWordWhenUnderCursor):
10851         (selectWord): add word_location parameter
10852         (selectWordWhenUnderCursor): same + remove special code for word
10853         boundary.
10854         (selectNextWord): use kind() to guess type of insetspecialchar,
10855         not latex().
10856
10857         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10858         (insertErtContents): create ert insets as collapsed.
10859         (readInset): better compatibility code for Info inset.
10860
10861 2001-07-20  Juergen Vigna  <jug@sad.it>
10862
10863         * lyxfunc.C (dispatch): use always LyXFind now!
10864
10865         * text2.C (init): add a reinit flag so that the LyXText can be
10866         reinited instead of deleted and reallocated (used in InsetText).
10867
10868         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10869
10870         * text.C: ditto
10871
10872         * text2.C: ditto
10873
10874 2001-07-18  Juergen Vigna  <jug@sad.it>
10875
10876         * text.C (selectNextWord): handle insets inside inset by calling
10877         always the bv->text functions so that we can go up the_locking_inset!
10878
10879         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10880         in strange locations when inside an inset!
10881
10882         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10883         handling to include insets.
10884
10885         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10886
10887 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10888
10889         * LyXAction.C (init):
10890         * commandtags.h:
10891         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10892         LIGATURE_BREAK, since the name is so stupid.
10893
10894 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10895
10896         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10897         InsetInfos.
10898
10899         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10900
10901         * sp_form.[Ch]: remove.
10902
10903         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
10904
10905         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
10906         InsetInfo.
10907
10908         * src/buffer.C (readInset): ditto.
10909
10910 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10911
10912         * BufferView_pimpl.C (specialChar): new method. Obsoletes
10913         menuSeparator(), endOfSentenceDot(), ldots() and
10914         hyphenationPoint(), which are therefore removed.
10915         (Dispatch): handle LFUN_HYPHENATION_BREAK.
10916
10917         * LyXAction.C (init):
10918         * commandtags.h: add LFUN_HYPHENATION_BREAK.
10919
10920         * paragraph.C (getWord): removed.
10921
10922         * BufferView_pimpl.C (Dispatch): use last word or selection for
10923         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
10924
10925         * lyx_main.C (queryUserLyXDir): do not ask before creating
10926         user_dir, except if it has been named explicitely.
10927
10928 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10929
10930         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
10931         a document of zero size.
10932
10933 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
10934
10935         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
10936         approriately in the c-tor and in require().
10937         (getPackages): output the appropriate LaTeX for natbib support.
10938
10939         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
10940         variables "use_natbib" and "use_numerical_citations" when reading the
10941         LyX file.
10942         (readInset): read the various natbib cite commands.
10943         (validate): white-space change.
10944
10945         * bufferparams.[Ch]: new variables "bool use_natbib" and
10946         "bool use_numerical_citations".
10947         (writeFile): output them in the LyX file.
10948
10949 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10950
10951         * lyxfunc.C (getStatus): add support for all the inset insertion
10952         commands.
10953
10954         * text2.C (insertInset):
10955         * paragraph.C (insetAllowed):
10956         * BufferView_pimpl.C (insertInset): update to take in account the
10957         renaming of insertInsetAllowed
10958
10959         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
10960
10961         * text2.C (getInset): new method. returns inset at cursor position.
10962
10963         * BufferView_pimpl.C (Dispatch): changes because of this.
10964
10965         * LyXAction.C (init): rename open-stuff to inset-toggle.
10966
10967         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
10968
10969         * text2.C (toggleInset): renamed from openStuff; use
10970         Inset::open().
10971
10972 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
10973
10974         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
10975
10976         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
10977
10978 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
10979
10980         * buffer.C (readLyXformat2): Add filename to the error dialog
10981
10982 2001-07-18  Juergen Vigna  <jug@sad.it>
10983
10984         * tabular.C (GetCellNumber): put an assert here instead of the check!
10985
10986 2001-07-17  Juergen Vigna  <jug@sad.it>
10987
10988         * BufferView_pimpl.C (toggleSelection): adapted too.
10989
10990         * text.C (selectNextWord): adapted for use with insets.
10991         (selectSelectedWord): ditto
10992
10993 2001-07-17  Juergen Vigna  <jug@sad.it>
10994
10995         * sp_spell.C (PSpell): fix initialitation order.
10996
10997 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10998
10999         * paragraph.C: spacing
11000
11001 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11002
11003         * sp_spell.C: repair language selection for pspell
11004
11005 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11006
11007         * lyxfunc.h: change more methods to begin with lower char.
11008
11009 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11010
11011         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11012         for unknown layouts.
11013
11014 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11015
11016         * buffer.C (readLyXformat2): Generate an error dialog if there are
11017         unknown layouts.
11018
11019 2001-07-16  Juergen Vigna  <jug@sad.it>
11020
11021         * sp_spell.C: always compile ISpell part.
11022
11023         * lyxrc.C: added use_pspell entry and it's handling.
11024
11025 2001-07-13  Juergen Vigna  <jug@sad.it>
11026
11027         * sp_spell.C: removed double includes.
11028
11029 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11030
11031         Consistent use of Lsstream.h:
11032         * Lsstream.h: added using std::stringstream for consistencies sake.
11033
11034         * buffer.C: removed using std::stringstream
11035
11036         * lyxfont.C (stateText):
11037         * paragraph.C (asString):
11038         * text.C (selectNextWord, selectSelectedWord):
11039         * text2.C (setCounter):
11040         * vspace.C (asString, asLatexString):
11041         std::ostringstream -> ostringstream.
11042
11043 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11044
11045         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11046         * commandtags.h: add LFUN_HELP_ABOUTLYX
11047         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11048
11049 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11050
11051         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11052         cursorToggle()
11053         * lyx_gui_misc.C: remove spellchecker
11054         * lyxfunc.C: showSpellchecker
11055         * sp_base.h: added
11056         * sp_ispell.h: added
11057         * sp_pspell.h: added
11058         * sp_spell.C: added
11059         * sp_form.[Ch]: removed
11060         * spellchecker.[Ch]: removed
11061
11062 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11063
11064         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11065         is set.
11066         (simpleTeXSpecialChars): Simply print the input character without
11067         any special translation if pass_thru is set.
11068
11069         * layout.h: Added bool pass_thru to layout class for being able to
11070         implement pass through of a paragraph for Literate Programming.
11071
11072         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11073         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11074         * layout.C (Read): add "passthru" to list of layout tags and add
11075         code to set the pass_thru boolean when it is read.
11076
11077 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11078
11079         * trans_decl.h: remove allowed from KmodInfo
11080
11081         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11082         remove allowed code
11083         (Load): adjust
11084
11085         * paragraph_pimpl.C (erase): use boost::prior
11086
11087         * Painter.C (text): use data() instead of c_str() when length is
11088         also provided.
11089         * WorkArea.C (putClipboard): ditto
11090         * font.h (width): ditto
11091
11092         * BufferView2.C: use it-> instead of (*it). for iterators
11093         * texrow.C: ditto
11094         * paragraph_pimpl.C: ditto
11095         * paragraph.C: ditto
11096         * minibuffer.C: ditto
11097         * language.C: ditto
11098         * kbmap.C: ditto
11099         * encoding.C: ditto
11100         * counters.C: ditto
11101         * converter.C: ditto
11102         * chset.C: ditto
11103         * Variables.C: ditto
11104         * TextCache.C: ditto
11105         * MenuBackend.C: ditto
11106         * LyXAction.C: ditto
11107         * LColor.C: ditto
11108         * FloatList.C: ditto
11109         * DepTable.C: ditto
11110         * ColorHandler.C (LyXColorHandler): ditto
11111
11112 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11113
11114         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11115
11116         * text2.C (openStuff): reintroduce this method (which had been
11117         nuked in NEW_INSETS frenzy).
11118
11119         * lyxfunc.C (Dispatch): when an action has not been handled, use
11120         its name in the error message, not its number.
11121
11122         * paragraph.C (inInset): change method name to begin with lowercase.
11123
11124         * undo_funcs.C:
11125         * text2.C: updates because of this.
11126
11127 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11128
11129         * ToolbarDefaults.C (add): add spaces in error message
11130
11131 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11132
11133         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11134         (readLyXformat2): rename return_par to first_par, use lyxlex's
11135         pushToken and remove the manual push handling.
11136         (parseSingleLyXformat2Token): add another ert comp. variable:
11137         in_tabular, rename return_par to first_par. handle newlines better
11138
11139 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11140
11141         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11142
11143 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11144
11145         * text2.C (getParFromID): removed
11146
11147         * buffer.C (getParFromID): new method moved form lyxtext.
11148         * BufferView2.C (insertErrors): adjust
11149         (setCursorFromRow): adjust
11150         * BufferView_pimpl.C (restorePosition): adjust
11151         * lyxfunc.C (Dispatch): adjust
11152         * undo_funcs.C (textUndo): adjust
11153         (textRedo): adjust
11154         (textHandleUndo): adjust
11155         (textHandleUndo): adjust
11156
11157 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11158
11159         * buffer.C: up' the LYX_FORMAT
11160
11161         * lyxfont.h: turn NO_LATEX on as default
11162
11163         * buffer.C (insertErtContents): new methods of tex style compability.
11164         (parseSingleLyXformat2Token): use it several places.
11165         * tabular.C (OldFormatRead): and here
11166
11167 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11168
11169         * text2.C: remove some commented code.
11170         reindent file.
11171
11172         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11173         * trans.C: changes because of the above.
11174
11175 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11176
11177         * text2.C (setCounter): Fix counters bug with bibliography layout.
11178
11179 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11180
11181         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11182         own member functions
11183         (simpleTeXSpecialChars): ditto
11184
11185 2001-07-06  Juergen Vigna  <jug@sad.it>
11186
11187         * a lot of files: changed the access to LyXText::status and the
11188         call of undo-functions.
11189
11190         * undo.[Ch]: added a inset_id to the undo informations.
11191
11192         * undo_funcs.[Ch]: added and moved here all undo functions.
11193
11194         * lyxtext.h: give the status enum a weight, made status_ a private
11195         variable and made accessor functions for it, removed the whole bunch
11196         of undo-functions as they are now in their own file, make some
11197         functions publically available. Added function ownerParagraph with
11198         int parameter.
11199
11200         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11201         made InInset() a const function, added getParFromID() function.
11202
11203         * buffer.[Ch]: added const version for inset_iterator functions,
11204         added getInsetFromID() function.
11205
11206         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11207         changed undo functions for new version.
11208
11209 2001-07-05  Juergen Vigna  <jug@sad.it>
11210
11211         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11212         unknow mechanism does not call the proper constructor but only this
11213         one also if I request the other!?
11214
11215 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11216
11217         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11218
11219         * text2.C (LyXText): use initialization lists.
11220
11221         * lyxtext.h (Selection): initialize set_ and mark_
11222         (init): remove method
11223
11224 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11225
11226         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11227
11228 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11229
11230         * screen.[Ch]: change method names to begin with lowercase
11231
11232         * BufferView_pimpl.C (updateScrollbar): simplify further and
11233         hopefully make it a bit faster.
11234
11235 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11236
11237         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11238         calling directly xforms functions.
11239
11240         * Painter.C (Painter):
11241         * lyx_cb.C (MenuWrite):
11242         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11243         fl_display.
11244
11245         * lyx_gui.C: remove bogus guiruntime extern declaration.
11246
11247 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11248
11249         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11250         in NEW_INSETS
11251         (redoDrawingOfParagraph): ditto
11252         (redoParagraphs): ditto
11253         (cutSelection): don't create a object for CutAndPaste use the
11254         static method directly
11255         (pasteSelection): ditto
11256
11257         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11258         LyXview (+ rename)
11259
11260 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11261
11262         * modifications to some other files because of this.
11263
11264         * Makefile.am (lyx_SOURCES): add XFormsView
11265
11266         * XFormsView.[Ch]: new files
11267
11268         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11269         the main window. Move the gui dependent stuff to XFormsView
11270
11271 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11272
11273         * tabular.C (GetCellInset): update cur_cell also in the row/col
11274         version of this function.
11275
11276         * lyxfunc.C: no need to include figure_form.h here.
11277
11278         * FontLoader.h:
11279         * lyxfunc.h:
11280         * lyxscreen.h:
11281         * text2.C:
11282         * lyxvc.C: no need to include forms.h here.
11283
11284 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11285
11286         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11287
11288         * lyxfunc.C (Dispatch):
11289         * Spacing.C (set):
11290         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11291         constructor argument.
11292
11293 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11294
11295         * paragraph.C (Paragraph): dont't clear, and just set layout.
11296         (makeSameLayout): use params's copy contructor.
11297
11298         * ParagraphParameters.[Ch] (makeSame): delete method
11299
11300 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11301
11302         * Variables.[Ch]: fix indentation, rename set to isSet
11303
11304 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11305
11306         * lyxfunc.C (Dispatch): fix typo
11307
11308 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11309
11310         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11311         upper_bound.
11312
11313         * bufferlist.C: include assert.h for emergencyWrite().
11314
11315 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11316
11317         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11318           give up at last (bug #425202) !
11319
11320 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11321
11322         * lyx_gui_misc.C:
11323         * sp_form.h:
11324         * sp_form.C:
11325         * spellchecker.h:
11326         * spellchecker.C: strip spellchecker options and bring up
11327           preferences tab instead
11328
11329 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11330
11331         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11332         the istringstream constructor
11333
11334 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11335
11336         * paragraph.C (getLayout): fix return value
11337
11338         * paragraph.h: do not declare getLayout as inline.
11339
11340         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11341
11342 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11343
11344         * lyxcursor.h (operator<): new func
11345         (operator>): new func
11346         (operator>=): new func
11347         (operator<=): new func
11348
11349         * text.C (changeCase): use selection.start and selection.end
11350         (changeRegionCase): require from to be <= to. Require par to be a
11351         valid paragraph.
11352
11353         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11354
11355 2001-06-27  Juergen Vigna  <jug@sad.it>
11356
11357         * text.C (cursorLeftOneWord): changed to return the cursor and added
11358         overlay with BufferView * parameter which calls this one.
11359         (getWord): added
11360         (selectWord): use new getWord function.
11361         (changeCase): renamed from changeWordCase as and extended to work
11362         also on selections.
11363
11364         * lyxtext.h: added enum word_location
11365
11366         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11367         changeCase as this operates now also on selections.
11368
11369 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11370
11371         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11372
11373         * many files: send debug output to Debug::INFO instead of
11374         Debug::ANY.
11375
11376         * converter.C (View):
11377         (Convert):
11378         (Move): send debug output to Debug::FILES instead of console.
11379
11380 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11381
11382         * lyxfunc.C (getStatus): use func_status
11383
11384         * func_status.h: new header, describing the results of
11385         LyXFunc::getStatus;
11386
11387         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11388         LFUN_MATH_HALIGN.
11389
11390 2001-06-25  The LyX Project  <jug@sad.it>
11391
11392         * buffer.C (sgmlOpenTag):
11393         (sgmlCloseTag):
11394         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11395
11396 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11397
11398         * text2.C: remove some dead code
11399
11400         * tabular.C (GetCellInset): store the last cell checked (gotten)
11401
11402         * tabular.h: add the helper for the speedup
11403
11404         * lyxtext.h: remove some dead code
11405
11406 2001-06-26  The LyX Project  <Asger>
11407
11408         * paragraph.C: Change export to LaTeX of alignment to
11409         \begin{center} and family for better roundtrip work with reLyX.
11410
11411         * Tune the math drawing a bit.
11412
11413 2001-06-25  The LyX Project  <Asger>
11414
11415         * LColor.C (LColor): New color for math background. New color
11416         for buttons.
11417
11418 2001-06-25  The LyX Project  <jug@sad.it>
11419
11420         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11421
11422         * lyxfunc.C (Open):
11423         * bufferlist.C (newFile): do not restrict to files ending with
11424         .lyx
11425
11426         * BufferView_pimpl.C (MenuInsertLyXFile):
11427
11428 2001-06-24  The LyX Project  <jug@sad.it>
11429
11430         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11431         of compare_no_case
11432
11433 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11434
11435         * lyxtext.h: rename most methods to begin with a small char.
11436         Lots of changes because of this.
11437
11438         * paragraph.C (Paragraph): do not call fitToSize
11439         (erase): call Pimpl::erase
11440         (insertChar): call Pimpl::insertChar
11441         (insertInset): call Pipl::insertInset
11442         (breakParagraph): do not call fitToSize
11443         (breakParagraphConservative): do not call fitToSize
11444         (fitToSize): remove method
11445
11446         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11447
11448 2001-06-24  The LyX Project  <Asger>
11449
11450         * Fix Qt compilation^2
11451
11452 2001-06-24  The LyX Project  <jug@sad.it>
11453
11454         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11455         depthHook(getDepth()-1).
11456
11457         * paragraph.h:
11458         * ParagraphParameters.h:
11459         * ParameterStruct.h: change type of depth to unsigned int ==
11460         depth_type. Many adaptations to other files before of that.
11461
11462 2001-06-24  The LyX Project  <Asger>
11463
11464         * Fix Qt compilation.
11465
11466 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11467
11468         * paragraph.h: renamed several methods to begin with small letter.
11469         several changes to many parts of the code because of this.
11470
11471 2001-06-23  The LyX Project  <jug@sad.it>
11472
11473         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11474         rewritten to discard all double spaces when KeepEmpty is off
11475         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11476         to only handle newlines but not fiddle with spaces and friends.
11477
11478         * lyxfunc.C (MenuNew): when doing 'new from template', use
11479         template_path as default directory
11480
11481 2001-06-23  The LyX Project  <Asger>
11482
11483         * Clean-up of header file includes all over
11484         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11485
11486 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11487
11488         * paragraph.h: renamed from lyxparagraph.h
11489
11490 2001-06-23  Asger  <lyx@violet.home.sad.it>
11491
11492         * Buffer.h: Removed Buffer::resize
11493         * BufferList.h: Removed BufferList::resize
11494         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11495         the document lazily when we change the width, or the font settings.
11496
11497 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11498
11499         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11500
11501 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11502
11503         * buffer.h: remove out of date comment
11504
11505 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11506
11507         * lyxscreen.h:
11508         * screen.C: fix "theoretical" GC leak
11509
11510 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11511
11512         * LaTeX.C (scanAuxFile):
11513         (deplog): remove trailing \r when reading stream (useful under
11514         win32)
11515
11516 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11517
11518         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11519         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11520         and BufferView::theLockingInset(Inset*), so should use them and not
11521         access bv_->text->the_locking_inset directly.
11522
11523         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11524
11525 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11526
11527         * Makefile.am:
11528         * tex-defs.h: remove old unused file
11529
11530 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11531
11532         * BufferView_pimpl.C: fix typo, remove minibuffer message
11533           when buffer has loaded
11534
11535 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11536
11537         * lyxfunc.C (Dispatch): use stringstream
11538         (MenuNew): use stringstream
11539         (Open): use stringstream
11540
11541         * importer.C (Import): use stringstream
11542
11543         * bufferview_funcs.C (CurrentState): use stringstream
11544
11545         * LaTeX.C (run): use stringstream
11546
11547         * BufferView_pimpl.C (savePosition): use stringstream
11548         (restorePosition): use stringstream
11549         (MenuInsertLyXFile): use stringstream
11550
11551 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11552
11553         * BufferView.C:
11554         * Bullet.C:
11555         * ColorHandler.C:
11556         * FontInfo.C:
11557         * FontLoader.C:
11558         * LColor.C:
11559         * LaTeXFeatures.C:
11560         * Painter.C:
11561         * gettext.C:
11562         * lyx_gui_misc.C:
11563         * lyxserver.C:
11564         * vspace.C: removed // -*- C++ -*- as first line.
11565
11566         * lyxfind.h:
11567         * version.h: added // -*- C++ -*- as first line.
11568
11569 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11570
11571         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11572
11573         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11574         of string
11575
11576 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11577
11578         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11579         of floats.
11580
11581 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11582
11583         * gettext.C: include LString.h even when --disable-nls is on.
11584
11585 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11586
11587         * converter.h (Get): changed argument type from int to
11588         FormatList::size_type to avoid unnecessary conversion.
11589
11590         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11591         before using it.
11592
11593 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11594
11595         * gettext.h: include LString.h even when --disable-nls is on.
11596
11597 2001-06-07  Juergen Vigna  <jug@sad.it>
11598
11599         * text.C (BreakAgain): subst spaces with tabs.
11600
11601         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11602         (resizeInsetsLyXText): set force on resizeLyXText.
11603
11604 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11605
11606         * gettext.h (gettext_init):
11607         (locale_init): use a real definition instead of a macro
11608
11609 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11610
11611         * Bufferview_pimpl.C:
11612         * LColor.h:
11613         * LColor.C: further lcolor tidies
11614
11615 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11616
11617         * BufferView_pimpl.C (updateScrollbar): simplify.
11618
11619         * BufferView2.C: don't include insets/insetinfo.h, change
11620         prototype for insertInset and call the Pimpl version. let
11621         updateInset call Pimpl version.
11622
11623         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11624         gotoInset to BufferView::Pimpl
11625
11626 2001-06-01  Juergen Vigna  <jug@sad.it>
11627
11628         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11629         inside a LockingInset (is the update needed at all?).
11630
11631 2001-05-31  Juergen Vigna  <jug@sad.it>
11632
11633         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11634         here not the old one otherwise how should we compare it afterwards
11635         if it's the same!
11636
11637 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11638
11639         * lyxfont.C:
11640         * tabular.C:
11641         * tabular-old.C:
11642         * FontInfo.C: bring C functions into global namespace when
11643         necessary
11644
11645 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11646
11647         * LString.h: make sure config.h has been loaded before LString.h.
11648
11649         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11650         (one for each char read by EatLine!).
11651
11652         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11653         variables.
11654
11655 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11656
11657         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11658         to the same as the par we break from
11659
11660 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11661
11662         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11663
11664         * MenuBackend.C (expand): also create menu entries for wide
11665         versions of the floats.
11666
11667         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11668
11669         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11670
11671         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11672         frontends/Makefile.am
11673
11674         * text2.C: adjust
11675         * text.C: adjust
11676
11677
11678         * tabular.C (getTokenValue): add std::
11679
11680         * tabular-old.C (getTokenValue): add std::
11681         (getTokenValue): ditto
11682         (getTokenValue): ditto
11683
11684         * screen.C (ToggleSelection): adjust
11685
11686         * lyxtext.h: put selection cursors inside a Selection struct.
11687
11688         * lyxfunc.C (moveCursorUpdate): adjust
11689
11690         * lyxfont.C (latexWriteStartChanges): add std::
11691
11692         * lyxfind.C: adjust
11693
11694         * font.h: delete with(char const *, LyXFont const &)
11695
11696         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11697
11698         * FontInfo.C (getFontname): add std::
11699
11700         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11701         (workAreaButtonPress): adjust
11702         (tripleClick): adjust
11703         (update): adjust
11704         (moveCursorUpdate): adjust
11705         (Dispatch): adjust
11706
11707         * BufferView2.C (gotoInset): adjust
11708
11709 2001-05-30  Juergen Vigna  <jug@sad.it>
11710
11711         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11712         to check pspell I add this as default as I now have new pspell
11713         libraries and they seem to use this.
11714
11715 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11716
11717         * text2.C (CutSelection): make the cursor valid before the call to
11718         ClearSelection.
11719
11720 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11721
11722         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11723         relied on 0 terminated strings and other horrors. Bug found due to
11724         the new assert in lyxstring!
11725
11726         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11727         KP_ keys.
11728
11729 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11730
11731         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11732         to latinkeys.bind.
11733
11734         * lyxfunc.C (processKeySym): change method of getting to the
11735         self-insert char.
11736
11737         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11738         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11739         * BufferView_pimpl.[Ch]: here as private methods.
11740
11741 2001-05-28  Juergen Vigna  <jug@sad.it>
11742
11743         * text.C (SetHeightOfRow): added the update() call again as it is
11744         needed to initialize inset dimensions!
11745
11746 2001-05-16  Juergen Vigna  <jug@sad.it>
11747
11748         * text2.C (SetCharFont): Add new function with BufferView * and
11749         bool toggleall parameters for setting insets internal fonts.
11750         (SetFont): Freeze the undo as we may change fonts in Insets and
11751         all this change should be inside only one Undo!
11752
11753         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11754         setting font's in insets as for them we have the SetFont function!
11755
11756 2001-05-15  Juergen Vigna  <jug@sad.it>
11757
11758         * text2.C (ClearSelection): to be sure we REALLY don't have any
11759         selection anymore!
11760
11761         * tabular.C (TeXCellPreamble): fixed the left border problem for
11762         multicolumn cells.
11763
11764 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11765
11766         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11767         dependancy file
11768
11769 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11770
11771         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11772         LFUN_BREAKPARAGRAPH.
11773
11774         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11775         help test to "internal only", similar for LFUN_INSERT_URL
11776
11777         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11778         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11779         auto_region_delete and deadkeys.
11780
11781 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11782
11783         * LColor.h:
11784         * LColor.C: remove some dead entries, tidy a little
11785
11786 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11787
11788         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11789         commented code.
11790         (Dispatch): implement LFUN_ESCAPE
11791
11792         * commandtags.h: add LFUN_ESCAPE
11793
11794         * LyXAction.C (init): add entry for LFUN_ESCAPE
11795
11796         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11797         Remove commented code.
11798         (insertNote): moved here
11799         (open_new_inset): moved here
11800
11801         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11802         BufferView_pimpl
11803
11804 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11805
11806         * kbmap.C (findbinding): clean it up and make it work correctly.
11807
11808         * lyx_main.C (init): do not pass argc and argv as parameters
11809
11810 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11811
11812         * buffer.C: fix path for OS/2 & Win32
11813
11814         * lyx_gui.C:
11815         * lyx_main:
11816         * lyx_main.C: Added os:: class.
11817
11818         * os2_defines.h: update
11819
11820 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11821
11822         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11823         better by trying again with reduced state.
11824
11825 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11826
11827         * lyxrc.C (read): print error about invalid key sequence only when
11828         debugging (because not all latinX keysyms are known to some X
11829         servers)
11830
11831         * kbsequence.C (getiso): add a few std:: qualifiers
11832         (getiso): comment out extra return statement.
11833
11834 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11835
11836         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11837         handling.
11838         (Dispatch): enhance the accent inset a bit. (not perfect)
11839
11840 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11841
11842         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11843
11844 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11845
11846         * bufferlist.C (emergencyWrite): fix assert() call
11847
11848 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11849
11850         * text.C (InsertChar): Added trivial patch to only send the "you
11851         can not do multiple spaces this way" message once during a
11852         session.
11853
11854 2001-05-08  Baruch Even  <baruch@lyx.org>
11855
11856         * Makefile.am: Changed order of libraries to get LyX to link properly
11857         with the gnome frontend.
11858
11859 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11860
11861         * LaTeXFeatures.h: add a std:: qualifier
11862
11863 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11864
11865         * paragraph.C (String): use stringstream
11866
11867 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11868
11869         * paragraph.C (writeFile): remove footflag arg
11870
11871         * buffer.C (makeLaTeXFile): use stringstream
11872         (latexParagraphs): remove footnot gurba
11873
11874         * LaTeXFeatures.C (getPackages): use stringstream
11875         (getMacros): likewise
11876         (getTClassPreamble): likewise
11877         (getFloatDefinitions): new method
11878
11879         * paragraph.C (writeFile): reindent
11880         (Erase): reindent
11881
11882         * WorkArea.h: revert the xpos + etc changes.
11883
11884         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11885
11886         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11887
11888         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11889         (pasteSelection): likewise
11890         * text2.C (CreateUndo): likewise
11891
11892 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11893
11894         * minibuffer.C (peek_event): temporarily reduce the functionality
11895         of the minibuffer (to allow args on lfuns)
11896
11897         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11898         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11899
11900         * buffer.C (readInset): add compability reading of old float
11901         lists, add reading of new style float list.
11902         (readInset): avoid reevaluation of inscmd.getCmdName()
11903         (getLists): reindent
11904
11905         * MenuBackend.C (MenuItem): implement parsing of
11906         md_floatlistinsert and md_floatinsert.
11907         (expand::LastFiles): move initalizaton of iterators out of loop,
11908         avoid reevaluation.
11909         (expand::Documents): introduce typdedef vector<string> Strings,
11910         and use it.
11911         (expand::ExportFormats): introduce typedef vector<Format const *>
11912         Formats, and use it.
11913         (expand): implement FloatListInsert and FloatInsert.
11914
11915         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
11916         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
11917         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
11918
11919         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
11920         handling.
11921         (Dispatch::LFUN_FLOAT_LIST): implement
11922
11923 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
11924
11925         * LaTeX.C (run): Fix problem with --export code.
11926
11927 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
11928
11929         * BufferView.[Ch] (workarea): removed.
11930         (getClipboard) new method; wrapper for workarea()->getClipboard()
11931
11932         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
11933         bug.
11934
11935         * WorkArea.h (width, height, xpos, ypos): These methods all
11936         returned the dimensions of the work_area sub-area of WorkArea,
11937         resulting in a position error if the WorkArea were resized. Now
11938         return the dimensions of the entire WorkArea.
11939
11940         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
11941
11942 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11943
11944         * LaTeX.C (deplog): correct the syntax of regex reg1
11945
11946 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11947
11948         * undo.C: remove !NEW_INSETS cruft
11949
11950 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11951
11952         * text2.C: remove !NEW_INSETS cruft
11953
11954         * text.C: remove !NEW_INSETS cruft
11955
11956         * tabular.C: remove !NEW_INSETS cruft
11957
11958         * spellchecker.C: remove !NEW_INSETS cruft
11959
11960         * lyxtext.h: remove !NEW_INSETS cruft
11961
11962         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
11963
11964         * lyxfunc.C: remove !NEW_INSETS cruft
11965
11966         * lyxfind.C: remove !NEW_INSETS cruft
11967
11968         * lyx_cb.C: remove !NEW_INSETS cruft
11969
11970         * figureForm.C: remove  !NEW_INSETS cruft
11971
11972         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
11973
11974         * buffer.[Ch]: remove !NEW_INSETS cruft
11975
11976         * ToolbarDefaults.C: remove !NEW_INSETS cruft
11977
11978         * CutAndPaste.C: remove !NEW_INSETS cruft
11979
11980         * BufferView_pimpl.C: remove !NEW_INSETS cruft
11981
11982         * BufferView2.C: remove !NEW_INSETS cruft
11983
11984         * BufferView.h: remove !NEW_INSETS cruft
11985
11986 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11987
11988         * Lsstream.h: include LString.h before the sstream headers to
11989         fix problem with gcc 2.95.3 and lyxstring
11990
11991 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11992
11993         * lyx_main.C: add using directives when needed for C functions
11994         declared in std:: namespace.
11995
11996 2001-04-27  Juergen Vigna  <jug@sad.it>
11997
11998         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
11999         (SetHeightOfRow): comment out the update call should not be needed!
12000
12001 2001-04-13  Juergen Vigna  <jug@sad.it>
12002
12003         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12004         (LyXTabular): tried to minimize operator= operations (and realized
12005         hopfully Lars wish).
12006
12007 2001-04-27  Juergen Vigna  <jug@sad.it>
12008
12009         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12010
12011 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12012
12013         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12014
12015         * buffer.C (readInset): hack to make listof algorithm work
12016
12017         * BufferView_pimpl.C: hack to make listof algorithm work
12018
12019 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12020
12021         * LyXAction.C: removed all !NEW_INSETS cruft
12022         (init): moved lfun_item in method
12023
12024         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12025
12026 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12027
12028         * BufferView2.C (theLockingInset): white space.
12029
12030 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12031
12032         * minibuffer.C: include <iostream>
12033
12034         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12035
12036         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12037
12038         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12039
12040         * text.[Ch] (TransposeChars): new method
12041
12042 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12043
12044         * call message directly through LyXView instead of through LyXFunc
12045         * BufferView2.C: adjust
12046         * BufferView_pimpl.C: adjust
12047         * FontLoader.C: adjust
12048         * buffer.C: adjust
12049         * bufferview_funcs.C: adjust
12050         * converter.C: adjust
12051         * figureForm.C: adjust
12052         * importer.C: adjust
12053         * lyx_cb.C: adjust
12054         * lyx_gui_misc.C: adjust
12055         * lyxfunc.C: adjust
12056         * lyxvc.C: adjust
12057         * text2.C: adjust
12058         + more files in subdirs
12059
12060         * lyxparagraph.h (size): move up int file
12061         (GetLayout): ditto
12062
12063         * adjust all uses of Assert to lyx::Assert.
12064
12065         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12066         lyxfunctional in namespace lyx
12067         * layout.C (hasLayout): ditto
12068         (GetLayout): ditto
12069         (GetLayout): ditto
12070         (delete_layout): ditto
12071         (NumberOfClass): ditto
12072         * converter.C (GetFormat): ditto
12073         (GetNumber): ditto
12074         (Add): ditto
12075         (Delete): ditto
12076         (SetViewer): ditto
12077         * bufferlist.C (getFileNames): ditto
12078         (emergencyWriteAll): ditto
12079         (exists): ditto
12080         (getBuffer): ditto
12081         * MenuBackend.C (hasSubmenu): ditto
12082         (hasMenu): ditto
12083         (getMenu): ditto
12084         * BufferView_pimpl.C (getInsetByCode): ditto
12085
12086 2001-04-18  Juergen Vigna  <jug@sad.it>
12087
12088         * vspace.C (asLatexString): fixed the 100% problem.
12089
12090 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12091
12092         * lyxfunc.C (Dispatch):
12093         * minibuffer.C:
12094         * minibuffer.h: add a few std:: qualifiers
12095
12096 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12097
12098         * minibuffer.[Ch]: reimplement so that commands is initiated and
12099         run from lyxfunc, simplified som handling, and made the completion
12100         and history code for complete. wip.
12101
12102         * lyxfunc.C (processKeySym): call message
12103         (miniDispatch): new temporary method
12104         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12105         (LFUN_MESSAGE): implement
12106         (LFUN_MESSAGE_PUSH): implement
12107         (LFUN_MESSAGE_POP): implement
12108         (initMiniBuffer): the initial/defualt minibuffer message.
12109
12110         * lyxfont.[Ch]: inline some more getters
12111
12112         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12113
12114         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12115
12116         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12117         (AutoSave): use LFUN_MESSAGE
12118         (Reconfigure): ditto
12119
12120         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12121
12122         * figureForm.C: use LFUN_MESSAGE
12123
12124         * converter.C (runLaTeX): use LFUN_MESSAGE
12125
12126         * bufferview_funcs.C: use LFUN_MESSAGE
12127         (Melt): ditto
12128         (changeDepth): ditto
12129
12130         * bufferparams.h: use boost::
12131
12132         * bufferlist.h: inherit privately from noncopyable
12133
12134         * bufferlist.C (loadLyXFile): remove some commented code.
12135
12136         * buffer.C (runChktex): use LFUN_MESSAGE
12137
12138         * ShareContainer.h: inherit privately from noncopyable
12139
12140         * ParagraphParameters.[hC] (depth): inline it.
12141
12142         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12143         methods.
12144         (message): new method
12145         (messagePush): ditto
12146         (messagePop): ditto
12147         (show): init minibuffer
12148         (showState): direct call
12149
12150         * LaTeX.[Ch]: inherit privately from noncopyable
12151         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12152         instead of WriteStatus.
12153
12154         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12155
12156         * BufferView_pimpl.C (buffer): don't init minibuffer
12157         (workAreaButtonPress): use LFUN_MESSAGE
12158         (workAreaButtonRelease): ditto
12159         (savePosition): ditto
12160         (restorePosition): ditto
12161         (MenuInsertLyXFile): ditto
12162         (workAreaExpose): don't init minibuffer
12163         (update): remove commented code, simplify
12164
12165         * BufferView2.C (openStuff): use LFUN_MESSAGE
12166         (toggleFloat): ditto
12167         (menuUndo): ditto
12168         (menuRedo): ditto
12169         (copyEnvironment): ditto
12170         (pasteEnvironment): ditto
12171         (copy): ditto
12172         (cut): ditto
12173         (paste): ditto
12174         (gotoInset): ditto
12175         (updateInset): remove some commented code
12176
12177         * lastfiles.h: inherit privately from noncopyable
12178         * layout.h: ditto
12179         * lyx_gui.h: ditto
12180         * lyx_main.h: ditto
12181         * lyxlex.h: ditto
12182         * lyxlex_pimpl.h: ditto
12183
12184         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12185         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12186         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12187
12188         * LyXAction.h: inherit privately from noncopyable, add methods
12189         func_begin, func_end, returning iterators to the func map.
12190
12191         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12192         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12193         (func_begin): new method
12194         (func_end): new method
12195
12196         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12197         and not)
12198         (copySelection): ditto
12199         (pasteSelection): ditto
12200
12201         * BufferView.C: whitespace change
12202         * BufferView.h: inherit privately from noncopyable
12203
12204 2001-04-16  Allan Rae  <rae@lyx.org>
12205
12206         * tabular-old.C (l_getline):
12207         * spellchecker.C (sc_check_word):
12208         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12209         an unrecognised preprocessor directive.  So ensure they're wrapped.
12210
12211 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12212
12213         * src/exporter.C (Export): Give an error message when path to file
12214         contains spaces.
12215
12216 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12217
12218         * LaTeX.C (deplog): Always check that foundfile exists.
12219
12220 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12221
12222         * lyx_main.h:
12223         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12224
12225 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12226
12227         * tabular.[Ch] (getLabelList): implement new method
12228
12229         * minibuffer.h: comment ouf setTiimer
12230
12231         * minibuffer.C (ExecutingCB): constify res
12232         (peek_event): constify s
12233         (Set): constify ntext
12234         (Init): constify nicename
12235
12236         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12237
12238         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12239         (savePosition): use two params to Minibuffer::Set
12240         (restorePosition): ditto
12241
12242 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12243
12244         * lyx_main.C: include language.h
12245
12246         * Makefile.am (lyx_main.o): add language.h
12247
12248 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12249
12250         * exporter.C:
12251         * paragraph.C:
12252         * screen.C:
12253         * tabular.C:
12254         * CutAndPaste.C: include gettext.h
12255
12256         * lyxfont.h: remove old hack with ON and OFF.
12257
12258         * lyxparagraph.h:
12259         * lyxfont.h: do not include language.h...
12260
12261         * BufferView2.C:
12262         * LaTeXFeatures.C:
12263         * Painter.C:
12264         * bufferview_funcs.C:
12265         * font.C:
12266         * lyxfont.C:
12267         * text.C:
12268         * text2.C:
12269         * trans_mgr.C:
12270         * paragraph.C: ... but do it here instead
12271
12272 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12273
12274         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12275
12276         * tabular.C: small reformat
12277
12278         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12279         NEW_INSETS version
12280         (GetChar): ditto
12281         (BreakParagraph): ditto
12282         (SetOnlyLayout): ditto
12283         (SetLayout): ditto
12284
12285         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12286         with one arg less.
12287
12288         * lastfiles.C: removed most using decl, add std:: where needed
12289
12290         * buffer.C: ws changes
12291
12292         * MenuBackend.C (class compare_format): put into anon namespace
12293         (expand): constify label, names, action, action2
12294         (expand):
12295
12296         * text.C (SingleWidth): constify font
12297         (IsBoundary): constify rtl2
12298         (GetVisibleRow): constify ww
12299
12300         * LaTeX.C (deplog): constify logfile
12301
12302         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12303         start_x, end_x
12304         (workAreaExpose): constify widthChange, heightChange
12305
12306         * lyxrow.C (par): moved
12307         (height): moved
12308         (next): moved
12309         * lyxrow.h: as inlines here
12310
12311         * lyxfont.h (shape): moved from lyxfont.C
12312         (emph): moved from lyxfont.C
12313
12314         * lyxfont.C (LyXFont): use initialization list for all
12315         constructors
12316         (shape): move to lyxfont.h as inline
12317         (emph): move to lyxfont.h as inline
12318
12319
12320 2001-04-04  Juergen Vigna  <jug@sad.it>
12321
12322         * vspace.C: had to include stdio.h for use of sscanf
12323
12324 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12325
12326         * BufferView.h:
12327         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12328         independent of xforms.
12329
12330 2001-04-02  Juergen Vigna  <jug@sad.it>
12331
12332         * spellchecker.C: fixed namespace placing!
12333
12334 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12335
12336         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12337         the LyXParagraph * is 0.
12338
12339 2001-03-29  Juergen Vigna  <jug@sad.it>
12340
12341         * vspace.C: added support for %, c%, p%, l%.
12342         (stringFromUnit): added helper function.
12343         (asLatexString): changed to give right results for the %-values.
12344
12345         * buffer.C: convert the widthp in a width%.
12346
12347 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12348
12349         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12350         figureForm.[Ch].
12351
12352         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12353         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12354
12355         * lyx_cb.[Ch]: see above.
12356
12357         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12358         form1.[Ch].
12359
12360         * form1.[Ch]:
12361         * lyx.[Ch]: replaced by figure_form.[Ch].
12362
12363         * lyx_gui.C:
12364         * lyx_gui_misc.C:
12365         * lyxfunc.C: changed headers associated with above changes.
12366
12367 2001-03-27  Juergen Vigna  <jug@sad.it>
12368
12369         * BufferView_pimpl.C: set the temporary cursor right!
12370
12371 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12372
12373         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12374
12375 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12376
12377         * LString.h: removed "using std::getline"!
12378
12379         * BufferView_pimpl.C (Dispatch): changes due to changes in
12380         InsetInclude::Params.
12381
12382         * buffer.C (tag_name): removed redundant break statements as they were
12383         producing lots of warnings with my compiler.
12384
12385 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12386
12387         * LString.h: add "using std::getline" when using the real <string>.
12388
12389 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12390
12391         * buffer.C: removed bitset usage.
12392         PAR_TAG moved to an anonymous name space.
12393         (tag_name): new funtion, also in the anonymous namespace.
12394         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12395         (makeDocBookFile): clean code. Completed transition from string arrays
12396         to string vectors.
12397         (SimpleDocBookOnePar): code clean.
12398
12399 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12400
12401         * tabular.C: add some comments.
12402
12403 2001-03-22  Juergen Vigna  <jug@sad.it>
12404
12405         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12406         compatibility read a bit and fixed bug with minipage in different
12407         depth.
12408
12409 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12410
12411         * buffer.C (pop_tag): removed.
12412         (push_tag): removed.
12413         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12414         array replaced with vector. Added support for CDATA sections.
12415         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12416         at any nest level.
12417         (makeDocBookFile): XML conformant declaration of CDATA section,
12418         fixed bug related to <emphasis> in the first paragraph char.
12419         (sgmlOpenTag): exclude empty tags.
12420         (sgmlCloseTag): ditto.
12421
12422         * buffer.h (pop_tag): removed.
12423         (push_tag): removed.
12424
12425 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12426
12427         * language.h (Languages): added size_type and size().
12428
12429 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12430
12431         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12432         response on compability reading of minipages. One probliem is that
12433         the old usage of minipages was «flertydig»
12434
12435         * several files here and in subdirs: don't use static at file
12436         scope use anon namespaces instead.
12437
12438 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12439
12440         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12441         LaTeX output. This is necessary for Literate document
12442         processing.
12443
12444 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12445
12446         * buffer.C: insert hfill when needed.
12447
12448         * tabular.C (l_getline): use string::erase, small whitespace change.
12449
12450         * BufferView_pimpl.C: try the anon namespace.
12451         * WorkArea.C: ditto
12452
12453 2001-03-16  Juergen Vigna  <jug@sad.it>
12454
12455         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12456         otherwise it won't open options-dialogs.
12457
12458         * buffer.C: honor pextraWidth(p) on converting minipages.
12459
12460         * tabular.C (l_getline): changed the functions to strip trailing \r.
12461
12462 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12463
12464         * BufferView_pimpl.C:
12465         * minibuffer..C: added "using SigC::slot" declaration.
12466
12467 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12468
12469         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12470
12471         * text2.C: ditto
12472
12473         * text.C: ditto
12474
12475         * paragraph.C: ditto
12476
12477         * lyxtext.h: NO_PEXTRA
12478
12479         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12480
12481         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12482         * ParameterStruct.h: ditto
12483         * ParagraphParameters.h: ditto
12484         * lyxparagraph.h: ditto
12485
12486 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12487
12488         * buffer.C: add compability for minipage alignment.
12489         (latexParagraphs): remove unwanted pextra check.
12490
12491         * several files: remove CXX_WORKING_NAMESPACES
12492
12493         * buffer.C (pop_tag): tie is in namespace boost
12494
12495         * BufferView.h: noncopyable is in namespace boost
12496         * lyxlex.h: ditto
12497         * lyx_main.h: ditto
12498         * lyx_gui.h: ditto
12499         * layout.h: ditto
12500         * lastfiles.h: ditto
12501         * bufferlist.h: ditto
12502         * ShareContainer.h: ditto
12503         * LyXView.h: ditto
12504         * LyXAction.h: ditto
12505         * LaTeX.h: ditto
12506
12507 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12508
12509         * Merging changes from BRANCH_MVC back into HEAD.
12510
12511         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12512
12513 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12514
12515         * BufferView_pimpl.C: change from intl.C
12516
12517         * combox.h:
12518         * combox.C:
12519         * Makefile.am: move combox.*
12520
12521         * form1.h:
12522         * form1.C:
12523         * lyx_gui.C:
12524         * intl.h:
12525         * intl.C: remove dialog (covered by prefs)
12526
12527 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12528
12529         * lyxfunc.C (Dispatch): removed redundant break statement.
12530
12531 2001-03-14  Juergen Vigna  <jug@sad.it>
12532
12533         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12534
12535 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12536
12537         * buffer.C: add hack to fix compability reading of minipages.
12538
12539 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12540
12541         * buffer.C (getLists): Cleanup.
12542
12543 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12544
12545         * lyxfont.C (update): don't honor toggleall on font size.
12546
12547 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12548
12549         * bmtable.c:
12550         * bmtable.h:
12551         * Makefile.am: moved to frontends/xforms/
12552
12553         * lyx_gui_misc.C:
12554         * lyxfunc.C:
12555         * BufferView_pimpl.C: changes for moved mathpanel
12556
12557 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12558
12559         * gettext.h: fix gettext_init() in --disable-nls
12560
12561 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12562
12563         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12564
12565 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12566
12567         * lyx.C:
12568         * lyx.h: strip external form
12569
12570 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12571
12572         * BufferView_pimpl.C: add comment, destroySplash()
12573
12574 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12575
12576         * BufferView_pimpl.C:
12577         * LyXAction.C:
12578         * buffer.C:
12579         * commandtags.h:
12580         * lyxfunc.C: use re-worked insetinclude
12581
12582 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12583
12584         * buffer.C: add using std::stringstream.
12585
12586         * lyx_cb.C: readd using std::ios.
12587
12588         * buffer.C: add using std::map.
12589
12590         * BufferView_pimpl.C: add using std::vector.
12591
12592         * ShareContainer.h: add std:: to swap.
12593
12594         * buffer.h: add some typedefs
12595         * buffer.C (getLists): use them
12596         (getLists): renamed from getTocList.
12597         add a counter for the different float types and use it in the
12598         generated string.
12599         (getLists): use the same counter for the NEW_INSETS and the "non"
12600         NEW_INSETS
12601
12602         * lyx_cb.h: remove unused items, includes, using etc.
12603
12604         * ShareContainer.h: remove some commented code, add more comments
12605         and "documentation".
12606
12607 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12608
12609         * buffer.C (getTocList): make the list also when NEW_INSETS is
12610         defined.
12611
12612         * buffer.h: remove TocType
12613
12614         * buffer.C (getTocList): change to return a map<string,
12615         vector<TocItem> >, implement for dynamic number of list.
12616
12617         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12618         * text2.C (PasteSelection): adjust
12619         * CutAndPaste.C (pasteSelection): adjust
12620
12621         * FloatList.C (FloatList): update from the new_insets branch.
12622         * Floating.[Ch]: ditto
12623         * LaTeXFeatures.C: ditto
12624         * buffer.C: ditto
12625         * lyxlex_pimpl.C: ditto
12626
12627         * paragraph.C (Last): remove when NEW_INSETS is defined.
12628
12629         * other file: changes because of the above.
12630
12631 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12632
12633         * lyxparagraph.h: rename next to next_, previous to previous_,
12634         make them private for NEW_INSETS. Rename Next() to next(),
12635         Previous() to previous().
12636
12637         * other files: changes because of the above.
12638
12639 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12640
12641         * BufferView.h:
12642         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12643         problem.
12644
12645 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12646
12647         * main.C (main): pass lyx_localedir to gettext_init().
12648
12649         * gettext.h: remove locale_init and gettext_init macros
12650
12651         * gettext.C (locale_init): new function
12652         (gettext_init): new function
12653
12654         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12655         setlocale().
12656
12657 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12658
12659         * Moved credits to frontends:
12660         * credits.[Ch]: removed
12661         * credits_form.[Ch]: removed
12662         * lyx_gui_misc.C: remove credits stuff
12663         * Makefile.am:
12664
12665 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12666
12667         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12668
12669         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12670         unneeded destructor.
12671
12672         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12673         a standalone pointer again.
12674
12675         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12676
12677 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12678
12679         * Makefile.am:
12680         * filedlg.h:
12681         * filedlg.C:
12682         * LyXAction.C:
12683         * ToolbarDefaults.C:
12684         * bufferlist.C:
12685         * commandtags.h:
12686         * form1.C:
12687         * form1.h:
12688         * lyx_cb.C:
12689         * lyx_cb.h:
12690         * lyxfunc.h:
12691         * lyxfunc.C:
12692         * BufferView_pimpl.C: use new file dialog in GUII
12693
12694         * lyx_cb.h:
12695         * lyx_cb.C: remove LayoutsCB to Toolbar
12696
12697 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12698
12699         * ShareContainer.h (get): add std:: qualifier
12700
12701 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12702
12703         * ShareContainer.h: define a proper ShareContainer::value_type
12704         type (and use typename to please compaq cxx)
12705
12706 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12707
12708         * lyxparagraph.h: move serveral local vars to
12709         ParameterStruct/ParagraphParameters., use ShareContainer in
12710         FontTable., make vars in FontTable private and add getter and
12711         setter.
12712
12713         * paragraph.C: changes because of the above.
12714
12715         * lyxfont.h: remove copy constructor and copy assignment. (the
12716         default ones is ok), move number inside FontBits. move inlines to
12717         lyxfont.C
12718
12719         * lyxfont.C: add number to initializaton of statics, move several
12720         inlines here. constify several local vars. some whitespace
12721         cleanup. Dont hide outerscope variables.
12722
12723         * Spacing.h: add two new constructors to match the set methods.
12724
12725         * ShareContainer.h: new file, will perhaps be moved to support
12726
12727         * ParameterStruct.h: new file
12728
12729         * ParagraphParameters.h: new file
12730
12731         * ParagraphParameters.C: new file
12732
12733         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12734         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12735
12736         * BufferView_pimpl.C: ParagraphParameter changes.
12737         * buffer.C: Likewise.
12738         * bufferview_funcs.C: Likewise.
12739         * text.C: Likewise.
12740         * text2.C: Likewise.
12741
12742 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12743
12744         * lyxfind.C (LyXReplace): do not redefine default argument in
12745         implementation.
12746         (IsStringInText): ditto
12747         (SearchForward): ditto
12748         (SearchBackward): ditto
12749
12750 2001-03-06  Juergen Vigna  <jug@sad.it>
12751
12752         * lyxfind.C (IsStringInText): put parentes around expressions.
12753
12754 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12755
12756         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12757
12758 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12759
12760         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12761
12762         * stl_string_fwd.h: add comment
12763
12764         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12765
12766         * tabular.h:
12767         * tabular.C: remove unused DocBook methods
12768
12769         * intl.C:
12770         * language.C:
12771         * paragraph.C:
12772         * buffer.C:
12773         killed DO_USE_DEFAULT_LANGUAGE
12774
12775 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12776
12777         * lyx_gui.C: do not include language.h.
12778
12779         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12780         arguments in function implementation.
12781
12782 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12783
12784         * BufferView_pimpl.C: add <ctime>
12785
12786 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12787
12788         * BufferView_pimpl.C: add using std::find_if
12789
12790 2001-02-27  José Matos  <jamatos@fep.up.pt>
12791
12792         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12793         by OnlyPath.
12794
12795 2001-02-11  José Matos  <jamatos@fep.up.pt>
12796
12797         * buffer.C (makeDocBookFile): command styles now have a parameter as
12798         "title" by default.
12799
12800 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12801
12802         * layout_forms.[Ch]: removed
12803         * lyx_cb.[Ch]: out character
12804         * lyx_gui.C: out character
12805         * lyx_gui_misc.C: out character
12806         * bufferview_funcs.C: : out character,
12807         added toggleall as parameter in ToggleAndShow
12808
12809 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12810
12811         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12812
12813         * text2.C (SetCurrentFont): Disable number property at boundary.
12814
12815 2001-02-26  Juergen Vigna  <jug@sad.it>
12816
12817         * lyxfunc.C (getStatus): added a string argument override function so
12818         that this is correctly called from LyXFunc::Dispatch if it contains a
12819         do_not_use_argument which is used!
12820         (Dispatch): added check for "custom" export and call appropriate func.
12821
12822 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12823
12824         * lyxrc.C: Add language_command_local, language_use_babel and
12825         language_global_options.
12826
12827         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12828
12829         * buffer.C (makeLaTeXFile): Use language_use_babel and
12830         language_global_options.
12831
12832 2001-02-23  Juergen Vigna  <jug@sad.it>
12833
12834         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12835         which works with LyXText and putted it inside BufferView. Here now we
12836         only call for that part the BufferView::Dispatch() function.
12837
12838         * BufferView.C (Dispatch): added.
12839
12840         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12841         functions which needs to use a LyXText over from LyXFunc.
12842         (MenuInsertLyXFile): added
12843         (getInsetByCode): added
12844         (moveCursorUpdate): added
12845         (static TEXT): added
12846
12847 2001-02-22  Juergen Vigna  <jug@sad.it>
12848
12849         * BufferView_pimpl.C (update): call a status update to see if LyXText
12850         needs it.
12851
12852 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12853
12854         * vc-backend.C (revert): implement for CVS
12855         (getLog): implement for CVS
12856
12857 2001-02-20  Juergen Vigna  <jug@sad.it>
12858
12859         * text2.C (ClearSelection): added BufferView param for inset_owner call
12860
12861         * lyxfunc.C (TEXT): added this function and use it instead of
12862         directly owner->view()-text of getLyXText().
12863
12864 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12865
12866         * src/layout_forms.C: out preamble
12867         * src/layout_forms.h: out preamble
12868         * src/lyx_cb.C: out preamble
12869         * src/lyx_cb.h: out preamble
12870         * src/lyx_gui.C: out preamble
12871         * src/lyx_gui_misc.C: out preamble
12872         * src/lyxfunc.C: connect with guii preamble
12873
12874 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12875
12876         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12877
12878 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12879
12880         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12881         whether to run bibtex.
12882
12883 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12884
12885         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12886
12887 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12888
12889         * Makefile.am (lyx_SOURCES): removed bibforms.h
12890
12891         * vspace.h: doxygen
12892
12893         * text.C (GetVisibleRow): make several local vars const
12894
12895         * tabular.C: small cleanup.
12896
12897         * lyxserver.C (callback): use compare instead of strncmp
12898
12899         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12900         inlines to after class or to paragraph.C
12901
12902         * lyxfont.h: remove friend operator!=
12903
12904         * converter.h: move friend bool operator< to non friend and after
12905         class def.
12906
12907         * combox.h: small cleanup
12908
12909         * buffer.h: doxygen, remove unused constructor, move inclas inlies
12910         to inlines after class def.
12911
12912         * buffer.C (pop_tag): use string operations instead of strcmp
12913
12914         * bmtable.c: doxygen, small cleanup
12915
12916         * LaTeX.h: remove friend operator==
12917
12918 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
12919
12920         * screen.C:
12921         * lyxrc.[Ch]:
12922         * lyxfunc.C:
12923         * lyxfont.[Ch]:
12924         * lyx_cb.C:
12925         * intl.[Ch]:
12926         * commandtags.h:
12927         * buffer.C:
12928         * WorkArea.[Ch]:
12929         * LyXAction.C:
12930         * BufferView_pimpl.C:
12931         * BufferView.[Ch]: remove cruft
12932
12933 2001-02-14  Juergen Vigna  <jug@sad.it>
12934
12935         * lyxfunc.C: removed #if 0 unused code
12936
12937         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
12938
12939         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
12940
12941         * text2.C (SetSelection): added a BufferView * parameter
12942
12943 2001-02-13  Juergen Vigna  <jug@sad.it>
12944
12945         * lyxfunc.C (Dispatch): fixed protected blank problem.
12946         * BufferView2.C (protectedBlank): added LyxText * parameter.
12947
12948         * tabular.C (AppendRow): forgot to set row_info of newly added row.
12949         (AppendColumn): same as above for column_info.
12950
12951         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
12952         (moveCursorUpdate): use a LyXText param for support of InsetText.
12953
12954         * BufferView_pimpl.C (doubleClick): added support for InsetText.
12955         (tripleClick): ditto
12956
12957         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
12958
12959         * BufferView_pimpl.C (update): added LyXText param to honor insets.
12960
12961         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
12962
12963         * text2.C (SetSelection): set correct update status if inset_owner
12964         (ToggleFree): ditto
12965
12966 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
12967
12968         * tabular.C: remove some commented code.
12969
12970 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
12971
12972         * BufferView_pimpl.C: call hideSplash()
12973
12974         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
12975
12976         * include_form.h:
12977         * bibforms.h: remove
12978
12979         * lyxfunc.C:
12980         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
12981           add LFUN_CHILD_CREATE
12982
12983         * counters.h: fix tiny typo
12984
12985         * lyx_cb.C:
12986         * lyx.h:
12987         * lyx_gui.C:
12988         * lyx.C: move splash to frontends/xforms/
12989
12990         * lyx_gui_misc.C: move Include and Bibform to frontends
12991
12992         * lyxvc.h: clarify comment
12993
12994         * vspace.C: tiny housekeeping
12995
12996 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
12997
12998         * text.C (PrepareToPrint): RTL Fix.
12999
13000         * paragraph.C (GetUChar): New method.
13001         (String):  Use GetUChar.
13002
13003         * buffer.C (asciiParagraph): Use GetUChar.
13004
13005 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13006
13007         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13008
13009 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13010
13011         * buffer.h:
13012         * buffer.C: rename to getLogName(), handle
13013           build log / latex log nicely
13014
13015 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13016
13017         * MenuBackend.C:
13018         * MenuBackend.h: remove support for reference menuitem type.
13019
13020 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13021
13022         * BufferView_pimpl.C: housekeeping
13023         * BufferView_pimpl.h:
13024         * LyXView.h:
13025         * Makefile.am:
13026         * Timeout.C:
13027         * Timeout.h:
13028         * minibuffer.h: move Timeout GUI-I
13029
13030 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13031
13032         * lyxrc.C (read): Update converters data-structures.
13033
13034 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13035
13036         * LaTeX.h (operator!=): add operator != for Aux_Info
13037
13038 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13039
13040         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13041
13042         * LaTeXLog.C: deleted, useful code moved to Buffer
13043
13044         * buffer.h:
13045         * buffer.C: new function getLatexLogName()
13046
13047         * lyx_gui_misc.C:
13048         * lyx_gui.C:
13049         * lyxvc.C:
13050         * lyxvc.h:
13051         * lyxfunc.C: use frontends for LaTeX and VC logs
13052
13053 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13054
13055         * LaTeX.h: yet another std:: that Allan forgot.
13056
13057         * Variables.C (set): renamed from isset(), because this clashes
13058         with some HP-UX macros (grr).
13059
13060 2001-02-06  Allan Rae  <rae@lyx.org>
13061
13062         * LaTeX.h: Another bug fix.  Missing std:: this time.
13063
13064 2001-02-04  Allan Rae  <rae@lyx.org>
13065
13066         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13067         floats problem. I've left it commented out because it's not quite
13068         correct.  It should also test that the current object is a table or
13069         figure inset.  But I haven't gotten around to figuring out how to do
13070         that.  I *think* it'll be something like: "table" == inset.type()
13071
13072         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13073         bool.
13074
13075 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13076
13077         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13078         all the citation/databases/styles in the auxilary file.
13079         (run): Rerun latex if there was a babel language error.
13080
13081 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13082
13083         * text.C (Backspace): Preserve the font when changing newline char
13084         with a space.
13085         (BreakParagraph): If the cursor is before a space, delete the space.
13086
13087         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13088
13089 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13090
13091         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13092         new argument (code).
13093         (ChangeCitationsIfUnique): New method.
13094
13095         * paragraph.C (GetPositionOfInset): Handle bibkey.
13096
13097 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13098
13099         * BufferView_pimpl.h: change type of Position::par_pos to
13100         LyXParagraph::size_type.
13101
13102 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13103
13104         * BufferView_pimpl.C (savePosition, restorePosition): Write
13105         messages to minibuffer.
13106
13107 2001-01-28  José Matos  <jamatos@fep.up.pt>
13108
13109         * buffer.C (makeDocBookFile): adds support for document language.
13110         A silly restriction on the name of LatexCommand types where removed.
13111         Added support for CDATA sections, allows to chars unescaped, used
13112         among others in code, to avoid escape < and >.
13113
13114 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13115
13116         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13117         saved positions instrad of a stack. Furthermore, a position is
13118         stored using paragraph id/paragraph position.
13119
13120         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13121         Remove LFUN_REF_BACK.
13122
13123 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13124
13125         * converter.C (dvipdfm_options): New method.
13126
13127 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13128
13129         * vspace.C (isValidLength): Fix for empty input string.
13130
13131 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13132
13133         * LyXAction.C (init): change description of LFUN_FIGURE to
13134         "Insert Graphics"
13135
13136 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13137
13138         * LaTeX.C: add using directive
13139
13140 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13141
13142         * MenuBackend.C (expand): Fix the sorting of the formats.
13143
13144 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13145
13146         * lyx_main.C: tiny error message fix
13147
13148 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13149
13150         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13151         calling fl_initialize(). This fixes the problem with ',' as
13152         decimal separator in text files.
13153
13154 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13155
13156         * trans.C (process): Fix the keymap bug.
13157
13158 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13159
13160         * LaTeX.C (scanAuxFiles): New method. Provides support for
13161         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13162         (scanLogFile) Scan for "run BibTeX" messages.
13163
13164         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13165         OT1 font encoding. Also, load the aecompl package if the ae
13166         package is loaded.
13167
13168         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13169
13170 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13171
13172         * texrow.C (increasePos): turn two error messages into debug
13173         messages.
13174
13175 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13176
13177         * LaTeX.C (scanAux): Handle the \@input macro.
13178         (runBibTeX): Use scanAux().
13179
13180         * language.C (latex_options_): New field.
13181
13182         * LaTeXFeatures.C (getMacros): Add language macros.
13183
13184         * buffer.C (makeLaTeXFile): Small fix.
13185
13186 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13187
13188         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13189
13190         * text2.C: add a using directive.
13191
13192 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13193
13194         * BufferView2.C:
13195         * lyx_gui_misc.h:
13196         * lyxfr1.C:
13197         * lyxfunc.C: kill LyXBell.
13198
13199 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13200
13201         * text.C (IsBoundary): Remove the error message
13202
13203         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13204
13205         * lyxrc.C (setDefaults): Correct initialization value for
13206         font_norm_type.
13207
13208 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13209
13210         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13211         gotoError().
13212
13213         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13214         and GotoNextNote().
13215
13216         * src/LyXAction.C: Added reference-next.
13217
13218         * text.C (InsertChar): Use contains instead of strchr.
13219
13220         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13221
13222 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13223
13224         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13225         alignment commands (when needed).
13226
13227         * text.C (InsertChar): Add ':' to number separator chars.