]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
e6844ff92c5de8221b35bd1b13eaa59304a607a6
[lyx.git] / src / ChangeLog
1 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
2
3         * text3.C: fix one crash due to wrong cursor def
4
5 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
6
7         * vc-backend.C (scanMaster): make the regex static
8
9         * LaTeX.C (scanAuxFile): make the regexs static
10
11         * text3.C (doInsertInset, dispatch, dispatch):
12         * text2.C (cursorUp, cursorDown):
13         * text.C (selectNextWordToSpellcheck):
14         * BufferView_pimpl.C (dispatch):
15         * lyxfunc.C (dispatch):  localDispatch -> dispatch
16
17 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
18
19         * lyxsocket.C: include <cerrno>
20
21 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
22
23         * lyxfunc.C (dispatch): remove textcache stuff
24
25         * bufferlist.C (release): remove textcache stuff
26         (closeAll): ditto
27
28         * TextCache.C: delete file
29         * TextCache.h: delete file
30
31         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
32
33         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
34         delete of the bv_->text.
35         (resizeCurrentBuffer): remove texcache stuff
36         (workAreaResize): ditto
37
38 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
39
40         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
41         action.
42
43 2003-10-16  André Pönitz  <poenitz@gmx.net>
44
45         * lyxrow.[Ch]:
46         * paragraph.h:
47         * rowpainter.C:
48         * text.C:
49         * text2.C:
50         * text3.C: speed up by storing y positions per paragraph plus per-row
51         offset instead of having a 'full' y position in the row.
52
53 2003-10-15  André Pönitz  <poenitz@gmx.net>
54
55         * iterators.[Ch]:
56         * iterators.[Ch]:
57         * undo.[Ch]: make undo aware of inner insets
58
59 2003-10-14  Angus Leeming  <leeming@lyx.org>
60
61         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
62         static member functions LyX::ref() and LyX::cref.
63         (lastfiles): new accessor functions for the new lastfiles_ member var.
64         (addLyXView, views_): add a new LyXView to the list of views_.
65         (updateInset): loop over all LyXViews to call their own updateInset
66         member function, returning a pointer to the Buffer owning the inset.
67
68         * BufferView_pimpl.C (loadLyXFile):
69         * MenuBackend.C (expandLastfiles):
70         * bufferlist.C (MenuWrite, QuitLyX):
71         lastfiles is no longer a global variable.
72         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
73
74         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
75         static function. Access through LyX::cref().emergencyCleanup().
76
77 2003-10-14  André Pönitz  <poenitz@gmx.net>
78
79         * iterators.[Ch]: new direct access to innermost LyXText and Inset
80
81         * undo.[Ch]: restoring part of 'undo in insets'
82
83         * Makefile.am:
84         * undo_funcs.[Ch]: merge with undo.[Ch]
85
86         * tabular.C: small cleansing stuff
87
88 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
89
90         * paragraph_funcs.C (readParToken): report unknown insets as error
91         boxes. Use the outer paragraph as location (also for unknown
92         tokens).
93
94         * factory.C (readInset): do not abort on reading an unknown inset.
95         Eat it and return 0.
96
97 2003-10-13  Angus Leeming  <leeming@lyx.org>
98
99         * lyx_main.C (LyX): remove call to setDisplayTranslator().
100
101         * lyxrc.C: displayTranslator is now a function,
102         declared in GraphicsTypes.h.
103
104 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
105
106         * format.C: new placeholder $$a to pass the socket address.
107
108         * bufferlist.[Ch]: new function getBufferFromTmp.
109
110         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
111           files in the temporary dir.
112
113 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
114
115         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
116
117         * Makefile.am: add lyxsocket.[Ch].
118
119         * lyx_main.C (error_handler): handle SIGPIPE.
120
121 2003-10-13  André Pönitz  <poenitz@gmx.net>
122
123         * BufferView_pimpl.C:
124         * lyxtext.h:
125         * text.C:
126         * text2.C:
127         * text3.C:
128         * undo_funcs.[Ch]: use paroffset_type instead of
129           ParagraphList::iterators to prevent multiple conversion
130           (and get a more robust interface)
131
132 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
133
134         * lyxfunc.C (dispatch): RESULT -> dispatch_result
135         * lyxtext.h: ditto
136         * text3.C (dispatch): ditto
137
138 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
139
140         * LaTeX.C (handleFoundFile): move the static to smaller scope,
141         move the onlyfile, use onlyfile instead of foundfile in a couple
142         of places.
143
144         * DepTable.C (update): flush the error stream a bit more
145
146 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
147
148         * lyxserver.C (callback): adjust
149
150         * lyxfunc.C (getStatus): add a missing brace in commented code
151         (ensureBufferClean): reindent
152         (dispatch): delete version taking a string
153
154 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
155
156         * LaTeX.C (deplog): move found file handlig from here...
157         (handleFoundFile): .. to new function here.
158         (deplog): make sure to discover several files mentioned on the
159         same log line.
160
161 2003-10-10  André Pönitz  <poenitz@gmx.net>
162
163         * lyxfunc.C:
164         * lyxtext.h:
165         * tabular.C:
166         * text.C:
167         * text2.C:
168         * text3.C: fix some of the tabular crashes
169
170 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
171
172         * MenuBackend.C (binding): put debug message into Debug::KBMAP
173
174         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
175
176 2003-10-09  André Pönitz  <poenitz@gmx.net>
177
178         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
179
180         * BufferView.C:
181         * BufferView_pimpl.C:
182         * bufferview_funcs.C:
183         * lyx_cb.C:
184         * lyxcursor.C:
185         * lyxfind.C:
186         * lyxfunc.C:
187         * lyxtext.h:
188         * text.C:
189         * text2.C:
190         * text3.C:
191         * text_funcs.[Ch]:
192         * textcursor.[Ch]:
193         * undo_funcs.C: adjust
194
195 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
196
197         * text2.C (incrementItemDepth): new function, use a backtracking
198         algorithm to discover the correct item depth.
199         (resetEnumCounterIfNeeded): new function, use a backtracking
200         algorithm to discover if counter reset is needed.
201         (setCounter): use them. Simplify a bit. Add different labels for
202         different item depths for itemize.
203
204         * paragraph.C (Paragraph): remove initialization of enumdepth
205         (operator=): ditto
206
207         * paragraph.h: get rid of enumdepth, and use itemdepth both for
208         enumerate and itemize. Change the type of itemdepth to signed char.
209
210 2003-10-08  André Pönitz  <poenitz@gmx.net>
211
212         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
213           thing assignable.
214         * text.C:
215         * text2.C: adjust
216
217         * tabular.[Ch]: fix crash after 'row-insert'
218
219 2003-10-08  Angus Leeming  <leeming@lyx.org>
220
221         Fix doxygen warnings.
222
223         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
224         Remove CutAndPaste:: prefix from header file declaration.
225
226         * LColor.h (fill): remove LColor:: prefix from declaration.
227
228         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
229         use lyx::depth_type rather than Paragraph::depth_type so that
230         header file and .C file match.
231
232         * converter.h (intToFormat): remove Converters:: prefix from declaration.
233
234         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
235         * aspell.C: \file aspell_local.C -> \file aspell.C
236         * gettext.C: \file gettext.C -> \file src/gettext.C
237         * gettext.h: \file gettext.h -> \file src/gettext.h
238         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
239         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
240         * text.C: \file text.C -> \file src/text.C
241
242         * toc.C: move comment so that doxygen is not confused.
243
244 2003-10-07  Angus Leeming  <leeming@lyx.org>
245
246         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
247
248 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
249
250         * aspell.C:
251         * aspell_local.h: add forgotten std::string's.
252
253 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
254
255         * LaTeXFeatures.C:
256         * LyXAction.C:
257         * factory.C:
258         * lfuns.h:
259         * lyxfunc.C:
260         * text3.C: The Box patch. Fancybox support, minipage, parbox
261
262 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
263
264         * CutAndPaste.h:
265         * DepTable.h:
266         * FloatList.h:
267         * LaTeXFeatures.h:
268         * ParagraphParameters.h:
269         * TextCache.h:
270         * Thesaurus.h:
271         * bufferlist.h:
272         * exporter.h:
273         * importer.h:
274         * lastfiles.h:
275         * lyxfind.h:
276         * lyxfont.h:
277         * lyxlex.h:
278         * lyxtextclasslist.h:
279         * messages.h:
280         * paragraph.h:
281         * paragraph_pimpl.C:
282         * textcursor.h: add <string> and other small fixes to make Lars'
283         std::string patch compile with STLport.
284
285 2003-10-06  Angus Leeming  <leeming@lyx.org>
286
287         * LColor.h: Add missing #include <string>.
288
289 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
290
291         * All most all file in all subdirs: Make <string> be the prefered
292         way of getting to std::string, add using declarations.
293
294 2003-10-06  André Pönitz  <poenitz@gmx.net>
295
296         * metricsinfo.C: initialize LyXFont before changing attribute.
297         (fixes the 'math in \emph is upright' bug)
298
299 2003-10-06  André Pönitz  <poenitz@gmx.net>
300
301         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
302
303 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
304
305         * graph.C:
306         * paragraph_pimpl.C: Small fixes to build using STLport
307
308 2003-10-02  André Pönitz  <poenitz@gmx.net>
309
310         * lyxfunc.C:
311         * text3.C: move handling of LFUN_DEPTH *; fix #1360
312
313 2003-10-01  André Pönitz  <poenitz@gmx.net>
314
315         * factory.C: assert early
316
317 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
318
319         * lyx_main.C: remove the global debug object
320
321         * debug.h: adjust for new debugstream
322
323         * debug.C: adjust for new debugstream and keep the global debug
324         object here.
325
326 2003-09-22  Angus Leeming  <leeming@lyx.org>
327
328         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
329         of g++ which otherwise complain that the scoped_ptr destructor can't delete
330         an incomplete class LyXFont.
331
332 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
333
334         * factory.C: bug fix in branches
335
336 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
337
338         * lyxfunc.C (processKeySym): adjust
339         (dispatch): adjust
340         (dispatch): change arg name from ev to func, adjust
341         (sendDispatchMessage): ditto
342
343         * lyx_main.C (defaultKeyBindings): adjust keybindings
344         (deadKeyBindings): ditto
345
346         * kbsequence.C (addkey): return a FuncRequest
347
348         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
349
350         * kbmap.C (bind): take a FuncRequest as arg, adjust
351         (read): adjust
352         (lookup): adjust
353         (defkey): change to take a FuncRequest as arg, adjust
354         (findbinding): take a FuncRequest as arg, adjust.
355
356         * funcrequest.h (operator=): added
357
358         * funcrequest.C (FuncRequest): default kb_action changed from
359         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
360
361         * buffer.C (dispatch): simplify
362         (dispatch): adjust to take a FuncRequest as arg, adjust
363
364         * boost.C (assertion_failed): change assertion message slightly
365
366         * ToolbarBackend.C (read): simplify
367
368         * MenuBackend.C (binding): adjust call to findbinding, add a
369         message if no binding is found.
370         (read): simplify
371         (expandToc): correct by adding a empty FuncRequest
372
373         * LyXAction.C: include <boost/assert.hpp>
374         (isPseudoAction): delete function
375         (LookupFunc): change name to...
376         (lookupFunc): this. change return type to FuncRequest.
377         (getActionName): take kb_action as arg, simplify
378         (funcHasFlag): add an assert, simplify.
379
380 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
381
382         * toc.C (action): return a FuncRequest, simplify
383
384         * lyxfunc.C (processKeySym): adjust
385         (getStatus): delete version that takes an int.
386         (getStatus): adjust
387         (dispatch): delete version that takes action as int
388         (dispatch): adjust
389         (sendDispatchMessage): simplify and adjust
390
391         * funcrequest.C (getArg): take unsigned int as arg
392
393         * ToolbarBackend.C (read): adjust
394         (add): delete version that takes func as a string.
395         (getIton): take a FuncRequest as arg
396
397         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
398         action.
399
400         * MenuBackend.C (MenuItem): add a new construct that only takes a
401         Kind, simplify the constructor use for submenus.
402         (add): adjust
403         (expandLastfiles): adjust
404         (expandDocuments): adjust
405         (expandFormats): adjust
406         (expandFloatListInsert): adjust
407         (expandFloatInsert): adjust
408         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
409
410         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
411         Remove class variables lyx_pseudo_map and lyx_arg_map
412
413         * LyXAction.C (searchActionArg): delete function
414         (getPseudoAction): delete function
415         (retrieveActionArg): delete function
416         (LookupFunc): make it return kb_action, simplify.
417         (getActionName): simplify
418
419         * factory.C (createInset): fix new bug
420
421 2003-09-19  Angus Leeming  <leeming@lyx.org>
422
423         * CutAndPaste.C (pasteSelection): remove fudge used to set the
424         masterFilename_ parameter in the include inset.
425
426         * factory.C (createInset): changes due to the changes to InsetInclude.
427
428 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
429
430         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
431
432 2003-09-18  Angus Leeming  <leeming@lyx.org>
433
434         * buffer.C:
435         * BufferView.C: pass the buffer when calling Inset::getLabelList,
436         Inset::fillWithBibKeys.
437         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
438
439 2003-09-18  Angus Leeming  <leeming@lyx.org>
440
441         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
442         variables.
443         (ctor): pass and store a 'Buffer const &'
444         (buffer): new member function.
445
446         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
447         '*this' to the LaTeXFeatures ctor.
448
449 2003-09-18  Angus Leeming  <leeming@lyx.org>
450
451         * LColor.h:
452         * lyxfont.C:
453         * lyxfont.h:
454         * lyxtext.h:
455         * text.C: rename EnumLColor as LColor_color.
456
457 2003-09-18  Angus Leeming  <leeming@lyx.org>
458
459         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
460         remove #include "insets/insetbase.h" from cursor.h.
461
462 2003-09-18  Angus Leeming  <leeming@lyx.org>
463
464         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
465         InsetOld_code to remove #include "inset.h".
466
467         * iterators.C: add #include "insets/inset.h"
468
469 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
470
471         * BufferView.C: remove more locking stuff that apparently doesn't
472         do anything sensible.
473
474 2003-09-16  André Pönitz  <poenitz@gmx.net>
475
476         * paragraph.[Ch]:
477         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
478           performance boost.
479
480 2003-09-16  Angus Leeming  <leeming@lyx.org>
481
482         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
483
484         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
485         arg/return type.
486
487         * paragraph.h: remove #include "lyxfont.h". Forward declare
488         LyXFont_size.
489
490 2003-09-16  Angus Leeming  <leeming@lyx.org>
491
492         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
493         of support/textutils.h.
494         (isWord): move the contents of support/textutils.h's IsWordChar here.
495
496         * buffer.C:
497         * lyxfind.C:
498         * rowpainter.C:
499         * text.C:
500         * text2.C: add #include "paragraph.h".
501
502         * rowpainter.C:
503         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
504
505 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
506
507         * main.C:
508         * lyx_main.C:
509         * lyx_cb.C:
510         * buffer.C:
511         * LaTeX.C: use namespace alias for lyx::support::os
512
513 2003-09-16  Angus Leeming  <leeming@lyx.org>
514
515         * bufferparams.C:
516         * bufferview_funcs.C:
517         * factory.C:
518         * lyxfunc.C:
519         * paragraph_pimpl.C:
520         * rowpainter.C:
521         * text.C: add #include "LColor.h".
522
523 2003-09-16  Angus Leeming  <leeming@lyx.org>
524
525         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
526         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
527         return LyXFont &.
528         Store the FontBits::color variable as an int rather than as an
529         LColor::colorso that we can move LColor.h out of the lyxfont.h header
530         file.
531
532         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
533         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
534         string calls together.
535
536         * lyxrc.C: add #include "LColor.h".
537
538 2003-09-15  Angus Leeming  <leeming@lyx.org>
539
540         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
541         a cow_ptr.
542
543 2003-09-15  Angus Leeming  <leeming@lyx.org>
544
545         * LColor.h: add an EnumLColor wrapper for LColor::color.
546
547         * lyxfont.[Ch] (color, setColor, realColor):
548         * lyxtext.h, text.C (backgroundColor):
549         pass EnumLColor args to/from the functions, rather than LColor::color
550         ones.
551
552         * lyxfont.h:
553         * lyxtext.h: forward declare EnumLColor.
554
555         * lyx_main.C: add #include "LColor.h".
556
557 2003-09-15  Angus Leeming  <leeming@lyx.org>
558
559         * .cvsignore: add lyx-gtk.
560
561 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
562
563         * Chktex.C
564         * LaTeX.C
565         * LaTeXFeatures.C
566         * ParagraphParameters.C
567         * Spacing.C
568         * buffer.C
569         * bufferparams.C
570         * bufferview_funcs.C
571         * chset.C
572         * counters.C
573         * funcrequest.C
574         * lyxfont.C
575         * lyxgluelength.C
576         * lyxlength.C
577         * paragraph.C
578         * paragraph_funcs.C
579         * text3.C
580         * vc-backend.C: remove usage of STRCONV
581
582 2003-09-15  Angus Leeming  <leeming@lyx.org>
583
584         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
585         explicitly define the color passed to the painter.
586
587 2003-09-15  Angus Leeming  <leeming@lyx.org>
588
589         * bufferparams.C (BufferParams): reorder member initializers to avoid
590         compiler warning.
591
592 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
593
594         * CutAndPaste.C (pasteSelection): remove an outdated #warning
595         * text.C (updateRowPositions): remove an unusual nop
596
597 2003-09-12  André Pönitz  <poenitz@gmx.net>
598
599         * BufferView_pimpl.C:
600         * Bullet.C:
601         * layout.h:
602         * lyxfunc.C:
603         * lyxlayout.[Ch]:
604         * lyxtextclass.C:
605         * rowpainter.C:
606         * text.C:
607         * text2.C:
608         * Counters.[Ch]: finish the 'automatic counters' job
609
610 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
611
612         * aspell.C: include <boost/assert.cpp> (compile fix)
613
614 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
615
616         * boost.C (assertion_failed): use lyx::support::abort instead of
617         assert.
618
619 2003-09-10  Angus Leeming  <leeming@lyx.org>
620
621         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
622         with their _fwd progeny.
623
624 2003-09-09  Angus Leeming  <leeming@lyx.org>
625
626         134 files throughtout the source tree: replace 'using namespace abc;'
627         directives with the appropriate 'using abc::xyz;' declarations.
628
629 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
630
631         * boost.C (emergencyCleanup): moved here from LAssert.c
632         (assertion_failed): new function, called by BOOST_ASSERT
633
634         * several files: change Assert to BOOST_ASSERT
635
636 2003-09-09  Angus Leeming  <leeming@lyx.org>
637
638         * buffer.[Ch]: Add an Impl class and move Buffer's member
639         variables into it. As a result move several header files out of
640         buffer.h.
641
642         Add header files to lots of .C files all over the tree as a result.
643
644 2003-09-09  Angus Leeming  <leeming@lyx.org>
645
646         * buffer.[Ch]: make Buffer's member variables private. Add
647         accessor functions.
648
649         Lots of changes all over the tree as a result.
650
651 2003-09-08  Angus Leeming  <leeming@lyx.org>
652
653         * graph.C: #include <config.h>.
654
655 2003-09-08  Angus Leeming  <leeming@lyx.org>
656
657         * BranchList.C:
658         * BufferView.C:
659         * BufferView_pimpl.C:
660         * CutAndPaste.C:
661         * DepTable.C:
662         * LaTeX.C:
663         * LaTeXFeatures.C:
664         * LyXAction.C:
665         * MenuBackend.C:
666         * TextCache.C:
667         * aspell.C:
668         * buffer.C:
669         * bufferlist.C:
670         * changes.C:
671         * chset.C:
672         * converter.C:
673         * counters.C:
674         * debug.C:
675         * graph.C:
676         * ispell.C:
677         * lyx_cb.C:
678         * lyxfind.C:
679         * lyxfunc.C:
680         * lyxlex_pimpl.C:
681         * lyxrc.C:
682         * lyxrow.C:
683         * paragraph.C:
684         * rowpainter.C:
685         * texrow.C:
686         * text.C:
687         * text2.C:
688         * toc.C: remove redundant using directives.
689
690 2003-09-07  Angus Leeming  <leeming@lyx.org>
691
692         * LaTeXFeatures.h: remove #include "support/types.h".
693         * ToolbarBackend.h: remove #include <algorithm>.
694         * changes.h: remove #include <ctime>.
695         * debug.h: remove #include <iosfwd>.
696         * graph.h: remove #include "support/std_string.h".
697         * lyx_main.h: remove #include <csignal>.
698         * lyxlex_pimpl.h: remove #include <fstream>.
699         * sgml.h: remove #include <algorithm>, <utility>.
700         * toc.h: remove #include "support/std_ostream.h".
701         Add #include <iosfwd>.
702
703 2003-09-07  Angus Leeming  <leeming@lyx.org>
704
705         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
706
707         * converter.h: forward declare LatexRunParams.
708         * encoding.h: remove #include "lyxrc.h".
709         * lyxtext.h: remove #include "LColor.h".
710         * lyxtextclass.h: remove #include "support/types.h".
711         * trans.h: remove #include "tex-accent.h".
712         * trans_mgr.h: remove #include "tex-accent.h".
713         * insets/inset.h: remove #include "support/types.h", <vector>.
714         * insets/insetcollapsable.h: remove #include "LColor.h".
715         * insets/insetinclude.h: remove #include "dimension.h".
716         * insets/insetlatexaccent.h: remove #include "dimension.h".
717         * insets/insetoptarg.h:: remove #include "insettext.h".
718         * insets/insettext.h: remove #include "dimension.h",
719         <boost/shared_ptr.hpp>
720
721         * insets/renderers.h: add #include "dimension.h".
722         * insets/updatableinset.h: add #include "support/types.h".
723
724         * many .C files: Associated changes.
725
726 2003-09-06  Angus Leeming  <leeming@lyx.org>
727
728         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
729         one, inside testInvariant.
730
731         * PrinterParams.C: new file.
732         * PrinterParams.[Ch]: move the function bodies out of line.
733
734 2003-09-06  Angus Leeming  <leeming@lyx.org>
735
736         * ParagraphParameters.h: forward declare ParameterStruct rather than
737         including its header file.
738         (depth): moved out-of-line.
739
740 2003-09-06  Angus Leeming  <leeming@lyx.org>
741
742         * BufferView_pimpl.h:
743         * kbmap.h:
744         * kbsequence.h:
745         * lyxfunc.h: forward declare LyXKeySym rather than
746         #include "frontends/LyXKeySym.h".
747
748         * BufferView_pimpl.C:
749         * kbmap.C:
750         * kbsequence.C:
751         * lyxfunc.C: associated changes.
752
753 2003-09-06  Angus Leeming  <leeming@lyx.org>
754
755         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
756         As a result, can remove the #include "insets/inset.h" from BufferView.h
757
758 2003-09-06  Angus Leeming  <leeming@lyx.org>
759
760         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
761         As a result, can remove the #include "insets/inset.h" from BufferView.h
762
763 2003-09-06  Angus Leeming  <leeming@lyx.org>
764
765         * buffer_funcs.C:
766         * buffer.h:
767         * bufferlist.C:
768         * BufferView.C:
769         * bufferview_funcs.C:
770         * BufferView_pimpl.C:
771         * CutAndPaste.C:
772         * lyx_cb.C:
773         * lyxfunc.C:
774         * paragraph.h:
775         * ParagraphParameters.C:
776         * tabular.C:
777         * text3.C:
778         * toc.C:
779         * undo_funcs.C:
780         * frontends/controllers/ControlDocument.C:
781         * insets/insetcaption.C: rearrange the #includes into some sort of
782         coherent order.
783
784         * buffer.h: remove #includes ErrorList.h, undo.h
785
786 2003-09-06  Angus Leeming  <leeming@lyx.org>
787
788         * support/types.h: add a 'depth_type' typedef, used to store the
789         nesting depth of a paragraph.
790
791         * paragraph.h:
792         * ParameterStruct.h: use this lyx::depth_type typedef rather than
793         defining explicitly.
794
795         * buffer.h:
796         * paragraph_funcs.h:
797         * ParagraphParameters.h:
798         * sgml.h: use lyx::depth_type rather than Paragraph or
799         ParameterStruct's depth_type.
800
801         * buffer.h
802         * paragraph_funcs.h: no need to #include paragraph.h anymore.
803
804         * BufferView.C:
805         * BufferView_pimpl.C:
806         * CutAndPaste.C:
807         * ParagraphParameters.C:
808         * buffer_funcs.C:
809         * bufferlist.C:
810         * bufferview_funcs.C:
811         * lyx_cb.C:
812         * lyxfunc.C:
813         * tabular.C:
814         * text3.C:
815         * toc.C:
816         * undo_funcs.C:
817         * frontends/LyXView.C:
818         * frontends/controllers/ControlDocument.C:
819         * frontends/controllers/ControlErrorList.C:
820         * insets/insetbibitem.C:
821         * insets/insetbranch.C:
822         * insets/insetcaption.C:
823         * insets/insetcollapsable.C:
824         * insets/insetenv.C:
825         * insets/insetert.C:
826         * insets/insetfloat.C:
827         * insets/insetfoot.C:
828         * insets/insetfootlike.C:
829         * insets/insetnewline.C:
830         * insets/insetquotes.C:
831         * insets/insettabular.C:
832         * insets/insettext.C:
833         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
834
835         * frontends/controllers/ControlChanges.C: #include "changes.h".
836
837 2003-09-06  Angus Leeming  <leeming@lyx.org>
838
839         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
840         than #including paragraph.h.
841
842         * ParagraphList.h:
843         * RowList.h: deleted. Superfluous.
844
845         * CutAndPaste.h:
846         * iterators.h:
847         * lyxcursor.h:
848         * lyxtext.h:
849         * text_funcs.h:
850         * undo.h:
851         * undo_funcs.h:
852         * insets/inset.h:
853         * insets/insettext.h: use ParagraphList_fwd.h rather than
854         ParagraphList.h.
855
856         * paragraph.h: don't forward declare ParagraphList.
857
858         * buffer.h:
859         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
860         rather than ParagraphList.h. paragraph.h is still needed for the
861         Paragraph::depth_type parameters.
862
863         * textcursor.h: enable it to compile stand-alone in light of the
864         above changes.
865
866         * bufferview_funcs.C:
867         * iterators.C:
868         * lyxfunc.C:
869         * lyxrow_funcs.C:
870         * paragraph.C:
871         * rowpainter.C:
872         * text.C:
873         * text2.C:
874         * text3.C:
875         * text_funcs.C:
876         * textcursor.C:
877         * undo.C:
878         * frontends/controllers/ControlParagraph.C:
879         * frontends/controllers/ControlTabular.C:
880         * insets/insetmarginal.C:
881         * insets/insetminipage.C:
882         * insets/insetnote.C:
883         * insets/insetoptarg.C: add header files needed to compile again.
884
885 2003-09-06  Angus Leeming  <leeming@lyx.org>
886
887         * RowList_fwd.h: new file, forward-declaring Row rather than
888         #including lyxrow.h.
889
890         * lyxrow_funcs.h:
891         * lyxtext.h:
892         * paragraph.h:
893         * insets/insettext.h: use it instead of RowList.h
894
895         * bufferview_funcs.C:
896         * lyxfunc.C:
897         * lyxrow_funcs.C:
898         * paragraph.C:
899         * rowpainter.C:
900         * text.C:
901         * text2.C:
902         * text3.C: #include "RowList.h".
903
904 2003-09-05  Angus Leeming  <leeming@lyx.org>
905
906         * factory.C (createInset):
907         * vspace.C (c-tor): replace sscanf call with an istringstream.
908         * ispell.C: re-add missing HP/UX headers.
909         * lyxserver.C: re-add missing  os2 headers.
910
911 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
912
913         * BranchList.C:
914         * graph.C:
915         * ispell.C:
916         * lastfiles.C:
917         * lyx_cb.C:
918         * lyxserver.C:
919         * texrow.C:
920         * text3.C: re-add missing system headers, needed for 2.95.2.
921
922 2003-09-05  Angus Leeming  <leeming@lyx.org>
923
924         Changes most place everywhere due to the removal of using directives
925         from support/std_sstream.h.
926
927 2003-09-05  Angus Leeming  <leeming@lyx.org>
928
929         Replace LString.h with support/std_string.h,
930         Lsstream.h with support/std_sstream.h,
931         support/LIstream.h with support/std_istream.h,
932         support/LOstream.h with support/std_ostream.h.
933
934         Changes resulting throughout the tree.
935
936 2003-09-05  Angus Leeming  <leeming@lyx.org>
937
938         * sgml.h: ensure that the header file can be compiled stand-alone.
939         * *.C: strip out redundant #includes. (320 in total.)
940
941 2003-09-04  Angus Leeming  <leeming@lyx.org>
942
943         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
944         here (from getPackages).
945
946         * debug.[Ch]: add a new EXTERNAL tag.
947
948 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
949
950         * text2.C (cursorEnd): simplify
951         (setCursor): adjust
952         (getColumnNearX): adjust
953
954         * text.C (computeBidiTables): adjust
955         (fill): adjust
956
957         * rowpainter.C (paintChars): adjust
958         (paintSelection): adjust
959         (paintChangeBar): adjust
960         (paintText): adjust
961
962         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
963         lastPos instead.
964         (numberOfSeparators): adjust
965
966 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
967
968         * LyXAction.C:
969         * box.[Ch]:
970         * lfuns.h:
971         * lyxfunc.C:
972         * text3.C: Restricts the mouse click functionality
973         of insets like bibtex, include, toc and floatlist to the visible
974         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
975         up the dialogs. Cursor has to be in front of the inset (i.e.
976         start of row) for this to function.
977
978 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
979
980         * bufferview_funcs.C (currentState): output row information
981
982 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
983
984         * bufferview_funcs.C (currentState): output paragraph position
985
986 2003-09-04  Angus Leeming  <leeming@lyx.org>
987
988         * FloatList.h: move out #include "Floating.h".
989         * LaTeX.h: move out #include "DepTable.h".
990         * LyXAction.h: move out #include "funcrequest.h".
991         * buffer.h: move out #include "author.h", "iterators.h".
992         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
993         * lyx_main.h: move out #include "errorlist.h".
994         * lyxfunc.h: move out #include "FuncStatus.h".
995         * lyxtext: move out #include "lyxcursor.h".
996         * paragraph_pimpl.h: move out #include "counters.h".
997
998 2003-09-03  Angus Leeming  <leeming@lyx.org>
999
1000         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1001         preamble_snippets list, enabling us to add snippets to the preamble
1002         only if the snippet was not there already.
1003
1004 2003-09-04  Angus Leeming  <leeming@lyx.org>
1005
1006         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1007
1008 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1009
1010         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1011         update
1012
1013 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1014
1015         * BranchList.C: point fix, earlier forgotten
1016
1017 2003-09-02  Angus Leeming  <leeming@lyx.org>
1018
1019         * box.C (contains): renamed from 'contained' after a fantastic
1020         amount of hot air.
1021
1022 2003-09-02  John Levon  <levon@movementarian.org>
1023
1024         * BufferView.C:
1025         * lyxcursor.h:
1026         * lyxcursor.C:
1027         * lyxfunc.C:
1028         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1029
1030 2003-09-02  John Levon  <levon@movementarian.org>
1031
1032         * text2.C: simplification of cursorEnd(), including partial
1033         fix for bug 1376
1034
1035 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1036
1037         * buffer.C (readFile): add a space
1038
1039 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1040
1041         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1042
1043 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1044
1045         * buffer.C (readFile): new function, take a filename and a
1046         ParagraphList::iterator
1047         (readFile): adjust
1048         (readFile): adjust, make it private. don't use setStream, make
1049         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1050         always contain the filename.
1051
1052         * BufferView.C (insertLyXFile): simplify and make it work for
1053         gzipped files.
1054
1055 2003-08-30  John Levon  <levon@movementarian.org>
1056
1057         * Makefile.am: fix dist (from Kayvan)
1058
1059 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1060
1061         * most files: change to use const Buffer refs
1062
1063 2003-08-27  André Pönitz  <poenitz@gmx.net>
1064
1065         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1066         on top of ownerPar().
1067
1068 2003-08-27  John Levon  <levon@movementarian.org>
1069
1070         * funcrequest.C: properly initialise POD members
1071
1072 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1073
1074         * lyxtext.h (top_y): move top_y from here
1075         * text.C:
1076         * text2.C:
1077         * text3.C:
1078         * BufferView.[Ch]:
1079         * BufferView_pimpl.[Ch]: to here
1080         * frontends/screen.C:
1081         * insets/insettabular.C:
1082         * insets/insettext.C: adjust
1083         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1084
1085 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1086
1087         * BufferView.[Ch]:
1088         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1089
1090 2003-08-26  André Pönitz  <poenitz@gmx.net>
1091
1092         * paragraph_func.[Ch] (outerPar): new function
1093
1094         * paragraph.C:
1095         * paragraph_funcs.C:
1096         * paragraph_funcs.h:
1097         * paragraph_pimpl.C:
1098         * text2.C: remove Inset::par_owner
1099
1100 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1101
1102         * lyxrow_funcs.C:
1103         * lyxtext.h:
1104         * text.C:
1105         * text2.C: eliminates the needFullRow/display() stuff
1106         altogether, putting the logic in metrics/draw in the insets.
1107
1108 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1109
1110         * text2.C (redoParagraphInternal, redoParagraphs):
1111         * text.C (redoParagraph): add a call to updateRowPositions at the
1112         end of each 'metrics-like' call. Remove all others.
1113         (getRow): remove the 'y-computing' version.
1114         (getRowNearY): do not compute nor return the real y. Solve the
1115         'y < 0' problem and simplify.
1116
1117 2003-08-22  Angus Leeming  <leeming@lyx.org>
1118
1119         * *.[Ch]: clean-up of licence and author blurbs.
1120         Also move config.h out of a few .h files and into a few .C files.
1121
1122 2003-08-22  André Pönitz  <poenitz@gmx.net>
1123
1124         * lyxrow.[Ch]: add x_ and *fill_ members
1125
1126         * lyxtext.h:
1127         * text.C:
1128         * rowpainter.C:
1129         * text2.C: adjust/remove prepareToPrint() calls
1130
1131 2003-08-22  André Pönitz  <poenitz@gmx.net>
1132
1133         * lyxrow.[Ch]: add  end_ member
1134
1135         * lyxrow_funcs.C: use LyXRow::end_
1136
1137         * lyxtext.h (singleWidth): add LyXFont parameter
1138
1139         * rowpainter.C:
1140         * text2.C: adjust LyXText::singleWidth() calls
1141
1142         * text.C (redoParagraph): simplify row breaking logic
1143
1144
1145 2003-08-19  André Pönitz  <poenitz@gmx.net>
1146
1147         * funcrequest.C: initialize button_ member
1148
1149         * text3.C:
1150         * rowpainter.[Ch]: interface consolidation
1151
1152 2003-08-18  André Pönitz  <poenitz@gmx.net>
1153
1154         * BufferView.C:
1155         * BufferView_pimpl.C:
1156         * lyxfind.C:
1157         * paragraph_funcs.C:
1158         * rowpainter.C:
1159         * text3.C: remove LyXScreen::draw() and fitCursor calls
1160
1161         * BranchList.h: remove spurious semicolons
1162
1163         * MenuBackend.C: fix branchlist related crash
1164
1165 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1166
1167         * BranchList.[Ch]:
1168         * InsetList.[Ch]:
1169         * LColor.[Ch]:
1170         * LyXAction.C:
1171         * Makefile.am:
1172         * MenuBackend.[Ch]:
1173         * bufferparams.[Ch]:
1174         * factory.C:
1175         * lfuns.h:
1176         * lyxfunc.C:
1177         * text3.C: implements the 'branch inset'
1178         idea. This allows the output of various versions of a document
1179         from a single source version, selectively outputing or suppressing
1180         output of parts of the text.
1181         This implementation contains a 'branch list editor' in a separate
1182         tab of the document settings dialog. Branches are user definable
1183         and have a "display colour" to distinguish them on-screen.
1184
1185         ColorHandler was somewhat cleaned up.
1186         (1) make possible a dynamically growing LColor list by allowing
1187         the graphic context cache to grow along (vector);
1188         (2) eliminate an IMHO unnecessary step in colour allocation.
1189
1190 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1191
1192         * BufferView_pimpl.C: compile fix
1193
1194 2003-08-15  André Pönitz  <poenitz@gmx.net>
1195
1196         * rowpainter.C: remove extra metrics calls
1197
1198         * lyxtext.h: merge the two constructors into a single one,
1199           pass reference to owner's par list
1200
1201         * BufferView_pimpl.C:
1202         * text.C:
1203         * text2.C: adjust
1204
1205 2003-08-15  André Pönitz  <poenitz@gmx.net>
1206
1207         * lyxrow_funcs.[Ch]:
1208         * lyxtext.h:
1209         * paragraph.h:
1210         * paragraph_funcs.C:
1211         * rowpainter.C:
1212         * text.C:
1213         * text2.C:
1214         * text3.C:
1215         * text_funcs.C: split LyXText::rowlist_ into individual
1216         Paragraph::rows_ chunks
1217
1218         * BufferView.[Ch]:
1219         * BufferView_pimpl.[Ch]:
1220         * lyxfind.C:
1221         * lyxtext.h:
1222         * text3.C: remove toggleSelection()
1223
1224 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1225
1226         * bufferlist.C: beautify two alerts (shorter text of buttons)
1227         * buffer.C: Remove redundant ' ' from message
1228         * tabular.h:
1229         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1230         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1231         rename VALIGN_CENTER to VALIGN_MIDDLE
1232
1233 2003-08-11  André Pönitz  <poenitz@gmx.net>
1234
1235         * lyxtext.h (getPar):
1236         * text.C: new function
1237
1238 2003-08-11  André Pönitz  <poenitz@gmx.net>
1239
1240         * Makefile.am:
1241         * tracer.[Ch]: remove unneeded files
1242
1243         * InsetList.[Ch]: remove resizeInsetsLyXText()
1244
1245         * lyxtext.h:
1246         * text.C:
1247         * text2.C:
1248         * text3.C: merge insertParagraphs() and appendParagraph()
1249         remove breakAgain(), update()
1250
1251         * BufferView_pimpl.[Ch]:
1252         * bufferview_funcs.[Ch]:
1253         * lyxfunc.C:
1254         * paragraph.[Ch]:
1255         * rowpainter.C:
1256         * tabular.C: adjust after text & InsetList changes.
1257
1258 2003-08-08  André Pönitz  <poenitz@gmx.net>
1259
1260         * text.C (insertChar, backspace): replace rowlist fiddling
1261         with rebreak of full par
1262
1263         * lyxtext.h:
1264         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1265         checkParagraph, updateInset): removed
1266
1267 2003-08-07  André Pönitz  <poenitz@gmx.net>
1268
1269         * paragraph.C:
1270         * text3.C: merge some LFUN handlers, remove dead code
1271
1272 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1273
1274         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1275
1276 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1277
1278         * text2.C (DEPM): fix part of bug 1255 and 1256
1279
1280 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1281
1282         * BufferView_pimpl.C (workAreaDispatch): change to use
1283         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1284         that are no mouse related.
1285
1286 2003-08-05  André Pönitz  <poenitz@gmx.net>
1287
1288         * BufferView.[Ch]:
1289         * BufferView_pimpl.[Ch]:
1290         * bufferview_funcs.C:
1291         * text2.C:
1292         * text3.C: rip out "deep update"
1293
1294         * textcursor.[Ch] (last_sel_cursor): remove unused member
1295
1296 2003-08-04  André Pönitz  <poenitz@gmx.net>
1297
1298         * BufferView.[Ch]:
1299         * BufferView_pimpl.[Ch]:
1300         * ParagraphParameters.C:
1301         * bufferview_funcs.C:
1302         * lyx_cb.C:
1303         * lyxfind.C:
1304         * lyxfunc.C:
1305         * text.C:
1306         * text2.C:
1307         * text3.C: replace "complicated" BufferView::update(...) calls with
1308         simpler ones.
1309
1310         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1311
1312 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1313
1314         * Makefile.am (lyx_SOURCES): add paper.h
1315
1316 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1317
1318         * Makefile.am: move things around so that both lyx-qt and
1319         lyx-xforms can be built (according to --with-frontend). Then lyx
1320         is a symbolic link to lyx-[firstfrontend]
1321
1322 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1323
1324         * Always use std::endl with lyxerr
1325
1326 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1327
1328         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1329
1330 2003-08-01  André Pönitz  <poenitz@gmx.net>
1331
1332         * BufferView.[Ch]:
1333         * BufferView_pimpl.[Ch]:
1334         * lyxfunc.C:
1335         * text3.C: merge BufferView::repaint() and BufferView::update()
1336
1337 2003-08-01  José Matos  <jamatos@lyx.org>
1338
1339         * buffer.[Ch]: file_format is no longer a buffer data element.
1340
1341 2003-08-01  André Pönitz  <poenitz@gmx.net>
1342
1343         * BufferView.C:
1344         * lyxtext.h:
1345         * text.C:
1346         * text2.C: make redoParagraph more independent of current cursor
1347
1348         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1349         * text.C:
1350         * text2.C: remove unneeded members
1351
1352 2003-07-30  André Pönitz  <poenitz@gmx.net>
1353
1354         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1355
1356         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1357           create a single function...
1358
1359         * paragraph_funcs.C (moveItem): ... here.
1360
1361         * text.C:
1362           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1363
1364 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1365
1366         * LColor.[Ch]: Add comment and greyedout logical colors.
1367
1368 2003-07-30  André Pönitz  <poenitz@gmx.net>
1369
1370         * tabular.C: don't use Assert too heavily. This crashes where it
1371           shouldn't
1372
1373 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1374
1375         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1376         is disabled (bug 1232)
1377
1378 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1379
1380         * factory.C: limited 'arg' scope
1381
1382 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1383
1384         * factory.C: fixed Note submenu issues
1385
1386 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1387
1388         * factory.C: submenu for Note/Comment/Greyedout
1389
1390 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1391
1392         * lyx_main.C (LyX):
1393         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1394
1395 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1396
1397         * LaTeXFeatures.C:
1398         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1399         greyedout. Patch provided by Jürgen Spitzmüller.
1400
1401 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1402
1403         * kbmap.C (read): fix error message when reading bind files
1404
1405 2003-07-29  Angus Leeming  <leeming@lyx.org>
1406
1407         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1408         certainly does not do what it purports to do. I am doing it, and
1409         us, a favour by killing it.
1410
1411 2003-07-28  José Matos  <jamatos@lyx.org>
1412
1413         * buffer.C (readBody, do_writeFile):
1414         * paragraph.C(readParagraph): \end_document replaces \the_end.
1415
1416 2003-07-29  André Pönitz  <poenitz@gmx.net>
1417
1418         * BufferView.[Ch]:
1419         * BufferView_pimpl.[Ch]:
1420         * lyxfunc.C:
1421         * text2.C:
1422         * text3.C:
1423         * textcursor.[Ch]: remove toggleToggle & Co
1424
1425 2003-07-28  José Matos  <jamatos@fep.up.pt>
1426
1427         * buffer.C (readParagraph):
1428         * params_func (readParToken, readParagraph):
1429         * paragraph.C (write): \layout -> \begin_layout.
1430
1431 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1432
1433         * lyxlex_pimpl.C (setFile): clean up slightly.
1434
1435         * bufferparams.h: add compressed var
1436
1437         * buffer_funcs.C (readFile): adjust for LyXLex change
1438         (newFile): ditto + simplify
1439
1440         * buffer.C (writeFile): handle writing of compressed files
1441
1442         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1443         Check if the file is compressed and set a bufferparm if so.
1444
1445         * Makefile.am (lyx_LDADD): remove explicit -lz
1446
1447 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1448
1449         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1450         makeDocBookFile): put the real LyX version in the first line of
1451         the file
1452
1453         * version.h:
1454         * version.C.in: remove lyx_docversion
1455
1456         * tabular.C (write_attribute): add a template-based version to
1457         write enums properly
1458
1459 2003-07-28  André Pönitz  <poenitz@gmx.net>
1460
1461         * lyxtext.h:
1462         * text.C:
1463         * text2.C:
1464         * text3.C: use doubles again for x-coordinates. They are needed.
1465
1466 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1467
1468         * messages.C (getLocaleDir): use lyx_localedir()
1469
1470         * lyxlex_pimpl.C (setFile): compress stuff
1471
1472         * buffer.C (writeFile): add some compression stuff
1473         (do_writeFile): new func, dont call expliti close... will this
1474         breake anything?
1475
1476         * Makefile.am (lyx_LDADD): add -lz
1477
1478 2003-07-28  José Matos  <jamatos@fep.up.pt>
1479
1480         * buffer.C: increment file format.
1481         * paragraph_funcs (readParagraph, readParToken):
1482         * paragraph.C (readParagraph): add \end_layout.
1483
1484 2003-07-27  Angus Leeming  <leeming@lyx.org>
1485
1486         * Makefile.am: remove special casing for configure-time setting of
1487         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1488
1489         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1490         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1491
1492 2003-07-26  André Pönitz  <poenitz@gmx.net>
1493
1494         * paragraph_func.[Ch]:
1495         * paragraph.C (realizeFont): inline it whereever it is used
1496
1497         * rowpainter.C:
1498         * text.C:
1499         * text2.C:
1500         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1501
1502
1503 2003-07-26  André Pönitz  <poenitz@gmx.net>
1504
1505         *       lyxtext.h:
1506         * text.C:
1507         * text2.C: get rid of LyXText::need_break_row
1508
1509 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1510
1511         * toc.[Ch]: put namespace toc inside namespace lyx
1512
1513         * MenuBackend.C (expandToc2): adjust for lyx::toc
1514         (expandToc): ditto
1515
1516         * lyxfunc.C (dispatch): adjust for lyx::find
1517
1518         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1519         lyx::find instead. Reorganize a bit.
1520         (LyXReplace): rename to replace
1521         (LyXFind): rename to find
1522
1523         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1524         (dispatch): ditto
1525
1526 2003-07-26  André Pönitz  <poenitz@gmx.net>
1527
1528         * text.C (setHeightOfRow): restrict scope of temporary variable
1529
1530         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1531           code (never has been used?)
1532
1533 2003-07-27  Asger Alstrup  <alstrup@local>
1534
1535         * text.C (fill): Optimise algorithm to exploit that we can reuse
1536         the LyXFont for many characters.
1537         (setHeightOfRow): Same thing.
1538         (rowBreakPoint): Same thing.
1539
1540 2003-07-26  Asger Alstrup  <alstrup@local>
1541
1542         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1543
1544         * text.C (singleWidth): Spurious font copying in hot-spot
1545         singleWidth avoided. Reorder tests for arabic for efficiency.
1546
1547         * text.C (fill): handle empty paragraphs better.
1548
1549 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1550
1551         * ispell.C:
1552         * encoding.h: add includes
1553
1554         * lyxrc.C: remove reading of bind files
1555
1556         * lyx_main.C (init): setup bindings and menus only if we have a
1557         gui.
1558
1559         * kbmap.C (read): new method. Do the actual reading of bind
1560         files.
1561
1562         * converter.C (dvipdfm_options):
1563         * bufferparams.C:
1564         * lyxrc.C (read):
1565         (output): adapt PAPER_* enums.
1566
1567         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1568
1569         * bufferparams.h: remove paper-related enums from there
1570
1571         * paper.h: New file. A trivial header file to hold paper-related
1572         enums. It should later expand to contain many paper-related
1573         horrors access.
1574
1575         * lyxrc.C: declare extern displayTranslator
1576
1577 2003-07-27  José Matos  <jamatos@fep.up.pt>
1578
1579         * tabular.[Ch] (linuxdoc): add support for tables and figures
1580         (linuxdoc).
1581
1582 2003-07-27  José Matos  <jamatos@fep.up.pt>
1583
1584         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1585         consistency in both functions.
1586         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1587
1588 2003-07-26  Asger Alstrup  <alstrup@local>
1589
1590         * rowpainter.C (paintRows): Change algorithm to work directly on
1591         the insets rather than asking every character in the document
1592         whether its an inset.
1593
1594 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1595
1596         * buffer.C (openFileWrite): factorize some code
1597
1598 2003-07-26  Angus Leeming  <leeming@lyx.org>
1599
1600         * lyx_cb.C:
1601         * lyx_main.[Ch]: replace occurances of system_tempdir with
1602         os::getTmpDir().
1603
1604 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1605
1606         * rename Inset to InsetOld
1607
1608 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1609
1610         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1611         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1612         which I think is a bit clearer. EDIT is gone, since it was
1613         premature optimisation, and broken for mathed anyway.
1614         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1615         with cursor positioning in insets as well (math insets still do not
1616         work, but that's a different story anyway.) It mysteriously
1617         crashes sometimes with undo in the first paragraph, but I'm fairly
1618         confident that this is a compiler bug.
1619
1620 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1621
1622         * paragraph.C (Paragraph): adjust for new clone return type
1623         (operator==): ditto
1624         (copyIntoMinibuffer): ditto
1625
1626 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1627
1628         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1629         by not having a special case, and always doing a full rebreak of
1630         the document after undo.
1631
1632 2003-07-23  Angus Leeming  <leeming@lyx.org>
1633
1634         * factory.C (createInset): InsetExternal::setParams now takes a
1635         Buffer const * arg.
1636
1637 2003-07-23  Angus Leeming  <leeming@lyx.org>
1638
1639         * factory.C (createInset): changed interface to the external and
1640         graphics mailers' string2params functions.
1641
1642 2003-07-23  Angus Leeming  <leeming@lyx.org>
1643
1644         * factory.C (createInset): pass a
1645         Buffer const * parameter to InsetExternalMailer's string2params.
1646
1647 2003-07-22  John Levon  <levon@movementarian.org>
1648
1649         * Thesaurus.h: include the right aiksaurus header
1650
1651 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1652
1653         * MenuBackend.C (expand): check menu shortcuts unconditionally
1654
1655 2003-07-21  Angus Leeming  <leeming@lyx.org>
1656
1657         * factory.C (createInset): pass a
1658         buffer_path parameter to InsetGraphicsMailer's string2params.
1659
1660 2003-07-21  Angus Leeming  <leeming@lyx.org>
1661
1662         * BufferView_pimpl.C (buffer):
1663         * buffer.C (d-tor):
1664         * lyx_main.C (LyX):
1665         * lyxfunc.C (dispatch):
1666         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1667         rather than the grfx shortcut.
1668
1669 2003-07-21  André Pönitz  <poenitz@gmx.net>
1670
1671         * rowpainter.C: remove unused variables
1672
1673         * tabular_funcs.C:
1674         * tabular_funcs.h: move to tabular.C
1675         * Makefile.am: adjust
1676
1677         * tabular.[Ch]: basic optical cleaning
1678
1679         * author.h: pass references, not values
1680
1681 2003-07-18  André Pönitz  <poenitz@gmx.net>
1682
1683         * lyxtext.h:
1684         * metricsinfo.C:
1685         * metricsinfo.h:
1686         * rowpainter.C:
1687         * text.C:
1688         * text2.C:
1689         * text3.C: two-phase drawing for InsetText and InsetTabular
1690         some float -> int changes.
1691
1692 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1693
1694         * lyx_main.C: fix the fix
1695
1696 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1697
1698         * lyx_main.C: fix a crash in batch mode if no files specified
1699         * converter.C: ws
1700
1701 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1702
1703         * format.[Ch] (papersize): moved to BufferParams
1704         * converter.[Ch] (dvips_options): moved to BufferParams
1705         (dvipdfm_options): moved to anon namespace
1706         * bufferparams.[Ch]: added above functions.
1707
1708 2003-07-17  André Pönitz  <poenitz@gmx.net>
1709
1710         * lyxtext.h:
1711         * rowpainter.C:
1712         * text2.C: don't call inset->update() anymore
1713
1714         * metricsinfo.[Ch]: add convenience constructor
1715
1716 2003-07-16  André Pönitz  <poenitz@gmx.net>
1717
1718         * lyxcursor.[Ch]:
1719         * lyxfunc.[Ch]:
1720         * text.C:
1721         * text2.C: replace the LyXCursor::irow_ member with
1722          on-demand computation of the value
1723
1724 2003-07-16  John Levon  <levon@movementarian.org>
1725
1726         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1727
1728 2003-07-15  André Pönitz  <poenitz@gmx.net>
1729
1730         * text.C:
1731         * text2.C: remove no more needed refresh_row
1732
1733 2003-07-15  André Pönitz  <poenitz@gmx.net>
1734
1735         * lyxtext.h:
1736         * rowpainter.C:
1737         * text2.C:
1738         * text3.C: refresh_status tristate -> need_update bool
1739
1740 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1741
1742         * lyxtext.h (init): remove reinit argument (act as if always true)
1743         * text2.C: adjust to that
1744
1745 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1746
1747         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1748         * text3.C: use it to delete selections in some cases
1749         (bugs 441, 673, 702, 954).
1750
1751 2003-07-14  André Pönitz  <poenitz@gmx.net>
1752
1753         * rowpainter.[Ch]: reduce interface
1754
1755 2003-07-14  André Pönitz  <poenitz@gmx.net>
1756
1757         * BufferView_pimpl.C:
1758         * text2.C: adjust after removing unused BufferView * argument
1759
1760 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1761
1762         * text2.C (init): fix a crash fired on resize
1763
1764 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1765
1766         * buffer.[Ch]: added new closing signal
1767         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1768         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1769         BufferView::Pimpl via the closing the signal
1770
1771 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1772
1773         * buffer.[Ch]: take out all bv-related from buffer
1774         * BufferView.C:
1775         * BufferView_pimpl.[Ch]: connect to new signals
1776         * CutAndPaste.C: removed useless asserts
1777         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1778         * lyxvc.[Ch]:
1779         * vc-backend.[Ch]:
1780         * lyxfunc.C: moved view-related funciontality from vc here
1781         * paragraph.C: removed outdated comments
1782         * text.C: ws
1783
1784 2003-07-10  André Pönitz  <poenitz@gmx.net>
1785
1786         * BufferView_pimpl.C:
1787         * tabular.h:
1788         * tabular_funcs.C:
1789         * text.C:
1790         * text2.C: remove InsetText::InnerCache, clean up consequences
1791
1792 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1793
1794         * ispell.C: fix two typos in error messages
1795
1796 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1797
1798         * Extend Note inset to other forms of annotation like Comment
1799         and Greyedout. Right button click gives dialog.
1800
1801         Files modified or added (+):
1802
1803         * insetnote.[Ch]
1804         * FormNote.[Ch]      +
1805         * ControlNote.[Ch]   +
1806         * form_note.fd       +
1807         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1808         frontends/controllers
1809         * xforms/Dialogs.C
1810         * factory.C
1811
1812 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1813
1814         * aspell.C: add missing namespace lyx::support
1815
1816 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1817
1818         * BufferView.[Ch] (newFile): Add
1819         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1820         * LaTeX.[Ch] (message): added this signal and use it
1821         * buffer.[Ch] (busy, message): added these signals and use them
1822         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1823         * converter.C:
1824         * exporter.C:
1825         * format.C:
1826         * importer.C: use buffer signals instead of direct bv calling
1827         * lyx_cb.[Ch] (ShowMessage): removed
1828         * lyx_main.C:
1829         * lyxfunc.C:
1830         * paragraph_funcs.C:
1831         * text2.C: use buffer signals
1832
1833 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1834
1835         * introduce namespace lyx::graphics
1836
1837 2003-07-02  André Pönitz  <poenitz@gmx.net>
1838
1839         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1840
1841 2003-07-01  André Pönitz  <poenitz@gmx.net>
1842
1843         * text.C:
1844         * text2.C:
1845         * text3.C:
1846         * text_funcs.[Ch]:
1847         * textcursor.h:
1848         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1849           text*.C to text_func.C
1850
1851 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1852
1853         * introduce namespace lyx::support
1854
1855 2003-06-30  André Pönitz  <poenitz@gmx.net>
1856
1857         * Chktex.C:
1858         * funcrequest.C:
1859         * lyxtext.h:
1860         * text.C: re-enable --with-included-string
1861
1862 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1863
1864         * textcursor.C: add <config.h>
1865
1866         * text.C (getWord): remove const from word_location arg
1867
1868         * lyxvc.C (getLogFile): fix const type order
1869
1870         * lyxtext.h: remove const from word_location arg, add arg name
1871
1872         * lyxlayout.h: currect type on labeltype.
1873
1874         * importer.C: correct \file
1875
1876         * converter.C (intToFormat): use std:: on ret val, ws changes
1877
1878         * bufferlist.h: correct \file
1879
1880         * buffer.C (makeLinuxDocFile): fix const type order
1881         (makeDocBookFile): ditto
1882         (fillWithBibKeys): use std:: on stdlib args.
1883
1884         * CutAndPaste.C: fix authors.
1885         (availableSelections): use std:: on return vector
1886
1887 2003-06-27  André Pönitz  <poenitz@gmx.net>
1888
1889         * BufferView_pimpl.C:
1890         * bufferview_funcs.C:
1891         * lyxcursor.C:
1892         * lyxcursor.h:
1893         * lyxfunc.C:
1894         * lyxtext.h:
1895         * rowpainter.C:
1896         * text.C:
1897         * text2.C:
1898         * text3.C: remove LyXCursor::row_ member
1899
1900         * lyxtext.h:
1901         * text.C: rename fullRebreak() to partialRebreak() and implement
1902           a fullRebreak() that really bereks fully
1903
1904         * textcursor.h: new struct for cursor-related data
1905
1906 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1907
1908         * lyx_main.C (LyX): get full path of document loaded on the
1909         command line
1910
1911 2003-06-26  André Pönitz  <poenitz@gmx.net>
1912
1913         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1914           remove unused/broken operator>,<,>=.
1915
1916         *       text.C: remove only use of broken operator<= in an Assert().
1917
1918 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1919
1920         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1921         moved errorlist_.clear to showErrorList
1922
1923 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1924
1925         * converter.C (scanLog, runLaTeX):
1926         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1927         move the bv->showErrorList call to the callers
1928         * lyxfunc.C: i.e. here...
1929         * text2.C: and here
1930         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1931         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1932         namespace, the second to...
1933         * buffer_funcs (BufferFormat, parseErrors): added
1934         * errorlist.C (ErrorList(TeXErrors const &)): removed
1935
1936 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1937
1938         * ToolbarBackend.C (getIcon): complain when icon cannot be found
1939
1940 2003-06-24  "Garst R. Reese" <reese@isn.net>
1941
1942         * debug.C: fix typo
1943
1944 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1945
1946         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
1947
1948         * version.C.in: change docversion to 1.4
1949
1950 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
1951
1952         * buffer.C: fix a bug just introduced
1953
1954 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
1955
1956         * buffer.[Ch]: added the parseError signal and use it, removed
1957         sgmlError
1958         * BufferView.[Ch] (addError): moved to ...
1959         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
1960         to the Buffer::parseError signal to catch (guess what) parse errors
1961         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
1962
1963 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
1964
1965         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
1966         ability to create a buffer and to return an existing one from
1967         the list. Moved these functions to...
1968         * buffer_funcs.[Ch]: added
1969         * BufferView.[Ch] (loadLyXFile): added
1970         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
1971         job removed from bufferlist::loadLyXFile.
1972         * buffer.C (setReadOnly): make it work without view
1973         (i.e added an if (users))
1974
1975 2003-06-19  Angus Leeming  <leeming@lyx.org>
1976
1977         * lfuns.h:
1978         * LyXAction.C (init):
1979         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
1980         with LFUN_DIALOG_SHOW <name> <data>.
1981
1982 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1983
1984         * CutAndPaste.C (availableSelections): small compilation fix for
1985         ancient (gcc 2.9x) compilers
1986
1987 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
1988
1989         * text3.C (cursorNext): add tmp var
1990
1991         * text2.C (updateCounters): for function calling out of for clause
1992         (replaceSelectionWithString): ditto
1993         (insertStringAsParagraphs): ditto
1994         (getColumnNearX): add tmp var
1995         (setCursorFromCoordinates): add tmp var
1996         (cursorDownParagraph): add tmp var
1997         (deleteEmptyParagraphMechanism): add tmp var
1998
1999         * text.C (insertChar): add tmp var
2000
2001         * rowpainter.C (paintDepthBar): add tmp var
2002
2003         * CutAndPaste.C (availableSelections): potentially check all
2004         paragraphs in a cut to fill the shown strings.
2005
2006 2003-06-18  André Pönitz  <poenitz@gmx.net>
2007
2008         * kbmap.[Ch]: use vector<> instead of list<>
2009
2010 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2011
2012         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2013         pasteSelection with index
2014
2015         * text2.C (pasteSelection): modify, call pasteSelection with index
2016
2017         * paragraph.C (asString): reimplement version with no interval to
2018         call the one with interval.
2019
2020         * lyxtext.h: add index arg to pasteSelection
2021
2022         * MenuBackend.C (MenuItem): handle PasteRecent
2023         (Menu::read::Menutags): add md_pasterecent
2024         (read): handle it
2025         (expandPasteRecent): new function
2026         (expand): use it
2027
2028         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2029
2030         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2031         the limited stack
2032         (availableSelections): new function
2033
2034 2003-06-17  Angus Leeming  <leeming@lyx.org>
2035
2036         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2037
2038 2003-06-17  Angus Leeming  <leeming@lyx.org>
2039
2040         * lfuns.h:
2041         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2042
2043         * lyxfunc.C (dispatch): invoke it.
2044
2045 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2046
2047         * iterators.C (operator++, ParPosition): reintroduce some
2048         const_cast for the benefit of older compilers.
2049
2050 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2051
2052         * text3.C (dispatch): do not modify clipboard when doing
2053         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2054         LFUN_DELETE_SKIP on a selection selection
2055
2056 2003-06-16  André Pönitz  <poenitz@gmx.net>
2057
2058         * BufferView.C:
2059         * buffer.C:
2060         * buffer.h:
2061         * paragraph.C:
2062         * tabular.[Ch]: IU of clone() and getLabelList();
2063
2064 2003-06-13  André Pönitz  <poenitz@gmx.net>
2065
2066         * tabular.h: compactification
2067
2068 2003-06-12  André Pönitz  <poenitz@gmx.net>
2069
2070         * tabular.C:
2071         * tabular.h:
2072         * tabular_funcs.h: some renaming plus whitespace
2073
2074 2003-06-12  André Pönitz  <poenitz@gmx.net>
2075
2076         * BufferView.C:
2077         * BufferView_pimpl.C:
2078         * CutAndPaste.C:
2079         * buffer.C:
2080         * iterators.[Ch]:
2081         * lyxfunc.C:
2082         * text.C:
2083         * toc.C: Return a Paragraph & for ParIterator::operator*()
2084
2085 2003-06-11  John Levon  <levon@movementarian.org>
2086
2087         * lyx_main.C:
2088         * ToolbarBackend.h:
2089         * ToolbarBackend.C: add "Toolbars" section and
2090         put the flags there
2091
2092 2003-06-10  Angus Leeming  <leeming@lyx.org>
2093
2094         * lfuns.h:
2095         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2096
2097         * lyxfunc.C (dispatch): invoke it.
2098
2099 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2100
2101         * main.C: protect <ios> with HAVE_IOS
2102         (main): protect sync_with_stdio with HAVE_IOS
2103
2104 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2105
2106         * text2.C (cutSelection): adjust
2107         (pasteSelection): adjust
2108
2109         * messages.C: handle get of empty string
2110
2111         * main.C (main): use sync_with_stdio(false)
2112
2113         * lyxfunc.C (dispatch): adjust
2114
2115         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2116         (WriteAs): remove unneeded BufferView arg.
2117
2118         * bufferparams.h: use correct types on papersize, papersize2 and
2119         paperpackage.
2120
2121         * bufferparams.C (readToken): adjust for type
2122         (writeLaTeX): add missing cases to switch.
2123
2124         * bufferlist.C (quitWriteBuffer): adjust
2125         (close): adjust
2126
2127         * buffer.C (asciiParagraph): remove some commented code.
2128
2129         * CutAndPaste.C: remove current_view extern variable.
2130         (cutSelection): add BufferParams arg.
2131         (eraseSelection): add BufferParams arg.
2132         (pasteSelection): add Buffer const & arg
2133
2134 2003-06-07  John Levon  <levon@movementarian.org>
2135
2136         * buffer.C:
2137         * paragraph_funcs.C:
2138         * paragraph_pimpl.C:
2139         * text.C:
2140         * text2.C:
2141         * paragraph.h:
2142         * paragraph.C: allow InsetERT to freely space lines,
2143         and some consolidation of code
2144
2145 2003-06-06  José Matos  <jamatos@fep.up.pt>
2146
2147         * buffer.C (makeDocBookFile): fix bug #821
2148
2149 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2150
2151         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2152
2153 2003-06-04  Angus Leeming  <leeming@lyx.org>
2154
2155         * buffer.C: bump format to 224.
2156
2157 2003-06-05  André Pönitz  <poenitz@gmx.net>
2158
2159         * text2.C (redoParagraphs): remove two const_cast<>
2160
2161 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2162
2163         * ParagraphList.h: remove last remnants of NO_STD_LIST
2164
2165 2003-06-03  Angus Leeming  <leeming@lyx.org>
2166
2167         * factory.C (createInset): small change to the way InsetExternal's params
2168         are set.
2169
2170 2003-06-04  André Pönitz  <poenitz@gmx.net>
2171
2172         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2173
2174         * paragraph_pimpl.h:
2175         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2176
2177         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2178
2179         * undo_funcs.C: make some simple cases of undo work again
2180
2181 2003-06-03  John Levon  <levon@movementarian.org>
2182
2183         * ispell.C: HPUX doesn't have sys/select.h
2184         (from Albert Chin)
2185
2186 2003-06-03  John Levon  <levon@movementarian.org>
2187
2188         * CutAndPaste.C: update tabular and include inset
2189         buffer references
2190
2191         * buffer.h:
2192         * paragraph.h:
2193         * paragraph.C: remove owningBuffer(), don't pass Buffer
2194         to clone()
2195
2196         * factory.C: insetGraphicsParams changed
2197
2198 2003-06-02  John Levon  <levon@movementarian.org>
2199
2200         * LyXAction.C:
2201         * factory.C:
2202         * lfuns.h:
2203         * lyxfunc.C:
2204         * text3.C: remove insetparent
2205
2206 2003-06-02  John Levon  <levon@movementarian.org>
2207
2208         * buffer.h:
2209         * buffer.C: fix inset_iterator.end(), move out of line
2210         (bug 1149)
2211
2212 2003-06-01  John Levon  <levon@movementarian.org>
2213
2214         * text3.C: use a proper cut/paste when doing inset
2215         insert (from Jürgen Spitzmüller)
2216
2217 2003-06-01  John Levon  <levon@movementarian.org>
2218
2219         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2220
2221 2003-05-30  André Pönitz  <poenitz@gmx.net>
2222
2223         * rowpainter.C: unify second drawing phase
2224
2225 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2226
2227         * trans_mgr.C: remove one case of current_view
2228
2229         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2230
2231         * paragraph_funcs.h: remove paragraph.h include
2232
2233         * paragraph.h: delete NO_STD_LIST stuff
2234
2235         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2236
2237         * buffer.h: remove paragraph.h include
2238
2239         * ParagraphList.C: delete file
2240
2241         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2242
2243         * toc.C (getTocList): adjust
2244
2245         * paragraph_pimpl.C (validate): adjust
2246
2247         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2248
2249         * paragraph.C (Paragraph): adjust
2250         (getPositionOfInset): use const_iterator, adjust
2251         (bibitem): use const_iterator, adjust
2252         (setInsetOwner): adjust
2253
2254         * iterators.C (operator++): adjust
2255
2256         * InsetList.[Ch]: Replace selfmade iterator with standard
2257         vector::iterator also introduce const_iterator. Remove getPos,
2258         getInset and setInset from InsetTable. Adjust accordingly.
2259
2260         * BufferView.C (lockInset): adjust
2261         (ChangeInsets): adjust
2262
2263         * tabular.[Ch]: delete commented same_id functions
2264
2265 2003-05-28  John Levon  <levon@movementarian.org>
2266
2267         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2268
2269 2003-05-28  André Pönitz  <poenitz@gmx.net>
2270
2271         * metricsinfo.[Ch]: remove 'fullredraw' member
2272
2273 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2274
2275         * lyxtextclass.C (operator): remove caching.
2276
2277 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2278
2279         * text3.C: adjust
2280
2281         * text2.C (cursorBottom): adjust
2282         (setCounter): use ParagraphList::find, adjust
2283
2284         * text.C (workWidth): use ParagraphList::find, adjust
2285
2286         * lyxcursor.C (LyXCursor): adjust
2287
2288         * buffer.C (inset_iterator): adjust
2289
2290         * ParagraphList.h: make iterator(value_type) private, make
2291         ParagraphList a friend of iterator.
2292
2293         * ParagraphList.C (find): new function
2294
2295         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2296
2297 2003-05-27  André Pönitz  <poenitz@gmx.net>
2298
2299         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2300
2301 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2302
2303         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2304
2305 2003-05-26  John Levon  <levon@movementarian.org>
2306
2307         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2308
2309 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2310
2311         * remove same_id from function signatures, adjust.
2312
2313 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2314
2315         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2316
2317         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2318
2319         * paragraph.C (Paragraph): get rid of same_ids parameter
2320
2321         * ParagraphList.C (insert): adjust
2322         (push_back): adjust
2323
2324 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2325
2326         * paragraph_funcs.C (breakParagraph): adjust
2327         (breakParagraphConservative): adjust
2328
2329         * buffer.C (readParagraph): adjust
2330
2331         * ParagraphList.C (insert): take a reference instead of a pointer
2332         (insert): adjust
2333
2334         * paragraph.[Ch] (id): new function
2335
2336         * bufferlist.C (newFile): adjust
2337
2338         * ParagraphList.C (ParagraphList): adjust
2339         (assign): adjust
2340         (push_back): take a reference instead of a pointer.
2341
2342         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2343
2344         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2345         instead.
2346
2347         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2348         set else use old code.
2349
2350         * ParagraphList.C: remove all NO_NEXT code and only compile this
2351         code of NO_STD_LIST is set.
2352
2353 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2354
2355         * BufferView_pimpl.C:
2356         * TextCache.C:
2357         * TextCache.h:
2358         * bufferlist.C:
2359         * errorlist.h:
2360         * format.C:
2361         * format.h:
2362         * graph.C:
2363         * lyxfunc.C:
2364         * lyxrc.C:
2365         * graphics/GraphicsConverter.C:
2366         * graphics/PreviewLoader.C: header adjustment
2367
2368 2003-05-23  Angus Leeming  <leeming@lyx.org>
2369
2370         * LaTeXFeatures.[Ch] (useBabel): new method.
2371         * bufferparams.C (writeLaTeX): use it.
2372
2373 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2374
2375         * ParagraphList.h (set): remove unused function.
2376
2377 2003-05-23  André Pönitz  <poenitz@gmx.net>
2378
2379         * BufferView.C:
2380         * BufferView_pimpl.C:
2381         * buffer.C:
2382         * buffer.h:
2383         * lyxfunc.C:
2384         * undo_funcs.C: setUndo reworked
2385
2386         * iterators.[Ch]: add access to topmost ParagraphList
2387
2388         * lyxtext.[Ch] (workWidth): add a const
2389
2390 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2391
2392         * texrow.[Ch] (increasePos): remove function
2393         * exporter.C (export): removed unused var and outdated comment
2394
2395 2003-05-23  Angus Leeming  <leeming@lyx.org>
2396
2397         * latexrunparams.h: rename fragile as moving_arg.
2398         * paragraph.C (simpleTeXOnePar): ditto.
2399         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2400
2401 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2402
2403         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2404         (createUndo): ditto
2405         (textUndoOrRedo): comment out a currently unused var.
2406
2407         * paragraph.h (NO_NEXT): enable NO_NEXT
2408
2409         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2410
2411         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2412
2413         * exporter.C (Export): adjust for removeAutoInsets removal.
2414
2415         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2416
2417         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2418
2419         * BufferView.[Ch] (removeAutoInsets): delete function
2420
2421 2003-05-22  Angus Leeming  <leeming@lyx.org>
2422
2423         * latexrunparams.h: add a free_spacing variable.
2424
2425         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2426         to pass moving_arg, as the data is stored in runparams.fragile.
2427
2428         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2429         to Inset::latexOptional or to simpleTeXOnePar.
2430
2431         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2432         free_spacing arg to Inset::latexOptional.
2433
2434         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2435         free_spacing arg.
2436
2437 2003-05-22  Angus Leeming  <leeming@lyx.org>
2438
2439         * latexrunparams.h: add fragile and use_babel variables.
2440
2441         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2442         * buffer.C (makeLaTeXFile): store this returned value in
2443         runparams.use_babel, thus passing it to the inset::latex methods.
2444
2445         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2446         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2447
2448         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2449         longer has a fragile arg, as it is stored in runparams.fragile.
2450
2451         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2452         moving_arg parameter as the data is stored in runparams.fragile.
2453
2454         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2455         a fragile parameter as the data is stored in runparams.fragile.
2456
2457 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2458
2459         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2460
2461 2003-05-22  Angus Leeming  <leeming@lyx.org>
2462
2463         * latexrunparams.h: add a 'bool nice' which defaults to false.
2464
2465         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2466         now encapsulated within runparams.
2467
2468         * bufferlist.C (updateIncludedTeXfiles):
2469         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2470
2471 2003-05-22  Angus Leeming  <leeming@lyx.org>
2472
2473         * latexrunparams.h: new file containing struct LatexRunParams.
2474         * Makefile.am: add new file.
2475
2476         * LaTeX.[Ch] (c-tor, run):
2477         * buffer.[Ch] (makeLaTeXFile):
2478         * bufferlist.[Ch] (updateIncludedTeXfiles):
2479         * converter.C (convert, scanLog):
2480         * converter.[Ch] (runLaTeX):
2481         * exporter.C (Export):
2482         * paragraph.[Ch] (simpleTeXOnePar):
2483         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2484         * paragraph_funcs.[Ch] (latexParagraphs):
2485         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2486         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2487         pass around a LatexRunParams parameter.
2488
2489 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2490
2491         * paragraph.[Ch]: remove unused constructor
2492
2493         * ParagraphList.C (erase): new function, taking two iterators
2494
2495 2003-05-22  André Pönitz  <poenitz@gmx.net>
2496
2497         * undo_funcs.C: remove duplicated code
2498
2499         * iterator.[Ch]: operator=
2500
2501 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2502
2503         * tabular.C (SetMultiColumn): ws changes
2504
2505         * rowpainter.C (paintFirst): get rid of a ->previous
2506
2507         * lyx_cb.C (getPossibleLabel): parlist simplification
2508
2509         * BufferView.C (ChangeInsets): simplify slightly.
2510
2511 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2512
2513         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2514         * lfuns.h: new LFUN_SPACE
2515         * lyxfunc.C: protected space has a new lfun
2516         * paragraph_funcs.C: read new space insets
2517         * text3.C:
2518         * factory.C: handle new space insets
2519
2520 2003-05-22  André Pönitz  <poenitz@gmx.net>
2521
2522         * BufferView.C:
2523         * BufferView_pimpl.C:
2524         * buffer.[Ch]:
2525         * lyxfunc.C:
2526         * undo_funcs.C: return a ParIterator from getParFromID.
2527
2528         * iterators.[Ch]: add two const's
2529
2530 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2531
2532         * toc.C (getTocList): adjust
2533
2534         * iterators.[Ch]: rework for parlist
2535
2536         * buffer.C (par_iterator_begin): adjust
2537         (par_iterator_end): adjust
2538
2539         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2540
2541         * BufferView.C (removeAutoInsets): adjust
2542         (ChangeInsets): adjust
2543
2544 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2545
2546         * text.C (top_y): fix bug 1110
2547
2548 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2549
2550         * errorlist.[Ch]: added
2551         * buffer.C:
2552         * BufferView.[Ch]:
2553         * BufferView_pimpl.C:
2554         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2555         instead
2556
2557 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2558
2559         * Makefile.am: ensure that lyx is relinked upon changes to the
2560         various "convenience" libs.
2561
2562 2003-05-20  Angus Leeming  <leeming@lyx.org>
2563
2564         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2565         files are compiled in alphabetical order again.
2566
2567         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2568
2569 2003-05-19  Angus Leeming  <leeming@lyx.org>
2570
2571         * gettext.[Ch]: remove "char const * _(char const *)".
2572
2573 2003-05-19  André Pönitz  <poenitz@gmx.net>
2574
2575         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2576
2577         * Makefile.am:
2578         * BufferView.C:
2579         * DepTable.h:
2580         * LaTeXFeatures.C:
2581         * buffer.C:
2582         * lyxfont.C:
2583         * lyxlex.h:
2584         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2585
2586 2003-05-19  André Pönitz  <poenitz@gmx.net>
2587
2588         * buffer.C:
2589         * lyxlayout.[Ch]:
2590         * lyxtextclass.[Ch]:
2591         * paragraph.C:
2592         * paragraph_funcs.[Ch]:
2593         * text2.C:
2594         * text3.C: more insetenv work
2595
2596 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2597
2598         * ParagraphParameters.C (params2string): small bug fixed
2599
2600 2003-05-16  André Pönitz  <poenitz@gmx.net>
2601
2602         * debug.C:
2603         * bufferview_funcs.C: patch from Kornel Benko to prevent
2604           crash when _(...) is called twice in a statement
2605
2606 2003-05-16  André Pönitz  <poenitz@gmx.net>
2607
2608         * BufferView.C:
2609         * lyxfunc.C:
2610         * text.C:
2611         * text2.C:
2612         * text3.C:
2613         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2614
2615 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2616
2617         * lyx_main.C (init): remove spurious static_cast
2618
2619 2003-05-14  André Pönitz  <poenitz@gmx.net>
2620
2621         * BufferView.C: fix format string
2622
2623 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2624
2625         * BufferView.[Ch] (insertErrors): removed
2626         * BufferView.[Ch] (showErrorList): added
2627         * buffer.C (runChkTeX):
2628         * converter.C (scanLog): call showErrorList instead of inserterrors
2629
2630 2003-05-13  André Pönitz  <poenitz@gmx.net>
2631
2632         * BufferView_pimpl.C:
2633         * buffer.C:
2634         * bufferview_func.C:
2635         * MenuBackend.C:
2636         * lyxfunc.C:
2637         * lyxrc.C:
2638         * tex-accent.C:
2639         * text3.C:
2640         * toc.C:
2641         * tabular_funcs.h: tostr() from its own header
2642
2643         * ParagraphParameters.C:
2644         * ToolbarBackend.C:
2645         * bufferparams.C:
2646         * format.C:
2647         * lyxlex_pimpl.C:
2648         * text3.C: STRCONV()
2649
2650 2003-05-12  André Pönitz  <poenitz@gmx.net>
2651
2652         * BufferView.C:
2653         * BufferView_pimpl.C:
2654         * CutAndPaste.C:
2655         * LaTeX.C:
2656         * LaTeXFeatures.C:
2657         * ParagraphParameters.C:
2658         * buffer.C:
2659         * bufferlist.C:
2660         * bufferparams.C:
2661         * bufferview_funcs.C:
2662         * converter.C:
2663         * counters.C:
2664         * debug.C:
2665         * exporter.C:
2666         * format.C:
2667         * importer.C:
2668         * lyx_cb.C:
2669         * lyx_main.C:
2670         * lyxfont.C:
2671         * lyxfunc.C:
2672         * lyxvc.C:
2673         * paragraph.C:
2674         * paragraph_funcs.C:
2675         * tabular.C:
2676         * tabular_funcs.C:
2677         * text2.C:
2678         * text3.C:  boost::format -> bformat  all over the place
2679
2680
2681 2003-05-09  André Pönitz  <poenitz@gmx.net>
2682
2683         * LColor.[Ch]: Pimpl the #include <map> away
2684
2685 2003-05-09  John Levon  <levon@movementarian.org>
2686
2687         * bufferlist.C: never remove emergency saves
2688
2689 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2690
2691         * Makefile.am: better lib building
2692
2693 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2694
2695         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2696         instead.
2697         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2698         (simpleTeXSpecialChars): adjust
2699         (simpleTeXSpecialChars): adjust
2700         * paragraph.C (simpleTeXOnePar): adjust
2701         * buffer.C (makeLaTeXFile): adjust
2702
2703         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2704
2705         * text2.C (changeDepth): parlist cleanup
2706         (getColumnNearX): ditto
2707
2708         * rowpainter.C (getLabelFont): parlist cleanup
2709
2710         * bufferlist.C (newFile): parlist cleanup
2711
2712         * CutAndPaste.C (eraseSelection): parlist cleanup
2713
2714         * BufferView_pimpl.C (trackChanges): parlist cleanup
2715         (dispatch): ditto
2716
2717         * BufferView.C (lockInset): parlist cleanup.
2718         (ChangeInsets): ditto
2719
2720 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2721
2722         * CutAndPaste.h: Update file header.
2723
2724         * CutAndPaste.C: Update file header.
2725         Store the parts cut out of the Document in a limited_stack.
2726         (copySelection): adjust
2727         (pasteSelection): new function, takes the index in the limited stack.
2728         (nrOfParagraphs): adjust
2729         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2730         simplify error inset insertion.
2731         (checkPastePossible): adjust
2732
2733 2003-05-06  John Levon  <levon@movementarian.org>
2734
2735         * text2.C: don't cast wrap inset to float
2736
2737 2003-05-05  André Pönitz  <poenitz@gmx.net>
2738
2739         * iterator.C:
2740         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2741
2742         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2743           few naked Paragraph *.
2744
2745 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2746
2747         * bufferparams.C: Output warning if a document with missing
2748         TeX document class is loaded
2749         * exporter.C: Disable TeX exports if the document class is missing
2750         * lyxtextclass.C:
2751         * lyxtextclass.h:
2752         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2753         isTeXClassAvailable()
2754
2755 2003-05-03  John Levon  <levon@movementarian.org>
2756
2757         * BufferView.h:
2758         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2759         explicit cursor show/hide
2760
2761         * BufferView_pimpl.h:
2762         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2763         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2764
2765         * lyxfunc.C: hide cursor before dispatching.
2766
2767         * lyx_cb.C:
2768         * lyxfind.C:
2769         * text.C:
2770         * text3.C: remove explicit cursor hides
2771
2772 2003-05-02  André Pönitz  <poenitz@gmx.net>
2773
2774         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2775
2776         * undo_funcs.C:
2777         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2778           linked lists
2779
2780         * text2.C: tiny whitespace
2781
2782 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2783
2784         * undo_funcs.C: almost only ws changes.
2785
2786         * ParagraphList.C (splice): just return if pl is empty.
2787
2788 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2789
2790         * ParagraphList.C (splice): new function.
2791
2792         * CutAndPaste.C (pasteSelection): use it
2793
2794 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2795
2796         * CutAndPaste.C (pasteSelection): remove the last next and
2797         previous from this file.
2798
2799 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2800
2801         * CutAndPaste.C (pasteSelection): more clean up, user proper
2802         ParagraphList functions for pasteing.
2803
2804         * ParagraphList.C (insert): new function, three arg insert
2805
2806 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2807
2808         * ParagraphList.C (insert): new function, three arg insert
2809
2810         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2811         not on paragraphs.
2812
2813 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2814
2815         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2816
2817 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2818
2819         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2820
2821 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2822
2823         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2824         (copySelection): clean up a bit.
2825         (pasteSelection): use make_pair
2826
2827         * ParagraphList.C (ParagraphList): implement copy constructor
2828         (operator=): implement, base on copy constructor.
2829         (assign): new func
2830
2831         * paragraph.C (erase): return a bool
2832
2833         * paragraph_pimpl.C (erasePos): remove function, move contents...
2834         (erase): ... here. Return a bool.
2835         (erase): call erase instead of erasePos.
2836
2837 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2838
2839         * ParagraphList.h: define PitPosPair
2840         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2841         ParagraphList, fix a bug on pasting multiple pars
2842         * text2.C: change interface to C&P
2843
2844 2003-04-30  André Pönitz  <poenitz@gmx.net>
2845
2846         * undo_func.C: revert part of yesterday's patch 2
2847
2848 2003-04-30  John Levon  <levon@movementarian.org>
2849
2850         * LColor.C: s/tabular/table/
2851
2852 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2853
2854         * text3.C (dispatch): do not convert iterator -> pointer
2855         * undo_funcs.C (setCursorParUndo): ditto
2856         * text_funcs.C (transposeChars): ditto
2857
2858         * text2.C (setLayout): ws changes only
2859
2860         * text.C (breakParagraph): do not convert iterator -> pointer
2861         (insertChar): ditto
2862         (acceptChange): ditto
2863         (rejectChange): ditto
2864         (changeCase): ditto
2865         (Delete): ditto
2866         (backspace): ditto
2867
2868         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2869         pointer
2870
2871 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2872
2873         * text3.C (gotoInset): YABG (yet another bad getChar)
2874
2875 2003-04-29  André Pönitz  <poenitz@gmx.net>
2876
2877         * paragraph.h: make operator= private unimplemented as long as
2878           it is unusable
2879
2880         * ParagraphList.C: whitespace
2881
2882         * paragraph.[Ch]:
2883         * paragraph_pimpl.[Ch]:
2884         * paragraph_funcs.C:
2885         * CutAndPaste.C:
2886         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2887
2888         * text2.C:
2889           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2890
2891 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2892
2893         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2894         * paragraph.[Ch] (erase):
2895         * paragraph_pimpl.[Ch] (erase): change return type and value
2896         * text2.C (cutSelection): some rework
2897
2898 2003-04-28  John Levon  <levon@movementarian.org>
2899
2900         * bufferlist.C: changes for unsaved changes dialog
2901
2902 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2903
2904         * bufferlist.C (newFile): set language (messages_) for new
2905         documents also.
2906
2907         * buffer.C (readFile): ws changes only.
2908
2909 2003-04-28  André Pönitz  <poenitz@gmx.net>
2910
2911         * undo_funcs.C:
2912         * lyxfunc.C:
2913         * buffer.[Ch]:
2914         * BufferView_pimpl.C:
2915         * BufferView.C: getParFromID related ParagraphList::iterator changes
2916
2917 2003-04-28  André Pönitz  <poenitz@gmx.net>
2918
2919         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2920           Changes
2921
2922 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2923
2924         * messages.C: remove one more localedir class variable.
2925
2926 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2927
2928         * messages.C (getLocaleDir): singleton generation function
2929         (Pimpl): use it.
2930         (Messages): add a default constructor.
2931
2932         * main.C (main): do not setup localedir here, do not call
2933         gettext_init.
2934
2935         * gettext.C (_): use it.
2936         (gettext_init): delete funciton
2937
2938 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2939
2940         * gettext.C (getLyXMessages): new singleton generating function.
2941
2942         * buffer.C (updateDocLang): adjust
2943
2944         * Makefile.am (messages.o): add target
2945         (main.o): remove target
2946
2947 2003-04-27  John Levon  <levon@movementarian.org>
2948
2949         * bufferlist.C:
2950         * lyx_cb.C:
2951         * lyxfunc.C:
2952         * lyxvc.C: specify cancel button in Alert::prompt
2953
2954 2003-04-26  John Levon  <levon@movementarian.org>
2955
2956         * text3.C:
2957         * lyxfunc.C:
2958         * lfuns.h:
2959         * LyXAction.C: add LFUN_INSET_SETTINGS
2960
2961         * lyxfunc.C: don't enable tabular-feature when there's
2962         just any locking inset
2963
2964 2003-04-26  John Levon  <levon@movementarian.org>
2965
2966         * bufferlist.C: re-add Cancel to buffer close question
2967
2968         * lyxfunc.C: fix import UI a bit
2969
2970 2003-04-25  John Levon  <levon@movementarian.org>
2971
2972         * gettext.C: remove the broken asserts for now
2973
2974 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2975
2976         * messages.C: make case where setlocale cannot comply work better.
2977
2978         * buffer.C (updateDocLang): new function
2979         (changeLanguage): use it
2980         (readFile): use it
2981
2982         * text2.C (setCounter): use B_ a bit.
2983
2984         * lyxlayout.C (Read): be sure to trim the label strings.
2985
2986         * messages.C (Messages): fix typo in comment
2987
2988         * buffer.C (readFile): set message_ after file is loaded.
2989         (makeDocBookFile): remove double return
2990         (changeLanguage): reset message_ upon language change.
2991         (B_): new func, use this to get translated buffer strings.
2992
2993         * main.C: add myself and Jean Marc as authors.
2994
2995 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2996
2997         * messages.[hC]: pimplify Messages, and three different pimpls to be
2998         used in different circumstances.
2999
3000         * gettext.[Ch]: change for use with new message code.
3001
3002 2003-04-24 André Pönitz <poenitz@gmx.net>
3003
3004         * factory.C: support for eqref
3005
3006 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3007
3008         * messages.[Ch]: add missing char
3009
3010         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3011
3012         * messages.[Ch]: New files
3013
3014 2003-04-18  John Levon  <levon@movementarian.org>
3015
3016         * BufferView.h:
3017         * BufferView.C:
3018         * BufferView_pimpl.C:
3019         * lfuns.h:
3020         * LyXAction.C:
3021         * lyxtext.h:
3022         * text2.C: remove layout-copy/paste (bug 778)
3023
3024 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3025
3026         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3027
3028 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3029
3030         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3031         if they succeed. Act accordingly.
3032
3033 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3034
3035         * text2.C (setCharFont): adjust
3036         (setCounter): adjust
3037         (insertStringAsLines): adjust
3038
3039         * text.C (leftMargin): adjust
3040         (setHeightOfRow): adjust
3041
3042         * rowpainter.C (paintFirst): adjust
3043         (paintLast): adjust
3044
3045         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3046         (outerHook): ditto
3047         (isFirstInSequence): ditto
3048         (getEndLabel): ditto
3049         (outerFont): adjust
3050
3051         * paragraph.C (getParLanguage): comment out some hard stuff.
3052
3053         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3054         (sgmlError): ditto
3055         (simpleDocBookOnePar): ditto
3056         (makeDocBookFile): use ParagraphList::iterator
3057
3058         * CutAndPaste.C (pasteSelection): adjust
3059
3060 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3061
3062         * text2.C (getFont): adjust
3063         (getLayoutFont): adjust
3064         (getLabelFont): adjust
3065
3066         * paragraph_funcs.C (TeXOnePar): adjust
3067
3068         * buffer.C (simpleLinuxDocOnePar): adjust
3069         (simpleDocBookOnePar): adjust
3070
3071         * CutAndPaste.C (pasteSelection): adjust
3072
3073         * BufferView.C (getEncoding): adjust
3074
3075         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3076
3077 2003-04-16  John Levon  <levon@movementarian.org>
3078
3079         * lyxfind.C: use parlist stuff for search/changes
3080
3081 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3082
3083         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3084
3085         * text2.C (deleteEmptyParagraphMechanism): adjust
3086
3087         * text2.[Ch] (ownerParagraph): delete func (both of them
3088
3089 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3090
3091         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3092
3093 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3094
3095         * ParagraphList.C: prepare for NO_NEXT
3096
3097 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3098
3099         * text2.C (getFont): adjust
3100         (getLayoutFont): adjust
3101         (getLabelFont): adjust
3102
3103         * paragraph.C (getFont): adjust
3104         (getLabelFont): adjust
3105         (getLayoutFont): adjust
3106
3107         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3108
3109 2003-04-15  John Levon  <levon@movementarian.org>
3110
3111         From Angus Leeming
3112
3113         * lyx_main.C: handle Include in .ui files
3114
3115 2003-04-15  John Levon  <levon@movementarian.org>
3116
3117         * MenuBackend.C: make the doc files length shorter
3118
3119         * ToolbarBackend.h:
3120         * ToolbarBackend.C: handle toolbar placement flags,
3121         Minibuffer
3122
3123 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3124
3125         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3126         adjust
3127
3128         * paragraph_funcs.C (TeXOnePar): adjust
3129
3130         * paragraph.C (getLabelFont): add outerfont arg, adjust
3131         (getLayoutFont): ditto
3132         (simpleTeXOnePar): adjust
3133
3134         * paragraph_pimpl.C (realizeFont): delete func
3135
3136 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3137
3138         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3139         row argument, constify cur argument.
3140
3141 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3142
3143         * text2.C (getFont): adjust
3144         (getLayoutFont): adjust
3145         (getLabelFont): adjust
3146
3147         * paragraph_funcs.C (TeXOnePar): adjust
3148         (outerFont): new func...
3149         (realizeFont): ...moved out from here, changed this to facilitate
3150         transition
3151
3152         * paragraph.C (getFont): take outerfont as arg, adjust
3153         (simpleTeXOnePar): add outerfont arg, adjust
3154
3155         * buffer.C (simpleLinuxDocOnePar): adjust
3156         (simpleDocBookOnePar): adjust
3157
3158         * CutAndPaste.C (pasteSelection): adjust
3159
3160         * BufferView.C (getEncoding): adjust
3161
3162 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3163
3164         * text2.C (setCharFont): adjust
3165         (setCounter): adjust
3166
3167         * text.C (leftMargin): adjust
3168         (setHeightOfRow): adjust
3169
3170         * rowpainter.C (paintFirst): adjust
3171         (paintLast): adjust
3172
3173         * paragraph_pimpl.C (realizeFont): adjust
3174
3175         * paragraph.C (isFirstInSequence): move from here...
3176         * paragraph_funcs.C (isFirstInSequence): ...to here
3177
3178         * paragraph.C (outerHook): move from here...
3179         * paragraph_funcs.C (outerHook): ...to here
3180
3181         * paragraph.C (depthHook): move from here...
3182         * paragraph_funcs.C (depthHook): ...to here
3183
3184         * paragraph.C (getEndLabel): move from here...
3185         * paragraph_funcs.C (getEndLabel): ...to here
3186
3187         * text2.C (realizeFont): move from here...
3188         * paragraph_funcs.C (realizeFont): ...to here
3189
3190 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3191
3192         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3193
3194 2003-04-14  Angus Leeming  <leeming@lyx.org>
3195
3196         * LColor.[Ch]: scrap LColor mathcursor.
3197
3198 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3199
3200         * lyxlex.[Ch] (text): delete function
3201         * trans.C (Load): adjust
3202         * paragraph_funcs.C (readParToken): adjust
3203
3204 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3205
3206         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3207         vector<char> instead of a char[].
3208
3209         * lyxlex_pimpl.C (getString): adjust
3210         (next): adjust
3211         (lex): use getString
3212         (eatLine): adjust
3213         (nextToken): adjust
3214
3215         * lyxlex.C (text): use pimpl_->getString()
3216         (getBool): ditto
3217         (findToken): ditto
3218
3219 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3220
3221         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3222         (makeFontEntriesLayoutSpecific): temp var for par.size()
3223         (setLayout): temp var for ownerParagraphs().end()
3224         (fullRebreak): temp var for rows().end()
3225         (selectionAsString): temp var for boost::next(startpit), realize
3226         that the while really is a regular for loop.
3227         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3228         setCursor in one place.
3229         (setParagraph): temp vr for ownerParagraphs().end()
3230         (updateCounters): make the while loop a for loop
3231         (cutSelection): temp var for ownerParagraphs().end()
3232         (updateInset): make the do {} while() a regular for loop
3233         (getCursorX): use temp vars
3234         (setCurrentFont): use temp vars
3235         (getColumnNearX): use temp vars
3236
3237 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3238
3239         * text.C (transformChar): use temp var for getChar
3240         (computeBidiTables): use temp var for row->par()
3241         (fill): move temp vars for row->par() and pit->layout() earlier in
3242         the function.
3243         (labelFill): use temp var for row->par()
3244         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3245         asc and desc, realize that pit never changes and that firstpit is
3246         just a duplicate and not needed. Exchange rit->par() with pit in a
3247         lot of places.
3248         (breakAgain): use a temp var for boost::next(rit)
3249         (breakAgainOneRow): ditto
3250         (breakParagraph): use a temp var for rows().begin()
3251         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3252         (cursorRightOneWord): use temp var for cursor.par() and
3253         cursor.pos(), remove usage of tmpcursor.
3254         (cursorLeftOneWord): use temp var for cursor.par() and
3255         cursor.pos() only set cur at end of function.
3256
3257 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3258
3259         * text.C, text2.C: exchange all usage of Paragraph::next with
3260         boost::next(ParagraphList::iterator)
3261
3262         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3263
3264         * text2.C (cursorTop): simplify implementation
3265         (cursorBottom): ditto
3266         (setParagraph): use ParagraphList::iterator
3267         (setCurrentFont): adjust
3268         (getColumnNearX): adjust
3269         (cursorRight): adjust
3270         (cursorLeft): remove usage of Paragraph::previous
3271         (cursorUpParagraph): ditto
3272         (deleteEmptyParagraphMechanism): slight cleanup
3273
3274         * text.C (isBoundary): take a Paragraph const & instead of a
3275         pointer as arg.
3276         (addressBreakPoint): ditto
3277         (leftMargin): remove usage of Paragraph::previous.
3278         (setHeightOfRow): ditto
3279         (cursorLeftOneWord): ditto
3280         (selectNextWordToSpellcheck): ditto
3281         (Delete): ditto
3282         (backspace): ditto
3283         (breakParagraph): remove one usage of Paragraph::next
3284         (redoParagraph): ditto
3285         (acceptChange): ditto
3286         (insertChar): adjust
3287         (rowBreakPoint): adjust
3288
3289         * bufferview_funcs.C (toggleAndShow): adjust
3290
3291 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3292
3293         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3294         methods to access it.
3295         * lyxtext.h:
3296         * text.C: Added updateRowPositions to compute all row positions.
3297         Make top_y and getRowNearY() to use the cached y position
3298
3299 2003-04-11  John Levon  <levon@movementarian.org>
3300
3301         * text.C (rowBreakPoint): reintroduce the labelEnd
3302         checks, code copied from the row fill stuff. Deep voodoo.
3303
3304         * text.C (fill): add a comment and debugging for the
3305         next poor soul.
3306
3307 2003-04-11  John Levon  <levon@movementarian.org>
3308
3309         * text.C: make sure fullrow insets get wrapped to the next line,
3310         even when they're in a manual label
3311
3312 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3313
3314         * text2.C (insertParagraph): make it take ParagraphList::iterator
3315         as arg.
3316         (setLayout): make it return ParagraphList::iterator
3317         (redoParagraphs): ditto
3318         (setCounter): ditto
3319         (checkParagraph): ditto
3320
3321         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3322
3323         * text2.C: adjust several funcs.
3324         (realizeFont): take a ParagraphList::iterator as arg.
3325         (getLayoutFont): ditto
3326         (getLabelFont): ditto
3327         (setCharFont): ditto
3328
3329         * text.C: adjust several funcs.
3330
3331 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3332
3333         * text.C (selectNextWordToSpellcheck): don't accidentally
3334         skip insets
3335
3336 2003-04-10  John Levon  <levon@movementarian.org>
3337
3338         * ToolbarBackend.C (getIcon): special handling for
3339         LFUN_MATH_DELIM
3340
3341 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3342
3343         * text2.C (cursorRight): a getChar assert fixed
3344
3345 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3346
3347         * text2.C (getFont): change to take a ParagraphList::iterator
3348         instead of Paragraph*
3349         Adjust several functions.
3350
3351         * text.C (transformChar): change to take a ParagraphList::iterator
3352         instead of Paragraph*
3353         (singleWidth): ditto
3354         Adjust several functions.
3355
3356         * rowpainter.C: adjust several functions
3357         * rowpainter.h:store a ParagraphList::iterator and not a
3358         Paragraph&.
3359
3360
3361 2003-04-09  John Levon  <levon@movementarian.org>
3362
3363         * lyxfunc.C:
3364         * lfuns.h:
3365         * LyXAction.h:
3366         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3367         and the "help" bits as well
3368
3369 2003-04-09  John Levon  <levon@movementarian.org>
3370
3371         * ToolbarBackend.h:
3372         * ToolbarBackend.C: allow multiple toolbars
3373
3374 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3375
3376         * undo_funcs.C (setCursorParUndo): adjust
3377
3378         * text_funcs.C (transposeChars): adjust
3379
3380         * text3.C (gotoNextInset): adjust
3381         (dispatch): adjust
3382
3383         * text2.C (setLayout): adjust
3384         (changeDepth): adjust
3385         (setFont): adjust
3386         (redoParagraphs): adjust
3387         (selectionAsString): adjust
3388         (setParagraph): adjust
3389         (insertInset): adjust
3390         (cutSelection): adjust
3391         (copySelection): adjust
3392         (pasteSelection): adjust
3393         (insertStringAsLines): adjust
3394         (updateInset): adjust
3395         (setCursor): change to take a ParagraphList::iterator parameter
3396         (setCursorIntern): change to take a ParagraphList::iterator parameter
3397         (setCurrentFont): adjust
3398         (cursorLeft): adjust
3399         (cursorRight): adjust
3400         (deleteEmptyParagraphMechanism): adjust
3401
3402         * text.C (breakParagraph): adjust
3403         (insertChar): adjust
3404         (acceptChange): adjust
3405         (rejectChange): adjust
3406         (selectNextWordToSpellcheck): adjust
3407         (changeCase): adjust
3408         (Delete): adjust
3409         (backspace): adjust
3410
3411         * lyxfind.C (SearchForward): adjust
3412         (SearchBackward): adjust
3413         (nextChange): adjust
3414
3415         * lyxcursor.C (par): adjust
3416
3417         * lyxcursor.h: store a ParagraphList::iterator instead of a
3418         Paragraph*
3419
3420         * lyx_cb.C (getPossibleLabel): adjust
3421
3422         * bufferview_funcs.C (toggleAndShow): adjust
3423
3424         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3425         (dispatch): adjust
3426
3427         * BufferView.C (removeAutoInsets): adjust
3428         (lockedInsetStoreUndo): adjust
3429
3430 2003-04-09  John Levon  <levon@movementarian.org>
3431
3432         * ToolbarBackend.C: try icon without argument
3433         if with argument fails
3434
3435 2003-04-08  John Levon  <levon@movementarian.org>
3436
3437         * ToolbarBackend.h:
3438         * ToolbarBackend.C: add getIcon(), handle tooltip,
3439         and change from "Icon" to "Item".
3440
3441 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3442
3443         * BufferView.C (lockInset): another bad getchar crunched
3444
3445 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3446
3447         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3448         again)
3449
3450 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3451
3452         * lyxfind.C (searchForward, searchBackwards): bug 782
3453
3454 2003-04-07  John Levon  <levon@movementarian.org>
3455
3456         * paragraph.C: remove dead comment
3457
3458         * text.C: remove troublesome depth-fiddling code
3459         in leftMargin() and rightMargin() (bug 1017)
3460
3461         * text.C: fix breaking of rows in nested lists
3462         (bug 1004)
3463
3464         * text2.C (updateCounters): fix up depth values
3465         (bug 1013)
3466
3467 2003-04-07  John Levon  <levon@movementarian.org>
3468
3469         * BufferView_pimpl.C: clear message when doc finishes resizing,
3470         and after a mouse event
3471
3472         * lyxfunc.C: clear message after exiting inset
3473
3474 2003-04-07  John Levon  <levon@movementarian.org>
3475
3476         * bufferview_funcs.C: show math status not outside
3477         status in the statusbar
3478
3479 2003-04-07  John Levon  <levon@movementarian.org>
3480
3481         * lyxfunc.C: note status changed after a depth change
3482
3483 2003-04-04  Angus Leeming  <leeming@lyx.org>
3484
3485         * LaTeX.h: move AuxInfo operator==, != out of line.
3486         Remove LaTeX virtual destructor; nothing derives from it.
3487         Move operator()() out of public area and rename it startscript().
3488         Change protected for private.
3489
3490 2003-04-04  Angus Leeming  <leeming@lyx.org>
3491
3492         * lyxfunc.C:
3493         * text2.C: remove unneeded #includes.
3494
3495 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3496
3497         * text2.C (dEPM): fix the heigth of the next row
3498
3499 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3500
3501         * text.C: squashed an invalid getChar requester + some ws changes
3502
3503 2003-04-03  John Levon  <levon@movementarian.org>
3504
3505         * bufferview_funcs.h:
3506         * bufferview_funcs.C:
3507         * lyxfunc.C:
3508         * lyxtext.h:
3509         * text2.C: make getStatus work for the env depth lfuns
3510
3511 2003-04-03  John Levon  <levon@movementarian.org>
3512
3513         * bufferview_funcs.h:
3514         * bufferview_funcs.C:
3515         * lyxfunc.C:
3516         * lyxtext.h:
3517         * text2.C: parlistize decDepth(), by merging it with incDepth()
3518
3519 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3520
3521         * lyxrow.h: store a ParagraphList::iterator instead of a
3522         Paragraph* and adjust other class functions to suit.
3523
3524         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3525         above.
3526
3527 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3528
3529         * text2.C (setCursor): do not anchor to cursor row for the time being
3530
3531 2003-04-02  John Levon  <levon@movementarian.org>
3532
3533         * LyXAction.C:
3534         * lfuns.h:
3535         * lyx_main.C:
3536         * lyxtext.h:
3537         * text.C:
3538         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3539
3540 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3541
3542         * paragraph.h: make ParagraphList and ParagraphList::iterator
3543         friends of Paragraph.
3544
3545         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3546
3547         * ParagraphList.C: Use the private next_ and previous_ from
3548         Paragraph.
3549
3550 2003-04-01  John Levon  <levon@movementarian.org>
3551
3552         * ToolbarBackend.h:
3553         * ToolbarBackend.C:
3554         * Makefile.am: rename, remove defaults gunk
3555
3556         * MenuBackend.h:
3557         * MenuBackend.C: remove defaults gunk
3558
3559         * Languages.h:
3560         * Languages.C: remove defaults gunk
3561
3562         * lyx_main.h:
3563         * lyx_main.C: error out if files couldn't be found.
3564
3565 2003-04-02  John Levon  <levon@movementarian.org>
3566
3567         * text2.C: make incDepth() use parlist
3568
3569 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3570
3571         * undo_funcs.C (firstUndoParagraph): adjust
3572
3573         * text3.C (gotoInset): adjust
3574         (dispatch): adjust, and rewrite loop.
3575
3576         * text2.C (init): adjust, and rewrite loop.
3577         (redoParagraphs): adjust
3578         (updateInset): adjust, and rewrite loop.
3579         (deleteEmptyParagraphMechanism): adjust
3580
3581         * tabular.C (LyXTabular): adjust
3582         (SetMultiColumn): adjust
3583         (TeXRow): adjust
3584
3585         * lyxtext.[Ch] (ownerParagraph): delete function
3586         (ownerParagraphs): new function returns a ParagraphList.
3587
3588         * BufferView.C (removeAutoInsets): adjust
3589         (insertErrors): adjust
3590         (setCursorFromRow): adjust
3591
3592 2003-04-01  Angus Leeming  <leeming@lyx.org>
3593
3594         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3595         in the frontends.
3596
3597 2003-04-02  John Levon  <levon@movementarian.org>
3598
3599         * lyxtext.h:
3600         * text.C:
3601         * Makefile.am:
3602         * text_funcs.h:
3603         * text_funcs.C: make transposeChars a free function
3604
3605         * lyxrow_funcs.C: remove wrong comment
3606
3607 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3608
3609         * lyxtext.h: adjust
3610         * rowpainter.C: adjust
3611         * text.C: adjust
3612         * text2.C: adjust
3613         * text3.C: adjust
3614
3615         * lyxrow_funcs. [Ch]: new files
3616
3617         * lyxrow.[Ch]: remove next and previous pointers
3618         (next,previous): remove accessor functions
3619         (isParEnd): move to lyxrow_funcs
3620         (lastPos): move to lyxrow_funcs
3621         (nextRowIsAllInset): move to lyxrow_funcs
3622         (lastPrintablePos): move to lyxrow_funcs
3623         (numberOfSeparators): move to lyxrow_funcs
3624         (numberOfHfills): move to lyxrow_funcs
3625         (numberOfLabelHfills): move to lyxrow_funcs
3626         (hfillExpansion): move to lyxrow_funcs
3627
3628         * lyxfunc.C: adjust
3629
3630         * bufferview_funcs.C (toggleAndShow): adjust
3631
3632         * RowList.h: Remove class RowList from file leave just a
3633         std::list<Row>.
3634
3635         * RowList.C: delete file
3636
3637         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3638         and lyxrow_funcs.h
3639
3640 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3641
3642         * text3.C (cursorPrevious): adjust
3643         (cursorNext): adjust
3644         (dispatch): adjust
3645
3646         * text2.C (redoHeightOfParagraph): adjust
3647         (redoDrawingOfParagraph): adjust
3648         (setCursor): adjust
3649
3650         * text.C (breakParagraph): adjust
3651         (insertChar): adjust
3652         (backspace): adjust
3653
3654         * rowpainter.C (RowPainter): adjust
3655         (leftMargin): simplify and adjust
3656         (most rowpainter functions): adjust.
3657
3658         * rowpainter.h: store the row as RowList::iterator not as Row*
3659
3660         * lyxcursor.C (row): taka RowList::iterator as arg
3661         (irow): ditto
3662
3663         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3664         of Row*.
3665
3666 2003-04-01  Angus Leeming  <leeming@lyx.org>
3667
3668         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3669         stuff like bool Bool.
3670
3671 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3672
3673         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3674         rewrite a loop
3675
3676 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3677
3678         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3679         RowList::iterator.
3680
3681         * lyxtext.h (rows): drop one version and leve a const variant that
3682         returns a RowList::iterator.
3683
3684 2003-03-31  Angus Leeming  <leeming@lyx.org>
3685
3686         * text.C (fill): ensure that the signature is the same as that in the
3687         header file.
3688
3689 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3690
3691         * text2.C (redoParagraphs): adjust
3692         (updateCounters): adjust
3693         (checkParagraph): adjust
3694         (getColumnNearX): adjust and reformat a bit.
3695
3696         * text.C (top_y): adjust
3697         (workWidth): adjust
3698         (leftMargin): adjust
3699         (prepareToPrint): adjust
3700         (getRow): adjust
3701         (getRowNearY): adjust
3702
3703         * lyxtext.h: make rowlist_ mutable.
3704
3705         * RowList.h: add const_iterator
3706         * RowList.C: adjust for RowList::const_iterator.
3707
3708         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3709         adjust.
3710
3711 2003-03-31  John Levon  <levon@movementarian.org>
3712
3713         * lyxrc.h:
3714         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3715
3716         * lyx_main.C: set default fonts from using lyx_gui funcs
3717
3718         * exporter.C: pdf_mode moved from lyxrc
3719
3720         * lyx_cb.C:
3721         * lyxfunc.C: changes from above
3722
3723 2003-03-31  John Levon  <levon@movementarian.org>
3724
3725         * lyx_main.C: fix to the last fix
3726
3727 2003-03-31  John Levon  <levon@movementarian.org>
3728
3729         * bufferlist.C: "Load original" -> "Load Original"
3730
3731         * converter.C:
3732         * exporter.C:
3733         * importer.C:
3734         * lyx_main.C:
3735         * format.C: more Alert cleanups
3736
3737 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3738
3739         * text2.C (removeParagraph): make it take a RowList::iterator as
3740         arg, adjust.
3741         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3742         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3743
3744         * text.C (anchor_row): make it take a RowList::iterator as arg,
3745         adjust.
3746         (computeBidiTables): make it take a const reference to Row instead
3747         of Row pointer, adjust.
3748         (leftMargin): make it take a RowList::iterator as arg, adjust.
3749         (rowBreakPoint): adjust
3750         (breakAgainOneRow): make it take a RowList::iterator as arg,
3751         adjust.
3752         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3753
3754         * bufferview_funcs.C (toggleAndShow): adjust
3755
3756 2003-03-30  John Levon  <levon@movementarian.org>
3757
3758         * Makefile.am:
3759         * BoostFormat.h:
3760         * boost-inst.C: moved to support
3761
3762         * several files: changes as a result
3763
3764 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3765
3766         * text2.C (LyXText): adjust.
3767         (init): adjust
3768         (removeRow): make it take a RowList::iterator as arg, adjust.
3769         (fullRebreak): adjust
3770         (deleteEmptyParagraphMechanism): adjust
3771         (clearPaint): adjust
3772         (postPaint): adjust
3773
3774         * text.C (top_y): adjust
3775         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3776         (breakAgain): make it take a RowList::iterator as arg, adjust.
3777         (breakParagraph): adjust
3778         (insertChar): adjust
3779         (backspace): adjust
3780
3781         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3782         need_break_row, and refresh_row.
3783
3784         * text3.C (dispatch): adjust
3785
3786         * text2.C (checkParagraph): adjust
3787         (setCursor): adjust
3788         (setCursorFromCoordinates): adjust
3789
3790         * text.C (top_y): adjust
3791         (workWidth): adjust
3792         (getRow): make it return a RowList::iterator, adjust
3793         (getRowNearY): make it return a RowList::iterator, adjust
3794
3795         * text2.C (init): adjust
3796         (insertRow): remove function
3797         (insertParagraph): adjust
3798         (redoParagraphs): adjust
3799         (fullRebreak): adjust
3800         (updateCounters): adjust
3801
3802         * text.C (top_y): rewrite to use RowList iterators.
3803         (top_y): adjust
3804         (setHeightOfRow): rewrite to sue RowList iterators.
3805         (appendParagraph): adjust
3806         (breakAgain): adjust
3807         (breakAgainOneRow): adjust
3808         (breakParagraph): adjust
3809         (getRow): adjust
3810         (getRowNearY): adjust, and remove commented code.
3811
3812         * lyxtext.h (firstRow): delete function
3813         (lastRow): delete function
3814         (rows): new function (const and non-const versions.)
3815         (insertRow): delete function
3816
3817         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3818
3819 2003-03-29  John Levon  <levon@movementarian.org>
3820
3821         * BufferView_pimpl.C: always update scrollbar top
3822         because pasting text when we're anchored could mean we
3823         miss an update altogether
3824
3825 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3826
3827         * text2.C (init): use rowlist_.end() and not 0.
3828         (insertRow): change to take a RowList::iterator as arg, adjust
3829         for this.
3830         (insertParagraph): change to take a RowList::iterator as arg,
3831         adjust for this.
3832         (redoParagraphs): remove some debug msgs.
3833
3834         * text.C (appendParagraph): change to take a RowList::iterator
3835         arg, adjust for this.
3836         (breakAgain): add an assert
3837         (breakAgainOneRow): ditto
3838
3839 2003-03-29  John Levon  <levon@movementarian.org>
3840
3841         * text2.C: do not clear selection after inc/decDepth
3842         (bug 550)
3843
3844 2003-03-29  John Levon  <levon@movementarian.org>
3845
3846         * BufferView.C:
3847         * buffer.C: fix broken strerrors according to Lars
3848
3849 2003-03-29  John Levon  <levon@movementarian.org>
3850
3851         * converters.C: more Alert cleanups
3852
3853 2003-03-29  John Levon  <levon@movementarian.org>
3854
3855         * bufferview_funcs.C: remove pointless Alert
3856
3857         * buffer.C: fix confusing error message when
3858         a template is chmoded 000
3859
3860 2003-03-29  John Levon  <levon@movementarian.org>
3861
3862         * BufferView.C:
3863         * BufferView.h:
3864         * BufferView_pimpl.C: Alert fixes
3865
3866         * Makefile.am:
3867         * tabular.C:
3868         * tabular-old.C: remove unused table compat reading
3869
3870 2003-03-29  John Levon  <levon@movementarian.org>
3871
3872         * BufferView.C:
3873         * buffer.C:
3874         * lyx_cb.h:
3875         * lyx_cb.C: more Alert cleanups
3876
3877         * lyxfunc.C: don't allow chktex if not latex document
3878
3879 2003-03-29  John Levon  <levon@movementarian.org>
3880
3881         * lyx_cb.C:
3882         * BufferView.C:
3883         * buffer.C: warnings pushed down from support/,
3884         kill err_alert
3885
3886 2003-03-29  John Levon  <levon@movementarian.org>
3887
3888         * lyxfunc.C: safety check for C-r (revert)
3889
3890 2003-03-29  John Levon  <levon@movementarian.org>
3891
3892         * bufferlist.h:
3893         * bufferlist.C: several UI fixes using Alert::prompt.
3894         Fix the pointless looping quit code. Fix stupid revert
3895         behaviour (bug 938)
3896
3897         * lyxvc.h:
3898         * lyxvc.C:
3899         * lyx_cb.C: use Alert::prompt
3900
3901         * lyx_main.C: remove a silly question
3902
3903         * lyxfunc.C: remove a couple of silly questions,
3904         use Alert::prompt
3905
3906 2003-03-28  John Levon  <levon@movementarian.org>
3907
3908         * text2.C: fix bug 974 (End on empty par)
3909
3910 2003-03-28  John Levon  <levon@movementarian.org>
3911
3912         * BufferView_pimpl.C:
3913         * LyXAction.C:
3914         * lfuns.h: remove do-nothing math greek lfuns
3915
3916 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3917
3918         * lyxgluelength.h (isValidGlueLength): add default arg on
3919         parameter 2. Remove default arg from friend in class.
3920
3921         * lyxlength.h (isValidLength): add default arg on parameter 2.
3922         Remove default arg from friend in class.
3923
3924         * text2.C (LyXText): adjust, initialize refresh_row.
3925         (init): adjust
3926         (removeRow): adjust
3927         (insertRow): adjust
3928         (insertParagraph): adjst
3929         (redoParagraphs): adjust
3930         (fullRebreak): adjust
3931         (updateCounters): adjust
3932         (deleteEmptyParagraphMechanism): first attempt at fixing a
3933         crashing bug.
3934
3935         * text.C (top_y): adjust
3936         (setHeightOfRow): adjust
3937         (getRow): adjust
3938         (getRowNearY): adjust
3939
3940         * lyxtext.h: include RowList.h
3941         (~LyXText): not needed anymore, deleted.
3942         (firstRow): modify for RowList
3943         (lastRow): new function
3944         Delete firstrow and lastrow class variables, add a Rowlist
3945         rowlist_ class variable.
3946
3947         * lyxrow.C (lastPos): use empty() and not !size() to check if a
3948         paragraph is empty.
3949
3950         * RowList.C (insert): fix case where it == begin().
3951
3952 2003-03-26  Angus Leeming  <leeming@lyx.org>
3953
3954         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
3955         the thesaurus dialog.
3956
3957 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
3958
3959         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
3960
3961         * RowList.[Ch]: new files
3962
3963         * ParagraphList.C (erase): handle the case where it == begin
3964         correctly.
3965
3966 2003-03-25  John Levon  <levon@movementarian.org>
3967
3968         * Makefile.am:
3969         * aspell_local.h:
3970         * aspell.C: add new aspell support
3971
3972         * lyxrc.h:
3973         * lyxrc.C: Make use_pspell be use_spell_lib. Always
3974         have it accessible.
3975
3976 2003-03-25  Angus Leeming  <leeming@lyx.org>
3977
3978         * lfuns.h:
3979         * LyXAction.C (init): new LFUN_INSET_INSERT.
3980
3981         * BufferView_pimpl.C (dispatch): split out part of the
3982         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
3983
3984         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
3985         LFUN_INSET_APPLY.
3986
3987 2003-03-25  Angus Leeming  <leeming@lyx.org>
3988
3989         * lyxfunc.C (dispatch): changes to the Dialogs interface.
3990
3991 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
3992
3993         * text2.C:
3994         * text3.C: remove useless row->height(0)
3995
3996 2003-03-25  John Levon  <levon@movementarian.org>
3997
3998         * lyxtext.h:
3999         * text2.C:
4000         * text3.C: rename the refreshing stuff to better names
4001
4002 2003-03-24  John Levon  <levon@movementarian.org>
4003
4004         * BufferView_pimpl.h:
4005         * BufferView_pimpl.C: update layout choice on a mouse
4006         press/release
4007
4008 2003-03-23  John Levon  <levon@movementarian.org>
4009
4010         * Makefile.am: fix commandtags.h reference
4011
4012 2003-03-22  John Levon  <levon@movementarian.org>
4013
4014         * BufferView_pimpl.C:
4015         * lyxtext.h:
4016         * rowpainter.C:
4017         * rowpainter.h:
4018         * text.C:
4019         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4020
4021 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4022
4023         * lyxtext.h:
4024         * text.C: take the rtl methods out of line
4025
4026 2003-03-21 André Pönitz <poenitz@gmx.net>
4027
4028         * metricsinfo.[Ch]: new files containing structures to be passed around
4029         during the two-phase-drawing...
4030
4031 2003-03-21 André Pönitz <poenitz@gmx.net>
4032
4033         * lyxtextclass.C: read 'environment' tag.
4034
4035 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4036
4037         * text2.C (removeRow): fix bug 964
4038
4039 2003-03-20  John Levon  <levon@movementarian.org>
4040
4041         * rowpainter.C:
4042         * text.C:
4043         * text2.C: paint cleanups. Inset::update() dropped font
4044         parameter
4045
4046 2003-03-19  John Levon  <levon@movementarian.org>
4047
4048         * lyxfunc.C: only fitcursor/markDirty if available()
4049
4050 2003-03-19  John Levon  <levon@movementarian.org>
4051
4052         * commandtags.h: rename to ...
4053
4054         * lfuns.h: ... this, and renumber / cleanup
4055
4056 2003-03-19  John Levon  <levon@movementarian.org>
4057
4058         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4059         fit the cursor after an lfun
4060
4061         * BufferView.h:
4062         * BufferView.C:
4063         * BufferView_pimpl.h:
4064         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4065
4066         * LyXAction.C: layout-character should have ReadOnly
4067
4068         * ParagraphParameters.C:
4069         * buffer.C:
4070         * bufferview_funcs.C:
4071         * lyx_cb.C:
4072         * lyxfind.C:
4073         * lyxtext.h:
4074         * text.C:
4075         * text2.C:
4076         * text3.C:
4077         * undo_funcs.C: changes from above
4078
4079 2003-03-18  John Levon  <levon@movementarian.org>
4080
4081         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4082         remove it from update()
4083
4084         * lyxfunc.C: update layout choice after an lfun
4085
4086         * text3.C: remove extra updateLayoutChoice()s
4087
4088 2003-03-18  John Levon  <levon@movementarian.org>
4089
4090         * text.C: top_y change means full repaint, fix
4091         a drawing bug with cursor movement
4092
4093 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4094
4095         * lyxtext.h:
4096         * text.C:
4097         * text2.C: anchor row on setCursor
4098
4099 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4100
4101         * lyxtext.h: remove almost all mutable keywords
4102         * text.C:
4103         * text2.C:
4104         * text3.C: remove const keywords accordingly
4105
4106 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4107
4108         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4109         anon namespace
4110         (TeXEnvironment): ditto
4111         (TeXOnePar): ditto
4112
4113 2003-03-17  John Levon  <levon@movementarian.org>
4114
4115         * text.C (rowBreakPoint): remove attempt to fix displayed
4116         math insets inside a manual label
4117
4118 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4119
4120         * lyxtext.h: remove BufferView* as first arg from almost all class
4121         functions.
4122         * other files: adjust.
4123
4124 2003-03-17  John Levon  <levon@movementarian.org>
4125
4126         * lyxtext.h:
4127         * undo_funcs.C:
4128         * text2.C: more paint cleanups
4129
4130         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4131
4132         * rowpainter.h:
4133         * rowpainter.C: remove "smart" background painting code
4134
4135 2003-03-16  John Levon  <levon@movementarian.org>
4136
4137         * lyxtext.h:
4138         * text.C:
4139         * text2.C:
4140         * text3.C: add helper functions for setting refresh_row/y
4141
4142 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4143
4144         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4145         newline inset which *can* get inserted in the pass_thru layouts.
4146         This is primarily for literate documents.
4147
4148 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4149
4150         * buffer.C: increment LYX_FORMAT to 223
4151
4152 2003-03-14 André Pönitz <poenitz@gmx.net>
4153
4154         * textclass.h: prepare for environment handling, ws changes
4155         * lyxlayout.C: read latexheader and latexfooter tags
4156
4157 2003-03-14  John Levon  <levon@movementarian.org>
4158
4159         * text2.C: rewrite ::status() a bit
4160
4161 2003-03-13  John Levon  <levon@movementarian.org>
4162
4163         * lyxtext.h: add some docs
4164
4165 2003-03-13  John Levon  <levon@movementarian.org>
4166
4167         * lyxtext.h:
4168         * text.C:
4169         * text2.C:
4170         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4171
4172 2003-03-13  John Levon  <levon@movementarian.org>
4173
4174         * text3.C: fix appendix redrawing
4175
4176 2003-03-13  John Levon  <levon@movementarian.org>
4177
4178         * text.C (setHeightOfRow):
4179         * rowpainter.h:
4180         * rowpainter.C: make appendix mark have the text
4181           "Appendix" so the user knows what it is
4182
4183         * LColor.h:
4184         * LColor.C: s/appendixline/appendix/ from above
4185
4186 2003-03-13  John Levon  <levon@movementarian.org>
4187
4188         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4189
4190         * text.C: fix a getChar(pos) bug properly
4191
4192 2003-03-13  Angus Leeming  <leeming@lyx.org>
4193
4194         * commandtags.h:
4195         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4196         Probably only temporary. Let's see how things pan out.
4197
4198         * BufferView.C (unlockInset):
4199         * BufferView_pimpl.C (fitCursor):
4200         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4201
4202         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4203         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4204
4205         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4206         new functions that convert ParagraphParameters to and from a string.
4207
4208         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4209         BufferView::Pimpl's dispatch.
4210         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4211
4212 2003-03-13 André Pönitz <poenitz@gmx.net>
4213
4214         * lyxfunc.C:
4215         * text3.C:
4216         * factory.C: make it aware of InsetEnv
4217
4218 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4219
4220         * text2.C (setCursor): never ask for one past last
4221         (setCursor): add some debugging messages.
4222
4223         * text.C (singleWidth): never ask for one past last
4224         (singleWidth): ditto
4225         (leftMargin): ditto
4226         (rightMargin): ditto
4227         (rowBreakPoint): ditto
4228         (setHeightOfRow): ditto
4229         (prepareToPrint): ditto
4230
4231         * rowpainter.C (paintBackground): never ask for one past last
4232         (paintText): never ask for one past last
4233
4234         * paragraph_pimpl.C (getChar): make the assert stricter, never
4235         allow the one past last pos to be taken
4236
4237         * paragraph.C (getChar): ws changes only
4238
4239         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4240         (numberOfSeparators): ditto
4241         (numberOfHfills): ditto
4242
4243 2003-03-12  John Levon  <levon@movementarian.org>
4244
4245         * author.h:
4246         * author.C:
4247         * bufferparams.h:
4248         * bufferparams.C:
4249         * paragraph_funcs.C: fix per-buffer authorlists
4250
4251 2003-03-12  John Levon  <levon@movementarian.org>
4252
4253         * text.C: fix newline in right address
4254
4255 2003-03-12  Angus Leeming  <leeming@lyx.org>
4256
4257         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4258         duplicate those in LyXFunc::dispatch.
4259
4260         * commandtags.h:
4261         * LyXAction.C:
4262         * ToolbarDefaults.C:
4263         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4264         Add LFUN_FONTFREE_UPDATE.
4265
4266         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4267         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4268
4269         * bufferview_func.[Ch]: several new functions to facilliate
4270         transfer of data to and from the character dialog.
4271
4272 2003-03-12  John Levon  <levon@movementarian.org>
4273
4274         * buffer.C:
4275         * paragraph.h:
4276         * paragraph.C:
4277         * paragraph_funcs.C:
4278         * paragraph_pimpl.C:
4279         * sgml.C:
4280         * tabular.C:
4281         * text.C:
4282         * text3.C: remove META_NEWLINE in favour of an inset
4283
4284         * rowpainter.h:
4285         * rowpainter.C: remove paintNewline (done by inset)
4286
4287 2003-03-12  John Levon  <levon@movementarian.org>
4288
4289         * paragraph_pimpl.C: complain about bad getChar()s
4290         for a while at least
4291
4292 2003-03-12  John Levon  <levon@movementarian.org>
4293
4294         * buffer.h:
4295         * buffer.C: move paragraph read into a separate function,
4296         a little renaming to reflect that.
4297
4298         * bufferparams.h:
4299         * bufferparams.C: remove the author_ids map, not necessary now
4300
4301         * factory.h:
4302         * factory.C: moved Buffer::readInset to here
4303
4304         * paragraph_funcs.h:
4305         * paragraph_funcs.C: readParagraph free function moved from
4306         buffer.C
4307
4308         * tabular.C: name change
4309
4310 2003-03-12  John Levon  <levon@movementarian.org>
4311
4312         * buffer.C:
4313         * ParagraphParameters.C: move par params input to
4314         a read() method
4315
4316         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4317         behave like a normal read from the stream wrt reading
4318         a line vs. a \\token
4319
4320 2003-03-12  John Levon  <levon@movementarian.org>
4321
4322         * paragraph.C:
4323         * ParagraphParameters.h:
4324         * ParagraphParameters.C: move output code to a
4325         ::write() method
4326
4327 2003-03-12  John Levon  <levon@movementarian.org>
4328
4329         * BufferView.C (insertLyXFile):
4330         * buffer.h:
4331         * buffer.C:
4332         * tabular.C: use a parlist iterator for creating the
4333           document.
4334
4335 2003-03-12  John Levon  <levon@movementarian.org>
4336
4337         * buffer.C: make current_change static local not
4338           static file-scope
4339
4340 2003-03-12  John Levon  <levon@movementarian.org>
4341
4342         * buffer.C: fix insertStringAsLines for change tracking
4343
4344 2003-03-12  John Levon  <levon@movementarian.org>
4345
4346         * BufferView.C:
4347         * tabular.C:
4348         * buffer.h:
4349         * buffer.C:
4350         * bufferparams.h:
4351         * bufferparams.C: move author list into params. Rename some
4352           functions. Move the header reading into a separate token
4353           loop. Move the header token reading into BufferParams.
4354
4355 2003-03-12  John Levon  <levon@movementarian.org>
4356
4357         * changes.C: put debug inside lyxerr.debugging() checks
4358
4359 2003-03-11 André Pönitz <poenitz@gmx.net>
4360
4361         * factory.C: make it aware of InsetHFill
4362
4363 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4364
4365         * buffer.C (latexParagraphs): move function from here...
4366         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4367         args.
4368
4369 2003-03-10  Angus Leeming  <leeming@lyx.org>
4370
4371         * LyXAction.C (init): fix bug in poplating array with multiple entries
4372         with the same LFUN (spotted by JMarc).
4373
4374 2003-03-10  John Levon  <levon@movementarian.org>
4375
4376         * text.C:
4377         * text2.C: move getColumnNearX() near its
4378         only call site
4379
4380 2003-03-10  John Levon  <levon@movementarian.org>
4381
4382         * text.C: fix break before a minipage
4383
4384 2003-03-10  John Levon  <levon@movementarian.org>
4385
4386         * text.C: fix the last commit
4387
4388 2003-03-09  John Levon  <levon@movementarian.org>
4389
4390         * lyxtext.h:
4391         * text.C:
4392         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4393         bug 365 (don't break before insets unless needed). Don't
4394         return a value > last under any circumstances.
4395
4396 2003-03-09  Angus Leeming  <leeming@lyx.org>
4397
4398         * BufferView_pimpl.C (trackChanges, dispatch): call
4399         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4400
4401 2003-03-09  Angus Leeming  <leeming@lyx.org>
4402
4403         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4404         than Dialogs::showAboutlyx().
4405
4406 2003-03-09  Angus Leeming  <leeming@lyx.org>
4407
4408         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4409         than Dialogs::showTabularCreate().
4410
4411 2003-03-09  John Levon  <levon@movementarian.org>
4412
4413         * lyxtext.h:
4414         * text.C:
4415         * text2.C: 3rd arg to nextBreakPoint was always the same.
4416           Use references.
4417
4418 2003-03-08  John Levon  <levon@movementarian.org>
4419
4420         * lyxrow.C:
4421         * paragraph.C:
4422         * paragraph.h:
4423         * rowpainter.C:
4424         * text.C:
4425         * text2.C: Remove the "main" bit from the "main body"
4426           notion.
4427
4428 2003-03-08  John Levon  <levon@movementarian.org>
4429
4430         * text.C (leftMargin): The left margin of an empty
4431         manual label paragraph should not include the label width
4432         string length.
4433
4434         * text.C (prepareToPrint): don't attempt to measure hfills
4435         for empty manual label paragraphs - the answer should be 0
4436
4437 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4438
4439         * CutAndPaste.C: remove commented code and reindent.
4440
4441 2003-03-08  John Levon  <levon@movementarian.org>
4442
4443         * lyxfunc.h:
4444         * lyxfunc.C: move reloadBuffer()
4445
4446         * BufferView.h:
4447         * BufferView.C: to here
4448
4449         * lyxvc.C: add comment
4450
4451         * vc-backend.h:
4452         * vc-backend.C: call bv->reload() to avoid
4453           getStatus() check on MENURELOAD
4454
4455 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4456
4457         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4458         to an old format .dep file.
4459
4460 2003-03-07  Angus Leeming  <leeming@lyx.org>
4461
4462         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4463         when the LFUN_MOUSE_RELEASE should have been handled by
4464         inset->localDispatch.
4465
4466 2003-03-07  Angus Leeming  <leeming@lyx.org>
4467
4468         * BufferView_pimpl.C (dispatch):
4469         * LyXAction.C (init):
4470         * ToolbarDefaults.C (init):
4471         * commandtags.h:
4472         * lyxfunc.C (getStatus):
4473         remove LFUN_INSET_GRAPHICS.
4474
4475         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4476
4477 2003-03-07  Angus Leeming  <leeming@lyx.org>
4478
4479         * commandtags.h:
4480         * LyXAction.C (init):
4481         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4482
4483         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4484
4485         * commandtags.h:
4486         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4487
4488         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4489         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4490
4491 2003-03-07  Angus Leeming  <leeming@lyx.org>
4492
4493         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4494         remove "ert".
4495
4496 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4497
4498         * ParagraphList.C (front): new function
4499         (back): implement
4500
4501 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4502
4503         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4504         and top_row_offset_. removed var first_y.
4505         * text.C (top_y):
4506         * text2.C (LyXText, removeRow):
4507         * text3.C:
4508         * BufferView_pimpl.C:
4509         use these methods instead of using first_y
4510
4511 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4512
4513         * text2.C (pasteSelection): adjust for checkPastePossible
4514
4515         * CutAndPaste.C: remove Paragraph * buf and replace with
4516         ParagraphList paragraphs.
4517         (DeleteBuffer): delete
4518         (cutSelection): change the tc type to textclass_type
4519         (copySelection): change the tc type to textclass_type
4520         (copySelection): adjust for ParagraphList
4521         (pasteSelection): change the tc type to textclass_type
4522         (pasteSelection): adjust for Paragraphlist
4523         (nrOfParagraphs): simplify for ParagraphList
4524         (checkPastePossible): simplify for ParagraphList
4525         (checkPastePossible): remove unused arg
4526
4527         * ParagraphList.C (insert): handle the case where there are no
4528         paragraphs yet.
4529
4530         * CutAndPaste.h: make CutAndPaste a namespace.
4531
4532         * text3.C (dispatch): adjust
4533
4534         * text.C (breakParagraph): add a ParagraphList as arg
4535
4536         * paragraph_funcs.C (breakParagraph): change to take a
4537         BufferParams and a ParagraphList as args.
4538         (breakParagraphConservative): ditto
4539         (mergeParagraph): ditto
4540         (TeXDeeper): add a ParagraphList arg
4541         (TeXEnvironment): ditto
4542         (TeXOnePar): ditto
4543
4544         * buffer.C (readLyXformat2): adjust
4545         (insertStringAsLines): adjust
4546         (latexParagraphs): adjust
4547
4548         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4549         (cutSelection): adjust
4550         (pasteSelection): adjust
4551
4552         * BufferView_pimpl.C (insertInset): adjust
4553
4554 2003-03-05  Angus Leeming  <leeming@lyx.org>
4555
4556         * commandtags.h:
4557         * LyXAction.C (init):
4558         * BufferView_pimpl.C (dispatch):
4559         * lyxfunc.C (getStatus):
4560         remove LFUN_CHILD_INSERT.
4561
4562         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4563
4564 2003-03-05  Angus Leeming  <leeming@lyx.org>
4565
4566         * commandtags.h:
4567         * LyXAction.C (init):
4568         * src/factory.C (createInset):
4569         * lyxfunc.C (getStatus):
4570         * text3.C (dispatch):
4571         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4572
4573         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4574
4575 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4576
4577         * ParagraphList.C (insert): handle insert right before end()
4578         (erase): fix cases where it can be first or last paragraph.
4579
4580 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4581
4582         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4583         Paragraph::next and Paragraph::previous
4584         (TeXOnePar): ditto
4585
4586         * text.C (breakParagraph): adjust
4587
4588         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4589         BufferParams& as arg.
4590         (breakParagraph): use ParagraphList::insert
4591         (breakParagraphConservative): take a Buffer* instead of a
4592         BufferParams& as arg.
4593         (breakParagraphConservative): use ParagraphList::insert.
4594
4595         * buffer.C (insertStringAsLines): un-const it
4596         (insertStringAsLines): adjust
4597
4598         * ParagraphList.C (insert): new function
4599
4600         * CutAndPaste.C (pasteSelection): adjust
4601
4602         * text.C (backspace): adjust
4603
4604         * tabular.C (SetMultiColumn): adjust
4605
4606         * CutAndPaste.C (cutSelection): adjust
4607         (pasteSelection): adjust
4608
4609         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4610         Buffer const * as arg
4611
4612         * ParagraphList.C (erase): new function
4613         * paragraph_funcs.C (mergeParagraph): use it
4614         (mergeParagraph): make it take a Buffer* instead of a
4615         BufferParams* as arg
4616
4617         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4618         as arg
4619         (breakParagraphConservative): ditto
4620
4621         * paragraph.h: remove the breakParagraph friend
4622
4623         * paragraph.C (eraseIntern): new function
4624         (setChange): new function
4625
4626         * paragraph_funcs.C (mergeParagraph): make it take a
4627         ParagraphList::iterator instead of a Paragraph *, adjust
4628         accordingly.
4629
4630         * paragraph.h: move an #endif so that the change tracking stuff
4631         also works in the NO_NEXT case.
4632
4633 2003-03-04  Angus Leeming  <leeming@lyx.org>
4634
4635         * commandtags.h:
4636         * LyXAction.C: new LFUN_INSET_MODIFY.
4637
4638         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4639         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4640
4641 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4642
4643         * several files: ws changes only
4644
4645         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4646         (TeXEnvironment): ditto
4647         (TeXDeeper): ditto
4648
4649         * buffer.C (makeLaTeXFile): adjust
4650         (latexParagraphs): make it take ParagraphList::iterator as args
4651
4652 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4653
4654         * buffer.C (latexParagraphs): adjust
4655
4656         * paragraph.C (TeXOnePar): move function...
4657         (optArgInset): move function...
4658         (TeXEnvironment): move function...
4659         * paragraph_pimpl.C (TeXDeeper): move function...
4660         * paragraph_funcs.C: ...here
4661
4662         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4663
4664 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4665
4666         * buffer.C (readInset): remove compability code for old Figure and
4667         InsetInfo insets
4668
4669 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4670
4671         * buffer.C: ws changes
4672         (readInset):
4673
4674         * BufferView_pimpl.C: ditto
4675         * author.C: ditto
4676         * buffer.h: ditto
4677         * bufferlist.h: ditto
4678         * changes.h: ditto
4679         * lyxfunc.C: ditto
4680
4681 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4682
4683         * converter.[Ch]: split into itself +
4684         * graph.[Ch]
4685         * format.[Ch]
4686         * Makefile.am: += graph.[Ch] + format.[Ch]
4687         * MenuBackend.C
4688         * buffer.C
4689         * exporter.C
4690         * importer.C
4691         * lyx_main.C
4692         * lyxfunc.C
4693         * lyxrc.C: added #include "format.h"
4694
4695 2003-02-27  Angus Leeming  <leeming@lyx.org>
4696
4697         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4698           a label.
4699
4700         * factory.C (createInset): add "label" to the factory.
4701
4702         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4703           string and do no more.
4704
4705 2003-02-27  Angus Leeming  <leeming@lyx.org>
4706
4707         * commandtags.h:
4708         * LyXAction.C (init):
4709         * factory.C (createInset):
4710         * BufferView_pimpl.C (dispatch):
4711           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4712
4713         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4714
4715         * lyxfunc.C (dispatch):
4716         * text3.C (dispatch): pass name to params2string.
4717
4718 2003-02-26  Angus Leeming  <leeming@lyx.org>
4719
4720         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4721           blocks together.
4722           Rearrange the ~includes. Strip out the unnecessary ones.
4723
4724         * factory.C (createInset): reformat.
4725           create new insets for the various LFUN_XYZ_APPLY lfuns.
4726
4727 2003-02-26  John Levon  <levon@movementarian.org>
4728
4729         * lyxrow.h:
4730         * lyxrow.C: add isParStart,isParEnd helpers
4731
4732         * paragraph.h: make isInserted/DeletedText take refs
4733
4734         * paragraph_funcs.h:
4735         * paragraph_funcs.C: remove #if 0'd code
4736
4737         * lyxtext.h:
4738         * text3.C:
4739         * text2.C:
4740         * text.C: use lyxrow helpers above.
4741           Move draw and paint routines to RowPainter.
4742           Make several methods use refs not pointers.
4743           Make backgroundColor() const.
4744           Add markChangeInDraw(), isInInset().
4745           Merge changeRegionCase into changeCase.
4746           Make workWidth() shouldn't-happen code into an Assert.
4747
4748         * rowpainter.h:
4749         * rowpainter.C: new class for painting a row.
4750
4751         * vspace.h:
4752         * vspace.C: make inPixels take a ref
4753
4754 2003-02-26  Angus Leeming  <leeming@lyx.org>
4755
4756         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4757         LFUN_REF_APPLY.
4758
4759 2003-02-25  John Levon  <levon@movementarian.org>
4760
4761         * ispell.C: give the forked command a more accurate name
4762
4763 2003-02-22  John Levon  <levon@movementarian.org>
4764
4765         * toc.h:
4766         * toc.C: make TocItem store an id not a Paragraph *
4767           (bug #913)
4768
4769 2003-02-21  Angus Leeming  <leeming@lyx.org>
4770
4771         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4772           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4773           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4774           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4775           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4776           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4777
4778         * BufferView_pimpl.C (dispatch):
4779         * LyXAction.C (init):
4780         * factory.C (createInset):
4781         * lyxfunc.C (getStatus, dispatch):
4782         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4783
4784 2003-02-21  Angus Leeming  <leeming@lyx.org>
4785
4786         * BufferView_pimpl.C (MenuInsertLyXFile):
4787         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4788         * lyxfunc.C (menuNew, open, doImport):
4789           no longer pass a LyXView & to fileDlg.
4790
4791 2003-02-21  Angus Leeming  <leeming@lyx.org>
4792
4793         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4794         * LyXAction.C: change, BIBKEY to BIBITEM.
4795         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4796         Change InsetBibKey to InsetBibitem.
4797         Change BIBKEY_CODE to BIBITEM_CODE.
4798         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4799         * factory.C: replace insetbib.h with insetbibitem.h.
4800         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4801         * paragraph.C: replace insetbib.h with insetbibitem.h.
4802         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4803         Change bibkey() to bibitem().
4804         * text.C: remove insetbib.h.
4805         * text2.C: replace insetbib.h with insetbibitem.h.
4806         change bibkey() to bibitem().
4807         * text3.C: remove insetbib.h.
4808         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4809
4810 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4811
4812         * lyxrc.C (output): enclose user email in quotes (in case there are
4813         several words)
4814
4815 2003-02-18  John Levon  <levon@movementarian.org>
4816
4817         * buffer.h: add std::
4818
4819 2003-02-17  John Levon  <levon@movementarian.org>
4820
4821         * SpellBase.h:
4822         * ispell.h:
4823         * ispell.C:
4824         * pspell.h:
4825         * pspell.C: reworking. Especially in ispell, a large
4826           number of clean ups and bug fixes.
4827
4828         * lyxfunc.C: fix revert to behave sensibly
4829
4830 2003-02-17 André Pönitz <poenitz@gmx.net>
4831
4832         * LyXAction.C:
4833         * commandtags.h: new LFUN_INSERT_BIBKEY
4834
4835         * layout.h:
4836         * lyxlayout.C:
4837         * buffer.C:
4838         * factory.C:
4839         * text.C:
4840         * text2.C:
4841         * text3.C:
4842         * paragraph.[Ch]:
4843         * paragraph_func.C: remove special bibkey handling
4844
4845 2003-02-17  John Levon  <levon@movementarian.org>
4846
4847         * text.C (Delete): fix case where delete at the end of
4848           the very first paragraph would not merge the pars
4849
4850 2003-02-17  John Levon  <levon@movementarian.org>
4851
4852         * lyxrow.C: fix lastPrintablePos()
4853
4854 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4855
4856         * bufferparams.C (writeLaTeX): add a std:here
4857
4858         * buffer.C: and remove a using directive there
4859
4860 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4861
4862         * buffer.C (makeLaTeXFile): move the code that generates the
4863           preamble...
4864
4865         * bufferparams.C (writeLaTeX): ... in this new method
4866
4867         * LaTeXFeatures.C (getEncodingSet): make const
4868           (getLanguages): make const
4869
4870         * MenuBackend.C (binding): returns the binding associated to this
4871           action
4872           (add): sets the status of each item by calling getStatus. Adds
4873           some intelligence.
4874           (read): add support for OptSubMenu
4875           (expand): remove extra separator at the end of expanded menu
4876
4877 2003-02-15  John Levon  <levon@movementarian.org>
4878
4879         * BufferView.C:
4880         * BufferView_pimpl.C:
4881         * bufferlist.h:
4882         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4883           inset code that had no actual effect. Remove unneeded status
4884           code.
4885
4886 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4887
4888         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4889           in preamble
4890
4891 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4892
4893         * text.C (drawLengthMarker): also draw an arrow marker for
4894           symbolic lengths (medskip...)
4895
4896 2003-02-14  John Levon  <levon@movementarian.org>
4897
4898         * tabular.h:
4899         * tabular.C: better method names
4900
4901 2003-02-14  John Levon  <levon@movementarian.org>
4902
4903         * BufferView_pimpl.C:
4904         * bufferlist.C:
4905         * buffer.C:
4906         * converter.C:
4907         * lyx_cb.C:
4908         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4909           it's a more accurate name. Remove some pointless uses.
4910
4911 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4912
4913         * text2.C (LyXText): change order of initilizers to shut off
4914           warnings
4915
4916 2003-02-14  John Levon  <levon@movementarian.org>
4917
4918         * buffer.C: use ParIterator for getParFromID()
4919
4920         * paragraph.h:
4921         * paragraph.C:
4922         * paragraph_pimpl.h:
4923         * paragraph_pimpl.C: remove unused getParFromID()
4924
4925 2003-02-14  John Levon  <levon@movementarian.org>
4926
4927         * buffer.C: remove some very old #if 0'd parse code
4928
4929 2003-02-13  John Levon  <levon@movementarian.org>
4930
4931         * text.h:
4932         * text.C:
4933         * text2.C: move hfillExpansion(), numberOfSeparators(),
4934           rowLast(), rowLastPrintable(), numberofHfills(),
4935           numberOfLabelHfills() ...
4936
4937         * lyxrow.h:
4938         * lyxrow.C: ... to member functions here.
4939
4940         * paragraph.h:
4941         * paragraph.C:
4942         * lyxtext.h:
4943         * text.C: remove LyXText::beginningOfMainBody(), and call
4944           p->beginningOfMainBody() directly. Move the check for
4945           LABEL_MANUAL into the latter.
4946
4947         * text.h:
4948         * text.C:
4949         * text2.C:
4950         * vspace.C:
4951         * BufferView.h:
4952         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
4953
4954         * text.h:
4955         * text.C:
4956         * text2.C:
4957         * text3.C:
4958         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
4959           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
4960
4961 2003-02-13  John Levon  <levon@movementarian.org>
4962
4963         * CutAndPaste.C: remove debug
4964
4965 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4966
4967         * paragraph.C (asString): remove two unused variables
4968
4969         * lyxtextclass.C (readTitleType):
4970           (Read):
4971           (LyXTextClass): handle new members titletype_ and titlename_
4972
4973         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
4974
4975 2003-02-09  John Levon  <levon@movementarian.org>
4976
4977         * buffer.h:
4978         * buffer.C: replace hand-coded list with a map for the dep clean
4979
4980 2003-02-08  John Levon  <levon@movementarian.org>
4981
4982         * LaTeX.C: consolidate code into showRunMessage() helper
4983
4984 2003-02-08  John Levon  <levon@movementarian.org>
4985
4986         * lyxfind.C:
4987         * lyxtext.h:
4988         * text2.C:
4989         * BufferView.C: change setSelectionOverString() to setSelectionRange()
4990           and pass the size in explicitly
4991
4992         * BufferView_pimpl.h:
4993         * BufferView_pimpl.C:
4994         * BufferView.h:
4995         * BufferView.C: add getCurrentChange()
4996
4997         * BufferView_pimpl.h:
4998         * BufferView_pimpl.C: handle change lfuns
4999
5000         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5001           for changes. Mark pasted paragraphs as new.
5002
5003         * support/lyxtime.h:
5004         * support/lyxtime.C:
5005         * DepTable.C: abstract time_t as lyx::time_type
5006
5007         * LColor.h:
5008         * LColor.C: add colours for new text, deleted text, changebars
5009
5010         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5011           package use "usenames" option.
5012
5013         * commandtags.h:
5014         * lyxfunc.C:
5015         * LyXAction.C: add change lfuns
5016
5017         * Makefile.am:
5018         * author.h:
5019         * author.C: author handling
5020
5021         * buffer.h:
5022         * buffer.C: add a per-buffer author list, with first entry as
5023           current author. Handle new .lyx tokens for change tracking. Output
5024           author list to .lyx file. Output dvipost stuff to .tex preamble.
5025           Bump lyx format to 222.
5026
5027         * bufferlist.h:
5028         * bufferlist.C: add setCurrentAuthor() to reset current author details
5029           in all buffers.
5030
5031         * bufferparams.h:
5032         * bufferparams.C: add param for tracking
5033
5034         * bufferview_funcs.C: output change info in minibuffer
5035
5036         * Makefile.am:
5037         * changes.h:
5038         * changes.C: add change-tracking structure
5039
5040         * debug.h:
5041         * debug.C: add CHANGES debug flag
5042
5043         * lyxfind.h:
5044         * lyxfind.C: add code for finding the next change piece
5045
5046         * lyxrc.h:
5047         * lyxrc.C: add user_name and user_email
5048
5049         * lyxrow.h:
5050         * lyxrow.C: add a metric for the top of the text line
5051
5052         * lyxtext.h:
5053         * text.C: implement accept/rejectChange()
5054
5055         * lyxtext.h:
5056         * text.C: paint changebars. Paint new/deleted text in the chosen
5057         colours. Strike through deleted text.
5058
5059         * paragraph.h:
5060         * paragraph.C:
5061         * paragraph_pimpl.h:
5062         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5063           in the current change to the insert functions. Rework erase to
5064           mark text as deleted, adding an eraseIntern() and a range-based
5065           erase(). Implement per-paragraph change lookup and
5066           accept/reject.
5067
5068         * paragraph_funcs.C: Fixup paste for change tracking.
5069
5070         * tabular.C: mark added row/columns as new.
5071
5072         * text.C: fix rowLast() to never return -1. Don't allow
5073           spellchecking of deleted text. Track transpose changes. Don't
5074           allow paragraph break or merge where appropriate.
5075
5076         * text2.C: leave cursor at end of selection after a cut.
5077
5078 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5079
5080         * text.C (getLengthMarkerHeight):
5081         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5082         visible on screen too.
5083
5084 2003-02-07  John Levon  <levon@movementarian.org>
5085
5086         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5087
5088 2003-02-05  Angus Leeming  <leeming@lyx.org>
5089
5090         * lyxserver.C (read_ready): revert my patch of 11 September last year
5091         as it sends PC cpu through the roof. Presumably this means that
5092         the lyxserver will no longer run on an Alpha...
5093
5094 2003-01-30  Angus Leeming  <leeming@lyx.org>
5095
5096         * factory.C (createInset): create an InsetCommandParam of type "index"
5097         and use it to 'do the right thing'.
5098
5099         * text2.C (getStringToIndex): ensure that cursor position is always
5100         reset to the reset_cursor position.
5101
5102 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5103
5104         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5105         disabled.
5106
5107 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5108
5109         * bufferview.C:
5110         * lyxcb.C:
5111         * lyxfunc.C: Output messages with identical spelling, punctuation,
5112         and spaces
5113
5114 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5115
5116         * MenuBackend.C (expandFormats): List only viewable export formats
5117         in "View" menu
5118
5119         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5120         message
5121
5122         * lyxfunc.C (getStatus): Make sure that formats other than
5123         "fax" can also be disabled
5124
5125 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5126
5127         * text3.C (dispatch): put the lfuns that insert insets in 3
5128         groups, and call doInsertInset with appropriate arguments.
5129         (doInsertInset): new function, that creates an inset and inserts
5130         it according to some boolean parameters.
5131
5132 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5133
5134         * buffer.C (readFile): remember to pass on 'par' when calling
5135         readFile recursively.
5136
5137 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5138
5139         * MenuBackend.C (expandFormats): add "..." to import formats.
5140
5141 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5142
5143         * paragraph.C (asString): Remove XForms RTL hacks.
5144
5145 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5146         * buffer.C: fix typo
5147
5148 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5149
5150         * Makefile.am (LIBS): delete var
5151         (lyx_LDADD): add @LIBS@ here instead.
5152
5153 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5154
5155         * Clarify the meaning of "wheel mouse jump"
5156
5157 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5158
5159         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5160         tabular in a float
5161
5162 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5163
5164         * importer.C (Loaders): do not preallocate 3 elements in the
5165         vector, since one ends up with 6 elements otherwise
5166
5167 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5168
5169         * DepTable.C (write): write the file name as last element of the
5170         .dep file (because it may contain spaces)
5171         (read): read info in the right order
5172
5173 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5174
5175         * paragraph_pimpl.C (simpleTeXBlanks):
5176         (simpleTeXSpecialChars):
5177         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5178
5179         * tabular.C (latex): add some missing case statements. Reindent.
5180
5181         * MenuBackend.C (expandToc): remove unused variable.
5182
5183 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5184
5185         * LColor.C:
5186         * LaTeX.C:
5187         * LyXAction.C:
5188         * MenuBackend.C:
5189         * buffer.C:
5190         * exporter.C:
5191         * lyxfunc.C:
5192         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5193         and the like.
5194
5195 2003-01-05  John Levon  <levon@movementarian.org>
5196
5197         * BufferView.h:
5198         * BufferView.C: add getEncoding()
5199
5200         * kbsequence.h:
5201         * kbsequence.C: do not store last keypress
5202
5203         * lyxfunc.h:
5204         * lyxfunc.C: store last keypress here instead. Pass encoding
5205           to getISOEncoded()
5206
5207 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5208
5209         * lyx_main.C (init): remove annoying error message when following
5210         symbolic links (bug #780)
5211
5212 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5213
5214         * text.C (insertChar):
5215         * lyxrc.C (getDescription): remove extra spaces
5216
5217 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5218
5219         * lyxrc.C (getDescription): remove extra spaces
5220
5221 2002-12-20  John Levon  <levon@movementarian.org>
5222
5223         * text3.C: hack fix for page up/down across tall rows
5224
5225 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5226
5227         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5228         not been invoked
5229
5230 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5231
5232         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5233         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5234         thesaurus is not compiled in
5235
5236 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5237
5238         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5239
5240 2002-12-16  Angus Leeming  <leeming@lyx.org>
5241
5242         * lyxrc.[Ch]:
5243         * lyx_main.C (init): remove override_x_deadkeys stuff.
5244
5245 2002-12-12  John Levon  <levon@movementarian.org>
5246
5247         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5248           insert. Only remove shift modifier under strict
5249           circumstances.
5250
5251 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5252
5253         * MenuBackend.C (expandToc): fix crash.
5254
5255 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5256
5257         * MenuBackend.C (expandToc): gettext on float names.
5258
5259 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5260
5261         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5262         implement bool empty() [bug 490]
5263
5264 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5265
5266         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5267
5268 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5269
5270         * several files: ws changes
5271
5272 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5273
5274         * text2.C (setCounter): clean up a bit, use boost.format.
5275         (updateCounters): initialize par upon declaration.
5276
5277         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5278         if the layout exists. We do not just store the layout any more.
5279         (SwitchLayoutsBetweenClasses): use boost.format
5280
5281 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5282
5283         * converter.C (convert): if from and to files are the same, use a
5284         temporary files as intermediary
5285
5286 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5287
5288         * commandtags.h:
5289         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5290
5291 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5292
5293         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5294
5295 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5296
5297         * tabular.C (asciiPrintCell): use string(size, char) instead of
5298         explicit loop.
5299
5300         * sgml.C (openTag): fix order of arguments to string constructor
5301         (closeTag): ditto
5302
5303         * lyxfunc.C (dispatch): use boost.format
5304
5305         * lots of files: change "c" -> 'c'
5306
5307 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5308
5309         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5310
5311 2002-11-25  Angus Leeming  <leeming@lyx.org>
5312
5313         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5314
5315         * lyx_main.C (init): compile fix.
5316
5317 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5318
5319         * lyx_cb.C (start): boost.formatify
5320         do not include <iostream>
5321
5322         * lengthcommon.C: ws only
5323
5324         * boost-inst.C,BoostFormat.h: add more explict instantations
5325
5326 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5327
5328         * lots of files: handle USE_BOOST_FORMAT
5329
5330 2002-11-21  John Levon  <levon@movementarian.org>
5331
5332         * pspell.C: fix compile
5333
5334 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5335
5336         * lyxfunc.C (dispatch): use boost::format
5337         (open): ditto
5338         (doImport): ditto
5339
5340         * lyxfont.C (stateText): use boost::format
5341
5342         * lyx_main.C (LyX): use boost::format
5343         (init): ditto
5344         (queryUserLyXDir): ditto
5345         (readRcFile): ditto
5346         (parse_dbg): ditto
5347         (typedef boost::function): use the recommened syntax.
5348
5349         * importer.C (Import): use boost::format
5350
5351         * debug.C (showLevel): use boost::format
5352
5353         * converter.C (view): use boost::format
5354         (convert): ditto
5355         (move): ditto
5356         (scanLog): ditto
5357
5358         * bufferview_funcs.C (currentState): use boost::format
5359
5360         * bufferlist.C (emergencyWrite): use boost::format
5361
5362         * buffer.C (readLyXformat2): use boost::format
5363         (parseSingleLyXformat2Token): ditto
5364
5365         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5366
5367         * LaTeX.C (run): use boost::format
5368
5369         * Chktex.C (scanLogFile): use boost::format
5370
5371         * BufferView_pimpl.C (savePosition): use boost::format
5372         (restorePosition): ditto
5373         (MenuInsertLyXFile): ditto
5374
5375         * BoostFormat.h: help file for explicit instation.
5376
5377 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5378
5379         * tabular.C (latex): Support for block alignment in fixed width
5380         columns.
5381
5382 2002-11-17  John Levon  <levon@movementarian.org>
5383
5384         * BufferView_pimpl.C:
5385         * lyx_cb.C:
5386         * lyxfunc.C: split filedialog into open/save
5387
5388 2002-11-08  Juergen Vigna  <jug@sad.it>
5389
5390         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5391         by my last patch (hopefully).
5392
5393 2002-11-08  John Levon  <levon@movementarian.org>
5394
5395         * iterators.h:
5396         * iterators.C:
5397         * buffer.h:
5398         * buffer.C:
5399         * paragraph.h:
5400         * paragraph.C:
5401         * toc.h:
5402         * toc.C: ParConstIterator, and use it (from Lars)
5403
5404 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5405
5406         * lyxtextclass.[Ch]: revise and add doxygen comments
5407
5408 2002-11-07  John Levon  <levon@movementarian.org>
5409
5410         * text.C: fix progress value for spellchecker
5411
5412         * toc.C: fix navigate menu for insetwrap inside minipage
5413
5414         * paragraph_funcs.C: added FIXME for suspect code
5415
5416 2002-11-07  John Levon  <levon@movementarian.org>
5417
5418         * BufferView_pimpl.C: fix redrawing of insets
5419           on buffer switch
5420
5421 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5422
5423         * text2.C (updateCounters): fix bug 668
5424
5425 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5426
5427         * text3.C (dispatch): Do not make the buffer dirty when moving the
5428         cursor.
5429
5430 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5431
5432         * vc-backend.C: STRCONV
5433         (scanMaster): ditto
5434
5435         * text2.C (setCounter): STRCONV
5436
5437         * paragraph.C (asString): STRCONV
5438
5439         * lyxlength.C (asString): STRCONV
5440         (asLatexString): ditto
5441
5442         * lyxgluelength.C (asString): STRCONV
5443         (asLatexString): ditto
5444
5445         * lyxfunc.C (dispatch): STRCONV
5446         (open): ditto
5447
5448         * lyxfont.C (stateText): STRCONV
5449
5450         * importer.C (Import): STRCONV
5451
5452         * counters.C (labelItem): STRCONV
5453         (numberLabel): ditto
5454         (numberLabel): remove unused ostringstream o
5455
5456         * chset.C: STRCONV
5457         (loadFile): ditto
5458
5459         * bufferview_funcs.C (currentState): STRCONV
5460
5461         * buffer.C (readFile): STRCONV
5462         (asciiParagraph): ditto
5463         (makeLaTeXFile): ditto
5464
5465         * Spacing.C (writeEnvirBegin): STRCONV
5466
5467         * LaTeXFeatures.C (getLanguages): STRCONV
5468         (getPackages): ditto
5469         (getMacros): ditto
5470         (getBabelOptions): ditto
5471         (getTClassPreamble): ditto
5472         (getLyXSGMLEntities): ditto
5473         (getIncludedFiles): ditto
5474
5475         * LaTeX.C: STRCONV
5476         (run): ditto
5477         (scanAuxFile): ditto
5478         (deplog): ditto
5479
5480         * LString.h: add the STRCONV macros
5481
5482         * BufferView_pimpl.C (savePosition): STRCONV
5483         (restorePosition): ditto
5484         (MenuInsertLyXFile): ditto
5485
5486         * vc-backend.C (scanMaster): change from submatch[...] to
5487         submatch.str(...)
5488
5489         * funcrequest.C: include config.h
5490
5491         * factory.C: include config.h
5492
5493         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5494
5495         * box.C: include config.h
5496
5497         * LaTeX.C (scanAuxFile): change from submatch[...] to
5498         submatch.str(...)
5499         (deplog): ditto
5500
5501 2002-10-25  Angus Leeming  <leeming@lyx.org>
5502
5503         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5504
5505         * ispell.[Ch] (setError): new method.
5506         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5507         Use setError() insetead of goto END.
5508
5509         * lyx_cb.C (AutoSave): move out child process into new class
5510         AutoSaveBuffer.
5511
5512 2002-10-30  John Levon  <levon@movementarian.org>
5513
5514         * text3.C: make start appendix undoable
5515
5516 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5517
5518         * lyxlength.C (inPixels): Fix returned value.
5519
5520         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5521         environment.
5522
5523 2002-10-24  Angus Leeming  <leeming@lyx.org>
5524
5525         * lyxgluelength.h: no need to forward declare BufferParams
5526         or BufferView, so don't.
5527
5528 2002-10-21  John Levon  <levon@movementarian.org>
5529
5530         * BufferView.C: menuUndo ->undo, redo
5531
5532         * BufferView.h: document, remove dead, make some methods private
5533
5534         * paragraph_funcs.h:
5535         * paragraph_funcs.C:
5536         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5537
5538         * buffer.h:
5539         * buffer.C:
5540         * sgml.h:
5541         * sgml.C: move sgml open/close tag into sgml.C
5542
5543         * bufferview_funcs.h: unused prototype
5544
5545         * lyxfunc.h:
5546         * lyxfunc.C: remove unused
5547
5548         * lyxtext.h:
5549         * text.C: remove unused
5550
5551 2002-10-21  John Levon  <levon@movementarian.org>
5552
5553         * BufferView.h:
5554         * BufferView.C:
5555         * BufferView_pimpl.h:
5556         * BufferView_pimpl.C: fix mouse wheel handling based on
5557           patch from Darren Freeman
5558
5559 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5560
5561         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5562
5563 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5564
5565         * lyxlength.C (inPixels): Fix hanfling of negative length.
5566         Fix LyXLength::MU case.
5567
5568 2002-10-16  John Levon  <levon@movementarian.org>
5569
5570         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5571
5572 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5573
5574         * converter.C (view): add support for $$i (file name) and $$p
5575         (file path) for the viewer command. If $$i is not specified, then
5576         it is appended to the command (for compatibility with old syntax)
5577
5578 2002-10-14  Juergen Vigna  <jug@sad.it>
5579
5580         * undo_funcs.C (textHandleUndo): alter the order in which the
5581         new undopar is added to the LyXText, as we have to set first
5582         the right prev/next and then add it as otherwise the rebuild of
5583         LyXText is not correct. Also reset the cursor to the right paragraph,
5584         with this IMO we could remove the hack in "redoParagraphs()".
5585
5586 2002-10-09  Angus Leeming  <leeming@lyx.org>
5587
5588         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5589         to turn off an optimisation if a new inset is to be inserted.
5590
5591 2002-10-11 André Pönitz <poenitz@gmx.net>
5592
5593         * lyxtext.h: make some functions public to allow access
5594         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5595
5596 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5597
5598         * text3.C (dispatch): when changing layout, avoid an infinite loop
5599         [bug #652]
5600
5601 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5602
5603         * lyxrc.C (read): treat a viewer or converter command of "none" as
5604         if it were empty.
5605
5606         * MenuBackend.C (expandFormats): for an update, also allow the
5607         formats that are not viewable
5608
5609         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5610         script if it is newer than the lyxrc.defaults in user directory
5611
5612 2002-10-07 André Pönitz <poenitz@gmx.net>
5613
5614         * text.C: Vitaly Lipatov's small i18n fix
5615
5616 2002-09-25  Angus Leeming  <leeming@lyx.org>
5617
5618         * ispell.h: doxygen fix.
5619
5620 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5621
5622         * buffer.h (readFile): Add a new argument to the method, to allow
5623         reading of old-format templates.
5624
5625 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5626
5627         * toc.C (getTocList): Get TOC from InsetWrap.
5628
5629 2002-09-16  John Levon  <levon@movementarian.org>
5630
5631         * lyxfunc.C: check tabular for cut/copy too
5632
5633 2002-09-12  John Levon  <levon@movementarian.org>
5634
5635         * LyXAction.C: tidy
5636
5637         * factory.h:
5638         * factory.C: add header
5639
5640         * paragraph_funcs.h:
5641         * paragraph_funcs.C: cleanup
5642
5643 2002-09-11  John Levon  <levon@movementarian.org>
5644
5645         * PrinterParams.h: odd/even default to true
5646
5647 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5648
5649         * PrinterParams.h: update printer parameters for new xforms dialog
5650
5651 2002-09-11  Angus Leeming  <leeming@lyx.org>
5652
5653         * lyxserver.C (read_ready): re-write to make it more transparent
5654         and to make it work in coherent fashion under Tru64 Unix.
5655
5656 2002-09-11  André Pönitz <poenitz@gmx.net>
5657
5658         * commandtags.h:
5659         * LyXAction.C:
5660         * text3.C: implement LFUN_WORDSEL
5661
5662 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5663
5664         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5665         make floatlist_ a boost::shared_ptr<FloatList>
5666
5667         * lyxtextclass.C: include FloatList.h
5668         (LyXTextClass): initialize floatlist_
5669         (TextClassTags): add TC_NOFLOAT
5670         (Read): match "nofloat" to TC_NOFLOAT and use it.
5671         (readFloat): modify call to floatlist_
5672         (floats): ditto
5673         (floats): ditto
5674
5675         * FloatList.[Ch] (FloatList): remove commented out float
5676         initialization.
5677         (erase): new function
5678
5679 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5680
5681         * MenuBackend.C (expandToc): fix crash when there is no document
5682         open
5683
5684 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5685
5686         * many files: Add insetwrap.
5687
5688 2002-09-09  John Levon  <levon@movementarian.org>
5689
5690         * text2.C: remove confusing and awkward depth wraparound
5691
5692 2002-09-09  John Levon  <levon@movementarian.org>
5693
5694         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5695
5696         * buffer.h:
5697         * buffer.C: remove getIncludeonlyList()
5698
5699         * paragraph.C:
5700         * lyxfunc.C: remove headers
5701
5702 2002-09-09  Juergen Vigna  <jug@sad.it>
5703
5704         * text.C (getColumnNearX): fix form Michael this is most
5705         probably a cut&paste bug.
5706
5707 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5708
5709         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5710
5711         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5712         references, ws changes.
5713
5714         * text2.C (init): update counters after init
5715         (insertParagraph): no need to set counter on idividual paragraphs.
5716         (setCounter): access the counters object in the textclass object
5717         on in the buffer object.
5718         (updateCounters): ditto
5719
5720         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5721         shared_ptr<Counters> to avoid loading counters.h in all
5722         compilation units.
5723         (LyXTextClass): initialize ctrs_
5724         (TextClassTags): add TC_COUNTER, and ...
5725         (Read): use it here.
5726         (CounterTags): new tags
5727         (readCounter): new function
5728         (counters): new funtion
5729         (defaultLayoutName): return a const reference
5730
5731         * counters.C (Counters): remove contructor
5732         (newCounter): remove a couple of unneeded statements.
5733         (newCounter): simplify a bit.
5734         (numberLabel): some small formatting changes.
5735
5736         * buffer.[Ch]: remove all traces of counters, move the Counters
5737         object to the LyXTextClass.
5738
5739 2002-09-06  Alain Castera  <castera@in2p3.fr>
5740
5741         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5742         package to set the horizontal alignment on fixed width columns.
5743
5744         * lyx_sty.C:
5745         * lyx_sty.h: added tabularnewline macro def.
5746
5747         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5748
5749 2002-09-06  John Levon  <levon@movementarian.org>
5750
5751         * LyXAction.C: tooltips for sub/superscript
5752
5753         * MenuBackend.C: a bit more verbose
5754
5755         * lyxfunc.C: tiny clean
5756
5757         * undo_funcs.C: document undo_frozen
5758
5759 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5760
5761         * counters.C (Counters): add missing algorithm counter.
5762
5763         * text2.C (setCounter): lookup the counter with layouts latexname
5764         instead of by section number.
5765         (setCounter): use a hackish way to lookup the correct enum
5766         counter.
5767         a float name->type change
5768         reset enum couners with counter name directly instead of depth value.
5769
5770         * counters.C (Counters): remove the push_backs, change to use the
5771         float type not the float name.
5772         (labelItem): remove unused string, float name->type change
5773
5774         * counters.h: don't include vector, loose the enums and sects vectors
5775
5776 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5777
5778         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5779         (Read): add float->TC_FLOAT to textclassTags
5780         (Read): and handle it in the switch
5781         (readFloat): new function
5782
5783         * FloatList.C (FloatList): comment out the hardcoded float
5784         definitions.
5785
5786         * lyxlayout.h: ws change.
5787
5788 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5789
5790         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5791
5792 2002-09-03  Angus Leeming  <leeming@lyx.org>
5793
5794         * BufferView_pimpl.h: qualified name is not allowed in member
5795         declaration: WorkArea & Pimpl::workarea() const;
5796
5797         * factory.C: added using std::endl directive.
5798
5799         * text3.C: added using std::find and std::vector directives.
5800
5801 2002-08-29  André Pönitz <poenitz@gmx.net>
5802
5803         * lyxtext.h:
5804         * text2.C: remove unused member number_of_rows
5805
5806         * Makefile.am:
5807         * BufferView2.C: remove file, move contents to...
5808         * BufferView.C: ... here
5809
5810         * BufferView_pimpl.C:
5811         * factory.C: move more inset creation to factory
5812
5813         * vspace.C: avoid direct usage of LyXText, ws changes
5814
5815         * BufferView.[Ch]:
5816                 don't provide direct access to WorkArea, use two simple
5817                 acessors haveSelction() and workHeight() instead
5818
5819
5820 2002-08-29  John Levon  <levon@movementarian.org>
5821
5822         * BufferView_pimpl.C (dispatch): do not continue when
5823           no buffer
5824
5825 2002-08-28  André Pönitz <poenitz@gmx.net>
5826
5827         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5828
5829         * BufferView.h:
5830         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5831
5832 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5833
5834         * buffer.C: increment LYX_FORMAT to 221
5835
5836         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5837         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5838
5839         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5840
5841         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5842
5843 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5844
5845         * factory.C (createInset): use LyXTextClass::floats
5846
5847         * MenuBackend.C (expandFloatListInsert):
5848         (expandFloatInsert):
5849         (expandToc):
5850
5851         * text2.C (setCounter):
5852
5853         * LaTeXFeatures.C (useFloat):
5854         (getFloatDefinitions):
5855
5856         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5857
5858         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5859         floatlist_, with accessor floats().
5860
5861         * FloatList.h: remove global FloatList
5862
5863 2002-08-26  André Pönitz <poenitz@gmx.net>
5864
5865         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5866
5867         * BufferView.h:
5868         * BufferView2.C:
5869         * BufferView_pimpl.C:
5870         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5871
5872 2002-08-25  John Levon  <levon@movementarian.org>
5873
5874         * LyXAction.C: fix margin note description
5875
5876 2002-08-24  John Levon  <levon@movementarian.org>
5877
5878         * buffer.C:
5879         * bufferlist.C:
5880         * bufferview_funcs.C:
5881         * lyxfont.C:
5882         * undo_funcs.C: cleanups
5883
5884         * lyxfunc.C: disable CUT/COPY when no selection
5885
5886 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5887
5888         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5889         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5890
5891         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5892         Add backward compatibility to "mono", "gray" and "no".
5893
5894 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5895
5896         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5897         (and file_format >= 200).
5898
5899 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5900
5901         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5902
5903 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5904
5905         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5906
5907 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5908
5909         * BufferView_pimpl.C:
5910         * LyXAction.C:
5911         * buffer.C:
5912         * commandtags.h:
5913         * lyxfunc.C:
5914         * paragraph.[Ch]:
5915         * text2.C:
5916         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5917         inset and code to make it  work with the paragraph code. The inset
5918         can be anywhere in the paragraph, but will only do the expected
5919         thing in LaTeX if the layout file contains the parameter line
5920                         OptionalArgs    1
5921         (or more generally, a nonzero value) for that layout.
5922
5923 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5924
5925         * paragraph.h: remove the declaration of undefined counters class
5926         function.
5927
5928 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5929
5930         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5931         Dr. Richard Hawkins.
5932
5933 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5934
5935         * paragraph_funcs.h: remove some unneeded includes
5936
5937         * text.C (backspace): pasteParagraph now in global scipe
5938
5939         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
5940         (pasteSelection): ditto
5941
5942         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
5943         * paragraph_funcs.C (pasteParagraph): ... here
5944
5945 2002-08-20  André Pönitz <poenitz@gmx.net>
5946
5947         * commandtags.h: new LFUNs for swapping/copying table row/colums
5948
5949         * LyXAction.C:
5950         * lyxfunc.C: support for new lfuns
5951
5952 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
5953
5954         * tabular.C:
5955         * buffer.[Ch]: remove NO_COMPABILITY stuff
5956
5957 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
5958
5959         * boost.C (throw_exception): new file, with helper function for
5960         boost compiled without exceptions.
5961
5962         * paragraph.h:
5963         * lyxlength.C:
5964         * buffer.C:
5965         * ParameterStruct.h:
5966         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
5967
5968         * bufferlist.C (emergencyWriteAll): use boost bind
5969
5970         * BufferView_pimpl.C (moveCursorUpdate): remove inline
5971
5972         * text.C: include paragraph_funcs.h
5973         (breakParagraph): breakParagraph is now in global scope
5974
5975         * paragraph_funcs.[Ch]: new files
5976
5977         * paragraph.C (breakParagraph,breakParagraphConservative): move to
5978         global scope
5979
5980         * buffer.C: include paragraph_funcs.h
5981         (insertStringAsLines): breakParagraph is now in global scope
5982
5983         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
5984         paragraph_funcs.C
5985
5986         * CutAndPaste.C: include paragraph_funcs.h
5987         (cutSelection): breakParagraphConservative is now in global scope
5988         (pasteSelection): ditto
5989
5990         * buffer.h: declare oprator== and operator!= for
5991         Buffer::inset_iterator
5992
5993         * bufferlist.C (emergencyWrite): don't use fmt(...)
5994
5995         * text3.C: add using std::endl
5996
5997         * BufferView.C (moveCursorUpdate): remove default arg
5998
5999 2002-08-20  André Pönitz <poenitz@gmx.net>
6000
6001         * buffer.[Ch]: move inline functions to .C
6002
6003         * BufferView2.C:
6004         * BufferView_pimpl.C:
6005         * text.C:
6006         * buffer.[Ch]: use improved inset_iterator
6007
6008         * buffer.C:
6009         * paragraph.[Ch]: write one paragraph at a time
6010
6011 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6012
6013         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6014         style if style is not specified.
6015
6016 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6017
6018         * text2.C (setCounter): when searching for right label for a
6019         caption, make sure to recurse to parent insets (so that a caption
6020         in a minipage in a figure float works) (bug #568)
6021
6022 2002-08-20  André Pönitz <poenitz@gmx.net>
6023
6024         * text3.C: new file for LyXText::dispatch() and helpers
6025
6026         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6027
6028         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6029
6030 2002-08-19  André Pönitz <poenitz@gmx.net>
6031
6032         * lyxtext.h:
6033         * text.C: new LyXText::dispatch()
6034
6035         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6036
6037 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6038
6039         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6040
6041         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6042         Hebrew text.
6043
6044 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6045
6046         * Makefile.am: use $(variables) instead of @substitutions@
6047
6048 2002-08-15  André Pönitz <poenitz@gmx.net>
6049
6050         * lyxfunc.C:
6051         * BufferView_pimpl.C: streamlining mathed <-> outer world
6052         interaction
6053
6054         * commandtags.h:
6055         * LyXAction.C: remove unused LFUN_MATH
6056
6057 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6058
6059         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6060
6061 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6062
6063         * paragraph.C (Paragraph): reformat a bit
6064         (cutIntoMinibuffer): use builtin InsetList function instad of
6065         doing it manually.
6066         (getInset): ditto
6067
6068         * buffer.C: include boost/bind.hpp, add using std::for_each
6069         (writeFileAscii): use ParagraphList iterators
6070         (validate): use for_each for validate traversal of paragraphs
6071         (getBibkeyList): use ParagraphList iterators
6072         (resizeInsets): use for_each to resizeInsetsLyXText for all
6073         paragraphs.
6074         (getParFromID): use ParagraphList iterators
6075
6076         * BufferView2.C (lockInset): use paragraph list and iterators
6077
6078 2002-08-14  John Levon  <levon@movementarian.org>
6079
6080         * lyxserver.C: remove spurious xforms include
6081
6082 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6083
6084         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6085
6086 2002-08-13  André Pönitz <poenitz@gmx.net>
6087
6088         * LyXAction.[Ch]:
6089         * lyxfunc.C: further cleaning
6090
6091 2002-08-13  André Pönitz <poenitz@gmx.net>
6092
6093         * funcrequest.h: new constructor
6094
6095         * funcrequest.C: move stuff here from .h
6096
6097         * Makefile.am:
6098         * BufferView_pimpl.C:
6099         * LyXAction.C:
6100         * toc.C:
6101         * lyxfunc.C: subsequent changes
6102
6103         * lyxfunc.h: new view() member function
6104
6105         * lyxfunc.C: subsequent changes
6106
6107 2002-08-13  Angus Leeming  <leeming@lyx.org>
6108
6109         * BufferView2.C:
6110         * BufferView_pimpl.C:
6111         * buffer.C:
6112         * converter.C:
6113         * importer.C:
6114         * lyxfunc.C:
6115         * lyxvc.C:
6116         * toc.C:
6117         * vc-backend.C:
6118         changes due to the changed LyXView interface that now returns references
6119         to member variables not pointers.
6120
6121 2002-08-13  Angus Leeming  <leeming@lyx.org>
6122
6123         * WordLangTuple (word, lang_code): return references to strings,
6124         not strings.
6125
6126         * BufferView.h:
6127         * SpellBase.h:
6128         * lyxtext.h: forward-declare WordLangTuple.
6129
6130         * BufferView2.C:
6131         * ispell.C:
6132         * pspell.C:
6133         * text.C: #include "WordLangTuple.h".
6134
6135         * lyxtext.h:
6136         * text.C: (selectNextWordToSpellcheck): constify return type.
6137
6138 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6139
6140         * buffer.C:
6141         * buffer.h:
6142         * lyxtext.h:
6143         * paragraph.C:
6144         * paragraph_pimpl.h:
6145         * text.C:
6146         * text2.C:
6147         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6148         suggested by Angus.
6149         Made updateCounter always count from start of buffer, and removed
6150         second argument (par).
6151         Reverted floats number display to '#'. Perhaps I'll try again when the
6152         code base is sanitized a bit.
6153
6154 2002-08-12  Angus Leeming  <leeming@lyx.org>
6155
6156         * buffer.[Ch] (getLabelList): constify.
6157
6158 2002-08-07  André Pönitz <poenitz@gmx.net>
6159
6160         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6161
6162         * funcrequest.h: extension to keep mouse (x,y) position
6163
6164 2002-08-12  Juergen Vigna  <jug@sad.it>
6165
6166         * BufferView2.C (insertErrors): forbid undo when inserting error
6167         insets.
6168
6169         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6170
6171 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6172
6173         * ParagraphList.[Ch]: new files
6174
6175         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6176
6177         * BufferView2.C (lockInset): ParagraphList changes
6178         * toc.C: ditto
6179         * text2.C: ditto
6180         * bufferlist.C: ditto
6181         * buffer.h: ditto
6182         * buffer.C: ditto
6183
6184 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6185
6186         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6187         unused class variable counter_,
6188
6189         * paragraph.[Ch] (getFirstCounter): delete unused function
6190
6191         * counters.C: include LAssert.h
6192         (reset): add a new function with no arg, change other version to
6193         not have def. arg and to not allow empty arg.
6194
6195         * text2.C (setCounter): remove empty arg from call to Counters::reset
6196
6197 2002-08-11  John Levon  <levon@movementarian.org>
6198
6199         * Makefile.am: add WordLangTuple.h
6200
6201 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6202
6203         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6204         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6205
6206         * insets/insettext.C: InsetList changes
6207
6208         * graphics/GraphicsSupport.C (operator()): InsetList changes
6209
6210         * toc.C (getTocList): InsetList changes
6211
6212         * paragraph_pimpl.[Ch]: InsetList changes
6213
6214         * paragraph.[Ch]: InsetList changes
6215
6216         * buffer.C (inset_iterator): InsetList changes
6217         (setParagraph): ditto
6218         * buffer.h (inset_iterator): ditto
6219         * iterators.C (operator++): ditto
6220         * iterators.h: ditto
6221
6222         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6223
6224         * InsetList.[Ch]: new files, most InsetList handling moved out of
6225         paragraph.C.
6226
6227         * BufferView2.C (removeAutoInsets): InsetList changes
6228         (lockInset): ditto
6229         (ChangeInsets): ditto
6230
6231 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6232
6233         * paragraph_pimpl.h (empty): new function
6234
6235         * paragraph.[Ch] (empty): new function
6236
6237         * other files: use the new Paragraph::empty function
6238
6239 2002-08-09  John Levon  <levon@movementarian.org>
6240
6241         * lyxtext.h: remove unused refresh_height
6242
6243 2002-08-09  John Levon  <levon@movementarian.org>
6244
6245         * Makefile.am:
6246         * sgml.h:
6247         * sgml.C:
6248         * buffer.C:
6249         * paragraph.h:
6250         * paragraph.C: move sgml char escaping out of paragraph
6251
6252         * paragraph.h:
6253         * paragraph.C: remove id setter
6254
6255         * buffer.C:
6256         * paragraph.C:
6257         * paragraph_pimpl.C: remove dead tex_code_break_column
6258
6259         * bufferview_funcs.C: small cleanup
6260
6261         * lyxfunc.C: remove dead proto
6262
6263         * lyxtext.h: make some stuff private. Remove some dead stuff.
6264
6265         * lyxgluelength.C: make as[LyX]String() readable
6266
6267 2002-08-08  John Levon  <levon@movementarian.org>
6268
6269         * LyXAction.h:
6270         * LyXAction.C:
6271         * MenuBackend.C:
6272         * ToolbarDefaults.C:
6273         * lyxfunc.C:
6274         * lyxrc.C:
6275         * toc.C: lyxaction cleanup
6276
6277 2002-08-08  John Levon  <levon@movementarian.org>
6278
6279         * BufferView2.C: small cleanup
6280
6281         * lyxfind.h:
6282         * lyxfind.C: move unnecessary header into the .C
6283
6284 2002-08-08  John Levon  <levon@movementarian.org>
6285
6286         * funcrequest.h: just tedious nonsense
6287
6288         * lyx_main.h:
6289         * lyx_main.C: cleanups
6290
6291         * buffer.C:
6292         * vspace.C: remove dead header lyx_main.h
6293
6294 2002-08-07  Angus Leeming  <leeming@lyx.org>
6295
6296         * Paragraph.[Ch]:
6297         * paragraph_pimpl.h:
6298         Forward declare class Counters in paragraph.h by moving the ctrs member
6299         variable into Paragraph::Pimpl.
6300         (counters): new method, returning a reference to pimpl_->ctrs.
6301
6302         * text2.C: ensuing changes.
6303
6304 2002-08-07  John Levon  <levon@movementarian.org>
6305
6306         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6307
6308         * BufferView_pimpl.C: announce X selection on double/triple
6309           click
6310
6311         * lyx_main.C: use correct bool in batch dispatch
6312
6313         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6314
6315 2002-08-07  André Pönitz <poenitz@gmx.net>
6316
6317         * funcrequest.h: new class to wrap a kb_action and its argument
6318
6319         * BufferView.[Ch]:
6320         * BufferView_pimpl[Ch]:
6321         * LaTeX.C:
6322         * LyXAction.[Ch]:
6323         * lyxfunc.[Ch]:
6324         * lyxrc.C: subsequent changes
6325
6326
6327 2002-08-07  John Levon  <levon@movementarian.org>
6328
6329         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6330           document options change.
6331
6332 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6333
6334         * counters.[Ch]
6335         * text2.C
6336         * paragraph.[Ch]
6337         * makefile.am: move counters functionality over from
6338         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6339
6340 2002-08-06  John Levon  <levon@movementarian.org>
6341
6342         * WordLangTuple.h: new file for word + language code tuple
6343
6344         * SpellBase.h:
6345         * pspell.h:
6346         * pspell.C:
6347         * ispell.h:
6348         * ispell.C:
6349         * lyxtext.h:
6350         * text.C:
6351         * text2.C:
6352         * BufferView.h:
6353         * BufferView2.C: use WordLangTuple
6354
6355         * layout.h:
6356         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6357
6358 2002-08-06  John Levon  <levon@movementarian.org>
6359
6360         * lyx_main.C: fix cmdline batch handling
6361
6362 2002-08-06  André Pönitz <poenitz@gmx.net>
6363
6364         * lyxrc.C: set default for show_banner to true
6365
6366 2002-08-06  John Levon  <levon@movementarian.org>
6367
6368         * pspell.C: fix a crash, and allow new aspell to work
6369
6370 2002-08-06  John Levon  <levon@movementarian.org>
6371
6372         * lyxfunc.C:
6373         * kbmap.C: small cleanup
6374
6375         * vspace.h:
6376         * vspace.C: add const
6377
6378 2002-08-05  John Levon  <levon@movementarian.org>
6379
6380         * LyXAction.C: back to tabular-insert
6381
6382 2002-08-04  John Levon  <levon@movementarian.org>
6383
6384         * BufferView.h:
6385         * BufferView.C: cosmetic change
6386
6387         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6388
6389         * bufferlist.C:
6390         * buffer.h:
6391         * buffer.C:
6392         * lyxcb.h:
6393         * lyxcb.C:
6394         * lyxserver.C:
6395         * lyxvc.C:
6396         * vc-backend.C:
6397         * BufferView2.C: purge all "Lyx" not "LyX" strings
6398
6399         * lyxcursor.h:
6400         * lyxcursor.C: attempt to add some documentation
6401
6402         * lyxfunc.C:
6403         * commandtags.h:
6404         * LyXAction.C:
6405         * ToolbarDefaults.C:
6406         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6407           merge with LFUN_TABULAR_INSERT
6408
6409         * Makefile.am:
6410         * SpellBase.h:
6411         * ispell.h:
6412         * ispell.C:
6413         * pspell.h:
6414         * pspell.C: split up i/pspell implementations into separate
6415           files, many cleanups
6416
6417         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6418
6419         * text2.C: some cleanup
6420
6421         * lyxfunc.C: don't check for isp_command == "none" any more, it
6422           didn't make any sense
6423
6424 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6425
6426         * counters.[Ch]
6427         * text2.C
6428         * paragraph.[Ch]
6429         * makefile.am: move counters functionality over
6430         from text2.C/paragraph.[Ch] to counters.[Ch], and
6431         make proper C++.
6432 2002-08-02  John Levon  <levon@movementarian.org>
6433
6434         * buffer.C: s/lyxconvert/lyx2lyx/
6435
6436 2002-08-02  Angus Leeming  <leeming@lyx.org>
6437
6438         * lyxlex.C: revert John's change as it breaks reading of the user
6439         preamble.
6440
6441 2002-08-02  Angus Leeming  <leeming@lyx.org>
6442
6443         * importer.C (Import):
6444         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6445         changes due to LyXView::view() now returning a boost::shared_ptr.
6446
6447 2002-08-02  John Levon  <levon@movementarian.org>
6448
6449         * lyxlex.C: small cleanup
6450
6451 2002-08-02  John Levon  <levon@movementarian.org>
6452
6453         * text2.C (status): small cleanup, no logic change
6454
6455 2002-08-01  John Levon  <levon@movementarian.org>
6456
6457         * buffer.h:
6458         * buffer.C (writeFile): don't output alerts, caller
6459           handles this
6460
6461         * bufferlist.C:
6462         * lyx_cb.C: from above
6463
6464         * lyxfunc.C: allow to open non-existent files
6465
6466 2002-07-31  John Levon  <levon@movementarian.org>
6467
6468         * lyxserver.C: don't let incidental errors get
6469           in the way (errno)
6470
6471 2002-07-30  John Levon  <levon@movementarian.org>
6472
6473         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6474
6475 2002-07-30  John Levon  <levon@movementarian.org>
6476
6477         * lyxserver.h:
6478         * lyxserver.C: remove I/O callback too
6479
6480 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6481
6482         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6483         log.
6484
6485 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6486
6487         * many files: strip,frontStrip -> trim,ltrim,rtrim
6488
6489 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6490
6491         * PrinterParams.h: remove extern containsOnly, and include
6492         support/lstrings.h instead.
6493
6494         * LaTeX.C (scanAuxFile): modify because of strip changes
6495         (deplog): ditto
6496         * buffer.C (makeLaTeXFile): ditto
6497         * bufferparams.C (writeFile): ditt
6498         * lyxfont.C (stateText): ditto
6499         * lyxserver.C (read_ready): ditto
6500         * vc-backend.C (scanMaster): ditto
6501
6502         * BufferView_pimpl.h: ws changes
6503
6504         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6505
6506 2002-07-26  André Pönitz <poenitz@gmx.net>
6507
6508         * kb_sequence.C: remove unnedred usings
6509
6510 2002-07-26  Juergen Vigna  <jug@sad.it>
6511
6512         * lyxfind.C (LyXReplace): we have to check better if the returned
6513         text is not of theLockingInset()->getLockingInset().
6514
6515 2002-07-25  Juergen Vigna  <jug@sad.it>
6516
6517         * lyxfind.C (LyXReplace): don't replace if we don't get the
6518         right LyXText.
6519
6520         * undo_funcs.C (createUndo): remove debugging code.
6521
6522 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6523
6524         * buffer.C (parseSingleLyXformat2Token): Use default placement
6525         when reading old floats.
6526
6527         * FloatList.C (FloatList): Change the default placement of figure
6528         and tables to "tbp".
6529
6530 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6531
6532         * MenuBackend.C: using std::max
6533
6534 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6535
6536         * MenuBackend.C (expandToc):
6537         (expandToc2): code moved from xforms menu frontend. It is now
6538         generic and TOCs are transparent to menu frontends.
6539
6540 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6541
6542         * toc.C (getTocList): protect against buf=0
6543
6544         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6545         Menu as first parameter. Now, this calls itself recursively to
6546         expand a whole tree (this will be useful for TOC handling)
6547         (expandFloatInsert): remove 'wide' version of floats
6548
6549         * MenuBackend.h (submenuname): returns the name of the submenu.
6550         (submenu): returns the submenu itself, provided it has been
6551         created by MenuBackend::expand
6552
6553 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6554
6555         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6556         insets which have noFontChange == true. (bug #172)
6557
6558 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6559
6560         * BufferView_pimpl.C: add connection objects and use them...
6561         (Pimpl): here.
6562
6563 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6564
6565         * MenuBackend.C (expandLastfiles):
6566         (expandDocuments):
6567         (expandFormats):
6568         (expandFloatListInsert):
6569         (expandFloatInsert):
6570         (expand): split expand in parts
6571
6572 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6573
6574         * lyx_gui.C: use lyx_gui::exit()
6575
6576 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6577
6578         * LyXAction.C: show the failing pseudo action
6579
6580 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6581
6582         * buffer.C (readFile): Run the lyxconvert script in order to read
6583         old files.
6584
6585 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6586
6587         * LyXAction.C:
6588         * commandtags.h:
6589         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6590
6591 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6592
6593         * LyXAction.C:
6594         * commandtags.h:
6595         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6596
6597 2002-07-22  Herbert Voss  <voss@lyx.org>
6598
6599         * lengthcommon.C:
6600         * lyxlength.[Ch]: add support for the vertical lengths
6601
6602 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6603
6604         * toc.[Ch]: std:: fixes
6605
6606 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6607
6608         * lyxrc.C: do not include lyx_main.h
6609
6610         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6611         for layouts
6612
6613         * lyxrc.C:
6614         * encoding.C:
6615         * bufferlist.C:
6616         * BufferView2.C: include "lyxlex.h"
6617
6618         * tabular.h:
6619         * bufferparams.h: do not #include "lyxlex.h"
6620
6621         * lyxtextclasslist.C (Add): remove method
6622         (classlist): renamed to classlist_
6623
6624         * paragraph_pimpl.C:
6625         * paragraph.C:
6626         * text2.C:
6627         * CutAndPaste.C:
6628         * bufferview_funcs.C:
6629         * bufferlist.C:
6630         * text.C:
6631         * LaTeXFeatures.C:
6632         * buffer.C:
6633         * toc.C (getTocList): use BufferParams::getLyXTextClass
6634
6635         * toc.C (getTocList): use InsetFloat::addToToc
6636
6637         * toc.[Ch]: new files, containing helper functions to handle table
6638         of contents
6639
6640         * lyxfunc.C (dispatch): no need to remove spaces around command
6641         given as a string
6642         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6643         first command of the sequence; it is not very clever, but I do not
6644         have a better idea, actually
6645
6646         * LyXAction.C (LookupFunc): make sure to remove space at the
6647         beginning and end of the command
6648
6649 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6650
6651         * MenuBackend.C (getMenubar): new method: return the menubar of
6652         this menu set
6653         (read): treat differently reading of menu and menubar (in
6654         particular, the menubar has no name now)
6655         (Menu::menubar): remove
6656
6657         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6658         saving is finished
6659
6660 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6661
6662         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6663         a bibitem inset in a RTL paragraph.
6664
6665 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6666
6667         * paragraph_pimpl.C: constify
6668
6669         * BufferView_pimpl.C:
6670         * LaTeX.C:
6671         * lyxfunc.C: fix dispatch in a nicer way
6672
6673 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6674
6675         * lyxfunc.C (dispatch):
6676         * BufferView_pimpl.C:
6677         * BufferView_pimpl.h:
6678         * BufferView.C:
6679         * BufferView.h: rename Dispatch() to dispatch()
6680
6681         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6682
6683         * lyxlayout.C (Read): honor DependsOn tag
6684
6685         * lyxlayout.[Ch] (depends_on): new method
6686
6687         * version.C.in: update lyx_docversion
6688
6689         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6690
6691         * paragraph.C (validate): remove from here...
6692         * paragraph_pimpl.C (validate): ... and move here
6693         (isTextAt): make it const
6694
6695         * buffer.C (getLists): ws cleanup
6696
6697 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6698
6699         * language.C (read): Use iso8859-1 encoding in latex_lang
6700         (this prevents LyX from crashing when using iso10646-1 encoding).
6701
6702 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6703
6704         * text2.C (toggleInset): if cursor is inside an inset, close the
6705         inset and leave cursor _after_ it
6706
6707 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6708
6709         * lyxfunc.C: move minibuffer completion handling out of here
6710
6711 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6712
6713         * BufferView_pimpl.C:
6714         * LaTeX.C: fix dispatch calls
6715
6716 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6717
6718         * text.C (drawChars): Fix Arabic text rendering.
6719
6720 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6721
6722         * LyXAction.C:
6723         * commandtags.h:
6724         * lyxfunc.C: remove message-push/pop
6725
6726         * lyxserver.C:
6727         * lyxfunc.h:
6728         * lyxfunc.C: rationalise some code by removing verboseDispatch
6729           in favour of a bool argument to dispatch()
6730
6731 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6732
6733         * lyx_main.C (init): make sure to read symlinks as absolute paths
6734
6735 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6736
6737         * lyxfunc.h:
6738         * lyxfunc.C: no need for commandshortcut to be a member
6739
6740 2002-07-15  André Pönitz <poenitz@gmx.net>
6741
6742         * converter.C: add support for $$s (scripts from lib/scripts dir)
6743         * lyx_main.C: white space
6744
6745 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6746
6747         * bufferlist.C:
6748         * lyxrc.h:
6749         * lyxrc.C: remove second exit confirmation
6750
6751 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6752
6753         * BufferView.h:
6754         * BufferView.C:
6755         * BufferView2.C:
6756         * BufferView_pimpl.h:
6757         * BufferView_pimpl.C:
6758         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6759
6760 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6761
6762         * MenuBackend.C (expand): add numeric shortcuts to document menu
6763
6764         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6765
6766 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6767
6768         * lyxfont.C (setLyXFamily):
6769         (setLyXSeries):
6770         (setLyXShape):
6771         (setLyXSize):
6772         (setLyXMisc):
6773         (lyxRead):
6774         * debug.C (value):
6775         * buffer.C (asciiParagraph): use ascii_lowercase
6776
6777 2002-07-15  Mike Fabian  <mfabian@suse.de>
6778
6779         * lyxlex_pimpl.C (search_kw):
6780         * lyxlex.C (getLongString):
6781         * converter.h (operator<):
6782         * converter.C (operator<):
6783         * buffer.C (parseSingleLyXformat2Token):
6784         (asciiParagraph):
6785         * ToolbarDefaults.C (read):
6786         * MenuBackend.C (checkShortcuts):
6787         (read):
6788         * LColor.C (getFromGUIName):
6789         (getFromLyXName): use the compare_ascii_no_case instead of
6790         compare_no_case, because in turkish, 'i' is not the lowercase
6791         version of 'I', and thus turkish locale breaks parsing of tags.
6792
6793 2002-07-16  Angus Leeming  <leeming@lyx.org>
6794
6795         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6796         now takes a Buffer const & argument.
6797
6798 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6799
6800         * BufferView.C (resize): check there's a buffer to resize
6801
6802 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6803
6804         * lyxfunc.C: remove dead code
6805
6806         * lyxserver.h:
6807         * lyxserver.C: use lyx_guii::set_read_callback
6808
6809 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6810
6811         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6812         an inset in a RTL paragraph.
6813
6814 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6815
6816         * lyxfunc.C: repaint after a font size update
6817
6818 2002-07-15  André Pönitz <poenitz@gmx.net>
6819
6820         * lyxlength.C: inBP should be able to return negative values
6821
6822 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6823
6824         * lyxfunc.C: use lyx_gui::update_fonts()
6825
6826 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6827
6828         * lyxfunc.C: use lyx_gui::update_color()
6829
6830 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6831
6832         * bufferlist.C:
6833         * lyxfunc.h:
6834         * lyxfunc.C:
6835         * lyxrc.h:
6836         * lyxrc.C: remove file->new asks for name option, and let
6837           buffer-new take an argument
6838
6839 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6840
6841         * BufferView_pimpl.C: remove unneeded extra repaint()
6842
6843 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6844
6845         * LyXAction.C: allow command-sequence with NoBuffer
6846
6847         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6848
6849 2002-07-10  Angus Leeming  <leeming@lyx.org>
6850
6851         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6852
6853 2002-07-09  Angus Leeming  <leeming@lyx.org>
6854
6855         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6856
6857 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6858
6859         * lengthcommon.h: whitespace
6860
6861         * lyxfunc.C: update scrollbar after goto paragraph
6862
6863         * lyxtext.h: factor out page break drawing, and fix it so
6864           page break/added space paints as selected nicely
6865
6866 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6867
6868         * BufferView_pimpl.C: add FIXMEs, clean up a little
6869
6870 2002-07-09  André Pönitz <poenitz@gmx.net>
6871
6872         * lyxfont.[Ch]: support for wasy symbols
6873
6874 2002-07-08  André Pönitz <poenitz@gmx.net>
6875
6876         * BufferView_pimpl.C: apply John's patch for #93.
6877
6878 2002-07-05  Angus Leeming  <leeming@lyx.org>
6879
6880         * BufferView_pimpl.C (buffer): generate previews if desired.
6881
6882         * LColor.h: add "preview" to the color enum.
6883
6884         * LColor.C (LColor): add a corresponding entry to the items array.
6885
6886         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6887         with this buffer.
6888
6889 2002-07-05  Angus Leeming  <leeming@lyx.org>
6890
6891         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6892         The body of the code is now in the method that is passed an ostream &
6893         rather than a file name.
6894         Pass an additional only_preamble parameter, useful for the forthcoming
6895         preview stuff.
6896
6897 2002-07-03  André Pönitz <poenitz@gmx.net>
6898
6899         * lyxfunc.C: simplify getStatus() a bit for math stuff
6900
6901 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6902
6903         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6904
6905 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6906
6907         * text.C (changeRegionCase): do not change case of all the
6908         document when region ends at paragraph end (bug #461)
6909
6910 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6911
6912         * paragraph.C (startTeXParParams):
6913         (endTeXParParams): add \protect when necessary
6914
6915 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6916
6917         * BufferView_pimpl.C (workAreaExpose): remove warning
6918
6919 2002-06-27  Angus Leeming  <leeming@lyx.org>
6920
6921         * Makefile.am: add lyxlayout_ptr_fwd.h.
6922
6923 2002-06-26  André Pönitz <poenitz@gmx.net>
6924
6925         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6926
6927 2002-06-25  Angus Leeming  <leeming@lyx.org>
6928
6929         * lyxfunc.C (dispatch): Comment out the call to
6930         grfx::GCache::changeDisplay. The method no longer exists now that the
6931         pixmap generation part of the graphics loader has been moved into
6932         InsetGraphics.
6933
6934 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6935
6936         * text2.C: layout as layout
6937
6938         * text.C: layout as layout
6939
6940         * tabular.C (OldFormatRead): layout as layout
6941
6942         * paragraph_pimpl.C (TeXDeeper): layout as layout
6943         (realizeFont): layout as layout
6944
6945         * paragraph.C (writeFile): layout as layout
6946         (validate): layout as layout
6947         (getFont): layout as layout
6948         (getLabelFont): layout as layout
6949         (getLayoutFont): layout as layout
6950         (breakParagraph): layout as layout
6951         (stripLeadingSpaces): layout as layout
6952         (getEndLabel): layout as layout
6953         (getMaxDepthAfter): layout as layout
6954         (applyLayout): layout as layout
6955         (TeXOnePar): layout as layout
6956         (simpleTeXOnePar): layout as layout
6957         (TeXEnvironment): layout as layout
6958         (layout): layout as layout
6959         (layout): layout as layout
6960
6961         * lyxtextclass.C (compare_name): new functor to work with
6962         shared_ptr, layout as layout
6963         (Read): layout as layout
6964         (hasLayout): layout as layout
6965         (operator): layout as layout
6966         (delete_layout): layout as layout
6967         (defaultLayout): layout as layout
6968
6969         * lyxlayout_ptr_fwd.h: new file
6970
6971         * lyxlayout.C (Read): layout as layout
6972
6973         * lyx_cb.C (MenuInsertLabel): layout as layout
6974
6975         * bufferlist.C (newFile): layout as layout
6976
6977         * buffer.C (readLyXformat2): layout as layout
6978         (parseSingleLyXformat2Token): layout as layout
6979         (insertStringAsLines): layout as layout
6980         (asciiParagraph): layout as layout
6981         (latexParagraphs): layout as layout
6982         (makeLinuxDocFile): layout as layout
6983         (simpleLinuxDocOnePar): layout as layout
6984         (makeDocBookFile): layout as layout
6985         (simpleDocBookOnePar): layout as layout
6986         (getLists): layout as layout
6987
6988         * LaTeXFeatures.C (getTClassPreamble): layout as layout
6989
6990         * CutAndPaste.C (cutSelection): layout as layout
6991         (pasteSelection): layout as layout
6992         (SwitchLayoutsBetweenClasses): layout as layout
6993
6994         * BufferView_pimpl.C (Dispatch): layout as layout
6995         (smartQuote): layout as layout
6996
6997         * BufferView2.C (unlockInset): layout as layout
6998
6999 2002-06-24  André Pönitz <poenitz@gmx.net>
7000
7001         * lyxfunc.C: fix #487
7002
7003 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7004
7005         * lyxrc.h:
7006         * lyxrc.C:
7007         * lyxfunc.C: remove display_shortcuts, show_banner
7008
7009 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7010
7011         * Buffer_pimpl.C: oops, update on resize
7012
7013 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7014
7015         * buffer.C:
7016         * converter.C:
7017         * exporter.C:
7018         * lyxfunc.C:
7019         * BufferView.h:
7020         * BufferView.C: use repaint()
7021
7022         * BufferView_pimpl.h:
7023         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7024           as it's a clearer description. Remove superfluous
7025           redraws.
7026
7027 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7028
7029         * text.C: fix bug 488. Not ideal, but getting
7030           getWord() to work properly for the insets that
7031           matter is more difficult ...
7032
7033 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7034
7035         * BufferView_pimpl.C:
7036         * LyXAction.C:
7037         * commandtags.h:
7038         * lyxfunc.C: remove the six million index lyxfuncs to just
7039           one, and DTRT (bug 458)
7040
7041 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7042
7043         * BufferView.h:
7044         * BufferView.C:
7045         * BufferView_pimpl.h:
7046         * BufferView_pimpl.C: clean up resize() stuff,
7047           and unnecessary updateScreen()s
7048
7049 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7050
7051         * BufferView.h:
7052         * BufferView.C:
7053         * BufferView_pimpl.h:
7054         * BufferView_pimpl.C:
7055         * lyxfind.h:
7056         * lyxfind.C:
7057         * minibuffer.C: remove focus management of workarea,
7058           not needed. Use screen's greyOut()
7059
7060 2002-06-17  Herbert Voss  <voss@lyx.org>
7061
7062         * converter.C: (convert) do not post a message, when converting
7063         fails, let the calling function decide what to do in this case
7064
7065 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7066
7067         * lyxfunc.C: tidy up a little
7068
7069 2002-06-16    <alstrup@diku.dk>
7070
7071         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7072         Got rid of FORMS_H_LOCATION include. Now we are
7073         GUII.
7074
7075 2002-06-15  LyX Development team  <lyx@rilke>
7076
7077         * buffer.[Ch] (sgmlOpenTag):
7078         (sgmlCloseTag): Added support for avoiding pernicious mixed
7079         content. Return number of lines written.
7080
7081         (makeLinuxDocFile):
7082         (makeDocBookFile): Fixed calls to sgml*Tag.
7083         Simple white space clean.
7084
7085         (simpleDocBookOnePar): Simple white space clean.
7086
7087         * tabular.[Ch] (docBook): Renamed to docbook and got another
7088         argument to related with the pernicious mixed content.
7089
7090         (docbookRow): Fixed calls for docbook inset method.
7091
7092 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7093
7094         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7095         so it's X11 independent.
7096
7097         * kb*.[Ch]: ditto.
7098
7099         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7100
7101 2002-06-15  Lyx Development team  <lyx@electronia>
7102
7103         * intl.h: Renamed getTrans to getTransManager.
7104
7105 2002-06-14  Angus Leeming  <leeming@lyx.org>
7106
7107         * Makefile.am: nuke forgotten stl_string_fwd.h.
7108
7109 2002-06-12  Angus Leeming  <leeming@lyx.org>
7110
7111         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7112
7113 2002-06-13  Angus Leeming  <leeming@lyx.org>
7114
7115         * LaTeX.C:
7116         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7117
7118 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7119
7120         * kbmap.C (getiso): add support for cyrillic and greek
7121
7122 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7123
7124         * BufferView.h:
7125         * BufferView.C:
7126         * BufferView_pimpl.h:
7127         * BufferView_pimpl.C: move bogus scrolling logic
7128           to xforms
7129
7130 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7131
7132         * lyxfunc.C:
7133         * BufferView_pimpl.C: view->resize() change
7134
7135 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7136
7137         * BufferView_pimpl.C: topCursorVisible
7138           prototype change
7139
7140 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7141
7142         * Makefile.am:
7143         * lyx_gui.h:
7144         * lyx_gui.C: move to frontends/
7145
7146         * main.C:
7147         * lyx_main.h:
7148         * lyx_main.C: changes from above
7149
7150 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7151
7152         * intl.C:
7153         * intl.h:
7154         * kbmap.C:
7155         * kbsequence.C:
7156         * lyx_cb.C:
7157         * lyx_main.C: minor tidy
7158
7159 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7160
7161         * BufferView_pimpl.h:
7162         * BufferView_pimpl.C:
7163         * BufferView.h:
7164         * BufferView.C: make painter() const,
7165           remove dead code
7166
7167         * BufferView2.C: use screen() accessor
7168
7169         * lyx_main.h:
7170         * lyx_main.C: some minor cleanup
7171
7172 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7173
7174         * BufferView_pimpl.h:
7175         * BufferView_pimpl.C: remove enter/leaveView,
7176           use workHeight()
7177
7178 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7179
7180         * BufferView.h:
7181         * BufferView.C:
7182         * BufferView2.C:
7183         * BufferView_pimpl.h:
7184         * BufferView_pimpl.C: only construct screen once,
7185           rename
7186
7187         * lyxrc.C: remove pointless comment
7188
7189 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7190
7191         * BufferView.h:
7192         * BufferView.C: remove active() and belowMouse()
7193
7194         * BufferView_pimpl.h:
7195         * BufferView_pimpl.C: use workarea() not workarea_,
7196           and make it use a scoped_ptr instead
7197
7198 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7199
7200         * lyx_gui.C: add debug message on BadWindow
7201
7202 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7203
7204         * sp_spell.C: fdopen is not part of the C++ standard.
7205
7206         * paragraph.C (InsetIterator): use >= instead of ==
7207
7208 2002-06-07  Angus Leeming  <leeming@lyx.org>
7209
7210         Fixes needed to compile with Compaq cxx 6.5.
7211         * BufferView_pimpl.C:
7212         * DepTable.C:
7213         * buffer.C:
7214         * converter.C:
7215         * encoding.C:
7216         * lyx_gui.C:
7217         * lyx_main.C:
7218         * lyxtextclasslist.C:
7219         * minibuffer.C:
7220         * sp_spell.C:
7221         * tabular_funcs.C:
7222         * vc-backend.C:
7223         all c-library variables have been moved into namespace std. Wrap
7224         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7225
7226         * lyxlength.C:
7227         * tabular-old.C:
7228         * tabular.C:
7229         Add a using std::abs declaration.
7230
7231         * kbmap.h (modifier_pair):
7232         * paragraph.h (InsetTable, InsetList):
7233         * lyxfont.h (FontBits):
7234         type definition made public.
7235
7236         * bufferlist.C (emergencyWriteAll): the compiler complains that
7237         there is more than one possible lyx::class_fun template to choose from.
7238         I re-named the void specialisation as lyx::void_class_fun.
7239
7240         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7241
7242         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7243         the compiler is is unable to find tostr in write_attribute.
7244
7245 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7246
7247         * buffer.C (sgmlError): hide #warning
7248
7249 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7250
7251         * xtl/*: get rid of xtl, which is not in use anyway
7252
7253         * LyXAction.C (init):
7254         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7255         were unimplemented xtl experimentation
7256
7257 2002-06-04  André Pönitz <poenitz@gmx.net>
7258
7259         * lyxfunc.C: disable array operation on simple formulae
7260
7261 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7262
7263         * converter.C: constify a bit
7264
7265 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7266
7267         * lyx_gui.C: check xforms version correctly
7268
7269 2002-04-30  Herbert Voss  <voss@lyx.org>
7270
7271         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7272         "keep" option
7273
7274 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7275
7276         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7277           attempt to register it with a VCS)
7278
7279 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7280
7281         * lyx_main.C (init): honor variables LYX_DIR_13x and
7282         LYX_USERDIR_13x
7283
7284 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7285
7286         * buffer.h:
7287         * buffer.C:
7288         * lyx_main.C: fix a crash on bad command line,
7289           and give a useful exit status on error
7290
7291         * lyxfunc.C (doImport): allow -i lyx to work
7292
7293 2002-03-30  André Pönitz <poenitz@gmx.net>
7294
7295         * lyxfunc.C: mathed font changes
7296
7297 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7298
7299         * LaTeX.C:
7300         * importer.h:
7301         * importer.C:
7302         * lyx_sty.h:
7303         * lyx_sty.C:
7304         * lyxlex.C:
7305         * lyxrow.h:
7306         * lyxtext.h:
7307         * paragraph.h:
7308         * paragraph.C:
7309         * texrow.h:
7310         * texrow.C:
7311         * text.C:
7312         * trans_mgr.h: srcdocs, and some minor cleanups
7313
7314 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7315
7316         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7317         call getFont all the time)
7318
7319 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7320
7321         * switch from SigC signals to boost::signals
7322
7323 2002-05-29  André Pönitz <poenitz@gmx.net>
7324
7325         * paragraph_pimpl.C (getChar): don't call size() too often...
7326
7327 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7328
7329         * paragraph_pimpl.C (insertChar): do not try to update tables when
7330         appending (pos == size())
7331
7332         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7333         in order to reduce drastically the number of comparisons needed to
7334         parse a large document
7335
7336 2002-05-29  André Pönitz <poenitz@gmx.net>
7337
7338         * text.C:
7339         * text2.C:
7340         * lyxtextclass.C:
7341         * sp_pspell.h:
7342         * textclasslist.[Ch]:
7343         * sp_ispell.h: whitespace change
7344
7345 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7346
7347         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7348         lyxaction directly now.
7349
7350 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7351
7352         * trans.C:
7353         * lyxfont.C:
7354         * lyxvc.C: remove unused headers
7355
7356 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7357
7358         * Makefile.am:
7359         * buffer.h:
7360         * undostack.h:
7361         * undostack.C:
7362         * undo_funcs.h:
7363         * undo_funcs.C: some cleanups. Use shared_ptr
7364           and a template for the undo stacks.
7365
7366 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7367
7368         * BufferView_pimpl.h:
7369         * BufferView_pimpl.C:
7370         * kbmap.h:
7371         * kbmap.C:
7372         * kbsequence.h:
7373         * kbsequence.C:
7374         * lyxfunc.h:
7375         * lyxfunc.C:
7376         * text2.C: use key_state/mouse_state
7377
7378 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7379
7380         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7381         and LSubstring
7382
7383         * chset.C: change include order
7384         (loadFile): use boost regex and get rid of LRegex and LSubstring
7385
7386         * Makefile.am (BOOST_LIBS): new variable
7387         (lyx_LDADD): use it
7388
7389         * LaTeX.C: change include order.
7390         (scanAuxFile): use boost regex and get rid of LRegex and
7391         LSubstring
7392         (deplog): ditto
7393
7394 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7395
7396         * ColorHandler.h:
7397         * ColorHandler.C:
7398         * FontInfo.h:
7399         * FontInfo.C: moved to frontends/xforms/
7400
7401         * FontLoader.h:
7402         * FontLoader.C: moved into frontends for GUIIzation
7403
7404         * Makefile.am:
7405         * lyx_gui.C:
7406         * lyxfont.C:
7407         * lyxfunc.C: changes from above
7408
7409 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7410
7411         * LColor.C: remove spurious X include
7412
7413         * BufferView_pimpl.C:
7414         * Makefile.am:
7415         * font.h:
7416         * font.C:
7417         * text.C:
7418         * text2.C: move font metrics to frontends/
7419
7420 2002-05-24  Juergen Vigna  <jug@sad.it>
7421
7422         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7423         setting the undo_cursor.
7424
7425         * ParagraphParameters.h: include local includes first.
7426
7427 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7428
7429         * BufferView_pimpl.C:
7430         * BufferView_pimpl.h:
7431         * Makefile.am:
7432         * WorkArea.h:
7433         * WorkArea.C:
7434         * screen.C: move WorkArea into frontends/
7435
7436         * lyxscreen.h:
7437         * screen.C:
7438         * text.C:
7439         * BufferView.C:
7440         * BufferView2.C: move LyXScreen into frontends/
7441
7442         * lyxlookup.h:
7443         * lyxlookup.C:
7444         * lyx_gui.C: move lyxlookup into frontends/xforms/
7445
7446 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7447
7448         * BufferView2.C:
7449         * BufferView_pimpl.C:
7450         * FontLoader.C:
7451         * LyXView.h:
7452         * LyXView.C:
7453         * Makefile.am:
7454         * WorkArea.C:
7455         * XFormsView.h:
7456         * XFormsView.C:
7457         * buffer.C:
7458         * bufferlist.C:
7459         * bufferview_funcs.C:
7460         * converter.C:
7461         * importer.C:
7462         * lyx_cb.C:
7463         * lyx_gui.C:
7464         * lyx_main.C:
7465         * lyx_find.C:
7466         * lyxfunc.C:
7467         * lyxvc.C:
7468         * minibuffer.C:
7469         * text.C:
7470         * text2.C:
7471         * trans.C:
7472         * vc-backend.C: move LyX/XFormsView into frontends/
7473
7474 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7475
7476         * Makefile.am:
7477         * PainterBase.C:
7478         * PainterBase.h:
7479         * Painter.C:
7480         * Painter.h:
7481         * WorkArea.C:
7482         * WorkArea.h:
7483         * screen.C:
7484         * tabular.C:
7485         * text.C:
7486         * text2.C: move Painter to frontends/
7487
7488 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7489
7490         * buffer.C: comment out some some code that depend upon lyx_format
7491         < 220
7492
7493         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7494         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7495
7496         * buffer.h (NO_COMPABILITY): turn off compability
7497
7498         * ColorHandler.C: include scoped_array.hpp
7499
7500         * font.C: Use more specific smart_ptr header.
7501         * Painter.C: ditto
7502         * gettext.C: ditto
7503         * ShareContainer.h: ditto
7504         * lyx_main.h: ditto
7505         * kbmap.h: ditto
7506         * FontInfo.h: ditto
7507         * BufferView_pimpl.h: ditto
7508         * ColorHandler.h: ditto
7509
7510         * kbmap.C (defkey): change call to shared_ptr::reset
7511
7512 2002-05-21  Juergen Vigna  <jug@sad.it>
7513
7514         * buffer.C (insertErtContents): fix to insert ert asis if it is
7515         non empty. Skip it completely if it contains only whitespaces.
7516
7517 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7518
7519         * BufferView_pimpl.C:
7520         * BufferView2.C: clear selection on paste (bug 393)
7521
7522 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7523
7524         * DepTable.C: include ctime
7525
7526 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7527
7528         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7529
7530 2002-05-14  Juergen Vigna  <jug@sad.it>
7531
7532         * text.C (breakParagraph): fixed function to honor the keepempty
7533         layout in the right maner and also to permit the right breaking
7534         algorithm on empty or non empyt keepempty paragraphs.
7535
7536         * paragraph.C (breakParagraph): we have to check also if the par
7537         is really empty (!size()) for isempty otherwise we do the wrong
7538         paragraph break.
7539
7540 2002-05-10  Juergen Vigna  <jug@sad.it>
7541
7542         * buffer.[Ch] : The following are only changes to the ert
7543         compatibility read reading old LaTeX layout and font stuff and
7544         convert it to ERTInsets.
7545
7546         * buffer.h: added isErtInset().
7547
7548         * buffer.C (struct ErtComp): add a fromlayout bool to check
7549         if we're inside a LaTeX layout.
7550         (isErtInset): new helper function.
7551         (insertErtContents): look for other ert insets before this one
7552         and insert the contents there, so that we don't have subsequent
7553         ERT insets with nothing between them. This way we create only one
7554         inset with multiple paragraphs. Also check if we don't insert only
7555         spaces ' ' as they are ignored anyway afterwards in the .tex file
7556         so if we have only spaces we will ignore this latex part in the
7557         new file.
7558         (parseSingleLyXformat2Token \\layout): better compatibility when
7559         reading layout-latex stuff.
7560         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7561         language tag.
7562         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7563         stuff after reading the inset only get the information back from
7564         the stack.
7565
7566 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7567
7568         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7569
7570         * LaTeXFeatures.C (getBabelOptions): New method.
7571
7572 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7573
7574         * BufferView_pimpl.C (Dispatch): work around missing argument for
7575         'layout'
7576
7577 2002-05-08  Juergen Vigna  <jug@sad.it>
7578
7579         * text.C (leftMargin): handle paragraph leftindent.
7580
7581         * paragraph.C (writeFile): write the new \\leftindent tag.
7582         (validate): handle leftindent code.
7583         (TeXEnvironment): handle paragraphleftindent code again.
7584
7585         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7586
7587         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7588         for paragrap_extra indent code and new token \\leftindent.
7589         (latexParagraphs): handle the leftindent as environment.
7590
7591         * ParameterStruct.h: added leftindent support.
7592
7593         * ParagraphParameters.C (leftIndent): added support functions for
7594         the paragraph left indent.
7595
7596         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7597         more appropriate.
7598
7599 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7600
7601         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7602         inside insetERT.
7603
7604         * text.C (computeBidiTables): No bidi in insetERT.
7605
7606         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7607         in RTL documents.
7608
7609 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7610
7611         * version.C.in: pre 5
7612
7613 2002-05-02  José Matos  <jamatos@fep.up.pt>
7614         * buffer.C (makeDocBookFile): white space changes, add newline to
7615         command styles.
7616         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7617
7618         * tabular.C (docBook): fix typo.
7619
7620 2002-05-03  Juergen Vigna  <jug@sad.it>
7621
7622         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7623         change in LyXText as we can not be sure it was not freed.
7624         (drawOneRow): remove unused code.
7625
7626         * text.C (drawInset): redo the calculation of the need_break_row as
7627         it could have a row which was already freed.
7628         (draw): look at the return value of drawInset and return false if
7629         it also returned false.
7630         (paintRowText): look at the return value of draw and return false if
7631         it also returned false.
7632
7633         * lyxtext.h: added bool return type to drawInset() and draw() so that
7634         if we have a change in the row so that the rowbreak has to be redone
7635         we abort drawing as it will be called again.
7636
7637 2002-05-02  Juergen Vigna  <jug@sad.it>
7638
7639         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7640         a change in the maintext also if we're inside an inset.
7641         (Dispatch): set the cursor again after a break line and after the
7642         screen has been updated as it could be we're in a different row.
7643
7644         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7645         to set the cursor behind the pargraph with > size().
7646         (setCursor): check also for the same paragraph when checking where
7647         to put the cursor if we have a NFR inset.
7648
7649         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7650         parts of layout read further up as it still was in the wrong
7651         position.
7652
7653 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7654
7655         * screen.C (drawFromTo): change sine fullRebreak always return
7656         true.
7657
7658         * buffer.C (parseSingleLyXformat2Token): reindent some
7659
7660         * BufferView_pimpl.C (update): change since fullRebreak always
7661         return true.
7662         (Dispatch): git rid of the last hardcoded "Standard"s.
7663
7664 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7665
7666         * text2.[Ch] (fullRebreak): make it return void now that we always
7667         returned true.
7668
7669 2002-04-30  Juergen Vigna  <jug@sad.it>
7670
7671         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7672         ert compatibility check for "latex" layout.
7673
7674 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7675
7676         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7677         minipages: use col% instead of p%, and also use the current font.
7678         (makeLaTeXFile): Fix use babel condition.
7679         (parseSingleLyXformat2Token): Correct font when reading old floats.
7680
7681 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7682
7683         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7684         inserting list of floats.
7685
7686 2002-04-25  Herbert Voss  <voss@lyx.org>
7687
7688         * MenuBackend.C (expand): don't add the graphics extensions to the
7689         export menu
7690
7691 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7692
7693         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7694         non-existing layout, do not complain if it was the default layout
7695         of the original class (bug #342)
7696
7697 2002-04-24  Juergen Vigna  <jug@sad.it>
7698
7699         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7700         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7701
7702 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7703
7704         * buffer.C (getBibkeyList): If using \bibliography, return the
7705         option field with the reference itself. Enables us to provide natbib
7706         support when using \bibliography.
7707
7708 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7709
7710         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7711
7712         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7713         natbib is provided by the LaTeX class.
7714
7715 2002-04-23  Juergen Vigna  <jug@sad.it>
7716
7717         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7718         Wakeup functions.
7719
7720         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7721
7722 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7723
7724         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7725
7726         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7727         ensuremath around textordmasculine, textordfeminine and
7728         textdegree.
7729
7730 2002-04-19  Juergen Vigna  <jug@sad.it>
7731
7732         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7733         reinitializing the buffer otherwise row-dimensions may be wrong.
7734         (update): reset also the selection cursors if they do exits otherwise
7735         their x/y positions may be wrong.
7736
7737         * text2.C (cursorDown): don't enter the inset if we came from a row
7738         above and are one row over the inset.
7739
7740         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7741         really leaving an inset.
7742
7743 2002-04-18  Juergen Vigna  <jug@sad.it>
7744
7745         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7746         of the selected paragraph does not have the selected layout also if
7747         the last one had!
7748
7749         * text2.C (setLayout): fixed bug which did not change last selected
7750         paragraph.
7751
7752         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7753         changed the read and substituted \\end_float with \\end_inset!
7754
7755         * BufferView_pimpl.C (cursorPrevious):
7756         (cursorNext): fixed to make it work with rows heigher than the work
7757         area without moving the cursor only the draw of the row.
7758         (workAreaMotionNotify): fix jumping over high rows.
7759
7760 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7761
7762         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7763         Ressler.
7764
7765 2002-04-16  Juergen Vigna  <jug@sad.it>
7766
7767         * text2.C (setCursor): set also the irow().
7768         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7769         (cursorUp):
7770         (cursorDown): support for locking an inset if the x_fix value goes
7771         inside it. That way I can transverse insets too with cursor up/down.
7772
7773         * lyxrow.h: added irow helper function same as other (i) functions.
7774
7775         * BufferView_pimpl.C (cursorPrevious):
7776         (cursorNext): fixed for insets!
7777
7778 2002-04-15  Juergen Vigna  <jug@sad.it>
7779
7780         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7781         position otherwise it is wrong in some cases.
7782
7783         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7784         inside the inset before the call.
7785
7786 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7787
7788         * buffer.[Ch] (getBibkeyList): make it const.
7789
7790 2002-04-12  Juergen Vigna  <jug@sad.it>
7791
7792         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7793
7794         * text2.C (getCursorX): new helper function
7795         (setCursor): compute also ix_
7796         (setCursorFromCoordinates): set also ix.
7797
7798         * lyxcursor.h: added ix_ and helper functions.
7799
7800         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7801
7802         * buffer.C (insertStringAsLines): dont break paragraph if the this
7803         paragraph is inside an inset which does not permit it!
7804
7805         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7806         also with no chars on this paragraph.
7807         (paintRowText): only paint stuff if it's inside the workarea!
7808
7809         * paragraph.C (breakParagraph): honor keepempty flag and break the
7810         paragraph always below not above.
7811
7812         * BufferView2.C (unlockInset): update the paragraph layout on inset
7813         unlock as we changed paragraph in such a case.
7814
7815         * lyxfind.C (LyXFind): clear the former selection if not found!
7816
7817         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7818         again called in insertChar().
7819
7820         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7821         an inset which uses the whole row!
7822         (rightMargin): ditto.
7823         (insertChar): force a rebreak if we inserted an inset!
7824
7825 2002-03-28  Herbert Voss  <voss@lyx.org>
7826
7827         * lyxlength.[Ch]: add inBP() to get the right PS-point
7828         units (BigPoint). With inPixels we have rounding errors
7829
7830 2002-04-11  Juergen Vigna  <jug@sad.it>
7831
7832         * text2.C (setCursorFromCoordinates): set iy to the right value.
7833         (setCursor): add check if row->previous exists!
7834
7835         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7836         an old float_type as this was the case in the old code!
7837
7838         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7839
7840         * BufferView2.C (showLockedInsetCursor): use iy
7841         (fitLockedInsetCursor): ditto
7842
7843         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7844         locked insets as there we have the right value now.
7845
7846         * lyxcursor.C: added iy_ variable and iy functions to set to the
7847         baseline of cursor-y of the locked inset.
7848
7849         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7850         (setCursor): fixed for insets which need a full row.
7851
7852         * text.C (rowLastPrintable): don't ignore the last space when before
7853         an inset which needs a full row.
7854         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7855         as last character of a row when before a inset which needs a full row.
7856
7857 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7858
7859         * version.C.in: update date
7860
7861         * text2.C (fullRebreak): try to always return true and see what
7862         happens...
7863
7864 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7865
7866         * MenuBackend.C (expand): use Floating::listName
7867
7868         * FloatList.C (FloatList): add listName argument to the built-in
7869         floats
7870
7871         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7872         text associated with the float.
7873
7874 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7875
7876         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7877
7878 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7879
7880         * ShareContainer.h: add a couple of missing typenames.
7881
7882 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7883
7884         * lyxrc.C (getDescription): use _() correctly rather than N_().
7885
7886 2002-03-28  Herbert Voss  <voss@lyx.org>
7887
7888         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7889         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7890
7891 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7892
7893         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7894         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7895
7896 2002-03-29  Juergen Vigna  <jug@sad.it>
7897
7898         * lyxfunc.C (dispatch): add a missing fitCursor call.
7899
7900         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7901         it was scrolled by a cursor move, so return the bool status.
7902
7903         * BufferView.C (fitCursor): return the bool flag also to the outside
7904         world as this is needed.
7905
7906         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7907
7908         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7909         call the edit() as it is not needed (and wrong) IMO.
7910         (workAreaButtonPress): set the screen_first variable before evt.
7911         unlock the inset as this may change screen_first and then we have
7912         a wrong y position for the click!
7913
7914 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7915
7916         * MenuBackend.C (expand): another translation that I missed
7917
7918 2002-03-28  Juergen Vigna  <jug@sad.it>
7919
7920         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7921
7922         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7923
7924 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7925
7926         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7927
7928         * MenuBackend.C (expand): fix export/view/update when there is no
7929         document open.
7930
7931 2002-03-27  Herbert Voss  <voss@lyx.org>
7932
7933         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7934         and text%
7935
7936 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7937
7938         * bufferview_funcs.C (currentState): only show paragraph number
7939         for is DEVEL_VERSION is set.
7940
7941         * lyxfunc.C (dispatch): put warning in INFO channel
7942
7943         * MenuBackend.C (expand): translate the name of floats
7944
7945         * FloatList.C (FloatList): mark the float names for translation
7946
7947         * converter.C (convert): use LibScriptSearch
7948
7949 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7950
7951         * MenuBackend.C (defaults): fix default menu (we might as well get
7952         rid of it...)
7953
7954 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7955
7956         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
7957         directory.
7958
7959 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7960
7961         * lyxvc.C: reorder includes.
7962
7963 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
7964
7965         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
7966           properly
7967
7968 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
7969
7970         * CutAndPaste.C: change layouts earlier on paste
7971           to avoid crashing when calling getFont()
7972
7973 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
7974
7975         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
7976         irritating #error.
7977
7978 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7979
7980         * WorkArea.C: remove 'Pending' debug message.
7981
7982         * most files: ws cleanup
7983
7984         * buffer.[Ch]: ws changes
7985
7986         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
7987
7988 2002-03-21  Juergen Vigna  <jug@sad.it>
7989
7990         * tabular.C (SetMultiColumn): collapse also the contents of the
7991         cells and set the last border right. Added a Buffer const * param.
7992
7993 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7994
7995         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
7996         linking or not.
7997
7998 2002-03-19  Juergen Vigna  <jug@sad.it>
7999
8000         * text2.C (clearSelection): reset also xsel_cache.
8001
8002         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8003         where it needs to be called (John tells us to do so too :)
8004         (selectionLost): reset sel_cache.
8005
8006         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8007
8008 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8009
8010         * text2.C (setCursorIntern): put debuging code in INSETS channel
8011
8012 2002-03-19  André Pönitz <poenitz@gmx.net>
8013
8014         * lyxfunc.C: tiny whitespace change
8015
8016 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8017
8018         * ToolbarDefaults.C (init):
8019         * LyXAction.C (init):
8020         * commandtags.h:
8021         * BufferView_pimpl.C (Dispatch):
8022         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8023
8024 2002-03-19  Allan Rae  <rae@lyx.org>
8025
8026         * exporter.C (Export): removeAutoInsets before doing anything else.
8027         While I've just introduced a dependency on BufferView this really is
8028         the best place to clean the buffer otherwise you need to cleanup in
8029         a dozen places before calling export or cleanup in a dozen functions
8030         that export calls.
8031
8032         * converter.C (runLaTeX):
8033         (scanLog): Better handling of removeAutoInsets and screen updates.
8034
8035         * lyxfunc.C (dispatch): small whitespace changes
8036
8037 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8038
8039         * WorkArea.C (C_WorkAreaEvent): return a value.
8040         (event_cb): return 1 if we handled the event, 0 otherwise.
8041
8042         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8043
8044 2002-03-18  Juergen Vigna  <jug@sad.it>
8045
8046         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8047         (GetAdditionalWidth): ditto.
8048         (RightLine): ditto.
8049         (LeftLine): ditto.
8050
8051         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8052         inset if we're there actually (probably not used right now but this
8053         is the direction to go for unifying code).
8054         (paste): disable code to clear the selection.
8055
8056         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8057         inside an InsetText and move the check further up as it is in the
8058         wrong place.
8059
8060         * text2.C (pasteSelection): set a selection over the pasted text.
8061
8062 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8063
8064         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8065         and libgraphics to build on Cygwin.
8066
8067 2002-03-15  Juergen Vigna  <jug@sad.it>
8068
8069         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8070         inserting an Inset into the paragraph. I know this is not the best
8071         fix but we already use current_view in CutAndPaste so we will remove
8072         all of it's using at the same time.
8073
8074         * buffer.C (sgmlError): deactivated function till it is rewritten in
8075         the right mode, now it can create problems.
8076
8077         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8078         before accessing it.
8079
8080 2002-03-14  Juergen Vigna  <jug@sad.it>
8081
8082         * undo_funcs.C (textHandleUndo): do the right thing when updating
8083         the inset after the undo/redo.
8084
8085         * text2.C (setCursor): just some testcode for #44 not ready yet.
8086
8087         * undo_funcs.C (textHandleUndo): set the next() and previous()
8088         pointers of the paragraph to 0 before deleting otherwise we have
8089         problems with the Paragraph::[destructor].
8090
8091         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8092         on a paragraph insertion.
8093
8094 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8095
8096         * buffer.C (asciiParagraph): use += operator for char append to
8097         string.
8098
8099         * paragraph.C (getFontSettings): compare >= not just >
8100         (highestFontInRange): ditto
8101         (setFont): ditto
8102
8103 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8104
8105         * paragraph.C: change several algorithm to be more appripriate for
8106         the problem domain. This is lookip in FontList and in the InsetList.
8107
8108 2002-03-13  André Pönitz <poenitz@gmx.net>
8109
8110         * commandtags.h:
8111         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8112
8113 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8114
8115         * commandtags.h:
8116         * LyXAction.C:
8117         * lyxfunc.C:
8118         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8119
8120 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8121
8122         * Painter.C (display): anon helper function, adjust code for this
8123         change.
8124         (pixmap): remove function.
8125
8126         * Painter.h: remove private display variable.
8127
8128         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8129
8130 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8131
8132         * WorkArea.[Ch]: remove figinset_canvas cruft.
8133
8134 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8135
8136         * lyxtextclass.C (operator): add one item cache optimization.
8137
8138         * bufferlist.h: doxy changes
8139
8140         * bufferlist.C: ws changes
8141
8142         * DepTable.[Ch] (ext_exist): place const in the right spot.
8143
8144         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8145         call resizeInsets.
8146         (workAreaExpose): call resizeInsets when the with BufferView changes.
8147         (Dispatch): adjust for protectedBlank removal
8148         (specialChar): call updateInset if the insert went ok.
8149
8150         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8151         specialChar instead.
8152
8153         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8154
8155         * BufferView.h: doxy change
8156
8157         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8158
8159         * lyxtextclass.C (operator[]): remove non-const version
8160         (defaultLayout): remove non-const version
8161
8162 2002-03-12  Juergen Vigna  <jug@sad.it>
8163
8164         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8165         did resize the LyXText too.
8166
8167         * buffer.C (readLyXformat2): set layout information on newly allocated
8168         paragraphs.
8169
8170         * tabular.C (OldFormatRead): set layout information on the paragraph.
8171
8172 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8173
8174         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8175
8176 2002-03-11  Juergen Vigna  <jug@sad.it>
8177
8178         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8179         plainly wrong.
8180         (resizeCurrentBuffer): force also the insets to resize themselfes.
8181         (moveCursorUpdate): fixed up for InsetText.
8182
8183 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8184
8185         * commandtags.h:
8186         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8187         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8188         value of Dialogs::tooltipsEnabled().
8189         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8190
8191 2002-03-08  Juergen Vigna  <jug@sad.it>
8192
8193         * BufferView_pimpl.C (updateInset): update inset inside inset also
8194         if it isn't inside theLockingInset().
8195
8196 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8197
8198         * buffer.C (asciiParagraph): redo some of the word and line length
8199         handling.
8200         (getLists): look for Caption instead of caption.
8201
8202 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8203
8204         * buffer.C (Buffer): initialize niceFile to true
8205         (makeLaTeXFile):
8206         (makeLinuxDocFile):
8207         (makeDocBookFile): make sure niceFile is true on exit
8208
8209 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8210
8211         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8212
8213 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8214
8215         * LyXSendto.C: remove.
8216         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8217         * lyx_gui.C: remove now-redundant comment.
8218         * ColorHandler.h: remove forward declaration of class WorkArea.
8219         * lyxfunc.C: remove #include "WorkArea.h".
8220
8221 2002-03-07  Juergen Vigna  <jug@sad.it>
8222
8223         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8224         got moved away with the DEPM and also set the inset_owner always
8225         right which before could have been omitted.
8226
8227 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8228
8229         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8230         wanted layout is not found.
8231
8232 2002-03-07  Juergen Vigna  <jug@sad.it>
8233
8234         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8235
8236 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8237
8238         * paragraph.C (breakParagraph): use default layout not layout of
8239         prev paragraph.
8240         (Paragraph): clear ParagraphParameters.
8241
8242 2002-03-06  Juergen Vigna  <jug@sad.it>
8243
8244         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8245         otherwise it would not be a valid lenght. Fixed a special case in
8246         the minipage compatibility read where we end the document with a
8247         minipage.
8248
8249         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8250         was set as it could be 0 for InsetTexts first entry.
8251
8252 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8253
8254         * paragraph.C (writeFile): if layout is empty write out
8255         defaultLayoutName().
8256
8257         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8258         file without named layout we set layout to defaultLayoutName().
8259
8260 2002-03-06  Juergen Vigna  <jug@sad.it>
8261
8262         * CutAndPaste.C (copySelection): set layout for new paragraph.
8263
8264         * text.C (prepareToPrint): leave ERT inset left aligned
8265         (leftMargin): don't indent paragraphs inside ERT insets
8266
8267 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8268
8269         * paragraph.C (breakParagraph): dont call clear do the work manually
8270
8271         * paragraph.[Ch] (clear): remove function
8272
8273 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8274
8275         * paragraph.C (Paragraph): dont call clear, the work has already
8276         been done.
8277
8278         * lyxtextclass.C (operator): assert if n is empty
8279
8280         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8281         work manually instead.
8282
8283 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8284
8285         * BufferView_pimpl.C: protect selectionLost against text == 0
8286
8287 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8288
8289         * text.C (breakParagraph): fix a setting layout to '0' problem.
8290
8291 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8292
8293         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8294         final location of file, for the included files, and graphics.
8295
8296 2002-03-05  Juergen Vigna  <jug@sad.it>
8297
8298         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8299
8300 2002-03-04  Juergen Vigna  <jug@sad.it>
8301
8302         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8303
8304         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8305         last column of multicolumn cells.
8306         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8307
8308 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8309
8310         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8311         file if it doesn't go to a temporary file.
8312
8313         * buffer.C (sgmlOpenTag):
8314         (sgmlCloseTag):  remove extra newline insertion.
8315
8316 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8317
8318         * text.C (getRowNearY): comment out debug msg
8319
8320 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8321
8322         * text2.C: first -> first_y
8323
8324         * text.C (getRowNearY): add some attemts at a possible
8325         optimization, not working.
8326
8327         * tabular.[Ch]: add BufferParams to several function so that newly
8328         created paragraph can be initialized to he default layotu for the
8329         buffers textclass.
8330
8331         * tabular-old.C (ReadOld): add buf->params to call of Init
8332
8333         * screen.C: rename text->first to text->first_y
8334
8335         * paragraph.C (breakParagraph): always set layout in the broken
8336         paragraph
8337
8338         * lyxtextclass.C (Read): remove lowercase
8339         (hasLayout): ditto
8340         (operator): ditto
8341         (delete_layout): ditto
8342
8343         * lyxtext.h: rename first -> first_y
8344
8345         * lyxlayout.C (Read): remove lowercase
8346         (name): ditto
8347         (setName): ditto
8348         (obsoleted_by): ditto
8349
8350         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8351
8352         * buffer.C (insertErtContents): add params are to InsetERT
8353         (parseSingleLyXformat2Token): add code to check if a paragraphs
8354         layout really exist.
8355         (parseSingleLyXformat2Token): add params to several inset
8356         constructors
8357         (asciiParagraph): remove lowercase, do the layout comparisons with
8358         no_case
8359
8360         * BufferView_pimpl.C (cursorNext): first -> first_y
8361         (resizeCurrentBuffer): first -> first_y
8362         (updateScrollbar): first -> first_y
8363         (scrollCB): first -> first_y
8364         (workAreaMotionNotify): first -> first_y
8365         (workAreaButtonPress): first -> first_y
8366         (checkInsetHit): first -> first_y
8367         (cursorPrevious): first -> first_y
8368         (cursorNext): first -> first_y
8369         (Dispatch): add buffer_->params to severl inset contructors
8370
8371 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8372
8373         * lyxlayout.C (Read): remove some debug info that I forgot.
8374
8375         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8376         clean up the code slightly.
8377         (makeLinuxDocFile): ditto
8378         (makeDocBookFile): ditto
8379
8380         * text2.C: layout as string
8381
8382         * text.C: layout as string
8383
8384         * paragraph_pimpl.C: layout as string
8385
8386         * paragraph.[Ch]: layout as string
8387
8388         * lyxtextclasslist.[Ch]: layout as string
8389
8390         * lyxtextclass.[Ch]: layout as string
8391
8392         * lyxtext.h: layout as string
8393
8394         * lyxlayout.[Ch]: layout as string
8395
8396         * lyx_cb.C: layout as string
8397
8398         * bufferview_funcs.C: layout as string
8399
8400         * bufferparams.C: layout as string
8401
8402         * buffer.C: layout as string
8403
8404         * LyXView.[Ch]: layout as string
8405
8406         * LaTeXFeatures.[Ch]: layout as string
8407
8408         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8409
8410         * BufferView_pimpl.C: change current_layout to string, remove
8411         lyx::layout_type.
8412         (Dispatch):
8413         (smartQuote):
8414         (insertInset):
8415         (workAreaButtonRelease): layout as string
8416
8417         * BufferView2.C (unlockInset): adjust
8418
8419         * vspace.C (asLatexCommand): use an explict temp variable.
8420
8421 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8422
8423         * Makefile.am: use FRONTEND_*
8424
8425 2002-03-01  Juergen Vigna  <jug@sad.it>
8426
8427         * tabular.C (SetWidthOfMulticolCell): changed to something better
8428         I hope but still work in progress.
8429         (recalculateMulticolumnsOfColumn): renamed function from
8430         recalculateMulticolCells as it is more appropriate now.
8431         (SetWidthOfCell): calculate multicols better.
8432
8433 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8434
8435         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8436
8437         * lyxfunc.C (processKeySym): print sequence also if it is
8438         `deleted' (complete)
8439
8440         * kbsequence.C (print): print sequence even if it is deleted
8441         (complete would be a better word, actually).
8442
8443         * lyxfunc.C (dispatch): print complete options after a prefix key
8444
8445         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8446
8447 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8448
8449         * text2.C (setCharFont): eliminate setCharFont code duplication.
8450
8451 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8452
8453         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8454         LFUN_TABULAR_FEATURE (bug #177)
8455
8456 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8457
8458         * Makefile.am: remove figure.h
8459
8460 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8461
8462         * Bufferview_pimpl.C:
8463         * CutAndPasteC:
8464         * LaTeX.C:
8465         * LyXSendto.C:
8466         * buffer.C:
8467         * bufferlist.C:
8468         * converter.C:
8469         * language.C:
8470         * lyxfunc.C:
8471         * lyxvc.C:
8472         * paragraph.C:
8473         * text.C:
8474         * text2.C: remove #include "lyx_gui_misc.h".
8475
8476         * LaTeX.C: added #include <cstdio>
8477
8478 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8479
8480         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8481         that the paragraph following this one can have.
8482
8483         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8484
8485         * vspace.C (asLatexCommand): fix bogus gcc warning
8486
8487         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8488
8489 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8490
8491         * text2.C (setLayout): get rid of redundant code
8492
8493 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8494
8495         * text2.C (incDepth): make sure depth cannot be increased beyond
8496         reasonable values.
8497
8498 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8499
8500         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8501         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8502
8503         * PainterBase.h (image):
8504         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8505         a LyXImage const *.
8506
8507 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8508
8509         * BufferView.C:
8510         * BufferView.h:
8511         * BufferView_pimpl.C:
8512         * BufferView_pimpl.h:
8513         * LaTeXFeatures.C:
8514         * LyXAction.C:
8515         * LyXView.C:
8516         * Makefile.am:
8517         * UpdateList.h:
8518         * UpdateList.C:
8519         * buffer.C:
8520         * figure.h:
8521         * figureForm.C:
8522         * figureForm.h:
8523         * figure_form.C:
8524         * figure_form.h:
8525         * lyx_cb.C:
8526         * lyx_gui.C:
8527         * lyx_gui_misc.C:
8528         * lyxfunc.C:
8529         * sp_base.h:
8530         * sp_ispell.h:
8531         * sp_pspell.h:
8532         * sp_spell.C: remove fig inset, and the crap house of
8533           cards that follows it
8534
8535 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8536
8537         * Makefile.am:
8538         * lyxserver.C:
8539         * os2_defines.h:
8540         * os2_errortable.h:
8541         * nt_defines.h: move .h into support/
8542
8543         * vms_defines.h: remove
8544
8545         * WorkArea.C: add space in debug output
8546
8547         * text2.C:
8548         * paragraph.C:
8549         * buffer.C: add WITH_WARNINGS
8550
8551         * vc-backend.h:
8552         * vc-backend.C:
8553         * bufferlist.C: s/retrive/retrieve/, add docs
8554
8555         * vspace.h:
8556         * vspace.C:
8557         * kbmap.h:
8558         * lyxlength.h:
8559         * lyxgluelength.h:
8560         * length_common.h:
8561         * chset.h:
8562         * chset.C: add docs
8563
8564         * lyxgui.C: add ID to X error handler
8565
8566         * lyxtestclass.c: fix typo
8567
8568 2002-02-26  Juergen Vigna  <jug@sad.it>
8569
8570         * tabular_funcs.C (write_attribute): changed so that some default
8571         attributes are not written at all.
8572         (getTokenValue): set default values before trying to read the
8573         value so we have the return value always set as default if we don't
8574         find the token we search for.
8575
8576         * tabular.C (Write): write bools as bools not as strings!
8577
8578 2002-02-22  Juergen Vigna  <jug@sad.it>
8579
8580         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8581         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8582
8583         * text.C (leftMargin): don't add an indent for paragraphs inside
8584         tabular cells (fix #208).
8585
8586 2002-02-21  José Matos  <jamatos@fep.up.pt>
8587
8588         * tabular.C (docBook): fixed support for long tables.
8589
8590 2002-02-20  Juergen Vigna  <jug@sad.it>
8591
8592         * text2.C (getFont): get the drawing font of the Inset if this
8593         paragraph is inside an inset (only important for InsetERT for now).
8594
8595         * buffer.C (insertErtContents): use new lanugage params in ERT
8596         constructor.
8597
8598         * CutAndPaste.C: commenting out seemingly uneeded code.
8599
8600 2002-02-19  Allan Rae  <rae@lyx.org>
8601
8602         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8603         Iterators might be simple to use but they also get invalidated.
8604         (removeAutoInsets): renamed saved cursor tracking variables and added
8605         some comments to clarify what everything does.
8606
8607 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8608
8609         * Chktex.C:
8610         * LaTeX.C:
8611         * LyXSendto.C:
8612         * converter.C:
8613         * lyx_cb.C:
8614         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8615         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8616
8617         * lyxfunc.C:
8618         * vc-backend.h: remove #include "support/syscall.h"
8619
8620         * LaTeX.C:
8621         * LyXSendto.C:
8622         * converter.C: rearrange #includes in Lars' approved fashion.
8623
8624         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8625         forward declare class Timeout in the header file.
8626
8627         * XFormsView.C: changes due to the above.
8628
8629         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8630         similar to LyXView.
8631
8632         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8633         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8634
8635 2002-02-18  José Matos  <jamatos@fep.up.pt>
8636
8637         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8638         insets contents.
8639
8640 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8641
8642         * a lot of small ws changes
8643         * add a lot of using std::XXX
8644         * use std construcs some places where approp.
8645         * use some exisint stuff from lyxfunctional where approp.
8646         * Make file changes to use partial linking (lets test this now...)
8647
8648 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8649
8650         * Chktex.C:
8651         * buffer.C:
8652         remove #include "support/syscontr.h" as it's redundant. Always has been.
8653
8654         * Chktex.C:
8655         * LaTeX.C:
8656         * LyXSendto.C:
8657         * converter.C:
8658         * lyx_cb.C:
8659         * vc-backend.C:
8660         change Systemcalls::System to Systemcalls::Wait and
8661         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8662         No change of functionality, just reflects the stripped down Systemcalls
8663         class.
8664
8665 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8666
8667         * debug.[Ch]: add a GRAPHICS type to the enum.
8668
8669 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8670
8671         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8672
8673         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8674         there is an inset.
8675
8676 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8677
8678         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8679         match the changes below.
8680
8681         * text2.C (toggleInset): if there is not editable inset at cursor
8682         position, try to see if cursor is _inside_ a collapsable inset
8683         and close it.
8684
8685 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8686
8687         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8688         document menu has a nice checkbox
8689
8690 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8691
8692         * lyxlength.C (asLatexString): change PW to output as percent of
8693         \textwidth.
8694
8695         * lengthcommon.C: change '%' to 't%'
8696
8697         * lyxfunc.C (dispatch): a few comments from Martin
8698
8699 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8700
8701         * WorkArea.h:
8702         * WorkArea.C:
8703         * BufferView_pimpl.h:
8704         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8705           the X selection.
8706
8707 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8708
8709         * vspace.C (inPixels): fix compiler warning
8710
8711 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8712
8713         * lyxfunc.C (getStatus): fix status message for disabled commands.
8714
8715 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8716
8717         * BufferView_pimpl.C: fix crash on close buffer
8718         during selection (#227)
8719
8720 2002-01-27  Herbert Voss  <voss@lyx.org>
8721
8722         * buffer.C: link old Figure to new graphic inset
8723
8724 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8725
8726         * FontLoader.C (getFontinfo): Change the latex font names in order
8727         to match the names of type1inst.
8728
8729 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8730
8731         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8732
8733         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8734         (extchanged): ditto
8735         (ext_exist): ditto
8736         (remove_files_with_extension): ditto
8737         (remove_file): ditto
8738         (write): ditto
8739
8740         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8741         document is smaller than the work area height. Do not initialize
8742         static variables to 0.
8743
8744 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8745
8746         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8747
8748         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8749         LFUN_LAYOUT_PARAGRAPHS.
8750
8751         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8752         tabular. It is possible to provide a possible cell, which will
8753         typically be the actcell from the corresponding insettabular
8754
8755         * lyxfunc.C (getStatus): small cleanup; disable
8756         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8757         true
8758
8759 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8760
8761         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8762
8763         * paragraph.C (startTeXParParams):
8764         (endTeXParParams): new methods. The LaTeX code to
8765         start/end paragraph formatting
8766         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8767         empty (fixes bug #200)
8768
8769         * vspace.C (inPixels): adapt to the change below
8770         (inPixels): [later] more cleanups (remove unused variables)
8771
8772         * lyxlength.C (inPixels): change to use a width and a height as
8773         parameter.
8774
8775 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8776
8777         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8778         Replaced with \paperwidth
8779
8780         * DepTable.C (insert): add std:: qualifier
8781
8782 2002-01-18  Allan Rae  <rae@lyx.org>
8783
8784         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8785         updated also?
8786
8787         * text.C (drawInset): Turned out I didn't know enough about how
8788         rebreaking worked.  This fixes most of the redraw problems.  I see
8789         an occasional cursor trail when a line is broken now and the cursor
8790         placement can seem out by a few pixels also after a rebreak.
8791
8792 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8793
8794         * buffer.C (parseSingleLyXformat2Token): update because minipage
8795         width is now a LyXLength
8796
8797         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8798
8799         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8800         math insets
8801
8802 2002-01-17  Juergen Vigna  <jug@sad.it>
8803
8804         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8805
8806         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8807         is set correctly and the inset is updated correctly.
8808
8809 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8810
8811         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8812         the beginning of the loop.
8813
8814 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8815
8816         * lyxrc.C: improve help for use_scalable_fonts
8817
8818 2002-01-17  Allan Rae  <rae@lyx.org>
8819
8820         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8821
8822 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8823
8824         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8825         make sure to set their inset_owner to the right value (bug #171)
8826
8827 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8828
8829         * DepTable.h
8830         * DepTable.C: Implement mtime checking to reduce time spent doing
8831         CRCs.
8832
8833 2002-01-16  Juergen Vigna  <jug@sad.it>
8834
8835         * tabular.C (GetAdditionalHeight): one of error fixed.
8836
8837         * lyxrc.C (output): small fix in writing use_pspell.
8838
8839 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8840
8841         * sp_base.h: #include LString.h
8842
8843 2002-01-16  Allan Rae  <rae@lyx.org>
8844
8845         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8846         Can someone check this please?
8847
8848         * text.C (drawInset): It was possible that p.row would be removed by
8849         breakAgainOneRow upsetting a few other settings.  There may be another
8850         small tweak possible by setting need_break_row = 0 when p.row has been
8851         removed but I don't know enough about the logic here.
8852
8853 2002-01-15  Allan Rae  <rae@lyx.org>
8854
8855         * text.C (insertChar): removed conditional truism.
8856
8857         * BufferView2.C (removeAutoInsets): More tweaks.
8858         cur_par_prev could be a stray pointer.  Check for trailing empty line
8859         in case last line was cur_par and only had an error inset on it.
8860
8861 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8862
8863         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8864         absolute
8865
8866         * vc-backend.C (most methods):
8867         * exporter.C (Export):
8868         * converter.C (convert):
8869         (runLaTeX):
8870         * LyXSendto.C (SendtoApplyCB):
8871         * lyxfunc.C (dispatch):
8872         (menuNew):
8873         (open):
8874         (doImport):
8875         * lyx_cb.C (AutoSave):
8876         (InsertAsciiFile):
8877         * BufferView_pimpl.C (MenuInsertLyXFile):
8878         * buffer.C (runChktex): use Buffer::filePath().
8879
8880         * buffer.h: rename filename to filename_; rename filepath to
8881         filepath_ and make it private
8882         (filePath): new method
8883
8884         * buffer.C (writeFile): use fileName()
8885         (getLatexName):
8886
8887         * lyx_main.C (init): fix starting  of LyX when the binary is a
8888         link from so,ewhere else.
8889
8890         * minibuffer.C: include <cctype> for isprint
8891
8892 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8893
8894         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8895         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8896         name clash with InsetCollapsable's width function.
8897
8898 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8899
8900         * lastfiles.C: include <iterator>
8901
8902 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8903
8904         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8905         std::count.
8906
8907         * buffer.C (makeLaTeXFile): ditto.
8908         Also make loop operation more transparent.
8909
8910 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8911
8912         * ToolbarDefaults.C: remove trailing comma closing namespace.
8913
8914         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8915
8916         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8917         as in WorkArea.
8918
8919         * trans.C (Load): comment out unused variable, allowed.
8920
8921 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8922
8923         * minibuffer.[Ch] (append_char): new method to recieve input from the
8924         drop-down completion browser. If a key was pressed, then recieve this
8925         char and append it to the existing string.
8926         (peek_event): modify the positioning data passed to the completion
8927         browser so that it can be placed above the minibuffer rather than below.
8928 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8929
8930         * LyXAction.C (init): alloe error-next for readonly documents.
8931
8932         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8933         count.
8934
8935 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8936
8937         * bufferlist.C (readFile): create the buffer _after_ checking that
8938         the file exists.
8939
8940         * lyxfunc.C (verboseDispatch): fix handling of arguments
8941
8942         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
8943
8944         * lyxrc.C: use string::erase() instead of initializing to "".
8945
8946
8947 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
8948
8949         * BufferView_pimpl.h:
8950         * BufferView_pimpl.C:
8951         * WorkArea.h:
8952         * WorkArea.C:
8953         * text2.C: tell X when we have made a selection for copying
8954
8955 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8956
8957         * BufferView_pimpl.C (MenuInsertLyXFile):
8958         * lyxfunc.C (menuNew):
8959         (open):
8960         (doImport): add shortcuts to directory buttons
8961
8962         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
8963         open a float)
8964
8965         * lyxfunc.C (setStatusMessage):
8966         (getStatusMessage): new methods
8967         (getStatus):use setStatusMessage instead of setErrorMessage
8968         (dispatch): when function is disabled, set error message here
8969         [instead of in getStatus previously]
8970
8971         * BufferView_pimpl.C (workAreaButtonRelease): update
8972         toolbar/menubar here too.
8973
8974 2002-01-13  Allan Rae  <rae@lyx.org>
8975
8976         * BufferView2.C (removeAutoInsets): finished off earlier fix.
8977         Now seems indestructible.  Remaining task is to audit all other
8978         code affected by deleteEmptyParagraphMechanism.  One small quirk
8979         left is that an empty document with an error in the preamble can
8980         be made to report an error but no error box appears.  I don't know
8981         where it goes.
8982         (removeAutoInsets): Improved comments.
8983
8984 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
8985
8986         * Thesaurus.h:
8987         * Thesaurus.C: update for Aiksaurus 0.14
8988
8989 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8990
8991         * text2.C (firstParagraph): removed member function, all uses
8992         replaces with ownerParagraph
8993         (redoParagraphs): here
8994         (updateInset): here
8995         (toggleAppendix): here
8996         * BufferView2.C (insertErrors): here
8997         (setCursorFromRow): here
8998
8999 2002-01-13  Allan Rae  <rae@lyx.org>
9000
9001         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9002         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9003         There is still a way to segfault this although you may have to do this
9004         multiple times: Have an InsetERT with an unknown command in it.
9005         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9006         <down-arrow>, <Enter> again, View->DVI, BANG!
9007
9008         * text2.C (setCursor):
9009         (deleteEmptyParagraphMechanism):
9010         * lyxtext.h (setCursor):
9011         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9012         Making use of the return value may help fix other bugs.
9013
9014 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9015
9016         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9017
9018         * LyXView.C (updateMenubar): call MenuBar::update here
9019         (updateToolbar): but not here
9020         (showState): do not update toolbar/menubar
9021
9022         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9023         should need to care about that.
9024
9025         * lyxfunc.C (verboseDispatch): simplify a bit
9026         (getStatus): have a version which takes a pseudoaction, and
9027         another which requires a (kb_action,string).
9028
9029         * LyXAction.C (retrieveActionArg): make it work also when action
9030         is not a pseudo-action.
9031         (getActionName): simplify a bit
9032         (helpText):
9033
9034 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9035
9036         * lyxfunc.C (verboseDispatch): new families of methods with
9037         several ways to specify a command and a bool to indicate whether
9038         the command name and shortcut should be displayed in minibuffer
9039         (eventually, we could extend that to a finer bitmask like
9040         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9041         (dispatch): the pristine dispatch command which just, well,
9042         dispatchs! Note it still sets its result to minibuffer; I'm not
9043         sure we want that.
9044
9045         * lyxfunc.h: remove setHintMessage
9046
9047         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9048
9049 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9050
9051         * BufferView_pimpl.C (specialChar): delete new inset if we have
9052         not been able to insert it.
9053
9054         * kbmap.C: revert to using int instead of kb_action, since all we
9055         are dealing with is pseudo-actions.
9056
9057         * LyXAction.C (searchActionArg): change to return int instead of
9058         kb_action, since the result is a pseudoaction.
9059
9060 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9061
9062         * buffer.C (insertErtContents): Fix (partially) the font bug.
9063
9064 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9065
9066         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9067         as the other one is broken on my machine!
9068
9069 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9070
9071         * commandtags.h:
9072         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9073
9074 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9075
9076         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9077         reflect their actual use. Provide compatibility code for older lyxrc
9078         files.
9079
9080         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9081         FL_NORMAL_STYLE.
9082         change names of popup font variables in line with the changes to lyxrc.C
9083
9084 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9085
9086         * buffer.C (asciiParagraph): avoid outputing a word twice after
9087         an inset.
9088
9089         * lyxrc.C (getDescription): document that document_path and
9090         template_path can be empty.
9091
9092 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9093
9094         * LaTeXFeatures.C (getMacros):
9095         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9096
9097         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9098
9099         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9100         getPackages.
9101         (getPackages): rename feature "floats" to "float". Use an array to
9102         iterate over 'simple' features (i.e. just a \usepackage). Add
9103         handling of "amsmath" (renamed from "amsstyle").
9104
9105 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9106
9107         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9108         features list.
9109
9110 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9111
9112         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9113         FuncStaus::FuncStatus & FuncStaus::some_method().
9114
9115 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9116
9117         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9118         of the func_satus stuff. Edited and massaged in various ways by
9119         JMarc.
9120
9121         * lyxfunc.C (getStatus): use FuncStatus
9122
9123 2002-01-08  Juergen Vigna  <jug@sad.it>
9124
9125         * text.C (nextBreakPoint): use function Inset::isChar().
9126
9127         * paragraph.C (TeXOnePar): use function
9128         Inset::forceDefaultParagraphs.
9129
9130         * buffer.C (latexParagraphs): use function
9131         Inset::forceDefaultParagraphs.
9132
9133 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9134
9135         * lyx_gui.C (init): set the style of the menu popups to
9136         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9137
9138 2002-01-07  Juergen Vigna  <jug@sad.it>
9139
9140         * text.C (setHeightOfRow): small fix
9141         (prepareToPrint): don't look at alignment if we don't have the place
9142         for doing it.
9143
9144 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9145
9146         * box.C: New file. Move the Box methods and functions out of box.h,
9147         following Lars' suggestion.
9148
9149 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9150
9151         * box.h: #include "support/LOstream.h", needed for inlined function.
9152
9153         * lyxtextclass.C:
9154         * lyxtextclasslist.C: added some using std declarations.
9155
9156 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9157
9158         * box.h: make signed dimensions to allow insets wider than
9159           the screen (bug #162)
9160
9161         * BufferView_pimpl.C: add some insetHit debug
9162
9163 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9164
9165         * vc-backend.C: add FIXME
9166
9167 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9168
9169         * lyxfunc.C (getStatus): enable code for showing math font status
9170         in toolbar/menu.
9171
9172 2002-01-07  Juergen Vigna  <jug@sad.it>
9173
9174         * text.C (nextBreakPoint): removed debug output not needed anymore.
9175
9176 2002-01-06  Juergen Vigna  <jug@sad.it>
9177
9178         * text.C (nextBreakPoint): fixed up this function we had this bug
9179         since ever but now hopefully we break row better.
9180         (insertChar): we have to check if an inset is the next char as it
9181         could now happen that a large inset is causing a break.
9182
9183 2002-01-05  Juergen Vigna  <jug@sad.it>
9184
9185         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9186         if it doesn't like to be drawed.
9187
9188 2002-01-04  Juergen Vigna  <jug@sad.it>
9189
9190         * BufferView2.C (lockInset): forgot to set a cursor.
9191
9192         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9193
9194 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9195
9196         * FormMathsPanel.C:
9197         * FormMathsPanel.h
9198         * MathsSymbols.C:
9199         * form_maths_panel.C:
9200         * form_maths_panel.h:
9201         * form_maths_panel.fd: implemented sub- and super- buttons in math
9202         panel.
9203
9204         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9205         (or ^ space) to be used as in TeX (req'd by André).
9206
9207         * lyxfunc.C: Allow ^ and _ again to be used both as
9208         super/subscript (mathed) and as themselves (in text).
9209
9210 2002-01-03  Allan Rae  <rae@lyx.org>
9211
9212         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9213         "LyX" or the filename of the current buffer if it has one.  This is a
9214         modified form of John Levon's patch.
9215
9216         * XFormsView.C (setWindowTitle): also set icon title.
9217
9218         * LyXView.h (setWindowTitle): signature changed.
9219         * XFormsView.h (setWindowTitle): ditto.
9220
9221 2002-01-02  Juergen Vigna  <jug@sad.it>
9222
9223         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9224
9225 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9226
9227         * screen.C (topCursorVisible): introduce a temp var for
9228         text->cursor.row(), handle the case where this row is null. (kindo
9229         hachish)
9230
9231         * text2.C (setCursor): add a couple of asserts.
9232
9233         * paragraph.h (inset_iterator): add -> operator
9234
9235         * paragraph.[Ch] (autoDeleteInsets): remove member function
9236
9237         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9238         cursor pos correctly and handle inset deletion by itself.
9239         (insertErrors): move iterator declaration out of for expression
9240
9241         * lyxtextclass.C: add <algorithm>
9242
9243         * Makefile.am: added the new files to sources, removed layout.C
9244
9245         * layout.C: removed file
9246
9247         * layout.h: remove LYX_DUMMY_LAYOUT
9248
9249         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9250         layout.
9251
9252         * lyxlayout.[Ch]:
9253         * lyxtextclass.[Ch]:
9254         * lyxtextclasslist.[Ch]: new files
9255
9256         * include order changes to a lot of files, also changes because of
9257         the six new files.
9258
9259 2001-12-27  Juergen Vigna  <jug@sad.it>
9260
9261         * buffer.C (asciiParagraph): more fixes.
9262
9263         * tabular.C (ascii): make ascii export support export of only the
9264         data separated by a column-delimiter.
9265         (ascii): better support for ascii export.
9266
9267         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9268
9269 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9270
9271         * tabular_funcs.C: use a "using std::getline" instead of the
9272         previous fix from Angus (necessary for cxx + lyxstring)
9273
9274 2001-12-24  Juergen Vigna  <jug@sad.it>
9275
9276         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9277
9278         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9279         problems. First check a minipage also if we have some ert-contents
9280         (not only on par->size(), second set the right depth of the paragraph
9281         on the relink to the root-paragraph-list!
9282
9283         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9284         which then did not anymore update the main paragraphs on undo/redo!
9285
9286 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9287
9288         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9289         code. Support all font-changing funcs (even those which are not in
9290         menu currently). Support for reporting font settings in
9291         mathed (disabled until Andre provides a function on mathed's side).
9292
9293         * func_status.h (toggle): small helper function to set toggle
9294         state on a flag.
9295
9296 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9297
9298         * tabular_funcs.C: getline -> std::getline
9299
9300 2001-12-21  Juergen Vigna  <jug@sad.it>
9301
9302         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9303         accessed and could be 0 (I couldn't generate this but it seems
9304         Michael could!).
9305
9306 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9307
9308         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9309         * tabular_funcs.h: here and include iosfwd
9310
9311 2001-12-20  Juergen Vigna  <jug@sad.it>
9312
9313         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9314         inside inset but undo_par was.
9315
9316 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9317
9318         * Thesaurus.C: always include <config.h> in sources.
9319
9320         * Painter.h:
9321         * lyxlookup.h:
9322         * box.h: do not include <config.h> in header files
9323
9324         * text.C (paintLastRow): remove unused variable
9325
9326         * text.C (transformChar):
9327         (insertChar):
9328         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9329
9330         * Painter.C (text):
9331         * font.C (width): rewrite to use uppercase() instead of
9332         islower/toupper.
9333
9334         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9335
9336 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9337
9338         * lyxfind.C: clean up of find failure position change
9339
9340 2001-12-20  Juergen Vigna  <jug@sad.it>
9341
9342         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9343
9344         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9345         (TeXRow): added to LaTeX a single tabular row.
9346         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9347         (Latex): simplified and finally good LT-h/f support.
9348         (various_functions): just small adaptions for LT-h/f support.
9349
9350         * tabular_funcs.[hC]: added and moved here all not classfunctions
9351         of LyXTabular.
9352
9353 2001-12-19  Juergen Vigna  <jug@sad.it>
9354
9355         * tabular.[Ch]: better support for longtabular options (not finished
9356         yet!)
9357
9358 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9359
9360         * text.C (paintLastRow): use the label font instead of the font of
9361         the last character to compute the size of *_BOX. This makes more
9362         sense and avoids a crash with empty paragraphs.
9363         Use Painter::rectangle to draw EMPTY_BOX.
9364
9365 2001-12-19  Juergen Vigna  <jug@sad.it>
9366
9367         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9368         the paragraphs if the replaced paragraph is not the first one!
9369         Tried to delete not used paragraphs but does not work yet so for
9370         now it's inside #ifdef's and by default off!
9371
9372 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9373
9374         * MenuBackend.C: include "lyx_main.h" instead of declaring
9375         lastfiles (actually was declared as LastFiles* instead of a
9376         scoped_ptr).
9377
9378 2001-12-17  Juergen Vigna  <jug@sad.it>
9379
9380         * tabular.C (AppendColumn): applied John's fix
9381
9382 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9383
9384         * BufferView.h:
9385         * BufferView.C:
9386         * BufferView_pimpl.h:
9387         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9388
9389         * Makefile.am:
9390         * box.h: new start of class for above
9391
9392         * lyxfunc.C: ignore space-only minibuffer dispatches.
9393           Show the command name when it doesn't exist
9394
9395         * minibuffer.C: don't add empty lines to the history
9396
9397         * minibuffer.C: add a space on dropdown completion
9398
9399 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9400
9401         * text.C: fix line above/below drawing in insets
9402
9403 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9404
9405         * lyxlength.C (LyXLength): Initialize private variables.
9406
9407 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9408
9409         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9410         when inserting error insets.
9411
9412 2001-12-13  Juergen Vigna  <jug@sad.it>
9413
9414         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9415         actually sometimes the before-paragraph.
9416         (setUndo): don't clear the redostack if we're not actually undoing!
9417
9418 2001-12-06  Juergen Vigna  <jug@sad.it>
9419
9420         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9421         and fixed redoing of main paragraph, so we can use it now ;)
9422
9423         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9424
9425 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9426
9427         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9428         Juergen's request
9429
9430 2001-12-13  André Pönitz <poenitz@gmx.net>
9431
9432         * undostack.[Ch]:
9433         * undo_func.C: minor cleanup
9434
9435 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9436
9437         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9438         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9439         font in urw-fonts package which is marked as -urw-fontspecific and
9440         does not work (incidentally, changing the encoding in the
9441         fonts.dir of this package to -adobe-fontspecific fixes the
9442         problem).
9443
9444         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9445         is a crash when undoing first paragraph (Juergen, please take a
9446         look). THis does not mean the undo fix is wrong, just that it
9447         uncovers problems.
9448
9449         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9450         the (Paragraph*) version when needed instead of duplicating the
9451         code.
9452
9453         * text.C (workWidth): use Inset::parOwner to find out where the
9454         inset has been inserted. This is a huge performance gain for large
9455         documents with lots of insets. If Inset::parOwner is not set, fall
9456         back on the brute force method
9457
9458         * paragraph_pimpl.C (insertInset):
9459         * paragraph.C (Paragraph):
9460         (cutIntoMinibuffer): set parOwner of insets when
9461         inserting/removing them
9462
9463         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9464
9465 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9466
9467         * commandtags.h:
9468         * LyXAction.C:
9469         * lyx_main.C:
9470         * lyxfunc.C:
9471         * mathed/formulabase.C:
9472         * mathed/math_cursor.[Ch]:
9473         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9474
9475
9476 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9477
9478         * lyxlength.[Ch] (operator!=): new function
9479
9480 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9481
9482         * text.C (workWidth): use Inset::parOwner to find out where the
9483         inset has been inserted. This is a huge performance gain for large
9484         documents with lots of insets. If Inset::parOwner is not set, fall
9485         back on the brute force method
9486
9487         * paragraph_pimpl.C (insertInset):
9488         * paragraph.C (Paragraph):
9489         (cutIntoMinibuffer): set parOwner of insets when
9490         inserting/removing them
9491
9492         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9493
9494 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9495
9496         * tabular-old.C (getTokenValue):
9497         * tabular.C (getTokenValue):
9498         (write_attribute): new versions for LyXLength
9499         (everywhere): adjust the use of widths
9500
9501         * tabular.h: change the type of widths from string to LyXLength
9502
9503 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9504
9505         * paragraph.C: fixed missing line number count when exporting
9506         Environments to LaTeX file
9507
9508         * buffer.C: added informational message for checking line numbers.
9509
9510 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9511
9512         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9513         paragraph, do the 'double space' part, but not the 'empty
9514         paragraph' one.
9515
9516         * text.C (workWidth): small optimization
9517         (getLengthMarkerHeight): use minimal size for negative lengths.
9518
9519 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9520
9521         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9522
9523         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9524
9525 2001-12-11  André Pönitz <poenitz@gmx.net>
9526
9527         * FontLoader.C:
9528         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9529
9530 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9531
9532         * text2.C: keep selection on a setFont()
9533
9534 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9535
9536         * lyx_cb.C: another bv->text misuse, from insert label
9537
9538 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9539
9540         * kbsequence.h:
9541         * kbsequence.C: re-instate nmodifier mask
9542
9543 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9544
9545         * lyx_main.h: make lyxGUI private.
9546
9547 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9548
9549         * lyxfind.C: place the cursor correctly on failed search
9550
9551 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9552
9553         * text.C (getLengthMarkerHeight): for small heights, the arrows
9554         are not always on top/bottom of the text
9555         (drawLengthMarker): smaller arrows; take the left margin in
9556         account; draw also vfills.
9557         (paintFirstRow):
9558         (paintLastRow): remove special code for vfill and standard spaces,
9559         since everything is handled in drawLengthMarker now.
9560
9561 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9562
9563         * buffer.C (insertErtContents): try to handle font and language
9564         interaction a bit better.g
9565
9566         * ColorHandler.C (updateColor): change the hash to cover the whole
9567         LColor enum, ws cleanup
9568         (getGCLinepars): ditto
9569         (getGCLinepars): only lookup in the linecache once.
9570
9571 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9572
9573         * iterators.C (operator++): Make the iterator more robust
9574
9575         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9576         (John's patch)
9577         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9578
9579 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9580
9581         * lyxtext.h:
9582         * text.C: better added space drawing
9583
9584 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9585
9586         * LyXView.C:
9587         * BufferView2.C: fix layout combo update on inset unlock
9588
9589 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9590
9591         * Makefile.am: don't compile unused files
9592
9593 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9594
9595         * lyxfunc.C:
9596         * commandtags.h:
9597         * LyXAction.C: remove old LFUN_LAYOUTNO
9598
9599 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9600
9601         * paragraph_pimpl.h:
9602         * paragraph_pimpl.C: isTextAt() doesn't need font param
9603
9604 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9605
9606         * lyxlex.h:
9607         * lyxlex.C: little cleanup
9608
9609 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9610
9611         * BufferView_pimpl.C: fix insertAscii for insets
9612
9613 2001-12-05  Juergen Vigna  <jug@sad.it>
9614
9615         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9616         set the right font on the "multi" paragraph paste!
9617
9618 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9619
9620         * trans_decl.h:
9621         * trans_mgr.[Ch]:
9622         * trans.[Ch]:
9623         * lyxgluelength.C:
9624         * lyxlength.C: remove out-commented code.
9625
9626         * BufferView_pimpl:
9627         * CutAndPaste.C:
9628         * DepTable.C:
9629         * buffer.C:
9630         * chset.C:
9631         * lastfiles.C:
9632         * lyxlex.C:
9633         * lyxlex_pimpl.C:
9634         * lyxserver.C:
9635         * screen.C:
9636         * tabular-old.C:
9637         * tabular.C:
9638         * text.C:
9639         * trans_mgr.C:
9640         * vc-backend.C: change "while(" to "while ("
9641
9642         * lyxlength.[Ch]: add zero function to check if length is zero or
9643         not
9644         * lyxgluelength.C: use it
9645
9646 2001-12-05  Allan Rae  <rae@lyx.org>
9647
9648         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9649         Works for 2.95.3, from what I understand of Garst's reports this should
9650         work for other g++ versions.  We're screwed if the abs(int) definition
9651         changed between bugfix releases of gcc.
9652
9653 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9654
9655         * text.C: fix chapter label offset !
9656
9657 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9658
9659         * lyxtext.h:
9660         * text.C: fix hfill at end of line, clean up
9661
9662 2001-12-04  Juergen Vigna  <jug@sad.it>
9663
9664         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9665         that we force an update of the inset and it's owners if neccessary.
9666
9667 2001-12-03  Juergen Vigna  <jug@sad.it>
9668
9669         * text.C (rowLast): simplified code
9670
9671 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9672
9673         * lyxfunc.C: fix show options on timeout
9674
9675 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9676
9677         * screen.C (topCursorVisible): scroll half a page when the cursor
9678         reached top of bottom of screen
9679
9680 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9681
9682         * minibuffer.C: deactivate on loss of focus
9683
9684 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9685
9686         * vspace.[Ch] (operator!=): add operator.
9687
9688 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9689
9690         * BufferView_pimpl.C: refuse to open an inset when
9691         there's a selection.
9692
9693 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9694
9695         * BufferView_pimpl.C: allow to click on RHS of full row insets
9696
9697 2001-11-30  Juergen Vigna  <jug@sad.it>
9698
9699         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9700         insets for undo reasons.
9701
9702 2001-11-28  André Pönitz <poenitz@gmx.net>
9703
9704         * vspace.[Ch]: cosmetical changes
9705
9706 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9707
9708         * LyXAction.h:
9709         * LyXAction.C:
9710         * lyxfunc.h:
9711         * lyxfunc.C:
9712         * kbmap.h:
9713         * kbmap.C:
9714         * lyxrc.C:
9715         * kbsequence.h:
9716         * kbsequence.C: part re-write of old kb code
9717
9718         * Painter.C:
9719         * WorkArea.C: remove Lgb_bug_find_hack
9720
9721 2001-11-30  José Matos <jamatos@fep.up.pt>
9722
9723         * buffer.C (makeDocBookFile): add a comment to point a hack.
9724         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9725         Fixed a double write of labels.
9726
9727 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9728
9729         * LaTeX.C:
9730         * LaTeX.h Fixed bug in LaTeX class where it would not
9731         re-run latex if no depfiles were changed, but the .dvi was removed.
9732
9733 2001-11-28  André Pönitz <poenitz@gmx.net>
9734
9735         * all the files from the change on 2001/11/26:
9736         use lyx::layout_type instead of LyXTextClass::size_type
9737         use lyx::textclass_type instead of LyXTextClassList::size_type
9738
9739 2001-11-29  Juergen Vigna  <jug@sad.it>
9740
9741         * text.C: added support for paragraph::isFreeSpacing()
9742
9743         * buffer.C: same as above
9744
9745         * paragraph.h: inserted isFreeSpacing() function to enable
9746         FreeSpacing inside InsetERT.
9747
9748         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9749         of the paragraph's in the cut/copy buffer to 0!
9750
9751         * text2.C (removeRow): remove the assert as it can!
9752
9753         * lyxtext.h: added helper function firstRow returning firstrow and
9754         made firstrow private again.
9755
9756         * BufferView2.C (lockInset): don't relock if we're already locked!
9757
9758         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9759         the only paragraph.
9760         (removeRow): added Assert::(firstrow)
9761
9762         * debug.C: forgot to add INSETTEXT here.
9763
9764 2001-11-28  Juergen Vigna  <jug@sad.it>
9765
9766         * sp_spell.C (initialize): changed error text to more general
9767         spellchecker command use (not only ispell!)
9768
9769         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9770
9771         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9772
9773 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9774
9775         * vspace.C: initialise lyxgluelength on failure
9776
9777 2001-11-28  Allan Rae  <rae@lyx.org>
9778
9779         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9780         declaration & definition that looks like a function declaration.
9781
9782 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9783
9784         * BufferView2.C (copy):
9785         (copyEnvironment): do not clear the selection when doing a copy.
9786
9787         * text.C (paintFirstRow): compilation fix
9788
9789 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9790
9791         * tabular.C (Latex): correct line count when writing latex.
9792
9793 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9794
9795         * paragraph_pimpl.h:
9796         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9797           bug a bit
9798
9799 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9800
9801         * text.C:
9802         * LColor.h:
9803         * LColor.C: change vfillline->added_space
9804
9805         * text.C: add markers and text for added space
9806
9807         * vspace.C: fix comment
9808
9809 2001-11-28  André Pönitz <poenitz@gmx.net>
9810
9811         * paragraph.C: whitespace changes
9812         * all the other files from the change on 2001/11/26:
9813         change *::pos_type into lyx::pos_type
9814
9815 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9816
9817         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9818         language of the document when inserting error insets.
9819
9820 2001-11-26  André Pönitz <poenitz@gmx.net>
9821
9822         * BufferView_pimpl.[Ch]:
9823         *       CutAndPaste.C:
9824         * buffer.[Ch]:
9825         * lyxcursor.[Ch]:
9826         * lyxfind.C:
9827         * lyxfunc.C:
9828         * lyxrow.[Ch]:
9829         * paragraph.[Ch]:
9830         * paragraph_pimpl.[Ch]:
9831         * sp_spell.C:
9832         * text.C:
9833         * text2.C: reduce header dependencies, introduce type for positions
9834
9835 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9836
9837         * <various>: change to use Alert.h
9838
9839 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9840
9841         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9842         when encountering an unknown token.
9843         (readLyXformat2): Show an error message if there were unknown tokens.
9844
9845 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9846
9847         * BufferView2.C:
9848         * BufferView_pimpl.C:
9849         * buffer.C:
9850         * paragraph.h:
9851         * text.C:
9852         * text2.C: use par->isInset()
9853
9854 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9855
9856         * paragraph_pimpl.h:
9857         * paragraph_pimpl.C: cleanup
9858
9859 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9860
9861         * text2.C (removeRow):
9862         * text.C (setHeightOfRow): remove useless (and costly) call to
9863         getRow.
9864
9865 2001-11-20  Allan Rae  <rae@lyx.org>
9866
9867         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9868         Now need Inset*::checkInsertChar() to return true for appropriate
9869         cases so that the characters in the minibuffer will actually be
9870         inserted.
9871
9872 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9873
9874         * text.C: change the order of the includes.
9875         (workWidth): initialize it at once.
9876         (workWidth): make maxw unsigned
9877         (setHeightOfRow): remove unused variable (inset)
9878         (selectSelectedWord): remove unused variable (inset)
9879         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9880
9881 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9882
9883         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9884         server is not running.
9885         (openConnection):
9886         (closeConnection): add debug info when server is disabled.
9887
9888         * ColorHandler.C (getGCForeground): send debug message to GUI
9889         channel.
9890
9891         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9892
9893         * kbmap.C (bind): modify because return conventions of
9894         kb_sequence::parse have changed.
9895
9896         * kbsequence.C (parse): only ignore spaces and not any stupid
9897         control character. This avoids tests like s[i] <= ' ', which are
9898         guaranteed to fail with 8bit characters and signed chars.
9899         Change return code to string::npos when there have been no error
9900         (0 was a bad idea when error is at first character)
9901
9902 2001-11-14  José Matos  <jamatos@fep.up.pt>
9903
9904         * buffer.h:
9905         * buffer.C (simpleDocBookOnePar): removed unused argument.
9906
9907 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9908
9909         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9910         insets which are part of a word. Paragraph::isLetter takes care of
9911         that now. Use Paragraph::isInset to identify insets.
9912         (selectSelectedWord): do not test for hyphenation break.
9913
9914         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9915         that protected spaces are considered as spaces.
9916
9917         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9918         Inset::isLetter.
9919
9920 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9921
9922         * lyxserver.h:
9923         * lyxserver.C: fix it. and small cleanup.
9924
9925 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9926
9927         * BufferView_pimpl.C: use inline helpers
9928
9929         * LaTeXFeatures.h:
9930         * LaTeXFeatures.C: fix typos
9931
9932         * Spacing.h:
9933         * Spacing.C: move spacing_string into class
9934
9935         * ToolbarDefaults.C: move stuff into namespace anon
9936
9937         * layout.h: update enum
9938
9939         * lyxfunc.C: use better debug
9940
9941         * minibuffer.h: fix typo
9942
9943         * debug.h:
9944         * debug.C:
9945         * WorkArea.C: add and use Debug::WORKAREA
9946
9947         * lyxtext.h:
9948         * text.C:
9949         * text2.C: code re-organisation, inline helpers
9950
9951 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
9952
9953         * Layout.C: replaced a few cases of std::vector.size() == 0 with
9954         std::vector.empty().
9955
9956 2001-11-09  Allan Rae  <rae@lyx.org>
9957
9958         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
9959         '\n's after tables.  Tabular and ERT inset work now makes this no
9960         longer necessary.
9961
9962 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9963
9964         * minibuffer.h:
9965         * minibuffer.C: fix crash, improve drop-down completion
9966
9967 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
9968
9969         * lyxserver.h:
9970         * lyxserver.C: invalidate fd's when doing endPipe()
9971
9972 2001-11-08  José Matos  <jamatos@fep.up.pt>
9973
9974         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
9975         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
9976
9977         * paragraph.h:
9978         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
9979
9980 2001-11-07  José Matos  <jamatos@fep.up.pt>
9981
9982         * buffer.h:
9983         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
9984         const qualifier.
9985
9986         * buffer.C (sgmlOpenTag):
9987         * buffer.C (sgmlCloseTag): removed debug info.
9988
9989         * buffer.h (sgmlOpenTag):
9990         * buffer.h (sgmlCloseTag): made public.
9991
9992 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9993
9994         * buffer.C (saveParamsAsDefaults):
9995         * lyx_cb.C (MenuLayoutSave): remove
9996
9997         * LyXAction.C (init):
9998         * commandtags.h:
9999         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10000
10001 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10002
10003         * buffer.C (setPaperStuff): removed from here...
10004
10005         * bufferparams.C (setPaperStuff): ... and moved there.
10006
10007 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10008
10009         * minibuffer.h:
10010         * minibuffer.C:
10011         * XFormsView.C: add support for drop-down completion
10012
10013 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10014
10015         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10016         commands.
10017
10018 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10019
10020         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10021         disabled.
10022
10023 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10024
10025         * lyx_main.C: change ref to known bugs
10026
10027 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10028
10029         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10030         to work around older babel problems.
10031
10032 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10033
10034         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10035
10036 2001-10-24  Juergen Vigna  <jug@sad.it>
10037
10038         * tabular-old.C (ReadOld): below variable changes reflected.
10039
10040         * tabular.[Ch]: added ltType struct for longtable header/footer
10041         defines and changed all instances where they are used. Added
10042         future support for double top/bottom rows.
10043
10044 2001-10-24  José Matos  <jamatos@fep.up.pt>
10045
10046         * buffer.h (docbookHandleCaption):
10047         * buffer.C (docbookHandleCaption): removed unused function.
10048         (makeDocBookFile): moved docbook supported version to v4.1.
10049
10050 2001-10-24  José Matos  <jamatos@fep.up.pt>
10051
10052         * tabular.h:
10053         * tabular.C (docbookRow): new function to export docbook code of a row.
10054         (DocBook): now honors the longtable flags.
10055
10056 2001-10-23  José Matos  <jamatos@fep.up.pt>
10057
10058         * LaTeXFeatures.h:
10059         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10060         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10061
10062         * buffer.C (makeLinuxDocFile):
10063         (makeDocBookFile): reworked the preamble, more clean, and with
10064         support for lyx defined entities. Changed the document declaration
10065         to be more XML friendly.
10066
10067         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10068         if we need to output XML that should be done with a filter.
10069
10070 2001-10-22  Juergen Vigna  <jug@sad.it>
10071
10072         * sp_pspell.h (class PSpell): add alive function needed in the
10073         controller to see if the spellchecker could be started.
10074
10075 2001-10-22  Juergen Vigna  <jug@sad.it>
10076
10077         * buffer.C (insertStringAsLines): modify the font for inserting
10078         chars in certain conditions by calling checkInsertChar(font).
10079
10080 2001-10-19  Juergen Vigna  <jug@sad.it>
10081
10082         * text.C (workWidth): use getRow instead of wrong algorithm.
10083         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10084
10085 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10086
10087         * lyxserver.h:
10088         * lyxserver.C:
10089         * lyx_main.h:
10090         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10091
10092 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10093
10094         * text.C (workWidth): do not search for the exact row when
10095         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10096         optimization for big documents.
10097
10098 2001-10-18  Juergen Vigna  <jug@sad.it>
10099
10100         * text.C (workWidth): new function with added Inset * parameter.
10101
10102 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10103
10104         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10105
10106         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10107         change return type of getColumnNearX.
10108
10109
10110         * text.C (changeRegionCase): use uppercase/lowercase instead of
10111         toupper/tolower.
10112         (leftMargin):
10113         (rightMargin): simplify code by factoring out the uses of
10114         textclasslist.
10115         (labelFill):
10116         (numberOfHfills):
10117         (setHeightOfRow):
10118         (appendParagraph): use Paragraph::size_type
10119
10120 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10121
10122         * vspace.C (asLatexString): add a missing break
10123
10124 2001-10-15  Herbert Voss  <voss@perce.de>
10125
10126         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10127
10128 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10129
10130         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10131         is not available.
10132
10133 2001-10-10  André Pönitz <poenitz@gmx.net>
10134
10135         * lyxfunc.C: removed greek_kb_flag.
10136
10137 2001-10-10  Herbert Voss  <voss@perce.de>
10138
10139         * lyx_main.C: delete global string help_lyxdir.
10140
10141 2001-10-09  Herbert Voss  <voss@perce.de>
10142
10143         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10144
10145         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10146
10147         * lyx_main.C: added global string help_lyxdir.
10148
10149         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10150
10151 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10152
10153         * lyxrc.C (set_font_norm_type): support iso8859-4
10154
10155 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10156
10157         * LaTeX.C (deplog): add another regex for MikTeX
10158
10159 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10160
10161         * lyxrc.C (set_font_norm_type): support iso8859-3
10162
10163 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10164
10165         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10166
10167         * LaTeXFeatures.C: remove special case of french and index
10168
10169         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10170         before \begin{document}). This solves several incompatibilities.
10171
10172 2001-10-03  Garst Reese  <reese@isn.net>
10173
10174         * lyx_cb.C: change CheckTex error msg.
10175
10176 2001-10-03  José Matos  <jamatos@fep.up.pt>
10177
10178         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10179
10180 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10181
10182         * .cvsignore: update
10183
10184         * lyx_main.C (commandLineVersionInfo): use new style version info.
10185
10186         * buffer.C (writeFile):
10187         (makeLaTeXFile):
10188         (makeLinuxDocFile):
10189         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10190
10191         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10192
10193         * version.h: update to use stuff in version.C
10194
10195         * version.C.in: new file. Contains version information determined
10196         at compile time. This is a merging of version.h and
10197         version_info.h.in.
10198
10199 2001-10-03  Juergen Vigna  <jug@sad.it>
10200
10201         * BufferView_pimpl.C (update): don't change "dirty" status in
10202         updateInset call.
10203
10204 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10205
10206         * WorkArea.C (c-tor): re-position version string slightly.
10207
10208 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10209
10210         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10211         revert to previous code.
10212
10213         WorkArea.[Ch]: (show, destroySplash): methods removed.
10214
10215         WorkArea.C: rework code so that it's an amalgam of the codes before and
10216         after the splash screen was moved to WorkArea.
10217
10218 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10219
10220         * lyxrc.C (read):
10221         * vspace.C (inPixels):
10222         (lyx_advance):
10223         * kbmap.C (bind):
10224         * buffer.C (insertStringAsLines):
10225         (asciiParagraph): fix types to be large enough
10226
10227         * lyxlex_pimpl.h: change member status from short to int
10228
10229         * layout.h: fix type of endlabeltype
10230
10231         * kbmap.C (bind):
10232         * kbsequence.C (parse): change return type to string::size_type
10233
10234         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10235         variable
10236
10237         * Bullet.C (bulletSize):
10238         (bulletEntry): do not use short ints as parameters
10239
10240         * BufferView2.C (insertLyXFile): change a char to an int.
10241
10242         * WorkArea.C (WorkArea): remove unneeded floats in computation
10243
10244 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10245
10246         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10247
10248         * paragraph.C (asString): Do not ignore newline/hfill chars when
10249         copying to the clipboard.
10250
10251 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10252
10253         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10254         after a multi-line inset.
10255
10256 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10257
10258         * paragraph.C (validate): Set NeedLyXFootnoteCode
10259
10260 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10261
10262         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10263         and decrease-error to decrease.
10264
10265 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10266
10267         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10268         it more readable (should be equivalent)
10269
10270 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10271
10272         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10273
10274 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10275
10276         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10277         of a cursor (row, etc.) after a character has been deleted
10278         (deleteEmptyParagraphMechanism): call the method above on _all_
10279         cursors held by the LyXText when a double space has been
10280         detected/deleted.
10281
10282 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10283
10284         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10285         pixmap.
10286         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10287
10288         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10289         background. Use greyOut() and the new show() methods to toggle between
10290         the foreground and background. Add code to remove the splash after
10291         its initial showing.
10292
10293         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10294         (create_forms): no longer call Dialogs::showSplash.
10295
10296 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10297
10298         * .cvsignore: add version_info.h
10299
10300 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10301
10302         * version_info.h.in: new file
10303
10304         * Makefile.am: add version_info.h.in
10305
10306         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10307         version_info.h instead of VERSION_INFO
10308
10309 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10310
10311         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10312         The ERT inset now returns string().
10313
10314 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10315
10316         * lyxtext.h, text.C (selectNextWord): renamed as
10317         selectNextWordToSpellcheck.
10318
10319         * text.C (selectNextWordToSpellcheck): Modified to not select
10320         words inside an ERT inset.
10321
10322 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10323
10324         * lyx_cb.C (MenuLayoutSave): change a bit the question
10325
10326         * sp_base.h: include <sys/types.h>
10327
10328 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10329
10330         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10331
10332 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10333
10334         * several files: fix typos in user-visible strings
10335
10336 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10337
10338         * text2.C (pasteSelection): do not set the selection, since it
10339         will be cleared later. Actually, the intent was to fix the way the
10340         selection was set, but I figured rmoving the code was just as good.
10341
10342 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10343
10344         * FontLoader.C (available): Check if font is available without
10345         loading the font.
10346
10347 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10348
10349         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10350
10351 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10352
10353         * lyxrc.[Ch]: added display_graphics variable and associated code.
10354
10355 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10356
10357         * bufferparams.C (hasClassDefaults): new method. Returns true if
10358         the buffer parameters correspond to known class defaults
10359
10360 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10361
10362         * XFormsView.C (show): set minimum size to the main window.
10363
10364 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10365
10366         * text2.C (copySelection):
10367         (cutSelection):
10368         * lyxfind.C (LyXReplace):
10369         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10370         LyXText::selectionAsString.
10371
10372         * paragraph.C (asString): add "label" argument to the second form
10373
10374         * text2.C (selectionAsString): add "label" argument and pass it to
10375         Paragraph::asString.
10376
10377 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10378
10379         * lyx_main.C (commandLineHelp): remove version information
10380
10381 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10382
10383         * lyx_main.C: add -version commandline option
10384
10385 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10386
10387         * paragraph.h: make the optional constructor arg required instead.
10388         some modifications to other files because of this.
10389
10390         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10391
10392         * lyxserver.C (C_LyXComm_callback): make it static
10393
10394         * lyx_main.C (error_handler): make it static
10395
10396         * lyx_gui.C (LyX_XErrHandler): make it static
10397
10398         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10399
10400         * WorkArea.C: make the extern "C" methods static.
10401
10402         * Makefile.am (lyx_LDADD): simplify
10403
10404 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10405
10406         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10407         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10408
10409         * LyXAction.C (init):
10410         * lyxfunc.C (dispatch): associated code removal.
10411
10412 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10413
10414         * lyxfont.h (isSymbolFont): shut off warning
10415
10416         * text.C (setHeightOfRow):
10417         (getVisibleRow): fix crash with empty paragraphs which have a
10418         bottom line
10419
10420 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10421
10422         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10423         code.
10424
10425 2001-09-04  José Matos  <jamatos@fep.up.pt>
10426         * buffer.C
10427         * buffer.h
10428         * tabular.C (docbook): rename docBook method to docbook.
10429
10430 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10431
10432         * Makefile.am: add dependencies to main.o.
10433
10434 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10435
10436         * FontLoader.C (available): Return false if !lyxrc.use_gui
10437
10438 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10439
10440         * FontInfo.C (query):
10441         * converter.C (view):
10442         * importer.C (Import):
10443         * exporter.C (Export): Can not -> cannot.
10444
10445 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10446
10447         * BufferView_pimpl.C: allow to create index inset even if
10448           string is empty
10449
10450 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10451
10452         * buffer.C (getLists): replace boost::tie code with an explicit pair
10453         as boost::tie can break some compilers.
10454
10455         * iterators.h: Added a std:: declaration to the return type of
10456         ParIterator::size.
10457
10458 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10459
10460         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10461           case.
10462
10463 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10464
10465         * iterators.[Ch]: New files. Provide paragraph iterators.
10466
10467         * buffer.C (changeLanguage): Use paragraph iterators.
10468         (isMultiLingual): ditto
10469
10470         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10471
10472 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10473
10474         * FontLoader.C: Support for cmr font.
10475
10476 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10477
10478         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10479         (available): New method.
10480
10481         * FontInfo.C (getFontname): Use scalable fonts even when
10482         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10483         found.
10484
10485 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10486
10487         * converter.C (Formats::view): reverted! Incorrect fix.
10488
10489 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10490
10491         * converter.C (Formats::view): only output the -paper option
10492         if the dvi viewer is xdvi, thereby fixing bug #233429.
10493
10494 2001-08-23  Herbert Voss  <voss@perce>
10495
10496         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10497
10498 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10499
10500         * Spacing.h (Spacing): Set space to Default on in the default
10501         constructor.
10502
10503 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10504
10505         * vc-backend.h (RCS::versionString): add RCS to version
10506         (CVS::versionString): add CVS to version
10507
10508         * vc-backend.C (scanMaster): do not add CVS to version.
10509         (scanMaster): do not add RCS to version
10510
10511         * lyxvc.C (versionString): new method
10512
10513         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10514
10515 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10516
10517         * Spacing.C (set): initialize fval
10518
10519 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10520
10521         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10522         " or \.
10523
10524 2001-08-16  Juergen Vigna  <jug@sad.it>
10525
10526         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10527
10528 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10529
10530         * BufferView_pimpl.C:
10531         * figureForm.C:
10532         * lyxtext.h:
10533         * text2.C: setParagraph takes linespacing now
10534
10535 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10536
10537         * LyxAction.C: add internal LFUN_CITATION_INSERT
10538
10539         * LyXView.C: actually apply fix
10540
10541         * bufferlist.C: fix open non-existent file
10542
10543         * lyxfind.C: fix indentation
10544
10545         * lyxfunc.C: remove unneeded assert, fix typo
10546
10547 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10548
10549         * MenuBackend.C: use "Floatname List"
10550
10551 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10552
10553         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10554         when converting LaTeX layout to insetERT.
10555         Generate a non-collapsed float when reading old float
10556
10557 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10558
10559         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10560         ERT insets.
10561
10562 2001-08-13  Juergen Vigna  <jug@sad.it>
10563
10564         * text.C (fill): return 0 instead of 20 as this seems to be the more
10565         correct value.
10566
10567 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10568
10569         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10570         lyxrc.font_norm.
10571
10572 2001-08-13  Juergen Vigna  <jug@sad.it>
10573
10574         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10575         casesensitive off.
10576         (SearchBackward): comment out the unlocking of the inset_owner this
10577         should not be needed!
10578
10579 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10580
10581         * Many files: Remove inherit_language, and add latex_language
10582
10583         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10584         collapsible insets.
10585
10586 2001-08-10  Juergen Vigna  <jug@sad.it>
10587
10588         * text.C (prepareToPrint): fixed hfill-width in draw!
10589
10590         * BufferView2.C (selectLastWord): save the selection cursor as this
10591         now is cleared in the function LyXText::clearSelection!
10592
10593 2001-08-08  Juergen Vigna  <jug@sad.it>
10594
10595         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10596         BACKSPACE type functions.
10597
10598         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10599         is only cutted from the document but not put in the cut-buffer, where
10600         still the old stuff should be.
10601
10602         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10603
10604         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10605
10606         * tabular.C (SetWidthOfCell): fixed special case where the width
10607         was not updated!
10608         (LeftLine): handle '|' in align_special.
10609         (RightLine): ditto
10610         (LeftAlreadyDrawed): ditto
10611         (SetWidthOfCell): ditto
10612
10613 2001-08-07  Juergen Vigna  <jug@sad.it>
10614
10615         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10616
10617 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10618
10619         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10620         * lyxlex.[hC]: ditto
10621
10622 2001-08-06  Juergen Vigna  <jug@sad.it>
10623
10624         * text.C (getVisibleRow): fix up row clearing a bit.
10625
10626 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10627
10628         * minibuffer.C: make sure the X server sees the changes in the input.
10629
10630 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10631
10632         * paragraph.C (getFont): split into...
10633         (getLabelFont): this
10634         (getLayoutFont): and this
10635         * paragraph_pimpl.C (realizeFont): calling this
10636
10637         * text2.C (getFont): split into...
10638         (getLayoutFont): this
10639         (getLabelFont): and this
10640         (realizeFont): all three calling this
10641
10642         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10643         files where used.
10644
10645 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10646
10647         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10648
10649 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10650
10651         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10652         layouts from the Quote inset insertion.
10653
10654 2001-08-03  Juergen Vigna  <jug@sad.it>
10655
10656         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10657
10658         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10659         only if status not is already CHANGED_IN_DRAW (second level).
10660
10661         * text.C (draw): don't set the need_break_row when inside an
10662         InsetText LyXText.
10663
10664 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10665
10666         * buffer.C (parseSingleLyXformat2Token): handle more latex
10667         conversion cases.
10668
10669         * bufferview_funcs.[hC]: change function names to
10670         begin with small char, adjust other files.
10671
10672 2001-08-02  André Pönitz <poenitz@gmx.net>
10673
10674         * lyxfunc.C:
10675         BufferView_pimpl.C: remove broken special code for math-greek
10676
10677 2001-08-02  Juergen Vigna  <jug@sad.it>
10678
10679         * BufferView_pimpl.C (update): redone this function so that we
10680         update the text again if there was a CHANGE_IN_DRAW.
10681
10682         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10683         (drawFromTo): added a new internal bool which is used by draw() and
10684         redraw() function.
10685         (general): some cursor drawing problems fixed.
10686
10687 2001-08-01  Juergen Vigna  <jug@sad.it>
10688
10689         * lyxfind.C (LyXFind): fixed
10690         (SearchForward): ditto
10691         (SearchBackward): ditto
10692
10693         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10694         spurius drawing of the cursor in the main area.
10695
10696         * text2.C (status): small fix which could lead to a segfault!
10697         (clearSelection): remove unneeded BufferView param.
10698
10699 2001-08-01  André Pönitz <poenitz@gmx.net>
10700
10701         * lyxfunc.C: small change due to changed mathed interface
10702
10703 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10704
10705         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10706
10707 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10708
10709         * lyxfunc.c: fail gracefully if file doesn't exist
10710
10711         * LyXSendto.C:
10712         * buffer.C:
10713         * lyxfunc.C:
10714         * BufferView_pimpl.C: IsDirWriteable() proto changed
10715
10716         * LyXView.C: fix updateWindowTitle() to store the last title
10717
10718 2001-07-31  Juergen Vigna  <jug@sad.it>
10719
10720         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10721         the font (wrong since using of Paragraph::highestFontInRange).
10722
10723         * paragraph.C (highestFontInRange): added a default_size parameter.
10724
10725         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10726         (setHeightOfRow): reformat
10727
10728 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10729
10730         * converter.[hC] + affected files: move to (inital-char)lowercase
10731         function names.
10732
10733         * ParagraphParameters.C (ParagraphParameters): remove commented code
10734
10735         * PainterBase.[Ch]: remove commented code
10736
10737         * LaTeXFeatures.h: add "bool floats" for float.sty
10738
10739         * LaTeXFeatures.C (LaTeXFeatures): init floats
10740         (require): handle float
10741         (getPackages): do it with floats
10742
10743 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10744
10745         * BufferView_pimpl.C (Dispatch): improve handling of
10746         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10747
10748         * commandtags.h: #include lyxfont.h here temporarily to avoid
10749         keybinding bug.
10750
10751         * bufferlist.h: include LString.h here.
10752
10753 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10754
10755         * text2.C (getStringToIndex): new method.
10756
10757 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10758
10759         * *: Reduced header file dependencies all over.
10760
10761 2001-07-30  Baruch Even  <baruch@lyx.org>
10762
10763         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10764
10765 2001-07-29  Baruch Even  <baruch@lyx.org>
10766
10767         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10768
10769 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10770
10771         * ParameterStruct.h (endif): add a default constructor to make
10772         sure that all variables is initialized.
10773
10774         * ParagraphParameters.C (ParagraphParameters): adjust
10775
10776 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10777
10778         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10779         index; also, check that there is something to index, and that it
10780         does not span over several paragraphs.
10781         (doubleClick): use WHOLE_WORD_STRICT for double click.
10782
10783         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10784
10785         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10786         scheme.
10787
10788 2001-07-26  Baruch Even  <baruch@lyx.org>
10789
10790         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10791         an InsetFig figure, backwards compatible reading of old figure code.
10792
10793 2001-07-27  Juergen Vigna  <jug@sad.it>
10794
10795         * text2.C: font.realize function adaption.
10796
10797         * text.C (draw): add a warnings lyxerr text if needed.
10798
10799         * layout.C: font.realize function adaption.
10800
10801         * language.C: add inherit_language and implement it's handlings
10802
10803         * bufferview_funcs.C (StyleReset): remove language parameter from
10804         font creation (should be language_inherit now).
10805
10806         * bufferparams.C (writeFile): handle ignore_language.
10807
10808         * paragraph.C (getFontSettings): the language has to be resolved
10809         otherwise we have problems in LyXFont!
10810
10811         * lyxfont.C (lyxWriteChanges): added document_language parameter
10812         (update): removed unneeded language parameter
10813
10814         * paragraph.C (validate): fixed wrong output of color-package when
10815         using interface colors for certain fonts in certain environments,
10816         which should not seen as that on the final output.
10817
10818 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10819
10820         * BufferView_pimpl.C:
10821         * Thesaurus.h:
10822         * Thesaurus.C:
10823         * Makefile.am:
10824         * commandtags.h:
10825         * LyXAction.C: add thesaurus support
10826
10827         * lyxfind.h:
10828         * lyxfind.C: add "once" parameter, for thesaurus, to not
10829           move to the next match
10830
10831 2001-07-26  Juergen Vigna  <jug@sad.it>
10832
10833         * lyxfont.C (realize): honor ignore_language too!
10834         (resolved): ditto.
10835
10836         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10837
10838         * text.C (draw): one place more for ignore_language to not draw
10839         itself!
10840
10841 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10842
10843         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10844
10845 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10846
10847         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10848         the minipage conversion problem.
10849
10850 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10851
10852         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10853         insert an inset.
10854
10855 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10856
10857         * BufferView.h: don't forward declare WorkArea
10858
10859         * BufferView.C: don't include WorkArea.h
10860
10861 2001-07-25  André Pönitz <poenitz@gmx.net>
10862
10863         * commandtags.h:
10864         * LyXAction.C:
10865         * lyxfunc.C:  new LFUN 'math-space'
10866
10867         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10868
10869 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10870
10871         * text2.C (toggleInset): call open/close
10872
10873 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10874
10875         * lyxfunc.C (dispatch): add debug for the disabled case
10876
10877         * font.C (buttonText): make similar to rectText
10878
10879         * buffer.C (readInset): comment out parsing of insetlist and
10880         insttheorem
10881
10882         * PainterBase.C (rectText): small correction
10883
10884         * BufferView_pimpl.C: comment out insettheorem and insetlist
10885         * LyXAction.C: ditto
10886         * commandtags.h: ditto
10887
10888 2001-07-24  Juergen Vigna  <jug@sad.it>
10889
10890         * text.C (draw): honor the ignore_language.
10891
10892         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10893
10894 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10895
10896         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10897         char inset.
10898
10899 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10900
10901         * lyxtext.h: remove unused (and unimplemented) methods
10902
10903 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10904
10905         * text.C (getVisibleRow): honor background color
10906
10907         * PainterBase.h:
10908         * Painter.h: remove default color argument for fillRectangle
10909
10910         * text.C (backgroundColor): new method
10911
10912 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10913
10914         * text.C (getVisibleRow): adjust
10915
10916         * font.[Ch] (rectText): new method, metrics
10917         (buttonText): new method, metrics
10918
10919         * PainterBase.[hC]: make rectText and buttonText always draw and take
10920         fewer paramteres.
10921
10922 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10923
10924         * ToolbarDefaults.C (read):
10925         * MenuBackend.C (read): allow escaping in all strings
10926
10927         * BufferView_pimpl.C (insertAndEditInset): new method.
10928         (Dispatch): use insertAndEditInset whenever appropriate.
10929
10930         * BufferView_pimpl.C (insertNote): removed
10931
10932         * BufferView_pimpl.C (smartQuote): new method, moved from
10933         BufferView; if an insetquote cannot be inserted, insert a '"'
10934         character instead.
10935
10936         * BufferView2.C: remove insertCorrectQuote();
10937
10938         * lyxfunc.C (getStatus): Add support for all remaingin
10939         inset-insert lfuns.
10940
10941         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
10942
10943         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
10944         command (necessary to pass " as parameter of self-insert.
10945
10946         * text.C (selectWordWhenUnderCursor):
10947         (selectWord): add word_location parameter
10948         (selectWordWhenUnderCursor): same + remove special code for word
10949         boundary.
10950         (selectNextWord): use kind() to guess type of insetspecialchar,
10951         not latex().
10952
10953         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
10954         (insertErtContents): create ert insets as collapsed.
10955         (readInset): better compatibility code for Info inset.
10956
10957 2001-07-20  Juergen Vigna  <jug@sad.it>
10958
10959         * lyxfunc.C (dispatch): use always LyXFind now!
10960
10961         * text2.C (init): add a reinit flag so that the LyXText can be
10962         reinited instead of deleted and reallocated (used in InsetText).
10963
10964         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
10965
10966         * text.C: ditto
10967
10968         * text2.C: ditto
10969
10970 2001-07-18  Juergen Vigna  <jug@sad.it>
10971
10972         * text.C (selectNextWord): handle insets inside inset by calling
10973         always the bv->text functions so that we can go up the_locking_inset!
10974
10975         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
10976         in strange locations when inside an inset!
10977
10978         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
10979         handling to include insets.
10980
10981         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
10982
10983 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10984
10985         * LyXAction.C (init):
10986         * commandtags.h:
10987         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
10988         LIGATURE_BREAK, since the name is so stupid.
10989
10990 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
10991
10992         * buffer.C (readInset): enable reading of new InsetNotes as well as old
10993         InsetInfos.
10994
10995         * FontLoader.C: remove FORMS_H_LOCATION cruft.
10996
10997         * sp_form.[Ch]: remove.
10998
10999         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11000
11001         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11002         InsetInfo.
11003
11004         * src/buffer.C (readInset): ditto.
11005
11006 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11007
11008         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11009         menuSeparator(), endOfSentenceDot(), ldots() and
11010         hyphenationPoint(), which are therefore removed.
11011         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11012
11013         * LyXAction.C (init):
11014         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11015
11016         * paragraph.C (getWord): removed.
11017
11018         * BufferView_pimpl.C (Dispatch): use last word or selection for
11019         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11020
11021         * lyx_main.C (queryUserLyXDir): do not ask before creating
11022         user_dir, except if it has been named explicitely.
11023
11024 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11025
11026         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11027         a document of zero size.
11028
11029 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11030
11031         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11032         approriately in the c-tor and in require().
11033         (getPackages): output the appropriate LaTeX for natbib support.
11034
11035         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11036         variables "use_natbib" and "use_numerical_citations" when reading the
11037         LyX file.
11038         (readInset): read the various natbib cite commands.
11039         (validate): white-space change.
11040
11041         * bufferparams.[Ch]: new variables "bool use_natbib" and
11042         "bool use_numerical_citations".
11043         (writeFile): output them in the LyX file.
11044
11045 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11046
11047         * lyxfunc.C (getStatus): add support for all the inset insertion
11048         commands.
11049
11050         * text2.C (insertInset):
11051         * paragraph.C (insetAllowed):
11052         * BufferView_pimpl.C (insertInset): update to take in account the
11053         renaming of insertInsetAllowed
11054
11055         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11056
11057         * text2.C (getInset): new method. returns inset at cursor position.
11058
11059         * BufferView_pimpl.C (Dispatch): changes because of this.
11060
11061         * LyXAction.C (init): rename open-stuff to inset-toggle.
11062
11063         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11064
11065         * text2.C (toggleInset): renamed from openStuff; use
11066         Inset::open().
11067
11068 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11069
11070         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11071
11072         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11073
11074 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11075
11076         * buffer.C (readLyXformat2): Add filename to the error dialog
11077
11078 2001-07-18  Juergen Vigna  <jug@sad.it>
11079
11080         * tabular.C (GetCellNumber): put an assert here instead of the check!
11081
11082 2001-07-17  Juergen Vigna  <jug@sad.it>
11083
11084         * BufferView_pimpl.C (toggleSelection): adapted too.
11085
11086         * text.C (selectNextWord): adapted for use with insets.
11087         (selectSelectedWord): ditto
11088
11089 2001-07-17  Juergen Vigna  <jug@sad.it>
11090
11091         * sp_spell.C (PSpell): fix initialitation order.
11092
11093 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11094
11095         * paragraph.C: spacing
11096
11097 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11098
11099         * sp_spell.C: repair language selection for pspell
11100
11101 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11102
11103         * lyxfunc.h: change more methods to begin with lower char.
11104
11105 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11106
11107         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11108         for unknown layouts.
11109
11110 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11111
11112         * buffer.C (readLyXformat2): Generate an error dialog if there are
11113         unknown layouts.
11114
11115 2001-07-16  Juergen Vigna  <jug@sad.it>
11116
11117         * sp_spell.C: always compile ISpell part.
11118
11119         * lyxrc.C: added use_pspell entry and it's handling.
11120
11121 2001-07-13  Juergen Vigna  <jug@sad.it>
11122
11123         * sp_spell.C: removed double includes.
11124
11125 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11126
11127         Consistent use of Lsstream.h:
11128         * Lsstream.h: added using std::stringstream for consistencies sake.
11129
11130         * buffer.C: removed using std::stringstream
11131
11132         * lyxfont.C (stateText):
11133         * paragraph.C (asString):
11134         * text.C (selectNextWord, selectSelectedWord):
11135         * text2.C (setCounter):
11136         * vspace.C (asString, asLatexString):
11137         std::ostringstream -> ostringstream.
11138
11139 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11140
11141         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11142         * commandtags.h: add LFUN_HELP_ABOUTLYX
11143         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11144
11145 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11146
11147         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11148         cursorToggle()
11149         * lyx_gui_misc.C: remove spellchecker
11150         * lyxfunc.C: showSpellchecker
11151         * sp_base.h: added
11152         * sp_ispell.h: added
11153         * sp_pspell.h: added
11154         * sp_spell.C: added
11155         * sp_form.[Ch]: removed
11156         * spellchecker.[Ch]: removed
11157
11158 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11159
11160         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11161         is set.
11162         (simpleTeXSpecialChars): Simply print the input character without
11163         any special translation if pass_thru is set.
11164
11165         * layout.h: Added bool pass_thru to layout class for being able to
11166         implement pass through of a paragraph for Literate Programming.
11167
11168         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11169         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11170         * layout.C (Read): add "passthru" to list of layout tags and add
11171         code to set the pass_thru boolean when it is read.
11172
11173 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11174
11175         * trans_decl.h: remove allowed from KmodInfo
11176
11177         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11178         remove allowed code
11179         (Load): adjust
11180
11181         * paragraph_pimpl.C (erase): use boost::prior
11182
11183         * Painter.C (text): use data() instead of c_str() when length is
11184         also provided.
11185         * WorkArea.C (putClipboard): ditto
11186         * font.h (width): ditto
11187
11188         * BufferView2.C: use it-> instead of (*it). for iterators
11189         * texrow.C: ditto
11190         * paragraph_pimpl.C: ditto
11191         * paragraph.C: ditto
11192         * minibuffer.C: ditto
11193         * language.C: ditto
11194         * kbmap.C: ditto
11195         * encoding.C: ditto
11196         * counters.C: ditto
11197         * converter.C: ditto
11198         * chset.C: ditto
11199         * Variables.C: ditto
11200         * TextCache.C: ditto
11201         * MenuBackend.C: ditto
11202         * LyXAction.C: ditto
11203         * LColor.C: ditto
11204         * FloatList.C: ditto
11205         * DepTable.C: ditto
11206         * ColorHandler.C (LyXColorHandler): ditto
11207
11208 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11209
11210         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11211
11212         * text2.C (openStuff): reintroduce this method (which had been
11213         nuked in NEW_INSETS frenzy).
11214
11215         * lyxfunc.C (Dispatch): when an action has not been handled, use
11216         its name in the error message, not its number.
11217
11218         * paragraph.C (inInset): change method name to begin with lowercase.
11219
11220         * undo_funcs.C:
11221         * text2.C: updates because of this.
11222
11223 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11224
11225         * ToolbarDefaults.C (add): add spaces in error message
11226
11227 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11228
11229         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11230         (readLyXformat2): rename return_par to first_par, use lyxlex's
11231         pushToken and remove the manual push handling.
11232         (parseSingleLyXformat2Token): add another ert comp. variable:
11233         in_tabular, rename return_par to first_par. handle newlines better
11234
11235 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11236
11237         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11238
11239 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11240
11241         * text2.C (getParFromID): removed
11242
11243         * buffer.C (getParFromID): new method moved form lyxtext.
11244         * BufferView2.C (insertErrors): adjust
11245         (setCursorFromRow): adjust
11246         * BufferView_pimpl.C (restorePosition): adjust
11247         * lyxfunc.C (Dispatch): adjust
11248         * undo_funcs.C (textUndo): adjust
11249         (textRedo): adjust
11250         (textHandleUndo): adjust
11251         (textHandleUndo): adjust
11252
11253 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11254
11255         * buffer.C: up' the LYX_FORMAT
11256
11257         * lyxfont.h: turn NO_LATEX on as default
11258
11259         * buffer.C (insertErtContents): new methods of tex style compability.
11260         (parseSingleLyXformat2Token): use it several places.
11261         * tabular.C (OldFormatRead): and here
11262
11263 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11264
11265         * text2.C: remove some commented code.
11266         reindent file.
11267
11268         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11269         * trans.C: changes because of the above.
11270
11271 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11272
11273         * text2.C (setCounter): Fix counters bug with bibliography layout.
11274
11275 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11276
11277         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11278         own member functions
11279         (simpleTeXSpecialChars): ditto
11280
11281 2001-07-06  Juergen Vigna  <jug@sad.it>
11282
11283         * a lot of files: changed the access to LyXText::status and the
11284         call of undo-functions.
11285
11286         * undo.[Ch]: added a inset_id to the undo informations.
11287
11288         * undo_funcs.[Ch]: added and moved here all undo functions.
11289
11290         * lyxtext.h: give the status enum a weight, made status_ a private
11291         variable and made accessor functions for it, removed the whole bunch
11292         of undo-functions as they are now in their own file, make some
11293         functions publically available. Added function ownerParagraph with
11294         int parameter.
11295
11296         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11297         made InInset() a const function, added getParFromID() function.
11298
11299         * buffer.[Ch]: added const version for inset_iterator functions,
11300         added getInsetFromID() function.
11301
11302         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11303         changed undo functions for new version.
11304
11305 2001-07-05  Juergen Vigna  <jug@sad.it>
11306
11307         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11308         unknow mechanism does not call the proper constructor but only this
11309         one also if I request the other!?
11310
11311 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11312
11313         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11314
11315         * text2.C (LyXText): use initialization lists.
11316
11317         * lyxtext.h (Selection): initialize set_ and mark_
11318         (init): remove method
11319
11320 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11321
11322         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11323
11324 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11325
11326         * screen.[Ch]: change method names to begin with lowercase
11327
11328         * BufferView_pimpl.C (updateScrollbar): simplify further and
11329         hopefully make it a bit faster.
11330
11331 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11332
11333         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11334         calling directly xforms functions.
11335
11336         * Painter.C (Painter):
11337         * lyx_cb.C (MenuWrite):
11338         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11339         fl_display.
11340
11341         * lyx_gui.C: remove bogus guiruntime extern declaration.
11342
11343 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11344
11345         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11346         in NEW_INSETS
11347         (redoDrawingOfParagraph): ditto
11348         (redoParagraphs): ditto
11349         (cutSelection): don't create a object for CutAndPaste use the
11350         static method directly
11351         (pasteSelection): ditto
11352
11353         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11354         LyXview (+ rename)
11355
11356 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11357
11358         * modifications to some other files because of this.
11359
11360         * Makefile.am (lyx_SOURCES): add XFormsView
11361
11362         * XFormsView.[Ch]: new files
11363
11364         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11365         the main window. Move the gui dependent stuff to XFormsView
11366
11367 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11368
11369         * tabular.C (GetCellInset): update cur_cell also in the row/col
11370         version of this function.
11371
11372         * lyxfunc.C: no need to include figure_form.h here.
11373
11374         * FontLoader.h:
11375         * lyxfunc.h:
11376         * lyxscreen.h:
11377         * text2.C:
11378         * lyxvc.C: no need to include forms.h here.
11379
11380 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11381
11382         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11383
11384         * lyxfunc.C (Dispatch):
11385         * Spacing.C (set):
11386         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11387         constructor argument.
11388
11389 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11390
11391         * paragraph.C (Paragraph): dont't clear, and just set layout.
11392         (makeSameLayout): use params's copy contructor.
11393
11394         * ParagraphParameters.[Ch] (makeSame): delete method
11395
11396 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11397
11398         * Variables.[Ch]: fix indentation, rename set to isSet
11399
11400 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11401
11402         * lyxfunc.C (Dispatch): fix typo
11403
11404 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11405
11406         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11407         upper_bound.
11408
11409         * bufferlist.C: include assert.h for emergencyWrite().
11410
11411 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11412
11413         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11414           give up at last (bug #425202) !
11415
11416 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11417
11418         * lyx_gui_misc.C:
11419         * sp_form.h:
11420         * sp_form.C:
11421         * spellchecker.h:
11422         * spellchecker.C: strip spellchecker options and bring up
11423           preferences tab instead
11424
11425 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11426
11427         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11428         the istringstream constructor
11429
11430 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11431
11432         * paragraph.C (getLayout): fix return value
11433
11434         * paragraph.h: do not declare getLayout as inline.
11435
11436         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11437
11438 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11439
11440         * lyxcursor.h (operator<): new func
11441         (operator>): new func
11442         (operator>=): new func
11443         (operator<=): new func
11444
11445         * text.C (changeCase): use selection.start and selection.end
11446         (changeRegionCase): require from to be <= to. Require par to be a
11447         valid paragraph.
11448
11449         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11450
11451 2001-06-27  Juergen Vigna  <jug@sad.it>
11452
11453         * text.C (cursorLeftOneWord): changed to return the cursor and added
11454         overlay with BufferView * parameter which calls this one.
11455         (getWord): added
11456         (selectWord): use new getWord function.
11457         (changeCase): renamed from changeWordCase as and extended to work
11458         also on selections.
11459
11460         * lyxtext.h: added enum word_location
11461
11462         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11463         changeCase as this operates now also on selections.
11464
11465 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11466
11467         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11468
11469         * many files: send debug output to Debug::INFO instead of
11470         Debug::ANY.
11471
11472         * converter.C (View):
11473         (Convert):
11474         (Move): send debug output to Debug::FILES instead of console.
11475
11476 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11477
11478         * lyxfunc.C (getStatus): use func_status
11479
11480         * func_status.h: new header, describing the results of
11481         LyXFunc::getStatus;
11482
11483         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11484         LFUN_MATH_HALIGN.
11485
11486 2001-06-25  The LyX Project  <jug@sad.it>
11487
11488         * buffer.C (sgmlOpenTag):
11489         (sgmlCloseTag):
11490         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11491
11492 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11493
11494         * text2.C: remove some dead code
11495
11496         * tabular.C (GetCellInset): store the last cell checked (gotten)
11497
11498         * tabular.h: add the helper for the speedup
11499
11500         * lyxtext.h: remove some dead code
11501
11502 2001-06-26  The LyX Project  <Asger>
11503
11504         * paragraph.C: Change export to LaTeX of alignment to
11505         \begin{center} and family for better roundtrip work with reLyX.
11506
11507         * Tune the math drawing a bit.
11508
11509 2001-06-25  The LyX Project  <Asger>
11510
11511         * LColor.C (LColor): New color for math background. New color
11512         for buttons.
11513
11514 2001-06-25  The LyX Project  <jug@sad.it>
11515
11516         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11517
11518         * lyxfunc.C (Open):
11519         * bufferlist.C (newFile): do not restrict to files ending with
11520         .lyx
11521
11522         * BufferView_pimpl.C (MenuInsertLyXFile):
11523
11524 2001-06-24  The LyX Project  <jug@sad.it>
11525
11526         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11527         of compare_no_case
11528
11529 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11530
11531         * lyxtext.h: rename most methods to begin with a small char.
11532         Lots of changes because of this.
11533
11534         * paragraph.C (Paragraph): do not call fitToSize
11535         (erase): call Pimpl::erase
11536         (insertChar): call Pimpl::insertChar
11537         (insertInset): call Pipl::insertInset
11538         (breakParagraph): do not call fitToSize
11539         (breakParagraphConservative): do not call fitToSize
11540         (fitToSize): remove method
11541
11542         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11543
11544 2001-06-24  The LyX Project  <Asger>
11545
11546         * Fix Qt compilation^2
11547
11548 2001-06-24  The LyX Project  <jug@sad.it>
11549
11550         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11551         depthHook(getDepth()-1).
11552
11553         * paragraph.h:
11554         * ParagraphParameters.h:
11555         * ParameterStruct.h: change type of depth to unsigned int ==
11556         depth_type. Many adaptations to other files before of that.
11557
11558 2001-06-24  The LyX Project  <Asger>
11559
11560         * Fix Qt compilation.
11561
11562 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11563
11564         * paragraph.h: renamed several methods to begin with small letter.
11565         several changes to many parts of the code because of this.
11566
11567 2001-06-23  The LyX Project  <jug@sad.it>
11568
11569         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11570         rewritten to discard all double spaces when KeepEmpty is off
11571         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11572         to only handle newlines but not fiddle with spaces and friends.
11573
11574         * lyxfunc.C (MenuNew): when doing 'new from template', use
11575         template_path as default directory
11576
11577 2001-06-23  The LyX Project  <Asger>
11578
11579         * Clean-up of header file includes all over
11580         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11581
11582 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11583
11584         * paragraph.h: renamed from lyxparagraph.h
11585
11586 2001-06-23  Asger  <lyx@violet.home.sad.it>
11587
11588         * Buffer.h: Removed Buffer::resize
11589         * BufferList.h: Removed BufferList::resize
11590         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11591         the document lazily when we change the width, or the font settings.
11592
11593 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11594
11595         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11596
11597 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11598
11599         * buffer.h: remove out of date comment
11600
11601 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11602
11603         * lyxscreen.h:
11604         * screen.C: fix "theoretical" GC leak
11605
11606 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11607
11608         * LaTeX.C (scanAuxFile):
11609         (deplog): remove trailing \r when reading stream (useful under
11610         win32)
11611
11612 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11613
11614         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11615         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11616         and BufferView::theLockingInset(Inset*), so should use them and not
11617         access bv_->text->the_locking_inset directly.
11618
11619         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11620
11621 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11622
11623         * Makefile.am:
11624         * tex-defs.h: remove old unused file
11625
11626 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11627
11628         * BufferView_pimpl.C: fix typo, remove minibuffer message
11629           when buffer has loaded
11630
11631 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11632
11633         * lyxfunc.C (Dispatch): use stringstream
11634         (MenuNew): use stringstream
11635         (Open): use stringstream
11636
11637         * importer.C (Import): use stringstream
11638
11639         * bufferview_funcs.C (CurrentState): use stringstream
11640
11641         * LaTeX.C (run): use stringstream
11642
11643         * BufferView_pimpl.C (savePosition): use stringstream
11644         (restorePosition): use stringstream
11645         (MenuInsertLyXFile): use stringstream
11646
11647 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11648
11649         * BufferView.C:
11650         * Bullet.C:
11651         * ColorHandler.C:
11652         * FontInfo.C:
11653         * FontLoader.C:
11654         * LColor.C:
11655         * LaTeXFeatures.C:
11656         * Painter.C:
11657         * gettext.C:
11658         * lyx_gui_misc.C:
11659         * lyxserver.C:
11660         * vspace.C: removed // -*- C++ -*- as first line.
11661
11662         * lyxfind.h:
11663         * version.h: added // -*- C++ -*- as first line.
11664
11665 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11666
11667         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11668
11669         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11670         of string
11671
11672 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11673
11674         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11675         of floats.
11676
11677 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11678
11679         * gettext.C: include LString.h even when --disable-nls is on.
11680
11681 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11682
11683         * converter.h (Get): changed argument type from int to
11684         FormatList::size_type to avoid unnecessary conversion.
11685
11686         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11687         before using it.
11688
11689 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11690
11691         * gettext.h: include LString.h even when --disable-nls is on.
11692
11693 2001-06-07  Juergen Vigna  <jug@sad.it>
11694
11695         * text.C (BreakAgain): subst spaces with tabs.
11696
11697         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11698         (resizeInsetsLyXText): set force on resizeLyXText.
11699
11700 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11701
11702         * gettext.h (gettext_init):
11703         (locale_init): use a real definition instead of a macro
11704
11705 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11706
11707         * Bufferview_pimpl.C:
11708         * LColor.h:
11709         * LColor.C: further lcolor tidies
11710
11711 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11712
11713         * BufferView_pimpl.C (updateScrollbar): simplify.
11714
11715         * BufferView2.C: don't include insets/insetinfo.h, change
11716         prototype for insertInset and call the Pimpl version. let
11717         updateInset call Pimpl version.
11718
11719         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11720         gotoInset to BufferView::Pimpl
11721
11722 2001-06-01  Juergen Vigna  <jug@sad.it>
11723
11724         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11725         inside a LockingInset (is the update needed at all?).
11726
11727 2001-05-31  Juergen Vigna  <jug@sad.it>
11728
11729         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11730         here not the old one otherwise how should we compare it afterwards
11731         if it's the same!
11732
11733 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11734
11735         * lyxfont.C:
11736         * tabular.C:
11737         * tabular-old.C:
11738         * FontInfo.C: bring C functions into global namespace when
11739         necessary
11740
11741 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11742
11743         * LString.h: make sure config.h has been loaded before LString.h.
11744
11745         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11746         (one for each char read by EatLine!).
11747
11748         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11749         variables.
11750
11751 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11752
11753         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11754         to the same as the par we break from
11755
11756 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11757
11758         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11759
11760         * MenuBackend.C (expand): also create menu entries for wide
11761         versions of the floats.
11762
11763         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11764
11765         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11766
11767         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11768         frontends/Makefile.am
11769
11770         * text2.C: adjust
11771         * text.C: adjust
11772
11773
11774         * tabular.C (getTokenValue): add std::
11775
11776         * tabular-old.C (getTokenValue): add std::
11777         (getTokenValue): ditto
11778         (getTokenValue): ditto
11779
11780         * screen.C (ToggleSelection): adjust
11781
11782         * lyxtext.h: put selection cursors inside a Selection struct.
11783
11784         * lyxfunc.C (moveCursorUpdate): adjust
11785
11786         * lyxfont.C (latexWriteStartChanges): add std::
11787
11788         * lyxfind.C: adjust
11789
11790         * font.h: delete with(char const *, LyXFont const &)
11791
11792         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11793
11794         * FontInfo.C (getFontname): add std::
11795
11796         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11797         (workAreaButtonPress): adjust
11798         (tripleClick): adjust
11799         (update): adjust
11800         (moveCursorUpdate): adjust
11801         (Dispatch): adjust
11802
11803         * BufferView2.C (gotoInset): adjust
11804
11805 2001-05-30  Juergen Vigna  <jug@sad.it>
11806
11807         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11808         to check pspell I add this as default as I now have new pspell
11809         libraries and they seem to use this.
11810
11811 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11812
11813         * text2.C (CutSelection): make the cursor valid before the call to
11814         ClearSelection.
11815
11816 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11817
11818         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11819         relied on 0 terminated strings and other horrors. Bug found due to
11820         the new assert in lyxstring!
11821
11822         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11823         KP_ keys.
11824
11825 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11826
11827         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11828         to latinkeys.bind.
11829
11830         * lyxfunc.C (processKeySym): change method of getting to the
11831         self-insert char.
11832
11833         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11834         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11835         * BufferView_pimpl.[Ch]: here as private methods.
11836
11837 2001-05-28  Juergen Vigna  <jug@sad.it>
11838
11839         * text.C (SetHeightOfRow): added the update() call again as it is
11840         needed to initialize inset dimensions!
11841
11842 2001-05-16  Juergen Vigna  <jug@sad.it>
11843
11844         * text2.C (SetCharFont): Add new function with BufferView * and
11845         bool toggleall parameters for setting insets internal fonts.
11846         (SetFont): Freeze the undo as we may change fonts in Insets and
11847         all this change should be inside only one Undo!
11848
11849         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11850         setting font's in insets as for them we have the SetFont function!
11851
11852 2001-05-15  Juergen Vigna  <jug@sad.it>
11853
11854         * text2.C (ClearSelection): to be sure we REALLY don't have any
11855         selection anymore!
11856
11857         * tabular.C (TeXCellPreamble): fixed the left border problem for
11858         multicolumn cells.
11859
11860 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11861
11862         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11863         dependancy file
11864
11865 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11866
11867         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11868         LFUN_BREAKPARAGRAPH.
11869
11870         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11871         help test to "internal only", similar for LFUN_INSERT_URL
11872
11873         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11874         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11875         auto_region_delete and deadkeys.
11876
11877 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11878
11879         * LColor.h:
11880         * LColor.C: remove some dead entries, tidy a little
11881
11882 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11883
11884         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11885         commented code.
11886         (Dispatch): implement LFUN_ESCAPE
11887
11888         * commandtags.h: add LFUN_ESCAPE
11889
11890         * LyXAction.C (init): add entry for LFUN_ESCAPE
11891
11892         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11893         Remove commented code.
11894         (insertNote): moved here
11895         (open_new_inset): moved here
11896
11897         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11898         BufferView_pimpl
11899
11900 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11901
11902         * kbmap.C (findbinding): clean it up and make it work correctly.
11903
11904         * lyx_main.C (init): do not pass argc and argv as parameters
11905
11906 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11907
11908         * buffer.C: fix path for OS/2 & Win32
11909
11910         * lyx_gui.C:
11911         * lyx_main:
11912         * lyx_main.C: Added os:: class.
11913
11914         * os2_defines.h: update
11915
11916 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11917
11918         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11919         better by trying again with reduced state.
11920
11921 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11922
11923         * lyxrc.C (read): print error about invalid key sequence only when
11924         debugging (because not all latinX keysyms are known to some X
11925         servers)
11926
11927         * kbsequence.C (getiso): add a few std:: qualifiers
11928         (getiso): comment out extra return statement.
11929
11930 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11931
11932         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11933         handling.
11934         (Dispatch): enhance the accent inset a bit. (not perfect)
11935
11936 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11937
11938         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
11939
11940 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11941
11942         * bufferlist.C (emergencyWrite): fix assert() call
11943
11944 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
11945
11946         * text.C (InsertChar): Added trivial patch to only send the "you
11947         can not do multiple spaces this way" message once during a
11948         session.
11949
11950 2001-05-08  Baruch Even  <baruch@lyx.org>
11951
11952         * Makefile.am: Changed order of libraries to get LyX to link properly
11953         with the gnome frontend.
11954
11955 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11956
11957         * LaTeXFeatures.h: add a std:: qualifier
11958
11959 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11960
11961         * paragraph.C (String): use stringstream
11962
11963 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11964
11965         * paragraph.C (writeFile): remove footflag arg
11966
11967         * buffer.C (makeLaTeXFile): use stringstream
11968         (latexParagraphs): remove footnot gurba
11969
11970         * LaTeXFeatures.C (getPackages): use stringstream
11971         (getMacros): likewise
11972         (getTClassPreamble): likewise
11973         (getFloatDefinitions): new method
11974
11975         * paragraph.C (writeFile): reindent
11976         (Erase): reindent
11977
11978         * WorkArea.h: revert the xpos + etc changes.
11979
11980         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
11981
11982         * lyxparagraph.[Ch]: add copy constructor, remove Clone
11983
11984         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
11985         (pasteSelection): likewise
11986         * text2.C (CreateUndo): likewise
11987
11988 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11989
11990         * minibuffer.C (peek_event): temporarily reduce the functionality
11991         of the minibuffer (to allow args on lfuns)
11992
11993         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
11994         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
11995
11996         * buffer.C (readInset): add compability reading of old float
11997         lists, add reading of new style float list.
11998         (readInset): avoid reevaluation of inscmd.getCmdName()
11999         (getLists): reindent
12000
12001         * MenuBackend.C (MenuItem): implement parsing of
12002         md_floatlistinsert and md_floatinsert.
12003         (expand::LastFiles): move initalizaton of iterators out of loop,
12004         avoid reevaluation.
12005         (expand::Documents): introduce typdedef vector<string> Strings,
12006         and use it.
12007         (expand::ExportFormats): introduce typedef vector<Format const *>
12008         Formats, and use it.
12009         (expand): implement FloatListInsert and FloatInsert.
12010
12011         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12012         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12013         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12014
12015         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12016         handling.
12017         (Dispatch::LFUN_FLOAT_LIST): implement
12018
12019 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12020
12021         * LaTeX.C (run): Fix problem with --export code.
12022
12023 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12024
12025         * BufferView.[Ch] (workarea): removed.
12026         (getClipboard) new method; wrapper for workarea()->getClipboard()
12027
12028         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12029         bug.
12030
12031         * WorkArea.h (width, height, xpos, ypos): These methods all
12032         returned the dimensions of the work_area sub-area of WorkArea,
12033         resulting in a position error if the WorkArea were resized. Now
12034         return the dimensions of the entire WorkArea.
12035
12036         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12037
12038 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12039
12040         * LaTeX.C (deplog): correct the syntax of regex reg1
12041
12042 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12043
12044         * undo.C: remove !NEW_INSETS cruft
12045
12046 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12047
12048         * text2.C: remove !NEW_INSETS cruft
12049
12050         * text.C: remove !NEW_INSETS cruft
12051
12052         * tabular.C: remove !NEW_INSETS cruft
12053
12054         * spellchecker.C: remove !NEW_INSETS cruft
12055
12056         * lyxtext.h: remove !NEW_INSETS cruft
12057
12058         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12059
12060         * lyxfunc.C: remove !NEW_INSETS cruft
12061
12062         * lyxfind.C: remove !NEW_INSETS cruft
12063
12064         * lyx_cb.C: remove !NEW_INSETS cruft
12065
12066         * figureForm.C: remove  !NEW_INSETS cruft
12067
12068         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12069
12070         * buffer.[Ch]: remove !NEW_INSETS cruft
12071
12072         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12073
12074         * CutAndPaste.C: remove !NEW_INSETS cruft
12075
12076         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12077
12078         * BufferView2.C: remove !NEW_INSETS cruft
12079
12080         * BufferView.h: remove !NEW_INSETS cruft
12081
12082 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12083
12084         * Lsstream.h: include LString.h before the sstream headers to
12085         fix problem with gcc 2.95.3 and lyxstring
12086
12087 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12088
12089         * lyx_main.C: add using directives when needed for C functions
12090         declared in std:: namespace.
12091
12092 2001-04-27  Juergen Vigna  <jug@sad.it>
12093
12094         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12095         (SetHeightOfRow): comment out the update call should not be needed!
12096
12097 2001-04-13  Juergen Vigna  <jug@sad.it>
12098
12099         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12100         (LyXTabular): tried to minimize operator= operations (and realized
12101         hopfully Lars wish).
12102
12103 2001-04-27  Juergen Vigna  <jug@sad.it>
12104
12105         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12106
12107 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12108
12109         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12110
12111         * buffer.C (readInset): hack to make listof algorithm work
12112
12113         * BufferView_pimpl.C: hack to make listof algorithm work
12114
12115 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12116
12117         * LyXAction.C: removed all !NEW_INSETS cruft
12118         (init): moved lfun_item in method
12119
12120         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12121
12122 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12123
12124         * BufferView2.C (theLockingInset): white space.
12125
12126 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12127
12128         * minibuffer.C: include <iostream>
12129
12130         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12131
12132         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12133
12134         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12135
12136         * text.[Ch] (TransposeChars): new method
12137
12138 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12139
12140         * call message directly through LyXView instead of through LyXFunc
12141         * BufferView2.C: adjust
12142         * BufferView_pimpl.C: adjust
12143         * FontLoader.C: adjust
12144         * buffer.C: adjust
12145         * bufferview_funcs.C: adjust
12146         * converter.C: adjust
12147         * figureForm.C: adjust
12148         * importer.C: adjust
12149         * lyx_cb.C: adjust
12150         * lyx_gui_misc.C: adjust
12151         * lyxfunc.C: adjust
12152         * lyxvc.C: adjust
12153         * text2.C: adjust
12154         + more files in subdirs
12155
12156         * lyxparagraph.h (size): move up int file
12157         (GetLayout): ditto
12158
12159         * adjust all uses of Assert to lyx::Assert.
12160
12161         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12162         lyxfunctional in namespace lyx
12163         * layout.C (hasLayout): ditto
12164         (GetLayout): ditto
12165         (GetLayout): ditto
12166         (delete_layout): ditto
12167         (NumberOfClass): ditto
12168         * converter.C (GetFormat): ditto
12169         (GetNumber): ditto
12170         (Add): ditto
12171         (Delete): ditto
12172         (SetViewer): ditto
12173         * bufferlist.C (getFileNames): ditto
12174         (emergencyWriteAll): ditto
12175         (exists): ditto
12176         (getBuffer): ditto
12177         * MenuBackend.C (hasSubmenu): ditto
12178         (hasMenu): ditto
12179         (getMenu): ditto
12180         * BufferView_pimpl.C (getInsetByCode): ditto
12181
12182 2001-04-18  Juergen Vigna  <jug@sad.it>
12183
12184         * vspace.C (asLatexString): fixed the 100% problem.
12185
12186 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12187
12188         * lyxfunc.C (Dispatch):
12189         * minibuffer.C:
12190         * minibuffer.h: add a few std:: qualifiers
12191
12192 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12193
12194         * minibuffer.[Ch]: reimplement so that commands is initiated and
12195         run from lyxfunc, simplified som handling, and made the completion
12196         and history code for complete. wip.
12197
12198         * lyxfunc.C (processKeySym): call message
12199         (miniDispatch): new temporary method
12200         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12201         (LFUN_MESSAGE): implement
12202         (LFUN_MESSAGE_PUSH): implement
12203         (LFUN_MESSAGE_POP): implement
12204         (initMiniBuffer): the initial/defualt minibuffer message.
12205
12206         * lyxfont.[Ch]: inline some more getters
12207
12208         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12209
12210         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12211
12212         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12213         (AutoSave): use LFUN_MESSAGE
12214         (Reconfigure): ditto
12215
12216         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12217
12218         * figureForm.C: use LFUN_MESSAGE
12219
12220         * converter.C (runLaTeX): use LFUN_MESSAGE
12221
12222         * bufferview_funcs.C: use LFUN_MESSAGE
12223         (Melt): ditto
12224         (changeDepth): ditto
12225
12226         * bufferparams.h: use boost::
12227
12228         * bufferlist.h: inherit privately from noncopyable
12229
12230         * bufferlist.C (loadLyXFile): remove some commented code.
12231
12232         * buffer.C (runChktex): use LFUN_MESSAGE
12233
12234         * ShareContainer.h: inherit privately from noncopyable
12235
12236         * ParagraphParameters.[hC] (depth): inline it.
12237
12238         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12239         methods.
12240         (message): new method
12241         (messagePush): ditto
12242         (messagePop): ditto
12243         (show): init minibuffer
12244         (showState): direct call
12245
12246         * LaTeX.[Ch]: inherit privately from noncopyable
12247         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12248         instead of WriteStatus.
12249
12250         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12251
12252         * BufferView_pimpl.C (buffer): don't init minibuffer
12253         (workAreaButtonPress): use LFUN_MESSAGE
12254         (workAreaButtonRelease): ditto
12255         (savePosition): ditto
12256         (restorePosition): ditto
12257         (MenuInsertLyXFile): ditto
12258         (workAreaExpose): don't init minibuffer
12259         (update): remove commented code, simplify
12260
12261         * BufferView2.C (openStuff): use LFUN_MESSAGE
12262         (toggleFloat): ditto
12263         (menuUndo): ditto
12264         (menuRedo): ditto
12265         (copyEnvironment): ditto
12266         (pasteEnvironment): ditto
12267         (copy): ditto
12268         (cut): ditto
12269         (paste): ditto
12270         (gotoInset): ditto
12271         (updateInset): remove some commented code
12272
12273         * lastfiles.h: inherit privately from noncopyable
12274         * layout.h: ditto
12275         * lyx_gui.h: ditto
12276         * lyx_main.h: ditto
12277         * lyxlex.h: ditto
12278         * lyxlex_pimpl.h: ditto
12279
12280         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12281         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12282         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12283
12284         * LyXAction.h: inherit privately from noncopyable, add methods
12285         func_begin, func_end, returning iterators to the func map.
12286
12287         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12288         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12289         (func_begin): new method
12290         (func_end): new method
12291
12292         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12293         and not)
12294         (copySelection): ditto
12295         (pasteSelection): ditto
12296
12297         * BufferView.C: whitespace change
12298         * BufferView.h: inherit privately from noncopyable
12299
12300 2001-04-16  Allan Rae  <rae@lyx.org>
12301
12302         * tabular-old.C (l_getline):
12303         * spellchecker.C (sc_check_word):
12304         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12305         an unrecognised preprocessor directive.  So ensure they're wrapped.
12306
12307 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12308
12309         * src/exporter.C (Export): Give an error message when path to file
12310         contains spaces.
12311
12312 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12313
12314         * LaTeX.C (deplog): Always check that foundfile exists.
12315
12316 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12317
12318         * lyx_main.h:
12319         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12320
12321 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12322
12323         * tabular.[Ch] (getLabelList): implement new method
12324
12325         * minibuffer.h: comment ouf setTiimer
12326
12327         * minibuffer.C (ExecutingCB): constify res
12328         (peek_event): constify s
12329         (Set): constify ntext
12330         (Init): constify nicename
12331
12332         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12333
12334         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12335         (savePosition): use two params to Minibuffer::Set
12336         (restorePosition): ditto
12337
12338 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12339
12340         * lyx_main.C: include language.h
12341
12342         * Makefile.am (lyx_main.o): add language.h
12343
12344 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12345
12346         * exporter.C:
12347         * paragraph.C:
12348         * screen.C:
12349         * tabular.C:
12350         * CutAndPaste.C: include gettext.h
12351
12352         * lyxfont.h: remove old hack with ON and OFF.
12353
12354         * lyxparagraph.h:
12355         * lyxfont.h: do not include language.h...
12356
12357         * BufferView2.C:
12358         * LaTeXFeatures.C:
12359         * Painter.C:
12360         * bufferview_funcs.C:
12361         * font.C:
12362         * lyxfont.C:
12363         * text.C:
12364         * text2.C:
12365         * trans_mgr.C:
12366         * paragraph.C: ... but do it here instead
12367
12368 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12369
12370         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12371
12372         * tabular.C: small reformat
12373
12374         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12375         NEW_INSETS version
12376         (GetChar): ditto
12377         (BreakParagraph): ditto
12378         (SetOnlyLayout): ditto
12379         (SetLayout): ditto
12380
12381         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12382         with one arg less.
12383
12384         * lastfiles.C: removed most using decl, add std:: where needed
12385
12386         * buffer.C: ws changes
12387
12388         * MenuBackend.C (class compare_format): put into anon namespace
12389         (expand): constify label, names, action, action2
12390         (expand):
12391
12392         * text.C (SingleWidth): constify font
12393         (IsBoundary): constify rtl2
12394         (GetVisibleRow): constify ww
12395
12396         * LaTeX.C (deplog): constify logfile
12397
12398         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12399         start_x, end_x
12400         (workAreaExpose): constify widthChange, heightChange
12401
12402         * lyxrow.C (par): moved
12403         (height): moved
12404         (next): moved
12405         * lyxrow.h: as inlines here
12406
12407         * lyxfont.h (shape): moved from lyxfont.C
12408         (emph): moved from lyxfont.C
12409
12410         * lyxfont.C (LyXFont): use initialization list for all
12411         constructors
12412         (shape): move to lyxfont.h as inline
12413         (emph): move to lyxfont.h as inline
12414
12415
12416 2001-04-04  Juergen Vigna  <jug@sad.it>
12417
12418         * vspace.C: had to include stdio.h for use of sscanf
12419
12420 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12421
12422         * BufferView.h:
12423         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12424         independent of xforms.
12425
12426 2001-04-02  Juergen Vigna  <jug@sad.it>
12427
12428         * spellchecker.C: fixed namespace placing!
12429
12430 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12431
12432         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12433         the LyXParagraph * is 0.
12434
12435 2001-03-29  Juergen Vigna  <jug@sad.it>
12436
12437         * vspace.C: added support for %, c%, p%, l%.
12438         (stringFromUnit): added helper function.
12439         (asLatexString): changed to give right results for the %-values.
12440
12441         * buffer.C: convert the widthp in a width%.
12442
12443 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12444
12445         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12446         figureForm.[Ch].
12447
12448         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12449         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12450
12451         * lyx_cb.[Ch]: see above.
12452
12453         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12454         form1.[Ch].
12455
12456         * form1.[Ch]:
12457         * lyx.[Ch]: replaced by figure_form.[Ch].
12458
12459         * lyx_gui.C:
12460         * lyx_gui_misc.C:
12461         * lyxfunc.C: changed headers associated with above changes.
12462
12463 2001-03-27  Juergen Vigna  <jug@sad.it>
12464
12465         * BufferView_pimpl.C: set the temporary cursor right!
12466
12467 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12468
12469         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12470
12471 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12472
12473         * LString.h: removed "using std::getline"!
12474
12475         * BufferView_pimpl.C (Dispatch): changes due to changes in
12476         InsetInclude::Params.
12477
12478         * buffer.C (tag_name): removed redundant break statements as they were
12479         producing lots of warnings with my compiler.
12480
12481 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12482
12483         * LString.h: add "using std::getline" when using the real <string>.
12484
12485 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12486
12487         * buffer.C: removed bitset usage.
12488         PAR_TAG moved to an anonymous name space.
12489         (tag_name): new funtion, also in the anonymous namespace.
12490         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12491         (makeDocBookFile): clean code. Completed transition from string arrays
12492         to string vectors.
12493         (SimpleDocBookOnePar): code clean.
12494
12495 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12496
12497         * tabular.C: add some comments.
12498
12499 2001-03-22  Juergen Vigna  <jug@sad.it>
12500
12501         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12502         compatibility read a bit and fixed bug with minipage in different
12503         depth.
12504
12505 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12506
12507         * buffer.C (pop_tag): removed.
12508         (push_tag): removed.
12509         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12510         array replaced with vector. Added support for CDATA sections.
12511         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12512         at any nest level.
12513         (makeDocBookFile): XML conformant declaration of CDATA section,
12514         fixed bug related to <emphasis> in the first paragraph char.
12515         (sgmlOpenTag): exclude empty tags.
12516         (sgmlCloseTag): ditto.
12517
12518         * buffer.h (pop_tag): removed.
12519         (push_tag): removed.
12520
12521 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12522
12523         * language.h (Languages): added size_type and size().
12524
12525 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12526
12527         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12528         response on compability reading of minipages. One probliem is that
12529         the old usage of minipages was «flertydig»
12530
12531         * several files here and in subdirs: don't use static at file
12532         scope use anon namespaces instead.
12533
12534 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12535
12536         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12537         LaTeX output. This is necessary for Literate document
12538         processing.
12539
12540 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12541
12542         * buffer.C: insert hfill when needed.
12543
12544         * tabular.C (l_getline): use string::erase, small whitespace change.
12545
12546         * BufferView_pimpl.C: try the anon namespace.
12547         * WorkArea.C: ditto
12548
12549 2001-03-16  Juergen Vigna  <jug@sad.it>
12550
12551         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12552         otherwise it won't open options-dialogs.
12553
12554         * buffer.C: honor pextraWidth(p) on converting minipages.
12555
12556         * tabular.C (l_getline): changed the functions to strip trailing \r.
12557
12558 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12559
12560         * BufferView_pimpl.C:
12561         * minibuffer..C: added "using SigC::slot" declaration.
12562
12563 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12564
12565         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12566
12567         * text2.C: ditto
12568
12569         * text.C: ditto
12570
12571         * paragraph.C: ditto
12572
12573         * lyxtext.h: NO_PEXTRA
12574
12575         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12576
12577         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12578         * ParameterStruct.h: ditto
12579         * ParagraphParameters.h: ditto
12580         * lyxparagraph.h: ditto
12581
12582 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12583
12584         * buffer.C: add compability for minipage alignment.
12585         (latexParagraphs): remove unwanted pextra check.
12586
12587         * several files: remove CXX_WORKING_NAMESPACES
12588
12589         * buffer.C (pop_tag): tie is in namespace boost
12590
12591         * BufferView.h: noncopyable is in namespace boost
12592         * lyxlex.h: ditto
12593         * lyx_main.h: ditto
12594         * lyx_gui.h: ditto
12595         * layout.h: ditto
12596         * lastfiles.h: ditto
12597         * bufferlist.h: ditto
12598         * ShareContainer.h: ditto
12599         * LyXView.h: ditto
12600         * LyXAction.h: ditto
12601         * LaTeX.h: ditto
12602
12603 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12604
12605         * Merging changes from BRANCH_MVC back into HEAD.
12606
12607         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12608
12609 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12610
12611         * BufferView_pimpl.C: change from intl.C
12612
12613         * combox.h:
12614         * combox.C:
12615         * Makefile.am: move combox.*
12616
12617         * form1.h:
12618         * form1.C:
12619         * lyx_gui.C:
12620         * intl.h:
12621         * intl.C: remove dialog (covered by prefs)
12622
12623 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12624
12625         * lyxfunc.C (Dispatch): removed redundant break statement.
12626
12627 2001-03-14  Juergen Vigna  <jug@sad.it>
12628
12629         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12630
12631 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12632
12633         * buffer.C: add hack to fix compability reading of minipages.
12634
12635 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12636
12637         * buffer.C (getLists): Cleanup.
12638
12639 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12640
12641         * lyxfont.C (update): don't honor toggleall on font size.
12642
12643 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12644
12645         * bmtable.c:
12646         * bmtable.h:
12647         * Makefile.am: moved to frontends/xforms/
12648
12649         * lyx_gui_misc.C:
12650         * lyxfunc.C:
12651         * BufferView_pimpl.C: changes for moved mathpanel
12652
12653 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12654
12655         * gettext.h: fix gettext_init() in --disable-nls
12656
12657 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12658
12659         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12660
12661 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12662
12663         * lyx.C:
12664         * lyx.h: strip external form
12665
12666 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12667
12668         * BufferView_pimpl.C: add comment, destroySplash()
12669
12670 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12671
12672         * BufferView_pimpl.C:
12673         * LyXAction.C:
12674         * buffer.C:
12675         * commandtags.h:
12676         * lyxfunc.C: use re-worked insetinclude
12677
12678 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12679
12680         * buffer.C: add using std::stringstream.
12681
12682         * lyx_cb.C: readd using std::ios.
12683
12684         * buffer.C: add using std::map.
12685
12686         * BufferView_pimpl.C: add using std::vector.
12687
12688         * ShareContainer.h: add std:: to swap.
12689
12690         * buffer.h: add some typedefs
12691         * buffer.C (getLists): use them
12692         (getLists): renamed from getTocList.
12693         add a counter for the different float types and use it in the
12694         generated string.
12695         (getLists): use the same counter for the NEW_INSETS and the "non"
12696         NEW_INSETS
12697
12698         * lyx_cb.h: remove unused items, includes, using etc.
12699
12700         * ShareContainer.h: remove some commented code, add more comments
12701         and "documentation".
12702
12703 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12704
12705         * buffer.C (getTocList): make the list also when NEW_INSETS is
12706         defined.
12707
12708         * buffer.h: remove TocType
12709
12710         * buffer.C (getTocList): change to return a map<string,
12711         vector<TocItem> >, implement for dynamic number of list.
12712
12713         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12714         * text2.C (PasteSelection): adjust
12715         * CutAndPaste.C (pasteSelection): adjust
12716
12717         * FloatList.C (FloatList): update from the new_insets branch.
12718         * Floating.[Ch]: ditto
12719         * LaTeXFeatures.C: ditto
12720         * buffer.C: ditto
12721         * lyxlex_pimpl.C: ditto
12722
12723         * paragraph.C (Last): remove when NEW_INSETS is defined.
12724
12725         * other file: changes because of the above.
12726
12727 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12728
12729         * lyxparagraph.h: rename next to next_, previous to previous_,
12730         make them private for NEW_INSETS. Rename Next() to next(),
12731         Previous() to previous().
12732
12733         * other files: changes because of the above.
12734
12735 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12736
12737         * BufferView.h:
12738         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12739         problem.
12740
12741 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12742
12743         * main.C (main): pass lyx_localedir to gettext_init().
12744
12745         * gettext.h: remove locale_init and gettext_init macros
12746
12747         * gettext.C (locale_init): new function
12748         (gettext_init): new function
12749
12750         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12751         setlocale().
12752
12753 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12754
12755         * Moved credits to frontends:
12756         * credits.[Ch]: removed
12757         * credits_form.[Ch]: removed
12758         * lyx_gui_misc.C: remove credits stuff
12759         * Makefile.am:
12760
12761 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12762
12763         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12764
12765         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12766         unneeded destructor.
12767
12768         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12769         a standalone pointer again.
12770
12771         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12772
12773 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12774
12775         * Makefile.am:
12776         * filedlg.h:
12777         * filedlg.C:
12778         * LyXAction.C:
12779         * ToolbarDefaults.C:
12780         * bufferlist.C:
12781         * commandtags.h:
12782         * form1.C:
12783         * form1.h:
12784         * lyx_cb.C:
12785         * lyx_cb.h:
12786         * lyxfunc.h:
12787         * lyxfunc.C:
12788         * BufferView_pimpl.C: use new file dialog in GUII
12789
12790         * lyx_cb.h:
12791         * lyx_cb.C: remove LayoutsCB to Toolbar
12792
12793 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12794
12795         * ShareContainer.h (get): add std:: qualifier
12796
12797 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12798
12799         * ShareContainer.h: define a proper ShareContainer::value_type
12800         type (and use typename to please compaq cxx)
12801
12802 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12803
12804         * lyxparagraph.h: move serveral local vars to
12805         ParameterStruct/ParagraphParameters., use ShareContainer in
12806         FontTable., make vars in FontTable private and add getter and
12807         setter.
12808
12809         * paragraph.C: changes because of the above.
12810
12811         * lyxfont.h: remove copy constructor and copy assignment. (the
12812         default ones is ok), move number inside FontBits. move inlines to
12813         lyxfont.C
12814
12815         * lyxfont.C: add number to initializaton of statics, move several
12816         inlines here. constify several local vars. some whitespace
12817         cleanup. Dont hide outerscope variables.
12818
12819         * Spacing.h: add two new constructors to match the set methods.
12820
12821         * ShareContainer.h: new file, will perhaps be moved to support
12822
12823         * ParameterStruct.h: new file
12824
12825         * ParagraphParameters.h: new file
12826
12827         * ParagraphParameters.C: new file
12828
12829         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12830         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12831
12832         * BufferView_pimpl.C: ParagraphParameter changes.
12833         * buffer.C: Likewise.
12834         * bufferview_funcs.C: Likewise.
12835         * text.C: Likewise.
12836         * text2.C: Likewise.
12837
12838 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12839
12840         * lyxfind.C (LyXReplace): do not redefine default argument in
12841         implementation.
12842         (IsStringInText): ditto
12843         (SearchForward): ditto
12844         (SearchBackward): ditto
12845
12846 2001-03-06  Juergen Vigna  <jug@sad.it>
12847
12848         * lyxfind.C (IsStringInText): put parentes around expressions.
12849
12850 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12851
12852         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12853
12854 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12855
12856         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12857
12858         * stl_string_fwd.h: add comment
12859
12860         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12861
12862         * tabular.h:
12863         * tabular.C: remove unused DocBook methods
12864
12865         * intl.C:
12866         * language.C:
12867         * paragraph.C:
12868         * buffer.C:
12869         killed DO_USE_DEFAULT_LANGUAGE
12870
12871 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12872
12873         * lyx_gui.C: do not include language.h.
12874
12875         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12876         arguments in function implementation.
12877
12878 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12879
12880         * BufferView_pimpl.C: add <ctime>
12881
12882 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12883
12884         * BufferView_pimpl.C: add using std::find_if
12885
12886 2001-02-27  José Matos  <jamatos@fep.up.pt>
12887
12888         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12889         by OnlyPath.
12890
12891 2001-02-11  José Matos  <jamatos@fep.up.pt>
12892
12893         * buffer.C (makeDocBookFile): command styles now have a parameter as
12894         "title" by default.
12895
12896 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12897
12898         * layout_forms.[Ch]: removed
12899         * lyx_cb.[Ch]: out character
12900         * lyx_gui.C: out character
12901         * lyx_gui_misc.C: out character
12902         * bufferview_funcs.C: : out character,
12903         added toggleall as parameter in ToggleAndShow
12904
12905 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12906
12907         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12908
12909         * text2.C (SetCurrentFont): Disable number property at boundary.
12910
12911 2001-02-26  Juergen Vigna  <jug@sad.it>
12912
12913         * lyxfunc.C (getStatus): added a string argument override function so
12914         that this is correctly called from LyXFunc::Dispatch if it contains a
12915         do_not_use_argument which is used!
12916         (Dispatch): added check for "custom" export and call appropriate func.
12917
12918 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12919
12920         * lyxrc.C: Add language_command_local, language_use_babel and
12921         language_global_options.
12922
12923         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12924
12925         * buffer.C (makeLaTeXFile): Use language_use_babel and
12926         language_global_options.
12927
12928 2001-02-23  Juergen Vigna  <jug@sad.it>
12929
12930         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12931         which works with LyXText and putted it inside BufferView. Here now we
12932         only call for that part the BufferView::Dispatch() function.
12933
12934         * BufferView.C (Dispatch): added.
12935
12936         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
12937         functions which needs to use a LyXText over from LyXFunc.
12938         (MenuInsertLyXFile): added
12939         (getInsetByCode): added
12940         (moveCursorUpdate): added
12941         (static TEXT): added
12942
12943 2001-02-22  Juergen Vigna  <jug@sad.it>
12944
12945         * BufferView_pimpl.C (update): call a status update to see if LyXText
12946         needs it.
12947
12948 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12949
12950         * vc-backend.C (revert): implement for CVS
12951         (getLog): implement for CVS
12952
12953 2001-02-20  Juergen Vigna  <jug@sad.it>
12954
12955         * text2.C (ClearSelection): added BufferView param for inset_owner call
12956
12957         * lyxfunc.C (TEXT): added this function and use it instead of
12958         directly owner->view()-text of getLyXText().
12959
12960 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
12961
12962         * src/layout_forms.C: out preamble
12963         * src/layout_forms.h: out preamble
12964         * src/lyx_cb.C: out preamble
12965         * src/lyx_cb.h: out preamble
12966         * src/lyx_gui.C: out preamble
12967         * src/lyx_gui_misc.C: out preamble
12968         * src/lyxfunc.C: connect with guii preamble
12969
12970 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
12971
12972         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
12973
12974 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
12975
12976         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
12977         whether to run bibtex.
12978
12979 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
12980
12981         * Makefile.am (lyx_SOURCES): Remove BackStack.h
12982
12983 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
12984
12985         * Makefile.am (lyx_SOURCES): removed bibforms.h
12986
12987         * vspace.h: doxygen
12988
12989         * text.C (GetVisibleRow): make several local vars const
12990
12991         * tabular.C: small cleanup.
12992
12993         * lyxserver.C (callback): use compare instead of strncmp
12994
12995         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
12996         inlines to after class or to paragraph.C
12997
12998         * lyxfont.h: remove friend operator!=
12999
13000         * converter.h: move friend bool operator< to non friend and after
13001         class def.
13002
13003         * combox.h: small cleanup
13004
13005         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13006         to inlines after class def.
13007
13008         * buffer.C (pop_tag): use string operations instead of strcmp
13009
13010         * bmtable.c: doxygen, small cleanup
13011
13012         * LaTeX.h: remove friend operator==
13013
13014 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13015
13016         * screen.C:
13017         * lyxrc.[Ch]:
13018         * lyxfunc.C:
13019         * lyxfont.[Ch]:
13020         * lyx_cb.C:
13021         * intl.[Ch]:
13022         * commandtags.h:
13023         * buffer.C:
13024         * WorkArea.[Ch]:
13025         * LyXAction.C:
13026         * BufferView_pimpl.C:
13027         * BufferView.[Ch]: remove cruft
13028
13029 2001-02-14  Juergen Vigna  <jug@sad.it>
13030
13031         * lyxfunc.C: removed #if 0 unused code
13032
13033         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13034
13035         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13036
13037         * text2.C (SetSelection): added a BufferView * parameter
13038
13039 2001-02-13  Juergen Vigna  <jug@sad.it>
13040
13041         * lyxfunc.C (Dispatch): fixed protected blank problem.
13042         * BufferView2.C (protectedBlank): added LyxText * parameter.
13043
13044         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13045         (AppendColumn): same as above for column_info.
13046
13047         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13048         (moveCursorUpdate): use a LyXText param for support of InsetText.
13049
13050         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13051         (tripleClick): ditto
13052
13053         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13054
13055         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13056
13057         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13058
13059         * text2.C (SetSelection): set correct update status if inset_owner
13060         (ToggleFree): ditto
13061
13062 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13063
13064         * tabular.C: remove some commented code.
13065
13066 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13067
13068         * BufferView_pimpl.C: call hideSplash()
13069
13070         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13071
13072         * include_form.h:
13073         * bibforms.h: remove
13074
13075         * lyxfunc.C:
13076         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13077           add LFUN_CHILD_CREATE
13078
13079         * counters.h: fix tiny typo
13080
13081         * lyx_cb.C:
13082         * lyx.h:
13083         * lyx_gui.C:
13084         * lyx.C: move splash to frontends/xforms/
13085
13086         * lyx_gui_misc.C: move Include and Bibform to frontends
13087
13088         * lyxvc.h: clarify comment
13089
13090         * vspace.C: tiny housekeeping
13091
13092 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13093
13094         * text.C (PrepareToPrint): RTL Fix.
13095
13096         * paragraph.C (GetUChar): New method.
13097         (String):  Use GetUChar.
13098
13099         * buffer.C (asciiParagraph): Use GetUChar.
13100
13101 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13102
13103         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13104
13105 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13106
13107         * buffer.h:
13108         * buffer.C: rename to getLogName(), handle
13109           build log / latex log nicely
13110
13111 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13112
13113         * MenuBackend.C:
13114         * MenuBackend.h: remove support for reference menuitem type.
13115
13116 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13117
13118         * BufferView_pimpl.C: housekeeping
13119         * BufferView_pimpl.h:
13120         * LyXView.h:
13121         * Makefile.am:
13122         * Timeout.C:
13123         * Timeout.h:
13124         * minibuffer.h: move Timeout GUI-I
13125
13126 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13127
13128         * lyxrc.C (read): Update converters data-structures.
13129
13130 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13131
13132         * LaTeX.h (operator!=): add operator != for Aux_Info
13133
13134 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13135
13136         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13137
13138         * LaTeXLog.C: deleted, useful code moved to Buffer
13139
13140         * buffer.h:
13141         * buffer.C: new function getLatexLogName()
13142
13143         * lyx_gui_misc.C:
13144         * lyx_gui.C:
13145         * lyxvc.C:
13146         * lyxvc.h:
13147         * lyxfunc.C: use frontends for LaTeX and VC logs
13148
13149 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13150
13151         * LaTeX.h: yet another std:: that Allan forgot.
13152
13153         * Variables.C (set): renamed from isset(), because this clashes
13154         with some HP-UX macros (grr).
13155
13156 2001-02-06  Allan Rae  <rae@lyx.org>
13157
13158         * LaTeX.h: Another bug fix.  Missing std:: this time.
13159
13160 2001-02-04  Allan Rae  <rae@lyx.org>
13161
13162         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13163         floats problem. I've left it commented out because it's not quite
13164         correct.  It should also test that the current object is a table or
13165         figure inset.  But I haven't gotten around to figuring out how to do
13166         that.  I *think* it'll be something like: "table" == inset.type()
13167
13168         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13169         bool.
13170
13171 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13172
13173         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13174         all the citation/databases/styles in the auxilary file.
13175         (run): Rerun latex if there was a babel language error.
13176
13177 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13178
13179         * text.C (Backspace): Preserve the font when changing newline char
13180         with a space.
13181         (BreakParagraph): If the cursor is before a space, delete the space.
13182
13183         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13184
13185 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13186
13187         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13188         new argument (code).
13189         (ChangeCitationsIfUnique): New method.
13190
13191         * paragraph.C (GetPositionOfInset): Handle bibkey.
13192
13193 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13194
13195         * BufferView_pimpl.h: change type of Position::par_pos to
13196         LyXParagraph::size_type.
13197
13198 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13199
13200         * BufferView_pimpl.C (savePosition, restorePosition): Write
13201         messages to minibuffer.
13202
13203 2001-01-28  José Matos  <jamatos@fep.up.pt>
13204
13205         * buffer.C (makeDocBookFile): adds support for document language.
13206         A silly restriction on the name of LatexCommand types where removed.
13207         Added support for CDATA sections, allows to chars unescaped, used
13208         among others in code, to avoid escape < and >.
13209
13210 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13211
13212         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13213         saved positions instrad of a stack. Furthermore, a position is
13214         stored using paragraph id/paragraph position.
13215
13216         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13217         Remove LFUN_REF_BACK.
13218
13219 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13220
13221         * converter.C (dvipdfm_options): New method.
13222
13223 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13224
13225         * vspace.C (isValidLength): Fix for empty input string.
13226
13227 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13228
13229         * LyXAction.C (init): change description of LFUN_FIGURE to
13230         "Insert Graphics"
13231
13232 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13233
13234         * LaTeX.C: add using directive
13235
13236 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13237
13238         * MenuBackend.C (expand): Fix the sorting of the formats.
13239
13240 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13241
13242         * lyx_main.C: tiny error message fix
13243
13244 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13245
13246         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13247         calling fl_initialize(). This fixes the problem with ',' as
13248         decimal separator in text files.
13249
13250 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13251
13252         * trans.C (process): Fix the keymap bug.
13253
13254 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13255
13256         * LaTeX.C (scanAuxFiles): New method. Provides support for
13257         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13258         (scanLogFile) Scan for "run BibTeX" messages.
13259
13260         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13261         OT1 font encoding. Also, load the aecompl package if the ae
13262         package is loaded.
13263
13264         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13265
13266 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13267
13268         * texrow.C (increasePos): turn two error messages into debug
13269         messages.
13270
13271 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13272
13273         * LaTeX.C (scanAux): Handle the \@input macro.
13274         (runBibTeX): Use scanAux().
13275
13276         * language.C (latex_options_): New field.
13277
13278         * LaTeXFeatures.C (getMacros): Add language macros.
13279
13280         * buffer.C (makeLaTeXFile): Small fix.
13281
13282 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13283
13284         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13285
13286         * text2.C: add a using directive.
13287
13288 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13289
13290         * BufferView2.C:
13291         * lyx_gui_misc.h:
13292         * lyxfr1.C:
13293         * lyxfunc.C: kill LyXBell.
13294
13295 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13296
13297         * text.C (IsBoundary): Remove the error message
13298
13299         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13300
13301         * lyxrc.C (setDefaults): Correct initialization value for
13302         font_norm_type.
13303
13304 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13305
13306         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13307         gotoError().
13308
13309         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13310         and GotoNextNote().
13311
13312         * src/LyXAction.C: Added reference-next.
13313
13314         * text.C (InsertChar): Use contains instead of strchr.
13315
13316         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13317
13318 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13319
13320         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13321         alignment commands (when needed).
13322
13323         * text.C (InsertChar): Add ':' to number separator chars.