]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
c438cc39c1d24d382a4be54f4d86ab892747caa5
[lyx.git] / src / ChangeLog
1
2 2003-10-22  André Pönitz  <poenitz@gmx.net>
3
4         * lyxtext.h:
5         * text.C: use Row & instead of RowList::iterator
6
7         * lyxrow.h: rename end() to endpos()
8
9         * rowpainter.C:
10         * text.C:
11         * text2.C: adjust
12
13 2003-10-22  Angus Leeming  <leeming@lyx.org>
14
15         * buffer.[Ch] (fully_loaded): new member function, returning true
16         only when the file has been loaded fully.
17         Used to prevent the premature generation of previews and by the
18         citation inset to prevent computation of the natbib-style label.
19
20         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
21         templates are all set up.
22
23         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
24
25 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
26
27         * text.C: fixed an "oops" in the "is a bit silly" 
28         bug fix
29
30 2003-10-21  André Pönitz  <poenitz@gmx.net>
31
32         * FuncStatus.[Ch]: small stuff, whitespace
33
34         * lyxfont.[Ch]: operator<<() for debug reasons
35
36         * lyxfunc.C:
37         * lyxrow_funcs.C:
38         * lyxtext.h: whitespace, spelling
39
40         * paragraph.C: naming of variables
41
42         * text.C:
43         * text2.C: small stuff
44
45
46 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
47
48         * text.C: (1) finish off the inset display() work;
49         (2) fix the "is a bit silly" bug (accessing char
50         past end of par).
51
52 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
53
54         * text.C: re-introduce display() for insets, fixing the
55         various bugs (stretch of line above, math inset 
56         positioning, ...)
57
58 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
59
60         * text.C (rightMargin): remove spurious semicolon
61
62         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
63         1415)
64
65 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
66
67         * text3.C: fix one crash due to wrong cursor def
68
69 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
70
71         * vc-backend.C (scanMaster): make the regex static
72
73         * LaTeX.C (scanAuxFile): make the regexs static
74
75         * text3.C (doInsertInset, dispatch, dispatch):
76         * text2.C (cursorUp, cursorDown):
77         * text.C (selectNextWordToSpellcheck):
78         * BufferView_pimpl.C (dispatch):
79         * lyxfunc.C (dispatch):  localDispatch -> dispatch
80
81 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
82
83         * lyxsocket.C: include <cerrno>
84
85 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
86
87         * lyxfunc.C (dispatch): remove textcache stuff
88
89         * bufferlist.C (release): remove textcache stuff
90         (closeAll): ditto
91
92         * TextCache.C: delete file
93         * TextCache.h: delete file
94
95         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
96
97         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
98         delete of the bv_->text.
99         (resizeCurrentBuffer): remove texcache stuff
100         (workAreaResize): ditto
101
102 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
103
104         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
105         action.
106
107 2003-10-16  André Pönitz  <poenitz@gmx.net>
108
109         * lyxrow.[Ch]:
110         * paragraph.h:
111         * rowpainter.C:
112         * text.C:
113         * text2.C:
114         * text3.C: speed up by storing y positions per paragraph plus per-row
115         offset instead of having a 'full' y position in the row.
116
117 2003-10-15  André Pönitz  <poenitz@gmx.net>
118
119         * iterators.[Ch]:
120         * iterators.[Ch]:
121         * undo.[Ch]: make undo aware of inner insets
122
123 2003-10-14  Angus Leeming  <leeming@lyx.org>
124
125         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
126         static member functions LyX::ref() and LyX::cref.
127         (lastfiles): new accessor functions for the new lastfiles_ member var.
128         (addLyXView, views_): add a new LyXView to the list of views_.
129         (updateInset): loop over all LyXViews to call their own updateInset
130         member function, returning a pointer to the Buffer owning the inset.
131
132         * BufferView_pimpl.C (loadLyXFile):
133         * MenuBackend.C (expandLastfiles):
134         * bufferlist.C (MenuWrite, QuitLyX):
135         lastfiles is no longer a global variable.
136         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
137
138         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
139         static function. Access through LyX::cref().emergencyCleanup().
140
141 2003-10-14  André Pönitz  <poenitz@gmx.net>
142
143         * iterators.[Ch]: new direct access to innermost LyXText and Inset
144
145         * undo.[Ch]: restoring part of 'undo in insets'
146
147         * Makefile.am:
148         * undo_funcs.[Ch]: merge with undo.[Ch]
149
150         * tabular.C: small cleansing stuff
151
152 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
153
154         * paragraph_funcs.C (readParToken): report unknown insets as error
155         boxes. Use the outer paragraph as location (also for unknown
156         tokens).
157
158         * factory.C (readInset): do not abort on reading an unknown inset.
159         Eat it and return 0.
160
161 2003-10-13  Angus Leeming  <leeming@lyx.org>
162
163         * lyx_main.C (LyX): remove call to setDisplayTranslator().
164
165         * lyxrc.C: displayTranslator is now a function,
166         declared in GraphicsTypes.h.
167
168 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
169
170         * format.C: new placeholder $$a to pass the socket address.
171
172         * bufferlist.[Ch]: new function getBufferFromTmp.
173
174         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
175           files in the temporary dir.
176
177 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
178
179         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
180
181         * Makefile.am: add lyxsocket.[Ch].
182
183         * lyx_main.C (error_handler): handle SIGPIPE.
184
185 2003-10-13  André Pönitz  <poenitz@gmx.net>
186
187         * BufferView_pimpl.C:
188         * lyxtext.h:
189         * text.C:
190         * text2.C:
191         * text3.C:
192         * undo_funcs.[Ch]: use paroffset_type instead of
193           ParagraphList::iterators to prevent multiple conversion
194           (and get a more robust interface)
195
196 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
197
198         * lyxfunc.C (dispatch): RESULT -> dispatch_result
199         * lyxtext.h: ditto
200         * text3.C (dispatch): ditto
201
202 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
203
204         * LaTeX.C (handleFoundFile): move the static to smaller scope,
205         move the onlyfile, use onlyfile instead of foundfile in a couple
206         of places.
207
208         * DepTable.C (update): flush the error stream a bit more
209
210 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
211
212         * lyxserver.C (callback): adjust
213
214         * lyxfunc.C (getStatus): add a missing brace in commented code
215         (ensureBufferClean): reindent
216         (dispatch): delete version taking a string
217
218 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
219
220         * LaTeX.C (deplog): move found file handlig from here...
221         (handleFoundFile): .. to new function here.
222         (deplog): make sure to discover several files mentioned on the
223         same log line.
224
225 2003-10-10  André Pönitz  <poenitz@gmx.net>
226
227         * lyxfunc.C:
228         * lyxtext.h:
229         * tabular.C:
230         * text.C:
231         * text2.C:
232         * text3.C: fix some of the tabular crashes
233
234 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
235
236         * MenuBackend.C (binding): put debug message into Debug::KBMAP
237
238         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
239
240 2003-10-09  André Pönitz  <poenitz@gmx.net>
241
242         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
243
244         * BufferView.C:
245         * BufferView_pimpl.C:
246         * bufferview_funcs.C:
247         * lyx_cb.C:
248         * lyxcursor.C:
249         * lyxfind.C:
250         * lyxfunc.C:
251         * lyxtext.h:
252         * text.C:
253         * text2.C:
254         * text3.C:
255         * text_funcs.[Ch]:
256         * textcursor.[Ch]:
257         * undo_funcs.C: adjust
258
259 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
260
261         * text2.C (incrementItemDepth): new function, use a backtracking
262         algorithm to discover the correct item depth.
263         (resetEnumCounterIfNeeded): new function, use a backtracking
264         algorithm to discover if counter reset is needed.
265         (setCounter): use them. Simplify a bit. Add different labels for
266         different item depths for itemize.
267
268         * paragraph.C (Paragraph): remove initialization of enumdepth
269         (operator=): ditto
270
271         * paragraph.h: get rid of enumdepth, and use itemdepth both for
272         enumerate and itemize. Change the type of itemdepth to signed char.
273
274 2003-10-08  André Pönitz  <poenitz@gmx.net>
275
276         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
277           thing assignable.
278         * text.C:
279         * text2.C: adjust
280
281         * tabular.[Ch]: fix crash after 'row-insert'
282
283 2003-10-08  Angus Leeming  <leeming@lyx.org>
284
285         Fix doxygen warnings.
286
287         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
288         Remove CutAndPaste:: prefix from header file declaration.
289
290         * LColor.h (fill): remove LColor:: prefix from declaration.
291
292         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
293         use lyx::depth_type rather than Paragraph::depth_type so that
294         header file and .C file match.
295
296         * converter.h (intToFormat): remove Converters:: prefix from declaration.
297
298         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
299         * aspell.C: \file aspell_local.C -> \file aspell.C
300         * gettext.C: \file gettext.C -> \file src/gettext.C
301         * gettext.h: \file gettext.h -> \file src/gettext.h
302         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
303         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
304         * text.C: \file text.C -> \file src/text.C
305
306         * toc.C: move comment so that doxygen is not confused.
307
308 2003-10-07  Angus Leeming  <leeming@lyx.org>
309
310         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
311
312 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
313
314         * aspell.C:
315         * aspell_local.h: add forgotten std::string's.
316
317 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
318
319         * LaTeXFeatures.C:
320         * LyXAction.C:
321         * factory.C:
322         * lfuns.h:
323         * lyxfunc.C:
324         * text3.C: The Box patch. Fancybox support, minipage, parbox
325
326 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
327
328         * CutAndPaste.h:
329         * DepTable.h:
330         * FloatList.h:
331         * LaTeXFeatures.h:
332         * ParagraphParameters.h:
333         * TextCache.h:
334         * Thesaurus.h:
335         * bufferlist.h:
336         * exporter.h:
337         * importer.h:
338         * lastfiles.h:
339         * lyxfind.h:
340         * lyxfont.h:
341         * lyxlex.h:
342         * lyxtextclasslist.h:
343         * messages.h:
344         * paragraph.h:
345         * paragraph_pimpl.C:
346         * textcursor.h: add <string> and other small fixes to make Lars'
347         std::string patch compile with STLport.
348
349 2003-10-06  Angus Leeming  <leeming@lyx.org>
350
351         * LColor.h: Add missing #include <string>.
352
353 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
354
355         * All most all file in all subdirs: Make <string> be the prefered
356         way of getting to std::string, add using declarations.
357
358 2003-10-06  André Pönitz  <poenitz@gmx.net>
359
360         * metricsinfo.C: initialize LyXFont before changing attribute.
361         (fixes the 'math in \emph is upright' bug)
362
363 2003-10-06  André Pönitz  <poenitz@gmx.net>
364
365         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
366
367 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
368
369         * graph.C:
370         * paragraph_pimpl.C: Small fixes to build using STLport
371
372 2003-10-02  André Pönitz  <poenitz@gmx.net>
373
374         * lyxfunc.C:
375         * text3.C: move handling of LFUN_DEPTH *; fix #1360
376
377 2003-10-01  André Pönitz  <poenitz@gmx.net>
378
379         * factory.C: assert early
380
381 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
382
383         * lyx_main.C: remove the global debug object
384
385         * debug.h: adjust for new debugstream
386
387         * debug.C: adjust for new debugstream and keep the global debug
388         object here.
389
390 2003-09-22  Angus Leeming  <leeming@lyx.org>
391
392         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
393         of g++ which otherwise complain that the scoped_ptr destructor can't delete
394         an incomplete class LyXFont.
395
396 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
397
398         * factory.C: bug fix in branches
399
400 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
401
402         * lyxfunc.C (processKeySym): adjust
403         (dispatch): adjust
404         (dispatch): change arg name from ev to func, adjust
405         (sendDispatchMessage): ditto
406
407         * lyx_main.C (defaultKeyBindings): adjust keybindings
408         (deadKeyBindings): ditto
409
410         * kbsequence.C (addkey): return a FuncRequest
411
412         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
413
414         * kbmap.C (bind): take a FuncRequest as arg, adjust
415         (read): adjust
416         (lookup): adjust
417         (defkey): change to take a FuncRequest as arg, adjust
418         (findbinding): take a FuncRequest as arg, adjust.
419
420         * funcrequest.h (operator=): added
421
422         * funcrequest.C (FuncRequest): default kb_action changed from
423         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
424
425         * buffer.C (dispatch): simplify
426         (dispatch): adjust to take a FuncRequest as arg, adjust
427
428         * boost.C (assertion_failed): change assertion message slightly
429
430         * ToolbarBackend.C (read): simplify
431
432         * MenuBackend.C (binding): adjust call to findbinding, add a
433         message if no binding is found.
434         (read): simplify
435         (expandToc): correct by adding a empty FuncRequest
436
437         * LyXAction.C: include <boost/assert.hpp>
438         (isPseudoAction): delete function
439         (LookupFunc): change name to...
440         (lookupFunc): this. change return type to FuncRequest.
441         (getActionName): take kb_action as arg, simplify
442         (funcHasFlag): add an assert, simplify.
443
444 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
445
446         * toc.C (action): return a FuncRequest, simplify
447
448         * lyxfunc.C (processKeySym): adjust
449         (getStatus): delete version that takes an int.
450         (getStatus): adjust
451         (dispatch): delete version that takes action as int
452         (dispatch): adjust
453         (sendDispatchMessage): simplify and adjust
454
455         * funcrequest.C (getArg): take unsigned int as arg
456
457         * ToolbarBackend.C (read): adjust
458         (add): delete version that takes func as a string.
459         (getIton): take a FuncRequest as arg
460
461         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
462         action.
463
464         * MenuBackend.C (MenuItem): add a new construct that only takes a
465         Kind, simplify the constructor use for submenus.
466         (add): adjust
467         (expandLastfiles): adjust
468         (expandDocuments): adjust
469         (expandFormats): adjust
470         (expandFloatListInsert): adjust
471         (expandFloatInsert): adjust
472         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
473
474         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
475         Remove class variables lyx_pseudo_map and lyx_arg_map
476
477         * LyXAction.C (searchActionArg): delete function
478         (getPseudoAction): delete function
479         (retrieveActionArg): delete function
480         (LookupFunc): make it return kb_action, simplify.
481         (getActionName): simplify
482
483         * factory.C (createInset): fix new bug
484
485 2003-09-19  Angus Leeming  <leeming@lyx.org>
486
487         * CutAndPaste.C (pasteSelection): remove fudge used to set the
488         masterFilename_ parameter in the include inset.
489
490         * factory.C (createInset): changes due to the changes to InsetInclude.
491
492 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
493
494         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
495
496 2003-09-18  Angus Leeming  <leeming@lyx.org>
497
498         * buffer.C:
499         * BufferView.C: pass the buffer when calling Inset::getLabelList,
500         Inset::fillWithBibKeys.
501         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
502
503 2003-09-18  Angus Leeming  <leeming@lyx.org>
504
505         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
506         variables.
507         (ctor): pass and store a 'Buffer const &'
508         (buffer): new member function.
509
510         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
511         '*this' to the LaTeXFeatures ctor.
512
513 2003-09-18  Angus Leeming  <leeming@lyx.org>
514
515         * LColor.h:
516         * lyxfont.C:
517         * lyxfont.h:
518         * lyxtext.h:
519         * text.C: rename EnumLColor as LColor_color.
520
521 2003-09-18  Angus Leeming  <leeming@lyx.org>
522
523         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
524         remove #include "insets/insetbase.h" from cursor.h.
525
526 2003-09-18  Angus Leeming  <leeming@lyx.org>
527
528         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
529         InsetOld_code to remove #include "inset.h".
530
531         * iterators.C: add #include "insets/inset.h"
532
533 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
534
535         * BufferView.C: remove more locking stuff that apparently doesn't
536         do anything sensible.
537
538 2003-09-16  André Pönitz  <poenitz@gmx.net>
539
540         * paragraph.[Ch]:
541         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
542           performance boost.
543
544 2003-09-16  Angus Leeming  <leeming@lyx.org>
545
546         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
547
548         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
549         arg/return type.
550
551         * paragraph.h: remove #include "lyxfont.h". Forward declare
552         LyXFont_size.
553
554 2003-09-16  Angus Leeming  <leeming@lyx.org>
555
556         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
557         of support/textutils.h.
558         (isWord): move the contents of support/textutils.h's IsWordChar here.
559
560         * buffer.C:
561         * lyxfind.C:
562         * rowpainter.C:
563         * text.C:
564         * text2.C: add #include "paragraph.h".
565
566         * rowpainter.C:
567         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
568
569 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
570
571         * main.C:
572         * lyx_main.C:
573         * lyx_cb.C:
574         * buffer.C:
575         * LaTeX.C: use namespace alias for lyx::support::os
576
577 2003-09-16  Angus Leeming  <leeming@lyx.org>
578
579         * bufferparams.C:
580         * bufferview_funcs.C:
581         * factory.C:
582         * lyxfunc.C:
583         * paragraph_pimpl.C:
584         * rowpainter.C:
585         * text.C: add #include "LColor.h".
586
587 2003-09-16  Angus Leeming  <leeming@lyx.org>
588
589         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
590         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
591         return LyXFont &.
592         Store the FontBits::color variable as an int rather than as an
593         LColor::colorso that we can move LColor.h out of the lyxfont.h header
594         file.
595
596         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
597         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
598         string calls together.
599
600         * lyxrc.C: add #include "LColor.h".
601
602 2003-09-15  Angus Leeming  <leeming@lyx.org>
603
604         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
605         a cow_ptr.
606
607 2003-09-15  Angus Leeming  <leeming@lyx.org>
608
609         * LColor.h: add an EnumLColor wrapper for LColor::color.
610
611         * lyxfont.[Ch] (color, setColor, realColor):
612         * lyxtext.h, text.C (backgroundColor):
613         pass EnumLColor args to/from the functions, rather than LColor::color
614         ones.
615
616         * lyxfont.h:
617         * lyxtext.h: forward declare EnumLColor.
618
619         * lyx_main.C: add #include "LColor.h".
620
621 2003-09-15  Angus Leeming  <leeming@lyx.org>
622
623         * .cvsignore: add lyx-gtk.
624
625 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
626
627         * Chktex.C
628         * LaTeX.C
629         * LaTeXFeatures.C
630         * ParagraphParameters.C
631         * Spacing.C
632         * buffer.C
633         * bufferparams.C
634         * bufferview_funcs.C
635         * chset.C
636         * counters.C
637         * funcrequest.C
638         * lyxfont.C
639         * lyxgluelength.C
640         * lyxlength.C
641         * paragraph.C
642         * paragraph_funcs.C
643         * text3.C
644         * vc-backend.C: remove usage of STRCONV
645
646 2003-09-15  Angus Leeming  <leeming@lyx.org>
647
648         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
649         explicitly define the color passed to the painter.
650
651 2003-09-15  Angus Leeming  <leeming@lyx.org>
652
653         * bufferparams.C (BufferParams): reorder member initializers to avoid
654         compiler warning.
655
656 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
657
658         * CutAndPaste.C (pasteSelection): remove an outdated #warning
659         * text.C (updateRowPositions): remove an unusual nop
660
661 2003-09-12  André Pönitz  <poenitz@gmx.net>
662
663         * BufferView_pimpl.C:
664         * Bullet.C:
665         * layout.h:
666         * lyxfunc.C:
667         * lyxlayout.[Ch]:
668         * lyxtextclass.C:
669         * rowpainter.C:
670         * text.C:
671         * text2.C:
672         * Counters.[Ch]: finish the 'automatic counters' job
673
674 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
675
676         * aspell.C: include <boost/assert.cpp> (compile fix)
677
678 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
679
680         * boost.C (assertion_failed): use lyx::support::abort instead of
681         assert.
682
683 2003-09-10  Angus Leeming  <leeming@lyx.org>
684
685         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
686         with their _fwd progeny.
687
688 2003-09-09  Angus Leeming  <leeming@lyx.org>
689
690         134 files throughtout the source tree: replace 'using namespace abc;'
691         directives with the appropriate 'using abc::xyz;' declarations.
692
693 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
694
695         * boost.C (emergencyCleanup): moved here from LAssert.c
696         (assertion_failed): new function, called by BOOST_ASSERT
697
698         * several files: change Assert to BOOST_ASSERT
699
700 2003-09-09  Angus Leeming  <leeming@lyx.org>
701
702         * buffer.[Ch]: Add an Impl class and move Buffer's member
703         variables into it. As a result move several header files out of
704         buffer.h.
705
706         Add header files to lots of .C files all over the tree as a result.
707
708 2003-09-09  Angus Leeming  <leeming@lyx.org>
709
710         * buffer.[Ch]: make Buffer's member variables private. Add
711         accessor functions.
712
713         Lots of changes all over the tree as a result.
714
715 2003-09-08  Angus Leeming  <leeming@lyx.org>
716
717         * graph.C: #include <config.h>.
718
719 2003-09-08  Angus Leeming  <leeming@lyx.org>
720
721         * BranchList.C:
722         * BufferView.C:
723         * BufferView_pimpl.C:
724         * CutAndPaste.C:
725         * DepTable.C:
726         * LaTeX.C:
727         * LaTeXFeatures.C:
728         * LyXAction.C:
729         * MenuBackend.C:
730         * TextCache.C:
731         * aspell.C:
732         * buffer.C:
733         * bufferlist.C:
734         * changes.C:
735         * chset.C:
736         * converter.C:
737         * counters.C:
738         * debug.C:
739         * graph.C:
740         * ispell.C:
741         * lyx_cb.C:
742         * lyxfind.C:
743         * lyxfunc.C:
744         * lyxlex_pimpl.C:
745         * lyxrc.C:
746         * lyxrow.C:
747         * paragraph.C:
748         * rowpainter.C:
749         * texrow.C:
750         * text.C:
751         * text2.C:
752         * toc.C: remove redundant using directives.
753
754 2003-09-07  Angus Leeming  <leeming@lyx.org>
755
756         * LaTeXFeatures.h: remove #include "support/types.h".
757         * ToolbarBackend.h: remove #include <algorithm>.
758         * changes.h: remove #include <ctime>.
759         * debug.h: remove #include <iosfwd>.
760         * graph.h: remove #include "support/std_string.h".
761         * lyx_main.h: remove #include <csignal>.
762         * lyxlex_pimpl.h: remove #include <fstream>.
763         * sgml.h: remove #include <algorithm>, <utility>.
764         * toc.h: remove #include "support/std_ostream.h".
765         Add #include <iosfwd>.
766
767 2003-09-07  Angus Leeming  <leeming@lyx.org>
768
769         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
770
771         * converter.h: forward declare LatexRunParams.
772         * encoding.h: remove #include "lyxrc.h".
773         * lyxtext.h: remove #include "LColor.h".
774         * lyxtextclass.h: remove #include "support/types.h".
775         * trans.h: remove #include "tex-accent.h".
776         * trans_mgr.h: remove #include "tex-accent.h".
777         * insets/inset.h: remove #include "support/types.h", <vector>.
778         * insets/insetcollapsable.h: remove #include "LColor.h".
779         * insets/insetinclude.h: remove #include "dimension.h".
780         * insets/insetlatexaccent.h: remove #include "dimension.h".
781         * insets/insetoptarg.h:: remove #include "insettext.h".
782         * insets/insettext.h: remove #include "dimension.h",
783         <boost/shared_ptr.hpp>
784
785         * insets/renderers.h: add #include "dimension.h".
786         * insets/updatableinset.h: add #include "support/types.h".
787
788         * many .C files: Associated changes.
789
790 2003-09-06  Angus Leeming  <leeming@lyx.org>
791
792         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
793         one, inside testInvariant.
794
795         * PrinterParams.C: new file.
796         * PrinterParams.[Ch]: move the function bodies out of line.
797
798 2003-09-06  Angus Leeming  <leeming@lyx.org>
799
800         * ParagraphParameters.h: forward declare ParameterStruct rather than
801         including its header file.
802         (depth): moved out-of-line.
803
804 2003-09-06  Angus Leeming  <leeming@lyx.org>
805
806         * BufferView_pimpl.h:
807         * kbmap.h:
808         * kbsequence.h:
809         * lyxfunc.h: forward declare LyXKeySym rather than
810         #include "frontends/LyXKeySym.h".
811
812         * BufferView_pimpl.C:
813         * kbmap.C:
814         * kbsequence.C:
815         * lyxfunc.C: associated changes.
816
817 2003-09-06  Angus Leeming  <leeming@lyx.org>
818
819         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
820         As a result, can remove the #include "insets/inset.h" from BufferView.h
821
822 2003-09-06  Angus Leeming  <leeming@lyx.org>
823
824         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
825         As a result, can remove the #include "insets/inset.h" from BufferView.h
826
827 2003-09-06  Angus Leeming  <leeming@lyx.org>
828
829         * buffer_funcs.C:
830         * buffer.h:
831         * bufferlist.C:
832         * BufferView.C:
833         * bufferview_funcs.C:
834         * BufferView_pimpl.C:
835         * CutAndPaste.C:
836         * lyx_cb.C:
837         * lyxfunc.C:
838         * paragraph.h:
839         * ParagraphParameters.C:
840         * tabular.C:
841         * text3.C:
842         * toc.C:
843         * undo_funcs.C:
844         * frontends/controllers/ControlDocument.C:
845         * insets/insetcaption.C: rearrange the #includes into some sort of
846         coherent order.
847
848         * buffer.h: remove #includes ErrorList.h, undo.h
849
850 2003-09-06  Angus Leeming  <leeming@lyx.org>
851
852         * support/types.h: add a 'depth_type' typedef, used to store the
853         nesting depth of a paragraph.
854
855         * paragraph.h:
856         * ParameterStruct.h: use this lyx::depth_type typedef rather than
857         defining explicitly.
858
859         * buffer.h:
860         * paragraph_funcs.h:
861         * ParagraphParameters.h:
862         * sgml.h: use lyx::depth_type rather than Paragraph or
863         ParameterStruct's depth_type.
864
865         * buffer.h
866         * paragraph_funcs.h: no need to #include paragraph.h anymore.
867
868         * BufferView.C:
869         * BufferView_pimpl.C:
870         * CutAndPaste.C:
871         * ParagraphParameters.C:
872         * buffer_funcs.C:
873         * bufferlist.C:
874         * bufferview_funcs.C:
875         * lyx_cb.C:
876         * lyxfunc.C:
877         * tabular.C:
878         * text3.C:
879         * toc.C:
880         * undo_funcs.C:
881         * frontends/LyXView.C:
882         * frontends/controllers/ControlDocument.C:
883         * frontends/controllers/ControlErrorList.C:
884         * insets/insetbibitem.C:
885         * insets/insetbranch.C:
886         * insets/insetcaption.C:
887         * insets/insetcollapsable.C:
888         * insets/insetenv.C:
889         * insets/insetert.C:
890         * insets/insetfloat.C:
891         * insets/insetfoot.C:
892         * insets/insetfootlike.C:
893         * insets/insetnewline.C:
894         * insets/insetquotes.C:
895         * insets/insettabular.C:
896         * insets/insettext.C:
897         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
898
899         * frontends/controllers/ControlChanges.C: #include "changes.h".
900
901 2003-09-06  Angus Leeming  <leeming@lyx.org>
902
903         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
904         than #including paragraph.h.
905
906         * ParagraphList.h:
907         * RowList.h: deleted. Superfluous.
908
909         * CutAndPaste.h:
910         * iterators.h:
911         * lyxcursor.h:
912         * lyxtext.h:
913         * text_funcs.h:
914         * undo.h:
915         * undo_funcs.h:
916         * insets/inset.h:
917         * insets/insettext.h: use ParagraphList_fwd.h rather than
918         ParagraphList.h.
919
920         * paragraph.h: don't forward declare ParagraphList.
921
922         * buffer.h:
923         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
924         rather than ParagraphList.h. paragraph.h is still needed for the
925         Paragraph::depth_type parameters.
926
927         * textcursor.h: enable it to compile stand-alone in light of the
928         above changes.
929
930         * bufferview_funcs.C:
931         * iterators.C:
932         * lyxfunc.C:
933         * lyxrow_funcs.C:
934         * paragraph.C:
935         * rowpainter.C:
936         * text.C:
937         * text2.C:
938         * text3.C:
939         * text_funcs.C:
940         * textcursor.C:
941         * undo.C:
942         * frontends/controllers/ControlParagraph.C:
943         * frontends/controllers/ControlTabular.C:
944         * insets/insetmarginal.C:
945         * insets/insetminipage.C:
946         * insets/insetnote.C:
947         * insets/insetoptarg.C: add header files needed to compile again.
948
949 2003-09-06  Angus Leeming  <leeming@lyx.org>
950
951         * RowList_fwd.h: new file, forward-declaring Row rather than
952         #including lyxrow.h.
953
954         * lyxrow_funcs.h:
955         * lyxtext.h:
956         * paragraph.h:
957         * insets/insettext.h: use it instead of RowList.h
958
959         * bufferview_funcs.C:
960         * lyxfunc.C:
961         * lyxrow_funcs.C:
962         * paragraph.C:
963         * rowpainter.C:
964         * text.C:
965         * text2.C:
966         * text3.C: #include "RowList.h".
967
968 2003-09-05  Angus Leeming  <leeming@lyx.org>
969
970         * factory.C (createInset):
971         * vspace.C (c-tor): replace sscanf call with an istringstream.
972         * ispell.C: re-add missing HP/UX headers.
973         * lyxserver.C: re-add missing  os2 headers.
974
975 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
976
977         * BranchList.C:
978         * graph.C:
979         * ispell.C:
980         * lastfiles.C:
981         * lyx_cb.C:
982         * lyxserver.C:
983         * texrow.C:
984         * text3.C: re-add missing system headers, needed for 2.95.2.
985
986 2003-09-05  Angus Leeming  <leeming@lyx.org>
987
988         Changes most place everywhere due to the removal of using directives
989         from support/std_sstream.h.
990
991 2003-09-05  Angus Leeming  <leeming@lyx.org>
992
993         Replace LString.h with support/std_string.h,
994         Lsstream.h with support/std_sstream.h,
995         support/LIstream.h with support/std_istream.h,
996         support/LOstream.h with support/std_ostream.h.
997
998         Changes resulting throughout the tree.
999
1000 2003-09-05  Angus Leeming  <leeming@lyx.org>
1001
1002         * sgml.h: ensure that the header file can be compiled stand-alone.
1003         * *.C: strip out redundant #includes. (320 in total.)
1004
1005 2003-09-04  Angus Leeming  <leeming@lyx.org>
1006
1007         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
1008         here (from getPackages).
1009
1010         * debug.[Ch]: add a new EXTERNAL tag.
1011
1012 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1013
1014         * text2.C (cursorEnd): simplify
1015         (setCursor): adjust
1016         (getColumnNearX): adjust
1017
1018         * text.C (computeBidiTables): adjust
1019         (fill): adjust
1020
1021         * rowpainter.C (paintChars): adjust
1022         (paintSelection): adjust
1023         (paintChangeBar): adjust
1024         (paintText): adjust
1025
1026         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
1027         lastPos instead.
1028         (numberOfSeparators): adjust
1029
1030 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1031
1032         * LyXAction.C:
1033         * box.[Ch]:
1034         * lfuns.h:
1035         * lyxfunc.C:
1036         * text3.C: Restricts the mouse click functionality
1037         of insets like bibtex, include, toc and floatlist to the visible
1038         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1039         up the dialogs. Cursor has to be in front of the inset (i.e.
1040         start of row) for this to function.
1041
1042 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1043
1044         * bufferview_funcs.C (currentState): output row information
1045
1046 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1047
1048         * bufferview_funcs.C (currentState): output paragraph position
1049
1050 2003-09-04  Angus Leeming  <leeming@lyx.org>
1051
1052         * FloatList.h: move out #include "Floating.h".
1053         * LaTeX.h: move out #include "DepTable.h".
1054         * LyXAction.h: move out #include "funcrequest.h".
1055         * buffer.h: move out #include "author.h", "iterators.h".
1056         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1057         * lyx_main.h: move out #include "errorlist.h".
1058         * lyxfunc.h: move out #include "FuncStatus.h".
1059         * lyxtext: move out #include "lyxcursor.h".
1060         * paragraph_pimpl.h: move out #include "counters.h".
1061
1062 2003-09-03  Angus Leeming  <leeming@lyx.org>
1063
1064         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1065         preamble_snippets list, enabling us to add snippets to the preamble
1066         only if the snippet was not there already.
1067
1068 2003-09-04  Angus Leeming  <leeming@lyx.org>
1069
1070         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1071
1072 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1073
1074         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1075         update
1076
1077 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1078
1079         * BranchList.C: point fix, earlier forgotten
1080
1081 2003-09-02  Angus Leeming  <leeming@lyx.org>
1082
1083         * box.C (contains): renamed from 'contained' after a fantastic
1084         amount of hot air.
1085
1086 2003-09-02  John Levon  <levon@movementarian.org>
1087
1088         * BufferView.C:
1089         * lyxcursor.h:
1090         * lyxcursor.C:
1091         * lyxfunc.C:
1092         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1093
1094 2003-09-02  John Levon  <levon@movementarian.org>
1095
1096         * text2.C: simplification of cursorEnd(), including partial
1097         fix for bug 1376
1098
1099 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1100
1101         * buffer.C (readFile): add a space
1102
1103 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1104
1105         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1106
1107 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1108
1109         * buffer.C (readFile): new function, take a filename and a
1110         ParagraphList::iterator
1111         (readFile): adjust
1112         (readFile): adjust, make it private. don't use setStream, make
1113         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1114         always contain the filename.
1115
1116         * BufferView.C (insertLyXFile): simplify and make it work for
1117         gzipped files.
1118
1119 2003-08-30  John Levon  <levon@movementarian.org>
1120
1121         * Makefile.am: fix dist (from Kayvan)
1122
1123 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1124
1125         * most files: change to use const Buffer refs
1126
1127 2003-08-27  André Pönitz  <poenitz@gmx.net>
1128
1129         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1130         on top of ownerPar().
1131
1132 2003-08-27  John Levon  <levon@movementarian.org>
1133
1134         * funcrequest.C: properly initialise POD members
1135
1136 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1137
1138         * lyxtext.h (top_y): move top_y from here
1139         * text.C:
1140         * text2.C:
1141         * text3.C:
1142         * BufferView.[Ch]:
1143         * BufferView_pimpl.[Ch]: to here
1144         * frontends/screen.C:
1145         * insets/insettabular.C:
1146         * insets/insettext.C: adjust
1147         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1148
1149 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1150
1151         * BufferView.[Ch]:
1152         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1153
1154 2003-08-26  André Pönitz  <poenitz@gmx.net>
1155
1156         * paragraph_func.[Ch] (outerPar): new function
1157
1158         * paragraph.C:
1159         * paragraph_funcs.C:
1160         * paragraph_funcs.h:
1161         * paragraph_pimpl.C:
1162         * text2.C: remove Inset::par_owner
1163
1164 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1165
1166         * lyxrow_funcs.C:
1167         * lyxtext.h:
1168         * text.C:
1169         * text2.C: eliminates the needFullRow/display() stuff
1170         altogether, putting the logic in metrics/draw in the insets.
1171
1172 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1173
1174         * text2.C (redoParagraphInternal, redoParagraphs):
1175         * text.C (redoParagraph): add a call to updateRowPositions at the
1176         end of each 'metrics-like' call. Remove all others.
1177         (getRow): remove the 'y-computing' version.
1178         (getRowNearY): do not compute nor return the real y. Solve the
1179         'y < 0' problem and simplify.
1180
1181 2003-08-22  Angus Leeming  <leeming@lyx.org>
1182
1183         * *.[Ch]: clean-up of licence and author blurbs.
1184         Also move config.h out of a few .h files and into a few .C files.
1185
1186 2003-08-22  André Pönitz  <poenitz@gmx.net>
1187
1188         * lyxrow.[Ch]: add x_ and *fill_ members
1189
1190         * lyxtext.h:
1191         * text.C:
1192         * rowpainter.C:
1193         * text2.C: adjust/remove prepareToPrint() calls
1194
1195 2003-08-22  André Pönitz  <poenitz@gmx.net>
1196
1197         * lyxrow.[Ch]: add  end_ member
1198
1199         * lyxrow_funcs.C: use LyXRow::end_
1200
1201         * lyxtext.h (singleWidth): add LyXFont parameter
1202
1203         * rowpainter.C:
1204         * text2.C: adjust LyXText::singleWidth() calls
1205
1206         * text.C (redoParagraph): simplify row breaking logic
1207
1208
1209 2003-08-19  André Pönitz  <poenitz@gmx.net>
1210
1211         * funcrequest.C: initialize button_ member
1212
1213         * text3.C:
1214         * rowpainter.[Ch]: interface consolidation
1215
1216 2003-08-18  André Pönitz  <poenitz@gmx.net>
1217
1218         * BufferView.C:
1219         * BufferView_pimpl.C:
1220         * lyxfind.C:
1221         * paragraph_funcs.C:
1222         * rowpainter.C:
1223         * text3.C: remove LyXScreen::draw() and fitCursor calls
1224
1225         * BranchList.h: remove spurious semicolons
1226
1227         * MenuBackend.C: fix branchlist related crash
1228
1229 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1230
1231         * BranchList.[Ch]:
1232         * InsetList.[Ch]:
1233         * LColor.[Ch]:
1234         * LyXAction.C:
1235         * Makefile.am:
1236         * MenuBackend.[Ch]:
1237         * bufferparams.[Ch]:
1238         * factory.C:
1239         * lfuns.h:
1240         * lyxfunc.C:
1241         * text3.C: implements the 'branch inset'
1242         idea. This allows the output of various versions of a document
1243         from a single source version, selectively outputing or suppressing
1244         output of parts of the text.
1245         This implementation contains a 'branch list editor' in a separate
1246         tab of the document settings dialog. Branches are user definable
1247         and have a "display colour" to distinguish them on-screen.
1248
1249         ColorHandler was somewhat cleaned up.
1250         (1) make possible a dynamically growing LColor list by allowing
1251         the graphic context cache to grow along (vector);
1252         (2) eliminate an IMHO unnecessary step in colour allocation.
1253
1254 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1255
1256         * BufferView_pimpl.C: compile fix
1257
1258 2003-08-15  André Pönitz  <poenitz@gmx.net>
1259
1260         * rowpainter.C: remove extra metrics calls
1261
1262         * lyxtext.h: merge the two constructors into a single one,
1263           pass reference to owner's par list
1264
1265         * BufferView_pimpl.C:
1266         * text.C:
1267         * text2.C: adjust
1268
1269 2003-08-15  André Pönitz  <poenitz@gmx.net>
1270
1271         * lyxrow_funcs.[Ch]:
1272         * lyxtext.h:
1273         * paragraph.h:
1274         * paragraph_funcs.C:
1275         * rowpainter.C:
1276         * text.C:
1277         * text2.C:
1278         * text3.C:
1279         * text_funcs.C: split LyXText::rowlist_ into individual
1280         Paragraph::rows_ chunks
1281
1282         * BufferView.[Ch]:
1283         * BufferView_pimpl.[Ch]:
1284         * lyxfind.C:
1285         * lyxtext.h:
1286         * text3.C: remove toggleSelection()
1287
1288 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1289
1290         * bufferlist.C: beautify two alerts (shorter text of buttons)
1291         * buffer.C: Remove redundant ' ' from message
1292         * tabular.h:
1293         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1294         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1295         rename VALIGN_CENTER to VALIGN_MIDDLE
1296
1297 2003-08-11  André Pönitz  <poenitz@gmx.net>
1298
1299         * lyxtext.h (getPar):
1300         * text.C: new function
1301
1302 2003-08-11  André Pönitz  <poenitz@gmx.net>
1303
1304         * Makefile.am:
1305         * tracer.[Ch]: remove unneeded files
1306
1307         * InsetList.[Ch]: remove resizeInsetsLyXText()
1308
1309         * lyxtext.h:
1310         * text.C:
1311         * text2.C:
1312         * text3.C: merge insertParagraphs() and appendParagraph()
1313         remove breakAgain(), update()
1314
1315         * BufferView_pimpl.[Ch]:
1316         * bufferview_funcs.[Ch]:
1317         * lyxfunc.C:
1318         * paragraph.[Ch]:
1319         * rowpainter.C:
1320         * tabular.C: adjust after text & InsetList changes.
1321
1322 2003-08-08  André Pönitz  <poenitz@gmx.net>
1323
1324         * text.C (insertChar, backspace): replace rowlist fiddling
1325         with rebreak of full par
1326
1327         * lyxtext.h:
1328         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1329         checkParagraph, updateInset): removed
1330
1331 2003-08-07  André Pönitz  <poenitz@gmx.net>
1332
1333         * paragraph.C:
1334         * text3.C: merge some LFUN handlers, remove dead code
1335
1336 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1337
1338         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1339
1340 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1341
1342         * text2.C (DEPM): fix part of bug 1255 and 1256
1343
1344 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1345
1346         * BufferView_pimpl.C (workAreaDispatch): change to use
1347         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1348         that are no mouse related.
1349
1350 2003-08-05  André Pönitz  <poenitz@gmx.net>
1351
1352         * BufferView.[Ch]:
1353         * BufferView_pimpl.[Ch]:
1354         * bufferview_funcs.C:
1355         * text2.C:
1356         * text3.C: rip out "deep update"
1357
1358         * textcursor.[Ch] (last_sel_cursor): remove unused member
1359
1360 2003-08-04  André Pönitz  <poenitz@gmx.net>
1361
1362         * BufferView.[Ch]:
1363         * BufferView_pimpl.[Ch]:
1364         * ParagraphParameters.C:
1365         * bufferview_funcs.C:
1366         * lyx_cb.C:
1367         * lyxfind.C:
1368         * lyxfunc.C:
1369         * text.C:
1370         * text2.C:
1371         * text3.C: replace "complicated" BufferView::update(...) calls with
1372         simpler ones.
1373
1374         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1375
1376 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1377
1378         * Makefile.am (lyx_SOURCES): add paper.h
1379
1380 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1381
1382         * Makefile.am: move things around so that both lyx-qt and
1383         lyx-xforms can be built (according to --with-frontend). Then lyx
1384         is a symbolic link to lyx-[firstfrontend]
1385
1386 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1387
1388         * Always use std::endl with lyxerr
1389
1390 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1391
1392         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1393
1394 2003-08-01  André Pönitz  <poenitz@gmx.net>
1395
1396         * BufferView.[Ch]:
1397         * BufferView_pimpl.[Ch]:
1398         * lyxfunc.C:
1399         * text3.C: merge BufferView::repaint() and BufferView::update()
1400
1401 2003-08-01  José Matos  <jamatos@lyx.org>
1402
1403         * buffer.[Ch]: file_format is no longer a buffer data element.
1404
1405 2003-08-01  André Pönitz  <poenitz@gmx.net>
1406
1407         * BufferView.C:
1408         * lyxtext.h:
1409         * text.C:
1410         * text2.C: make redoParagraph more independent of current cursor
1411
1412         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1413         * text.C:
1414         * text2.C: remove unneeded members
1415
1416 2003-07-30  André Pönitz  <poenitz@gmx.net>
1417
1418         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1419
1420         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1421           create a single function...
1422
1423         * paragraph_funcs.C (moveItem): ... here.
1424
1425         * text.C:
1426           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1427
1428 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1429
1430         * LColor.[Ch]: Add comment and greyedout logical colors.
1431
1432 2003-07-30  André Pönitz  <poenitz@gmx.net>
1433
1434         * tabular.C: don't use Assert too heavily. This crashes where it
1435           shouldn't
1436
1437 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1438
1439         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1440         is disabled (bug 1232)
1441
1442 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1443
1444         * factory.C: limited 'arg' scope
1445
1446 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1447
1448         * factory.C: fixed Note submenu issues
1449
1450 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1451
1452         * factory.C: submenu for Note/Comment/Greyedout
1453
1454 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1455
1456         * lyx_main.C (LyX):
1457         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1458
1459 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1460
1461         * LaTeXFeatures.C:
1462         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1463         greyedout. Patch provided by Jürgen Spitzmüller.
1464
1465 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1466
1467         * kbmap.C (read): fix error message when reading bind files
1468
1469 2003-07-29  Angus Leeming  <leeming@lyx.org>
1470
1471         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1472         certainly does not do what it purports to do. I am doing it, and
1473         us, a favour by killing it.
1474
1475 2003-07-28  José Matos  <jamatos@lyx.org>
1476
1477         * buffer.C (readBody, do_writeFile):
1478         * paragraph.C(readParagraph): \end_document replaces \the_end.
1479
1480 2003-07-29  André Pönitz  <poenitz@gmx.net>
1481
1482         * BufferView.[Ch]:
1483         * BufferView_pimpl.[Ch]:
1484         * lyxfunc.C:
1485         * text2.C:
1486         * text3.C:
1487         * textcursor.[Ch]: remove toggleToggle & Co
1488
1489 2003-07-28  José Matos  <jamatos@fep.up.pt>
1490
1491         * buffer.C (readParagraph):
1492         * params_func (readParToken, readParagraph):
1493         * paragraph.C (write): \layout -> \begin_layout.
1494
1495 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1496
1497         * lyxlex_pimpl.C (setFile): clean up slightly.
1498
1499         * bufferparams.h: add compressed var
1500
1501         * buffer_funcs.C (readFile): adjust for LyXLex change
1502         (newFile): ditto + simplify
1503
1504         * buffer.C (writeFile): handle writing of compressed files
1505
1506         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1507         Check if the file is compressed and set a bufferparm if so.
1508
1509         * Makefile.am (lyx_LDADD): remove explicit -lz
1510
1511 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1512
1513         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1514         makeDocBookFile): put the real LyX version in the first line of
1515         the file
1516
1517         * version.h:
1518         * version.C.in: remove lyx_docversion
1519
1520         * tabular.C (write_attribute): add a template-based version to
1521         write enums properly
1522
1523 2003-07-28  André Pönitz  <poenitz@gmx.net>
1524
1525         * lyxtext.h:
1526         * text.C:
1527         * text2.C:
1528         * text3.C: use doubles again for x-coordinates. They are needed.
1529
1530 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1531
1532         * messages.C (getLocaleDir): use lyx_localedir()
1533
1534         * lyxlex_pimpl.C (setFile): compress stuff
1535
1536         * buffer.C (writeFile): add some compression stuff
1537         (do_writeFile): new func, dont call expliti close... will this
1538         breake anything?
1539
1540         * Makefile.am (lyx_LDADD): add -lz
1541
1542 2003-07-28  José Matos  <jamatos@fep.up.pt>
1543
1544         * buffer.C: increment file format.
1545         * paragraph_funcs (readParagraph, readParToken):
1546         * paragraph.C (readParagraph): add \end_layout.
1547
1548 2003-07-27  Angus Leeming  <leeming@lyx.org>
1549
1550         * Makefile.am: remove special casing for configure-time setting of
1551         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1552
1553         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1554         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1555
1556 2003-07-26  André Pönitz  <poenitz@gmx.net>
1557
1558         * paragraph_func.[Ch]:
1559         * paragraph.C (realizeFont): inline it whereever it is used
1560
1561         * rowpainter.C:
1562         * text.C:
1563         * text2.C:
1564         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1565
1566
1567 2003-07-26  André Pönitz  <poenitz@gmx.net>
1568
1569         *       lyxtext.h:
1570         * text.C:
1571         * text2.C: get rid of LyXText::need_break_row
1572
1573 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1574
1575         * toc.[Ch]: put namespace toc inside namespace lyx
1576
1577         * MenuBackend.C (expandToc2): adjust for lyx::toc
1578         (expandToc): ditto
1579
1580         * lyxfunc.C (dispatch): adjust for lyx::find
1581
1582         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1583         lyx::find instead. Reorganize a bit.
1584         (LyXReplace): rename to replace
1585         (LyXFind): rename to find
1586
1587         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1588         (dispatch): ditto
1589
1590 2003-07-26  André Pönitz  <poenitz@gmx.net>
1591
1592         * text.C (setHeightOfRow): restrict scope of temporary variable
1593
1594         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1595           code (never has been used?)
1596
1597 2003-07-27  Asger Alstrup  <alstrup@local>
1598
1599         * text.C (fill): Optimise algorithm to exploit that we can reuse
1600         the LyXFont for many characters.
1601         (setHeightOfRow): Same thing.
1602         (rowBreakPoint): Same thing.
1603
1604 2003-07-26  Asger Alstrup  <alstrup@local>
1605
1606         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1607
1608         * text.C (singleWidth): Spurious font copying in hot-spot
1609         singleWidth avoided. Reorder tests for arabic for efficiency.
1610
1611         * text.C (fill): handle empty paragraphs better.
1612
1613 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1614
1615         * ispell.C:
1616         * encoding.h: add includes
1617
1618         * lyxrc.C: remove reading of bind files
1619
1620         * lyx_main.C (init): setup bindings and menus only if we have a
1621         gui.
1622
1623         * kbmap.C (read): new method. Do the actual reading of bind
1624         files.
1625
1626         * converter.C (dvipdfm_options):
1627         * bufferparams.C:
1628         * lyxrc.C (read):
1629         (output): adapt PAPER_* enums.
1630
1631         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1632
1633         * bufferparams.h: remove paper-related enums from there
1634
1635         * paper.h: New file. A trivial header file to hold paper-related
1636         enums. It should later expand to contain many paper-related
1637         horrors access.
1638
1639         * lyxrc.C: declare extern displayTranslator
1640
1641 2003-07-27  José Matos  <jamatos@fep.up.pt>
1642
1643         * tabular.[Ch] (linuxdoc): add support for tables and figures
1644         (linuxdoc).
1645
1646 2003-07-27  José Matos  <jamatos@fep.up.pt>
1647
1648         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1649         consistency in both functions.
1650         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1651
1652 2003-07-26  Asger Alstrup  <alstrup@local>
1653
1654         * rowpainter.C (paintRows): Change algorithm to work directly on
1655         the insets rather than asking every character in the document
1656         whether its an inset.
1657
1658 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1659
1660         * buffer.C (openFileWrite): factorize some code
1661
1662 2003-07-26  Angus Leeming  <leeming@lyx.org>
1663
1664         * lyx_cb.C:
1665         * lyx_main.[Ch]: replace occurances of system_tempdir with
1666         os::getTmpDir().
1667
1668 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1669
1670         * rename Inset to InsetOld
1671
1672 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1673
1674         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1675         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1676         which I think is a bit clearer. EDIT is gone, since it was
1677         premature optimisation, and broken for mathed anyway.
1678         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1679         with cursor positioning in insets as well (math insets still do not
1680         work, but that's a different story anyway.) It mysteriously
1681         crashes sometimes with undo in the first paragraph, but I'm fairly
1682         confident that this is a compiler bug.
1683
1684 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1685
1686         * paragraph.C (Paragraph): adjust for new clone return type
1687         (operator==): ditto
1688         (copyIntoMinibuffer): ditto
1689
1690 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1691
1692         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1693         by not having a special case, and always doing a full rebreak of
1694         the document after undo.
1695
1696 2003-07-23  Angus Leeming  <leeming@lyx.org>
1697
1698         * factory.C (createInset): InsetExternal::setParams now takes a
1699         Buffer const * arg.
1700
1701 2003-07-23  Angus Leeming  <leeming@lyx.org>
1702
1703         * factory.C (createInset): changed interface to the external and
1704         graphics mailers' string2params functions.
1705
1706 2003-07-23  Angus Leeming  <leeming@lyx.org>
1707
1708         * factory.C (createInset): pass a
1709         Buffer const * parameter to InsetExternalMailer's string2params.
1710
1711 2003-07-22  John Levon  <levon@movementarian.org>
1712
1713         * Thesaurus.h: include the right aiksaurus header
1714
1715 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1716
1717         * MenuBackend.C (expand): check menu shortcuts unconditionally
1718
1719 2003-07-21  Angus Leeming  <leeming@lyx.org>
1720
1721         * factory.C (createInset): pass a
1722         buffer_path parameter to InsetGraphicsMailer's string2params.
1723
1724 2003-07-21  Angus Leeming  <leeming@lyx.org>
1725
1726         * BufferView_pimpl.C (buffer):
1727         * buffer.C (d-tor):
1728         * lyx_main.C (LyX):
1729         * lyxfunc.C (dispatch):
1730         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
1731         rather than the grfx shortcut.
1732
1733 2003-07-21  André Pönitz  <poenitz@gmx.net>
1734
1735         * rowpainter.C: remove unused variables
1736
1737         * tabular_funcs.C:
1738         * tabular_funcs.h: move to tabular.C
1739         * Makefile.am: adjust
1740
1741         * tabular.[Ch]: basic optical cleaning
1742
1743         * author.h: pass references, not values
1744
1745 2003-07-18  André Pönitz  <poenitz@gmx.net>
1746
1747         * lyxtext.h:
1748         * metricsinfo.C:
1749         * metricsinfo.h:
1750         * rowpainter.C:
1751         * text.C:
1752         * text2.C:
1753         * text3.C: two-phase drawing for InsetText and InsetTabular
1754         some float -> int changes.
1755
1756 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1757
1758         * lyx_main.C: fix the fix
1759
1760 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
1761
1762         * lyx_main.C: fix a crash in batch mode if no files specified
1763         * converter.C: ws
1764
1765 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
1766
1767         * format.[Ch] (papersize): moved to BufferParams
1768         * converter.[Ch] (dvips_options): moved to BufferParams
1769         (dvipdfm_options): moved to anon namespace
1770         * bufferparams.[Ch]: added above functions.
1771
1772 2003-07-17  André Pönitz  <poenitz@gmx.net>
1773
1774         * lyxtext.h:
1775         * rowpainter.C:
1776         * text2.C: don't call inset->update() anymore
1777
1778         * metricsinfo.[Ch]: add convenience constructor
1779
1780 2003-07-16  André Pönitz  <poenitz@gmx.net>
1781
1782         * lyxcursor.[Ch]:
1783         * lyxfunc.[Ch]:
1784         * text.C:
1785         * text2.C: replace the LyXCursor::irow_ member with
1786          on-demand computation of the value
1787
1788 2003-07-16  John Levon  <levon@movementarian.org>
1789
1790         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
1791
1792 2003-07-15  André Pönitz  <poenitz@gmx.net>
1793
1794         * text.C:
1795         * text2.C: remove no more needed refresh_row
1796
1797 2003-07-15  André Pönitz  <poenitz@gmx.net>
1798
1799         * lyxtext.h:
1800         * rowpainter.C:
1801         * text2.C:
1802         * text3.C: refresh_status tristate -> need_update bool
1803
1804 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
1805
1806         * lyxtext.h (init): remove reinit argument (act as if always true)
1807         * text2.C: adjust to that
1808
1809 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1810
1811         * bufferview_funcs.[Ch]: introduce function replaceSelection()
1812         * text3.C: use it to delete selections in some cases
1813         (bugs 441, 673, 702, 954).
1814
1815 2003-07-14  André Pönitz  <poenitz@gmx.net>
1816
1817         * rowpainter.[Ch]: reduce interface
1818
1819 2003-07-14  André Pönitz  <poenitz@gmx.net>
1820
1821         * BufferView_pimpl.C:
1822         * text2.C: adjust after removing unused BufferView * argument
1823
1824 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
1825
1826         * text2.C (init): fix a crash fired on resize
1827
1828 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
1829
1830         * buffer.[Ch]: added new closing signal
1831         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
1832         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
1833         BufferView::Pimpl via the closing the signal
1834
1835 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
1836
1837         * buffer.[Ch]: take out all bv-related from buffer
1838         * BufferView.C:
1839         * BufferView_pimpl.[Ch]: connect to new signals
1840         * CutAndPaste.C: removed useless asserts
1841         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
1842         * lyxvc.[Ch]:
1843         * vc-backend.[Ch]:
1844         * lyxfunc.C: moved view-related funciontality from vc here
1845         * paragraph.C: removed outdated comments
1846         * text.C: ws
1847
1848 2003-07-10  André Pönitz  <poenitz@gmx.net>
1849
1850         * BufferView_pimpl.C:
1851         * tabular.h:
1852         * tabular_funcs.C:
1853         * text.C:
1854         * text2.C: remove InsetText::InnerCache, clean up consequences
1855
1856 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
1857
1858         * ispell.C: fix two typos in error messages
1859
1860 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
1861
1862         * Extend Note inset to other forms of annotation like Comment
1863         and Greyedout. Right button click gives dialog.
1864
1865         Files modified or added (+):
1866
1867         * insetnote.[Ch]
1868         * FormNote.[Ch]      +
1869         * ControlNote.[Ch]   +
1870         * form_note.fd       +
1871         * Makefile.am in frontends/xforms, frontends/xforms/forms,
1872         frontends/controllers
1873         * xforms/Dialogs.C
1874         * factory.C
1875
1876 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
1877
1878         * aspell.C: add missing namespace lyx::support
1879
1880 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
1881
1882         * BufferView.[Ch] (newFile): Add
1883         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
1884         * LaTeX.[Ch] (message): added this signal and use it
1885         * buffer.[Ch] (busy, message): added these signals and use them
1886         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
1887         * converter.C:
1888         * exporter.C:
1889         * format.C:
1890         * importer.C: use buffer signals instead of direct bv calling
1891         * lyx_cb.[Ch] (ShowMessage): removed
1892         * lyx_main.C:
1893         * lyxfunc.C:
1894         * paragraph_funcs.C:
1895         * text2.C: use buffer signals
1896
1897 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
1898
1899         * introduce namespace lyx::graphics
1900
1901 2003-07-02  André Pönitz  <poenitz@gmx.net>
1902
1903         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
1904
1905 2003-07-01  André Pönitz  <poenitz@gmx.net>
1906
1907         * text.C:
1908         * text2.C:
1909         * text3.C:
1910         * text_funcs.[Ch]:
1911         * textcursor.h:
1912         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
1913           text*.C to text_func.C
1914
1915 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
1916
1917         * introduce namespace lyx::support
1918
1919 2003-06-30  André Pönitz  <poenitz@gmx.net>
1920
1921         * Chktex.C:
1922         * funcrequest.C:
1923         * lyxtext.h:
1924         * text.C: re-enable --with-included-string
1925
1926 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1927
1928         * textcursor.C: add <config.h>
1929
1930         * text.C (getWord): remove const from word_location arg
1931
1932         * lyxvc.C (getLogFile): fix const type order
1933
1934         * lyxtext.h: remove const from word_location arg, add arg name
1935
1936         * lyxlayout.h: currect type on labeltype.
1937
1938         * importer.C: correct \file
1939
1940         * converter.C (intToFormat): use std:: on ret val, ws changes
1941
1942         * bufferlist.h: correct \file
1943
1944         * buffer.C (makeLinuxDocFile): fix const type order
1945         (makeDocBookFile): ditto
1946         (fillWithBibKeys): use std:: on stdlib args.
1947
1948         * CutAndPaste.C: fix authors.
1949         (availableSelections): use std:: on return vector
1950
1951 2003-06-27  André Pönitz  <poenitz@gmx.net>
1952
1953         * BufferView_pimpl.C:
1954         * bufferview_funcs.C:
1955         * lyxcursor.C:
1956         * lyxcursor.h:
1957         * lyxfunc.C:
1958         * lyxtext.h:
1959         * rowpainter.C:
1960         * text.C:
1961         * text2.C:
1962         * text3.C: remove LyXCursor::row_ member
1963
1964         * lyxtext.h:
1965         * text.C: rename fullRebreak() to partialRebreak() and implement
1966           a fullRebreak() that really bereks fully
1967
1968         * textcursor.h: new struct for cursor-related data
1969
1970 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
1971
1972         * lyx_main.C (LyX): get full path of document loaded on the
1973         command line
1974
1975 2003-06-26  André Pönitz  <poenitz@gmx.net>
1976
1977         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
1978           remove unused/broken operator>,<,>=.
1979
1980         *       text.C: remove only use of broken operator<= in an Assert().
1981
1982 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1983
1984         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
1985         moved errorlist_.clear to showErrorList
1986
1987 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
1988
1989         * converter.C (scanLog, runLaTeX):
1990         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
1991         move the bv->showErrorList call to the callers
1992         * lyxfunc.C: i.e. here...
1993         * text2.C: and here
1994         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
1995         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
1996         namespace, the second to...
1997         * buffer_funcs (BufferFormat, parseErrors): added
1998         * errorlist.C (ErrorList(TeXErrors const &)): removed
1999
2000 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2001
2002         * ToolbarBackend.C (getIcon): complain when icon cannot be found
2003
2004 2003-06-24  "Garst R. Reese" <reese@isn.net>
2005
2006         * debug.C: fix typo
2007
2008 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2009
2010         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
2011
2012         * version.C.in: change docversion to 1.4
2013
2014 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
2015
2016         * buffer.C: fix a bug just introduced
2017
2018 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2019
2020         * buffer.[Ch]: added the parseError signal and use it, removed
2021         sgmlError
2022         * BufferView.[Ch] (addError): moved to ...
2023         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
2024         to the Buffer::parseError signal to catch (guess what) parse errors
2025         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
2026
2027 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2028
2029         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
2030         ability to create a buffer and to return an existing one from
2031         the list. Moved these functions to...
2032         * buffer_funcs.[Ch]: added
2033         * BufferView.[Ch] (loadLyXFile): added
2034         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
2035         job removed from bufferlist::loadLyXFile.
2036         * buffer.C (setReadOnly): make it work without view
2037         (i.e added an if (users))
2038
2039 2003-06-19  Angus Leeming  <leeming@lyx.org>
2040
2041         * lfuns.h:
2042         * LyXAction.C (init):
2043         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
2044         with LFUN_DIALOG_SHOW <name> <data>.
2045
2046 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2047
2048         * CutAndPaste.C (availableSelections): small compilation fix for
2049         ancient (gcc 2.9x) compilers
2050
2051 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2052
2053         * text3.C (cursorNext): add tmp var
2054
2055         * text2.C (updateCounters): for function calling out of for clause
2056         (replaceSelectionWithString): ditto
2057         (insertStringAsParagraphs): ditto
2058         (getColumnNearX): add tmp var
2059         (setCursorFromCoordinates): add tmp var
2060         (cursorDownParagraph): add tmp var
2061         (deleteEmptyParagraphMechanism): add tmp var
2062
2063         * text.C (insertChar): add tmp var
2064
2065         * rowpainter.C (paintDepthBar): add tmp var
2066
2067         * CutAndPaste.C (availableSelections): potentially check all
2068         paragraphs in a cut to fill the shown strings.
2069
2070 2003-06-18  André Pönitz  <poenitz@gmx.net>
2071
2072         * kbmap.[Ch]: use vector<> instead of list<>
2073
2074 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2075
2076         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2077         pasteSelection with index
2078
2079         * text2.C (pasteSelection): modify, call pasteSelection with index
2080
2081         * paragraph.C (asString): reimplement version with no interval to
2082         call the one with interval.
2083
2084         * lyxtext.h: add index arg to pasteSelection
2085
2086         * MenuBackend.C (MenuItem): handle PasteRecent
2087         (Menu::read::Menutags): add md_pasterecent
2088         (read): handle it
2089         (expandPasteRecent): new function
2090         (expand): use it
2091
2092         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2093
2094         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2095         the limited stack
2096         (availableSelections): new function
2097
2098 2003-06-17  Angus Leeming  <leeming@lyx.org>
2099
2100         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2101
2102 2003-06-17  Angus Leeming  <leeming@lyx.org>
2103
2104         * lfuns.h:
2105         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2106
2107         * lyxfunc.C (dispatch): invoke it.
2108
2109 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2110
2111         * iterators.C (operator++, ParPosition): reintroduce some
2112         const_cast for the benefit of older compilers.
2113
2114 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2115
2116         * text3.C (dispatch): do not modify clipboard when doing
2117         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2118         LFUN_DELETE_SKIP on a selection selection
2119
2120 2003-06-16  André Pönitz  <poenitz@gmx.net>
2121
2122         * BufferView.C:
2123         * buffer.C:
2124         * buffer.h:
2125         * paragraph.C:
2126         * tabular.[Ch]: IU of clone() and getLabelList();
2127
2128 2003-06-13  André Pönitz  <poenitz@gmx.net>
2129
2130         * tabular.h: compactification
2131
2132 2003-06-12  André Pönitz  <poenitz@gmx.net>
2133
2134         * tabular.C:
2135         * tabular.h:
2136         * tabular_funcs.h: some renaming plus whitespace
2137
2138 2003-06-12  André Pönitz  <poenitz@gmx.net>
2139
2140         * BufferView.C:
2141         * BufferView_pimpl.C:
2142         * CutAndPaste.C:
2143         * buffer.C:
2144         * iterators.[Ch]:
2145         * lyxfunc.C:
2146         * text.C:
2147         * toc.C: Return a Paragraph & for ParIterator::operator*()
2148
2149 2003-06-11  John Levon  <levon@movementarian.org>
2150
2151         * lyx_main.C:
2152         * ToolbarBackend.h:
2153         * ToolbarBackend.C: add "Toolbars" section and
2154         put the flags there
2155
2156 2003-06-10  Angus Leeming  <leeming@lyx.org>
2157
2158         * lfuns.h:
2159         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2160
2161         * lyxfunc.C (dispatch): invoke it.
2162
2163 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2164
2165         * main.C: protect <ios> with HAVE_IOS
2166         (main): protect sync_with_stdio with HAVE_IOS
2167
2168 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2169
2170         * text2.C (cutSelection): adjust
2171         (pasteSelection): adjust
2172
2173         * messages.C: handle get of empty string
2174
2175         * main.C (main): use sync_with_stdio(false)
2176
2177         * lyxfunc.C (dispatch): adjust
2178
2179         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2180         (WriteAs): remove unneeded BufferView arg.
2181
2182         * bufferparams.h: use correct types on papersize, papersize2 and
2183         paperpackage.
2184
2185         * bufferparams.C (readToken): adjust for type
2186         (writeLaTeX): add missing cases to switch.
2187
2188         * bufferlist.C (quitWriteBuffer): adjust
2189         (close): adjust
2190
2191         * buffer.C (asciiParagraph): remove some commented code.
2192
2193         * CutAndPaste.C: remove current_view extern variable.
2194         (cutSelection): add BufferParams arg.
2195         (eraseSelection): add BufferParams arg.
2196         (pasteSelection): add Buffer const & arg
2197
2198 2003-06-07  John Levon  <levon@movementarian.org>
2199
2200         * buffer.C:
2201         * paragraph_funcs.C:
2202         * paragraph_pimpl.C:
2203         * text.C:
2204         * text2.C:
2205         * paragraph.h:
2206         * paragraph.C: allow InsetERT to freely space lines,
2207         and some consolidation of code
2208
2209 2003-06-06  José Matos  <jamatos@fep.up.pt>
2210
2211         * buffer.C (makeDocBookFile): fix bug #821
2212
2213 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2214
2215         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2216
2217 2003-06-04  Angus Leeming  <leeming@lyx.org>
2218
2219         * buffer.C: bump format to 224.
2220
2221 2003-06-05  André Pönitz  <poenitz@gmx.net>
2222
2223         * text2.C (redoParagraphs): remove two const_cast<>
2224
2225 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2226
2227         * ParagraphList.h: remove last remnants of NO_STD_LIST
2228
2229 2003-06-03  Angus Leeming  <leeming@lyx.org>
2230
2231         * factory.C (createInset): small change to the way InsetExternal's params
2232         are set.
2233
2234 2003-06-04  André Pönitz  <poenitz@gmx.net>
2235
2236         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2237
2238         * paragraph_pimpl.h:
2239         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2240
2241         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2242
2243         * undo_funcs.C: make some simple cases of undo work again
2244
2245 2003-06-03  John Levon  <levon@movementarian.org>
2246
2247         * ispell.C: HPUX doesn't have sys/select.h
2248         (from Albert Chin)
2249
2250 2003-06-03  John Levon  <levon@movementarian.org>
2251
2252         * CutAndPaste.C: update tabular and include inset
2253         buffer references
2254
2255         * buffer.h:
2256         * paragraph.h:
2257         * paragraph.C: remove owningBuffer(), don't pass Buffer
2258         to clone()
2259
2260         * factory.C: insetGraphicsParams changed
2261
2262 2003-06-02  John Levon  <levon@movementarian.org>
2263
2264         * LyXAction.C:
2265         * factory.C:
2266         * lfuns.h:
2267         * lyxfunc.C:
2268         * text3.C: remove insetparent
2269
2270 2003-06-02  John Levon  <levon@movementarian.org>
2271
2272         * buffer.h:
2273         * buffer.C: fix inset_iterator.end(), move out of line
2274         (bug 1149)
2275
2276 2003-06-01  John Levon  <levon@movementarian.org>
2277
2278         * text3.C: use a proper cut/paste when doing inset
2279         insert (from Jürgen Spitzmüller)
2280
2281 2003-06-01  John Levon  <levon@movementarian.org>
2282
2283         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2284
2285 2003-05-30  André Pönitz  <poenitz@gmx.net>
2286
2287         * rowpainter.C: unify second drawing phase
2288
2289 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2290
2291         * trans_mgr.C: remove one case of current_view
2292
2293         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2294
2295         * paragraph_funcs.h: remove paragraph.h include
2296
2297         * paragraph.h: delete NO_STD_LIST stuff
2298
2299         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2300
2301         * buffer.h: remove paragraph.h include
2302
2303         * ParagraphList.C: delete file
2304
2305         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2306
2307         * toc.C (getTocList): adjust
2308
2309         * paragraph_pimpl.C (validate): adjust
2310
2311         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2312
2313         * paragraph.C (Paragraph): adjust
2314         (getPositionOfInset): use const_iterator, adjust
2315         (bibitem): use const_iterator, adjust
2316         (setInsetOwner): adjust
2317
2318         * iterators.C (operator++): adjust
2319
2320         * InsetList.[Ch]: Replace selfmade iterator with standard
2321         vector::iterator also introduce const_iterator. Remove getPos,
2322         getInset and setInset from InsetTable. Adjust accordingly.
2323
2324         * BufferView.C (lockInset): adjust
2325         (ChangeInsets): adjust
2326
2327         * tabular.[Ch]: delete commented same_id functions
2328
2329 2003-05-28  John Levon  <levon@movementarian.org>
2330
2331         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2332
2333 2003-05-28  André Pönitz  <poenitz@gmx.net>
2334
2335         * metricsinfo.[Ch]: remove 'fullredraw' member
2336
2337 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2338
2339         * lyxtextclass.C (operator): remove caching.
2340
2341 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2342
2343         * text3.C: adjust
2344
2345         * text2.C (cursorBottom): adjust
2346         (setCounter): use ParagraphList::find, adjust
2347
2348         * text.C (workWidth): use ParagraphList::find, adjust
2349
2350         * lyxcursor.C (LyXCursor): adjust
2351
2352         * buffer.C (inset_iterator): adjust
2353
2354         * ParagraphList.h: make iterator(value_type) private, make
2355         ParagraphList a friend of iterator.
2356
2357         * ParagraphList.C (find): new function
2358
2359         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2360
2361 2003-05-27  André Pönitz  <poenitz@gmx.net>
2362
2363         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2364
2365 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2366
2367         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2368
2369 2003-05-26  John Levon  <levon@movementarian.org>
2370
2371         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2372
2373 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2374
2375         * remove same_id from function signatures, adjust.
2376
2377 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2378
2379         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2380
2381         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2382
2383         * paragraph.C (Paragraph): get rid of same_ids parameter
2384
2385         * ParagraphList.C (insert): adjust
2386         (push_back): adjust
2387
2388 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2389
2390         * paragraph_funcs.C (breakParagraph): adjust
2391         (breakParagraphConservative): adjust
2392
2393         * buffer.C (readParagraph): adjust
2394
2395         * ParagraphList.C (insert): take a reference instead of a pointer
2396         (insert): adjust
2397
2398         * paragraph.[Ch] (id): new function
2399
2400         * bufferlist.C (newFile): adjust
2401
2402         * ParagraphList.C (ParagraphList): adjust
2403         (assign): adjust
2404         (push_back): take a reference instead of a pointer.
2405
2406         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2407
2408         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2409         instead.
2410
2411         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2412         set else use old code.
2413
2414         * ParagraphList.C: remove all NO_NEXT code and only compile this
2415         code of NO_STD_LIST is set.
2416
2417 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2418
2419         * BufferView_pimpl.C:
2420         * TextCache.C:
2421         * TextCache.h:
2422         * bufferlist.C:
2423         * errorlist.h:
2424         * format.C:
2425         * format.h:
2426         * graph.C:
2427         * lyxfunc.C:
2428         * lyxrc.C:
2429         * graphics/GraphicsConverter.C:
2430         * graphics/PreviewLoader.C: header adjustment
2431
2432 2003-05-23  Angus Leeming  <leeming@lyx.org>
2433
2434         * LaTeXFeatures.[Ch] (useBabel): new method.
2435         * bufferparams.C (writeLaTeX): use it.
2436
2437 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2438
2439         * ParagraphList.h (set): remove unused function.
2440
2441 2003-05-23  André Pönitz  <poenitz@gmx.net>
2442
2443         * BufferView.C:
2444         * BufferView_pimpl.C:
2445         * buffer.C:
2446         * buffer.h:
2447         * lyxfunc.C:
2448         * undo_funcs.C: setUndo reworked
2449
2450         * iterators.[Ch]: add access to topmost ParagraphList
2451
2452         * lyxtext.[Ch] (workWidth): add a const
2453
2454 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2455
2456         * texrow.[Ch] (increasePos): remove function
2457         * exporter.C (export): removed unused var and outdated comment
2458
2459 2003-05-23  Angus Leeming  <leeming@lyx.org>
2460
2461         * latexrunparams.h: rename fragile as moving_arg.
2462         * paragraph.C (simpleTeXOnePar): ditto.
2463         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2464
2465 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2466
2467         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2468         (createUndo): ditto
2469         (textUndoOrRedo): comment out a currently unused var.
2470
2471         * paragraph.h (NO_NEXT): enable NO_NEXT
2472
2473         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2474
2475         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2476
2477         * exporter.C (Export): adjust for removeAutoInsets removal.
2478
2479         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2480
2481         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2482
2483         * BufferView.[Ch] (removeAutoInsets): delete function
2484
2485 2003-05-22  Angus Leeming  <leeming@lyx.org>
2486
2487         * latexrunparams.h: add a free_spacing variable.
2488
2489         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2490         to pass moving_arg, as the data is stored in runparams.fragile.
2491
2492         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2493         to Inset::latexOptional or to simpleTeXOnePar.
2494
2495         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2496         free_spacing arg to Inset::latexOptional.
2497
2498         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2499         free_spacing arg.
2500
2501 2003-05-22  Angus Leeming  <leeming@lyx.org>
2502
2503         * latexrunparams.h: add fragile and use_babel variables.
2504
2505         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2506         * buffer.C (makeLaTeXFile): store this returned value in
2507         runparams.use_babel, thus passing it to the inset::latex methods.
2508
2509         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2510         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2511
2512         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2513         longer has a fragile arg, as it is stored in runparams.fragile.
2514
2515         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2516         moving_arg parameter as the data is stored in runparams.fragile.
2517
2518         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2519         a fragile parameter as the data is stored in runparams.fragile.
2520
2521 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2522
2523         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2524
2525 2003-05-22  Angus Leeming  <leeming@lyx.org>
2526
2527         * latexrunparams.h: add a 'bool nice' which defaults to false.
2528
2529         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2530         now encapsulated within runparams.
2531
2532         * bufferlist.C (updateIncludedTeXfiles):
2533         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2534
2535 2003-05-22  Angus Leeming  <leeming@lyx.org>
2536
2537         * latexrunparams.h: new file containing struct LatexRunParams.
2538         * Makefile.am: add new file.
2539
2540         * LaTeX.[Ch] (c-tor, run):
2541         * buffer.[Ch] (makeLaTeXFile):
2542         * bufferlist.[Ch] (updateIncludedTeXfiles):
2543         * converter.C (convert, scanLog):
2544         * converter.[Ch] (runLaTeX):
2545         * exporter.C (Export):
2546         * paragraph.[Ch] (simpleTeXOnePar):
2547         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2548         * paragraph_funcs.[Ch] (latexParagraphs):
2549         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2550         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2551         pass around a LatexRunParams parameter.
2552
2553 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2554
2555         * paragraph.[Ch]: remove unused constructor
2556
2557         * ParagraphList.C (erase): new function, taking two iterators
2558
2559 2003-05-22  André Pönitz  <poenitz@gmx.net>
2560
2561         * undo_funcs.C: remove duplicated code
2562
2563         * iterator.[Ch]: operator=
2564
2565 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2566
2567         * tabular.C (SetMultiColumn): ws changes
2568
2569         * rowpainter.C (paintFirst): get rid of a ->previous
2570
2571         * lyx_cb.C (getPossibleLabel): parlist simplification
2572
2573         * BufferView.C (ChangeInsets): simplify slightly.
2574
2575 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2576
2577         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2578         * lfuns.h: new LFUN_SPACE
2579         * lyxfunc.C: protected space has a new lfun
2580         * paragraph_funcs.C: read new space insets
2581         * text3.C:
2582         * factory.C: handle new space insets
2583
2584 2003-05-22  André Pönitz  <poenitz@gmx.net>
2585
2586         * BufferView.C:
2587         * BufferView_pimpl.C:
2588         * buffer.[Ch]:
2589         * lyxfunc.C:
2590         * undo_funcs.C: return a ParIterator from getParFromID.
2591
2592         * iterators.[Ch]: add two const's
2593
2594 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2595
2596         * toc.C (getTocList): adjust
2597
2598         * iterators.[Ch]: rework for parlist
2599
2600         * buffer.C (par_iterator_begin): adjust
2601         (par_iterator_end): adjust
2602
2603         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2604
2605         * BufferView.C (removeAutoInsets): adjust
2606         (ChangeInsets): adjust
2607
2608 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2609
2610         * text.C (top_y): fix bug 1110
2611
2612 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2613
2614         * errorlist.[Ch]: added
2615         * buffer.C:
2616         * BufferView.[Ch]:
2617         * BufferView_pimpl.C:
2618         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2619         instead
2620
2621 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2622
2623         * Makefile.am: ensure that lyx is relinked upon changes to the
2624         various "convenience" libs.
2625
2626 2003-05-20  Angus Leeming  <leeming@lyx.org>
2627
2628         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2629         files are compiled in alphabetical order again.
2630
2631         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2632
2633 2003-05-19  Angus Leeming  <leeming@lyx.org>
2634
2635         * gettext.[Ch]: remove "char const * _(char const *)".
2636
2637 2003-05-19  André Pönitz  <poenitz@gmx.net>
2638
2639         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2640
2641         * Makefile.am:
2642         * BufferView.C:
2643         * DepTable.h:
2644         * LaTeXFeatures.C:
2645         * buffer.C:
2646         * lyxfont.C:
2647         * lyxlex.h:
2648         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2649
2650 2003-05-19  André Pönitz  <poenitz@gmx.net>
2651
2652         * buffer.C:
2653         * lyxlayout.[Ch]:
2654         * lyxtextclass.[Ch]:
2655         * paragraph.C:
2656         * paragraph_funcs.[Ch]:
2657         * text2.C:
2658         * text3.C: more insetenv work
2659
2660 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2661
2662         * ParagraphParameters.C (params2string): small bug fixed
2663
2664 2003-05-16  André Pönitz  <poenitz@gmx.net>
2665
2666         * debug.C:
2667         * bufferview_funcs.C: patch from Kornel Benko to prevent
2668           crash when _(...) is called twice in a statement
2669
2670 2003-05-16  André Pönitz  <poenitz@gmx.net>
2671
2672         * BufferView.C:
2673         * lyxfunc.C:
2674         * text.C:
2675         * text2.C:
2676         * text3.C:
2677         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2678
2679 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2680
2681         * lyx_main.C (init): remove spurious static_cast
2682
2683 2003-05-14  André Pönitz  <poenitz@gmx.net>
2684
2685         * BufferView.C: fix format string
2686
2687 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2688
2689         * BufferView.[Ch] (insertErrors): removed
2690         * BufferView.[Ch] (showErrorList): added
2691         * buffer.C (runChkTeX):
2692         * converter.C (scanLog): call showErrorList instead of inserterrors
2693
2694 2003-05-13  André Pönitz  <poenitz@gmx.net>
2695
2696         * BufferView_pimpl.C:
2697         * buffer.C:
2698         * bufferview_func.C:
2699         * MenuBackend.C:
2700         * lyxfunc.C:
2701         * lyxrc.C:
2702         * tex-accent.C:
2703         * text3.C:
2704         * toc.C:
2705         * tabular_funcs.h: tostr() from its own header
2706
2707         * ParagraphParameters.C:
2708         * ToolbarBackend.C:
2709         * bufferparams.C:
2710         * format.C:
2711         * lyxlex_pimpl.C:
2712         * text3.C: STRCONV()
2713
2714 2003-05-12  André Pönitz  <poenitz@gmx.net>
2715
2716         * BufferView.C:
2717         * BufferView_pimpl.C:
2718         * CutAndPaste.C:
2719         * LaTeX.C:
2720         * LaTeXFeatures.C:
2721         * ParagraphParameters.C:
2722         * buffer.C:
2723         * bufferlist.C:
2724         * bufferparams.C:
2725         * bufferview_funcs.C:
2726         * converter.C:
2727         * counters.C:
2728         * debug.C:
2729         * exporter.C:
2730         * format.C:
2731         * importer.C:
2732         * lyx_cb.C:
2733         * lyx_main.C:
2734         * lyxfont.C:
2735         * lyxfunc.C:
2736         * lyxvc.C:
2737         * paragraph.C:
2738         * paragraph_funcs.C:
2739         * tabular.C:
2740         * tabular_funcs.C:
2741         * text2.C:
2742         * text3.C:  boost::format -> bformat  all over the place
2743
2744
2745 2003-05-09  André Pönitz  <poenitz@gmx.net>
2746
2747         * LColor.[Ch]: Pimpl the #include <map> away
2748
2749 2003-05-09  John Levon  <levon@movementarian.org>
2750
2751         * bufferlist.C: never remove emergency saves
2752
2753 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2754
2755         * Makefile.am: better lib building
2756
2757 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
2758
2759         * texrow.[Ch]: remove dependency on Paragraph and just store a id
2760         instead.
2761         * paragraph_pimpl.C (simpleTeXBlanks): adjust
2762         (simpleTeXSpecialChars): adjust
2763         (simpleTeXSpecialChars): adjust
2764         * paragraph.C (simpleTeXOnePar): adjust
2765         * buffer.C (makeLaTeXFile): adjust
2766
2767         * Makefile.am (BOOST_LIBS): allow boost as system lib.
2768
2769         * text2.C (changeDepth): parlist cleanup
2770         (getColumnNearX): ditto
2771
2772         * rowpainter.C (getLabelFont): parlist cleanup
2773
2774         * bufferlist.C (newFile): parlist cleanup
2775
2776         * CutAndPaste.C (eraseSelection): parlist cleanup
2777
2778         * BufferView_pimpl.C (trackChanges): parlist cleanup
2779         (dispatch): ditto
2780
2781         * BufferView.C (lockInset): parlist cleanup.
2782         (ChangeInsets): ditto
2783
2784 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
2785
2786         * CutAndPaste.h: Update file header.
2787
2788         * CutAndPaste.C: Update file header.
2789         Store the parts cut out of the Document in a limited_stack.
2790         (copySelection): adjust
2791         (pasteSelection): new function, takes the index in the limited stack.
2792         (nrOfParagraphs): adjust
2793         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
2794         simplify error inset insertion.
2795         (checkPastePossible): adjust
2796
2797 2003-05-06  John Levon  <levon@movementarian.org>
2798
2799         * text2.C: don't cast wrap inset to float
2800
2801 2003-05-05  André Pönitz  <poenitz@gmx.net>
2802
2803         * iterator.C:
2804         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
2805
2806         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
2807           few naked Paragraph *.
2808
2809 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
2810
2811         * bufferparams.C: Output warning if a document with missing
2812         TeX document class is loaded
2813         * exporter.C: Disable TeX exports if the document class is missing
2814         * lyxtextclass.C:
2815         * lyxtextclass.h:
2816         * lyxtextclasslist.C: Handle new textclass.lst format; new method
2817         isTeXClassAvailable()
2818
2819 2003-05-03  John Levon  <levon@movementarian.org>
2820
2821         * BufferView.h:
2822         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
2823         explicit cursor show/hide
2824
2825         * BufferView_pimpl.h:
2826         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
2827         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
2828
2829         * lyxfunc.C: hide cursor before dispatching.
2830
2831         * lyx_cb.C:
2832         * lyxfind.C:
2833         * text.C:
2834         * text3.C: remove explicit cursor hides
2835
2836 2003-05-02  André Pönitz  <poenitz@gmx.net>
2837
2838         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
2839
2840         * undo_funcs.C:
2841         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
2842           linked lists
2843
2844         * text2.C: tiny whitespace
2845
2846 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2847
2848         * undo_funcs.C: almost only ws changes.
2849
2850         * ParagraphList.C (splice): just return if pl is empty.
2851
2852 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
2853
2854         * ParagraphList.C (splice): new function.
2855
2856         * CutAndPaste.C (pasteSelection): use it
2857
2858 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2859
2860         * CutAndPaste.C (pasteSelection): remove the last next and
2861         previous from this file.
2862
2863 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2864
2865         * CutAndPaste.C (pasteSelection): more clean up, user proper
2866         ParagraphList functions for pasteing.
2867
2868         * ParagraphList.C (insert): new function, three arg insert
2869
2870 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2871
2872         * ParagraphList.C (insert): new function, three arg insert
2873
2874         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
2875         not on paragraphs.
2876
2877 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2878
2879         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
2880
2881 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2882
2883         * CutAndPaste.C (pasteSelection): remove some unneeded code.
2884
2885 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2886
2887         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
2888         (copySelection): clean up a bit.
2889         (pasteSelection): use make_pair
2890
2891         * ParagraphList.C (ParagraphList): implement copy constructor
2892         (operator=): implement, base on copy constructor.
2893         (assign): new func
2894
2895         * paragraph.C (erase): return a bool
2896
2897         * paragraph_pimpl.C (erasePos): remove function, move contents...
2898         (erase): ... here. Return a bool.
2899         (erase): call erase instead of erasePos.
2900
2901 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
2902
2903         * ParagraphList.h: define PitPosPair
2904         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
2905         ParagraphList, fix a bug on pasting multiple pars
2906         * text2.C: change interface to C&P
2907
2908 2003-04-30  André Pönitz  <poenitz@gmx.net>
2909
2910         * undo_func.C: revert part of yesterday's patch 2
2911
2912 2003-04-30  John Levon  <levon@movementarian.org>
2913
2914         * LColor.C: s/tabular/table/
2915
2916 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
2917
2918         * text3.C (dispatch): do not convert iterator -> pointer
2919         * undo_funcs.C (setCursorParUndo): ditto
2920         * text_funcs.C (transposeChars): ditto
2921
2922         * text2.C (setLayout): ws changes only
2923
2924         * text.C (breakParagraph): do not convert iterator -> pointer
2925         (insertChar): ditto
2926         (acceptChange): ditto
2927         (rejectChange): ditto
2928         (changeCase): ditto
2929         (Delete): ditto
2930         (backspace): ditto
2931
2932         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
2933         pointer
2934
2935 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2936
2937         * text3.C (gotoInset): YABG (yet another bad getChar)
2938
2939 2003-04-29  André Pönitz  <poenitz@gmx.net>
2940
2941         * paragraph.h: make operator= private unimplemented as long as
2942           it is unusable
2943
2944         * ParagraphList.C: whitespace
2945
2946         * paragraph.[Ch]:
2947         * paragraph_pimpl.[Ch]:
2948         * paragraph_funcs.C:
2949         * CutAndPaste.C:
2950         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
2951
2952         * text2.C:
2953           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
2954
2955 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
2956
2957         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
2958         * paragraph.[Ch] (erase):
2959         * paragraph_pimpl.[Ch] (erase): change return type and value
2960         * text2.C (cutSelection): some rework
2961
2962 2003-04-28  John Levon  <levon@movementarian.org>
2963
2964         * bufferlist.C: changes for unsaved changes dialog
2965
2966 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2967
2968         * bufferlist.C (newFile): set language (messages_) for new
2969         documents also.
2970
2971         * buffer.C (readFile): ws changes only.
2972
2973 2003-04-28  André Pönitz  <poenitz@gmx.net>
2974
2975         * undo_funcs.C:
2976         * lyxfunc.C:
2977         * buffer.[Ch]:
2978         * BufferView_pimpl.C:
2979         * BufferView.C: getParFromID related ParagraphList::iterator changes
2980
2981 2003-04-28  André Pönitz  <poenitz@gmx.net>
2982
2983         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
2984           Changes
2985
2986 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2987
2988         * messages.C: remove one more localedir class variable.
2989
2990 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2991
2992         * messages.C (getLocaleDir): singleton generation function
2993         (Pimpl): use it.
2994         (Messages): add a default constructor.
2995
2996         * main.C (main): do not setup localedir here, do not call
2997         gettext_init.
2998
2999         * gettext.C (_): use it.
3000         (gettext_init): delete funciton
3001
3002 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3003
3004         * gettext.C (getLyXMessages): new singleton generating function.
3005
3006         * buffer.C (updateDocLang): adjust
3007
3008         * Makefile.am (messages.o): add target
3009         (main.o): remove target
3010
3011 2003-04-27  John Levon  <levon@movementarian.org>
3012
3013         * bufferlist.C:
3014         * lyx_cb.C:
3015         * lyxfunc.C:
3016         * lyxvc.C: specify cancel button in Alert::prompt
3017
3018 2003-04-26  John Levon  <levon@movementarian.org>
3019
3020         * text3.C:
3021         * lyxfunc.C:
3022         * lfuns.h:
3023         * LyXAction.C: add LFUN_INSET_SETTINGS
3024
3025         * lyxfunc.C: don't enable tabular-feature when there's
3026         just any locking inset
3027
3028 2003-04-26  John Levon  <levon@movementarian.org>
3029
3030         * bufferlist.C: re-add Cancel to buffer close question
3031
3032         * lyxfunc.C: fix import UI a bit
3033
3034 2003-04-25  John Levon  <levon@movementarian.org>
3035
3036         * gettext.C: remove the broken asserts for now
3037
3038 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3039
3040         * messages.C: make case where setlocale cannot comply work better.
3041
3042         * buffer.C (updateDocLang): new function
3043         (changeLanguage): use it
3044         (readFile): use it
3045
3046         * text2.C (setCounter): use B_ a bit.
3047
3048         * lyxlayout.C (Read): be sure to trim the label strings.
3049
3050         * messages.C (Messages): fix typo in comment
3051
3052         * buffer.C (readFile): set message_ after file is loaded.
3053         (makeDocBookFile): remove double return
3054         (changeLanguage): reset message_ upon language change.
3055         (B_): new func, use this to get translated buffer strings.
3056
3057         * main.C: add myself and Jean Marc as authors.
3058
3059 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3060
3061         * messages.[hC]: pimplify Messages, and three different pimpls to be
3062         used in different circumstances.
3063
3064         * gettext.[Ch]: change for use with new message code.
3065
3066 2003-04-24 André Pönitz <poenitz@gmx.net>
3067
3068         * factory.C: support for eqref
3069
3070 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3071
3072         * messages.[Ch]: add missing char
3073
3074         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3075
3076         * messages.[Ch]: New files
3077
3078 2003-04-18  John Levon  <levon@movementarian.org>
3079
3080         * BufferView.h:
3081         * BufferView.C:
3082         * BufferView_pimpl.C:
3083         * lfuns.h:
3084         * LyXAction.C:
3085         * lyxtext.h:
3086         * text2.C: remove layout-copy/paste (bug 778)
3087
3088 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3089
3090         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3091
3092 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3093
3094         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3095         if they succeed. Act accordingly.
3096
3097 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3098
3099         * text2.C (setCharFont): adjust
3100         (setCounter): adjust
3101         (insertStringAsLines): adjust
3102
3103         * text.C (leftMargin): adjust
3104         (setHeightOfRow): adjust
3105
3106         * rowpainter.C (paintFirst): adjust
3107         (paintLast): adjust
3108
3109         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3110         (outerHook): ditto
3111         (isFirstInSequence): ditto
3112         (getEndLabel): ditto
3113         (outerFont): adjust
3114
3115         * paragraph.C (getParLanguage): comment out some hard stuff.
3116
3117         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3118         (sgmlError): ditto
3119         (simpleDocBookOnePar): ditto
3120         (makeDocBookFile): use ParagraphList::iterator
3121
3122         * CutAndPaste.C (pasteSelection): adjust
3123
3124 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3125
3126         * text2.C (getFont): adjust
3127         (getLayoutFont): adjust
3128         (getLabelFont): adjust
3129
3130         * paragraph_funcs.C (TeXOnePar): adjust
3131
3132         * buffer.C (simpleLinuxDocOnePar): adjust
3133         (simpleDocBookOnePar): adjust
3134
3135         * CutAndPaste.C (pasteSelection): adjust
3136
3137         * BufferView.C (getEncoding): adjust
3138
3139         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3140
3141 2003-04-16  John Levon  <levon@movementarian.org>
3142
3143         * lyxfind.C: use parlist stuff for search/changes
3144
3145 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3146
3147         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3148
3149         * text2.C (deleteEmptyParagraphMechanism): adjust
3150
3151         * text2.[Ch] (ownerParagraph): delete func (both of them
3152
3153 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3154
3155         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3156
3157 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3158
3159         * ParagraphList.C: prepare for NO_NEXT
3160
3161 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3162
3163         * text2.C (getFont): adjust
3164         (getLayoutFont): adjust
3165         (getLabelFont): adjust
3166
3167         * paragraph.C (getFont): adjust
3168         (getLabelFont): adjust
3169         (getLayoutFont): adjust
3170
3171         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3172
3173 2003-04-15  John Levon  <levon@movementarian.org>
3174
3175         From Angus Leeming
3176
3177         * lyx_main.C: handle Include in .ui files
3178
3179 2003-04-15  John Levon  <levon@movementarian.org>
3180
3181         * MenuBackend.C: make the doc files length shorter
3182
3183         * ToolbarBackend.h:
3184         * ToolbarBackend.C: handle toolbar placement flags,
3185         Minibuffer
3186
3187 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3188
3189         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3190         adjust
3191
3192         * paragraph_funcs.C (TeXOnePar): adjust
3193
3194         * paragraph.C (getLabelFont): add outerfont arg, adjust
3195         (getLayoutFont): ditto
3196         (simpleTeXOnePar): adjust
3197
3198         * paragraph_pimpl.C (realizeFont): delete func
3199
3200 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3201
3202         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3203         row argument, constify cur argument.
3204
3205 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3206
3207         * text2.C (getFont): adjust
3208         (getLayoutFont): adjust
3209         (getLabelFont): adjust
3210
3211         * paragraph_funcs.C (TeXOnePar): adjust
3212         (outerFont): new func...
3213         (realizeFont): ...moved out from here, changed this to facilitate
3214         transition
3215
3216         * paragraph.C (getFont): take outerfont as arg, adjust
3217         (simpleTeXOnePar): add outerfont arg, adjust
3218
3219         * buffer.C (simpleLinuxDocOnePar): adjust
3220         (simpleDocBookOnePar): adjust
3221
3222         * CutAndPaste.C (pasteSelection): adjust
3223
3224         * BufferView.C (getEncoding): adjust
3225
3226 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3227
3228         * text2.C (setCharFont): adjust
3229         (setCounter): adjust
3230
3231         * text.C (leftMargin): adjust
3232         (setHeightOfRow): adjust
3233
3234         * rowpainter.C (paintFirst): adjust
3235         (paintLast): adjust
3236
3237         * paragraph_pimpl.C (realizeFont): adjust
3238
3239         * paragraph.C (isFirstInSequence): move from here...
3240         * paragraph_funcs.C (isFirstInSequence): ...to here
3241
3242         * paragraph.C (outerHook): move from here...
3243         * paragraph_funcs.C (outerHook): ...to here
3244
3245         * paragraph.C (depthHook): move from here...
3246         * paragraph_funcs.C (depthHook): ...to here
3247
3248         * paragraph.C (getEndLabel): move from here...
3249         * paragraph_funcs.C (getEndLabel): ...to here
3250
3251         * text2.C (realizeFont): move from here...
3252         * paragraph_funcs.C (realizeFont): ...to here
3253
3254 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3255
3256         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3257
3258 2003-04-14  Angus Leeming  <leeming@lyx.org>
3259
3260         * LColor.[Ch]: scrap LColor mathcursor.
3261
3262 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3263
3264         * lyxlex.[Ch] (text): delete function
3265         * trans.C (Load): adjust
3266         * paragraph_funcs.C (readParToken): adjust
3267
3268 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3269
3270         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3271         vector<char> instead of a char[].
3272
3273         * lyxlex_pimpl.C (getString): adjust
3274         (next): adjust
3275         (lex): use getString
3276         (eatLine): adjust
3277         (nextToken): adjust
3278
3279         * lyxlex.C (text): use pimpl_->getString()
3280         (getBool): ditto
3281         (findToken): ditto
3282
3283 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3284
3285         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3286         (makeFontEntriesLayoutSpecific): temp var for par.size()
3287         (setLayout): temp var for ownerParagraphs().end()
3288         (fullRebreak): temp var for rows().end()
3289         (selectionAsString): temp var for boost::next(startpit), realize
3290         that the while really is a regular for loop.
3291         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3292         setCursor in one place.
3293         (setParagraph): temp vr for ownerParagraphs().end()
3294         (updateCounters): make the while loop a for loop
3295         (cutSelection): temp var for ownerParagraphs().end()
3296         (updateInset): make the do {} while() a regular for loop
3297         (getCursorX): use temp vars
3298         (setCurrentFont): use temp vars
3299         (getColumnNearX): use temp vars
3300
3301 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3302
3303         * text.C (transformChar): use temp var for getChar
3304         (computeBidiTables): use temp var for row->par()
3305         (fill): move temp vars for row->par() and pit->layout() earlier in
3306         the function.
3307         (labelFill): use temp var for row->par()
3308         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3309         asc and desc, realize that pit never changes and that firstpit is
3310         just a duplicate and not needed. Exchange rit->par() with pit in a
3311         lot of places.
3312         (breakAgain): use a temp var for boost::next(rit)
3313         (breakAgainOneRow): ditto
3314         (breakParagraph): use a temp var for rows().begin()
3315         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3316         (cursorRightOneWord): use temp var for cursor.par() and
3317         cursor.pos(), remove usage of tmpcursor.
3318         (cursorLeftOneWord): use temp var for cursor.par() and
3319         cursor.pos() only set cur at end of function.
3320
3321 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3322
3323         * text.C, text2.C: exchange all usage of Paragraph::next with
3324         boost::next(ParagraphList::iterator)
3325
3326         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3327
3328         * text2.C (cursorTop): simplify implementation
3329         (cursorBottom): ditto
3330         (setParagraph): use ParagraphList::iterator
3331         (setCurrentFont): adjust
3332         (getColumnNearX): adjust
3333         (cursorRight): adjust
3334         (cursorLeft): remove usage of Paragraph::previous
3335         (cursorUpParagraph): ditto
3336         (deleteEmptyParagraphMechanism): slight cleanup
3337
3338         * text.C (isBoundary): take a Paragraph const & instead of a
3339         pointer as arg.
3340         (addressBreakPoint): ditto
3341         (leftMargin): remove usage of Paragraph::previous.
3342         (setHeightOfRow): ditto
3343         (cursorLeftOneWord): ditto
3344         (selectNextWordToSpellcheck): ditto
3345         (Delete): ditto
3346         (backspace): ditto
3347         (breakParagraph): remove one usage of Paragraph::next
3348         (redoParagraph): ditto
3349         (acceptChange): ditto
3350         (insertChar): adjust
3351         (rowBreakPoint): adjust
3352
3353         * bufferview_funcs.C (toggleAndShow): adjust
3354
3355 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3356
3357         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3358         methods to access it.
3359         * lyxtext.h:
3360         * text.C: Added updateRowPositions to compute all row positions.
3361         Make top_y and getRowNearY() to use the cached y position
3362
3363 2003-04-11  John Levon  <levon@movementarian.org>
3364
3365         * text.C (rowBreakPoint): reintroduce the labelEnd
3366         checks, code copied from the row fill stuff. Deep voodoo.
3367
3368         * text.C (fill): add a comment and debugging for the
3369         next poor soul.
3370
3371 2003-04-11  John Levon  <levon@movementarian.org>
3372
3373         * text.C: make sure fullrow insets get wrapped to the next line,
3374         even when they're in a manual label
3375
3376 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3377
3378         * text2.C (insertParagraph): make it take ParagraphList::iterator
3379         as arg.
3380         (setLayout): make it return ParagraphList::iterator
3381         (redoParagraphs): ditto
3382         (setCounter): ditto
3383         (checkParagraph): ditto
3384
3385         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3386
3387         * text2.C: adjust several funcs.
3388         (realizeFont): take a ParagraphList::iterator as arg.
3389         (getLayoutFont): ditto
3390         (getLabelFont): ditto
3391         (setCharFont): ditto
3392
3393         * text.C: adjust several funcs.
3394
3395 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3396
3397         * text.C (selectNextWordToSpellcheck): don't accidentally
3398         skip insets
3399
3400 2003-04-10  John Levon  <levon@movementarian.org>
3401
3402         * ToolbarBackend.C (getIcon): special handling for
3403         LFUN_MATH_DELIM
3404
3405 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3406
3407         * text2.C (cursorRight): a getChar assert fixed
3408
3409 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3410
3411         * text2.C (getFont): change to take a ParagraphList::iterator
3412         instead of Paragraph*
3413         Adjust several functions.
3414
3415         * text.C (transformChar): change to take a ParagraphList::iterator
3416         instead of Paragraph*
3417         (singleWidth): ditto
3418         Adjust several functions.
3419
3420         * rowpainter.C: adjust several functions
3421         * rowpainter.h:store a ParagraphList::iterator and not a
3422         Paragraph&.
3423
3424
3425 2003-04-09  John Levon  <levon@movementarian.org>
3426
3427         * lyxfunc.C:
3428         * lfuns.h:
3429         * LyXAction.h:
3430         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3431         and the "help" bits as well
3432
3433 2003-04-09  John Levon  <levon@movementarian.org>
3434
3435         * ToolbarBackend.h:
3436         * ToolbarBackend.C: allow multiple toolbars
3437
3438 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3439
3440         * undo_funcs.C (setCursorParUndo): adjust
3441
3442         * text_funcs.C (transposeChars): adjust
3443
3444         * text3.C (gotoNextInset): adjust
3445         (dispatch): adjust
3446
3447         * text2.C (setLayout): adjust
3448         (changeDepth): adjust
3449         (setFont): adjust
3450         (redoParagraphs): adjust
3451         (selectionAsString): adjust
3452         (setParagraph): adjust
3453         (insertInset): adjust
3454         (cutSelection): adjust
3455         (copySelection): adjust
3456         (pasteSelection): adjust
3457         (insertStringAsLines): adjust
3458         (updateInset): adjust
3459         (setCursor): change to take a ParagraphList::iterator parameter
3460         (setCursorIntern): change to take a ParagraphList::iterator parameter
3461         (setCurrentFont): adjust
3462         (cursorLeft): adjust
3463         (cursorRight): adjust
3464         (deleteEmptyParagraphMechanism): adjust
3465
3466         * text.C (breakParagraph): adjust
3467         (insertChar): adjust
3468         (acceptChange): adjust
3469         (rejectChange): adjust
3470         (selectNextWordToSpellcheck): adjust
3471         (changeCase): adjust
3472         (Delete): adjust
3473         (backspace): adjust
3474
3475         * lyxfind.C (SearchForward): adjust
3476         (SearchBackward): adjust
3477         (nextChange): adjust
3478
3479         * lyxcursor.C (par): adjust
3480
3481         * lyxcursor.h: store a ParagraphList::iterator instead of a
3482         Paragraph*
3483
3484         * lyx_cb.C (getPossibleLabel): adjust
3485
3486         * bufferview_funcs.C (toggleAndShow): adjust
3487
3488         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3489         (dispatch): adjust
3490
3491         * BufferView.C (removeAutoInsets): adjust
3492         (lockedInsetStoreUndo): adjust
3493
3494 2003-04-09  John Levon  <levon@movementarian.org>
3495
3496         * ToolbarBackend.C: try icon without argument
3497         if with argument fails
3498
3499 2003-04-08  John Levon  <levon@movementarian.org>
3500
3501         * ToolbarBackend.h:
3502         * ToolbarBackend.C: add getIcon(), handle tooltip,
3503         and change from "Icon" to "Item".
3504
3505 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3506
3507         * BufferView.C (lockInset): another bad getchar crunched
3508
3509 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3510
3511         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3512         again)
3513
3514 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3515
3516         * lyxfind.C (searchForward, searchBackwards): bug 782
3517
3518 2003-04-07  John Levon  <levon@movementarian.org>
3519
3520         * paragraph.C: remove dead comment
3521
3522         * text.C: remove troublesome depth-fiddling code
3523         in leftMargin() and rightMargin() (bug 1017)
3524
3525         * text.C: fix breaking of rows in nested lists
3526         (bug 1004)
3527
3528         * text2.C (updateCounters): fix up depth values
3529         (bug 1013)
3530
3531 2003-04-07  John Levon  <levon@movementarian.org>
3532
3533         * BufferView_pimpl.C: clear message when doc finishes resizing,
3534         and after a mouse event
3535
3536         * lyxfunc.C: clear message after exiting inset
3537
3538 2003-04-07  John Levon  <levon@movementarian.org>
3539
3540         * bufferview_funcs.C: show math status not outside
3541         status in the statusbar
3542
3543 2003-04-07  John Levon  <levon@movementarian.org>
3544
3545         * lyxfunc.C: note status changed after a depth change
3546
3547 2003-04-04  Angus Leeming  <leeming@lyx.org>
3548
3549         * LaTeX.h: move AuxInfo operator==, != out of line.
3550         Remove LaTeX virtual destructor; nothing derives from it.
3551         Move operator()() out of public area and rename it startscript().
3552         Change protected for private.
3553
3554 2003-04-04  Angus Leeming  <leeming@lyx.org>
3555
3556         * lyxfunc.C:
3557         * text2.C: remove unneeded #includes.
3558
3559 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3560
3561         * text2.C (dEPM): fix the heigth of the next row
3562
3563 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3564
3565         * text.C: squashed an invalid getChar requester + some ws changes
3566
3567 2003-04-03  John Levon  <levon@movementarian.org>
3568
3569         * bufferview_funcs.h:
3570         * bufferview_funcs.C:
3571         * lyxfunc.C:
3572         * lyxtext.h:
3573         * text2.C: make getStatus work for the env depth lfuns
3574
3575 2003-04-03  John Levon  <levon@movementarian.org>
3576
3577         * bufferview_funcs.h:
3578         * bufferview_funcs.C:
3579         * lyxfunc.C:
3580         * lyxtext.h:
3581         * text2.C: parlistize decDepth(), by merging it with incDepth()
3582
3583 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3584
3585         * lyxrow.h: store a ParagraphList::iterator instead of a
3586         Paragraph* and adjust other class functions to suit.
3587
3588         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3589         above.
3590
3591 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3592
3593         * text2.C (setCursor): do not anchor to cursor row for the time being
3594
3595 2003-04-02  John Levon  <levon@movementarian.org>
3596
3597         * LyXAction.C:
3598         * lfuns.h:
3599         * lyx_main.C:
3600         * lyxtext.h:
3601         * text.C:
3602         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3603
3604 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3605
3606         * paragraph.h: make ParagraphList and ParagraphList::iterator
3607         friends of Paragraph.
3608
3609         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3610
3611         * ParagraphList.C: Use the private next_ and previous_ from
3612         Paragraph.
3613
3614 2003-04-01  John Levon  <levon@movementarian.org>
3615
3616         * ToolbarBackend.h:
3617         * ToolbarBackend.C:
3618         * Makefile.am: rename, remove defaults gunk
3619
3620         * MenuBackend.h:
3621         * MenuBackend.C: remove defaults gunk
3622
3623         * Languages.h:
3624         * Languages.C: remove defaults gunk
3625
3626         * lyx_main.h:
3627         * lyx_main.C: error out if files couldn't be found.
3628
3629 2003-04-02  John Levon  <levon@movementarian.org>
3630
3631         * text2.C: make incDepth() use parlist
3632
3633 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3634
3635         * undo_funcs.C (firstUndoParagraph): adjust
3636
3637         * text3.C (gotoInset): adjust
3638         (dispatch): adjust, and rewrite loop.
3639
3640         * text2.C (init): adjust, and rewrite loop.
3641         (redoParagraphs): adjust
3642         (updateInset): adjust, and rewrite loop.
3643         (deleteEmptyParagraphMechanism): adjust
3644
3645         * tabular.C (LyXTabular): adjust
3646         (SetMultiColumn): adjust
3647         (TeXRow): adjust
3648
3649         * lyxtext.[Ch] (ownerParagraph): delete function
3650         (ownerParagraphs): new function returns a ParagraphList.
3651
3652         * BufferView.C (removeAutoInsets): adjust
3653         (insertErrors): adjust
3654         (setCursorFromRow): adjust
3655
3656 2003-04-01  Angus Leeming  <leeming@lyx.org>
3657
3658         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3659         in the frontends.
3660
3661 2003-04-02  John Levon  <levon@movementarian.org>
3662
3663         * lyxtext.h:
3664         * text.C:
3665         * Makefile.am:
3666         * text_funcs.h:
3667         * text_funcs.C: make transposeChars a free function
3668
3669         * lyxrow_funcs.C: remove wrong comment
3670
3671 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3672
3673         * lyxtext.h: adjust
3674         * rowpainter.C: adjust
3675         * text.C: adjust
3676         * text2.C: adjust
3677         * text3.C: adjust
3678
3679         * lyxrow_funcs. [Ch]: new files
3680
3681         * lyxrow.[Ch]: remove next and previous pointers
3682         (next,previous): remove accessor functions
3683         (isParEnd): move to lyxrow_funcs
3684         (lastPos): move to lyxrow_funcs
3685         (nextRowIsAllInset): move to lyxrow_funcs
3686         (lastPrintablePos): move to lyxrow_funcs
3687         (numberOfSeparators): move to lyxrow_funcs
3688         (numberOfHfills): move to lyxrow_funcs
3689         (numberOfLabelHfills): move to lyxrow_funcs
3690         (hfillExpansion): move to lyxrow_funcs
3691
3692         * lyxfunc.C: adjust
3693
3694         * bufferview_funcs.C (toggleAndShow): adjust
3695
3696         * RowList.h: Remove class RowList from file leave just a
3697         std::list<Row>.
3698
3699         * RowList.C: delete file
3700
3701         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
3702         and lyxrow_funcs.h
3703
3704 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3705
3706         * text3.C (cursorPrevious): adjust
3707         (cursorNext): adjust
3708         (dispatch): adjust
3709
3710         * text2.C (redoHeightOfParagraph): adjust
3711         (redoDrawingOfParagraph): adjust
3712         (setCursor): adjust
3713
3714         * text.C (breakParagraph): adjust
3715         (insertChar): adjust
3716         (backspace): adjust
3717
3718         * rowpainter.C (RowPainter): adjust
3719         (leftMargin): simplify and adjust
3720         (most rowpainter functions): adjust.
3721
3722         * rowpainter.h: store the row as RowList::iterator not as Row*
3723
3724         * lyxcursor.C (row): taka RowList::iterator as arg
3725         (irow): ditto
3726
3727         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
3728         of Row*.
3729
3730 2003-04-01  Angus Leeming  <leeming@lyx.org>
3731
3732         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
3733         stuff like bool Bool.
3734
3735 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3736
3737         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
3738         rewrite a loop
3739
3740 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3741
3742         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
3743         RowList::iterator.
3744
3745         * lyxtext.h (rows): drop one version and leve a const variant that
3746         returns a RowList::iterator.
3747
3748 2003-03-31  Angus Leeming  <leeming@lyx.org>
3749
3750         * text.C (fill): ensure that the signature is the same as that in the
3751         header file.
3752
3753 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
3754
3755         * text2.C (redoParagraphs): adjust
3756         (updateCounters): adjust
3757         (checkParagraph): adjust
3758         (getColumnNearX): adjust and reformat a bit.
3759
3760         * text.C (top_y): adjust
3761         (workWidth): adjust
3762         (leftMargin): adjust
3763         (prepareToPrint): adjust
3764         (getRow): adjust
3765         (getRowNearY): adjust
3766
3767         * lyxtext.h: make rowlist_ mutable.
3768
3769         * RowList.h: add const_iterator
3770         * RowList.C: adjust for RowList::const_iterator.
3771
3772         * text2.C (getCursorX): make it take a RowList::iterator as arg,
3773         adjust.
3774
3775 2003-03-31  John Levon  <levon@movementarian.org>
3776
3777         * lyxrc.h:
3778         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
3779
3780         * lyx_main.C: set default fonts from using lyx_gui funcs
3781
3782         * exporter.C: pdf_mode moved from lyxrc
3783
3784         * lyx_cb.C:
3785         * lyxfunc.C: changes from above
3786
3787 2003-03-31  John Levon  <levon@movementarian.org>
3788
3789         * lyx_main.C: fix to the last fix
3790
3791 2003-03-31  John Levon  <levon@movementarian.org>
3792
3793         * bufferlist.C: "Load original" -> "Load Original"
3794
3795         * converter.C:
3796         * exporter.C:
3797         * importer.C:
3798         * lyx_main.C:
3799         * format.C: more Alert cleanups
3800
3801 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3802
3803         * text2.C (removeParagraph): make it take a RowList::iterator as
3804         arg, adjust.
3805         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
3806         (postRowPaint): make it take a RowList::iterator as arg, adjust.
3807
3808         * text.C (anchor_row): make it take a RowList::iterator as arg,
3809         adjust.
3810         (computeBidiTables): make it take a const reference to Row instead
3811         of Row pointer, adjust.
3812         (leftMargin): make it take a RowList::iterator as arg, adjust.
3813         (rowBreakPoint): adjust
3814         (breakAgainOneRow): make it take a RowList::iterator as arg,
3815         adjust.
3816         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
3817
3818         * bufferview_funcs.C (toggleAndShow): adjust
3819
3820 2003-03-30  John Levon  <levon@movementarian.org>
3821
3822         * Makefile.am:
3823         * BoostFormat.h:
3824         * boost-inst.C: moved to support
3825
3826         * several files: changes as a result
3827
3828 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3829
3830         * text2.C (LyXText): adjust.
3831         (init): adjust
3832         (removeRow): make it take a RowList::iterator as arg, adjust.
3833         (fullRebreak): adjust
3834         (deleteEmptyParagraphMechanism): adjust
3835         (clearPaint): adjust
3836         (postPaint): adjust
3837
3838         * text.C (top_y): adjust
3839         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
3840         (breakAgain): make it take a RowList::iterator as arg, adjust.
3841         (breakParagraph): adjust
3842         (insertChar): adjust
3843         (backspace): adjust
3844
3845         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
3846         need_break_row, and refresh_row.
3847
3848         * text3.C (dispatch): adjust
3849
3850         * text2.C (checkParagraph): adjust
3851         (setCursor): adjust
3852         (setCursorFromCoordinates): adjust
3853
3854         * text.C (top_y): adjust
3855         (workWidth): adjust
3856         (getRow): make it return a RowList::iterator, adjust
3857         (getRowNearY): make it return a RowList::iterator, adjust
3858
3859         * text2.C (init): adjust
3860         (insertRow): remove function
3861         (insertParagraph): adjust
3862         (redoParagraphs): adjust
3863         (fullRebreak): adjust
3864         (updateCounters): adjust
3865
3866         * text.C (top_y): rewrite to use RowList iterators.
3867         (top_y): adjust
3868         (setHeightOfRow): rewrite to sue RowList iterators.
3869         (appendParagraph): adjust
3870         (breakAgain): adjust
3871         (breakAgainOneRow): adjust
3872         (breakParagraph): adjust
3873         (getRow): adjust
3874         (getRowNearY): adjust, and remove commented code.
3875
3876         * lyxtext.h (firstRow): delete function
3877         (lastRow): delete function
3878         (rows): new function (const and non-const versions.)
3879         (insertRow): delete function
3880
3881         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
3882
3883 2003-03-29  John Levon  <levon@movementarian.org>
3884
3885         * BufferView_pimpl.C: always update scrollbar top
3886         because pasting text when we're anchored could mean we
3887         miss an update altogether
3888
3889 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
3890
3891         * text2.C (init): use rowlist_.end() and not 0.
3892         (insertRow): change to take a RowList::iterator as arg, adjust
3893         for this.
3894         (insertParagraph): change to take a RowList::iterator as arg,
3895         adjust for this.
3896         (redoParagraphs): remove some debug msgs.
3897
3898         * text.C (appendParagraph): change to take a RowList::iterator
3899         arg, adjust for this.
3900         (breakAgain): add an assert
3901         (breakAgainOneRow): ditto
3902
3903 2003-03-29  John Levon  <levon@movementarian.org>
3904
3905         * text2.C: do not clear selection after inc/decDepth
3906         (bug 550)
3907
3908 2003-03-29  John Levon  <levon@movementarian.org>
3909
3910         * BufferView.C:
3911         * buffer.C: fix broken strerrors according to Lars
3912
3913 2003-03-29  John Levon  <levon@movementarian.org>
3914
3915         * converters.C: more Alert cleanups
3916
3917 2003-03-29  John Levon  <levon@movementarian.org>
3918
3919         * bufferview_funcs.C: remove pointless Alert
3920
3921         * buffer.C: fix confusing error message when
3922         a template is chmoded 000
3923
3924 2003-03-29  John Levon  <levon@movementarian.org>
3925
3926         * BufferView.C:
3927         * BufferView.h:
3928         * BufferView_pimpl.C: Alert fixes
3929
3930         * Makefile.am:
3931         * tabular.C:
3932         * tabular-old.C: remove unused table compat reading
3933
3934 2003-03-29  John Levon  <levon@movementarian.org>
3935
3936         * BufferView.C:
3937         * buffer.C:
3938         * lyx_cb.h:
3939         * lyx_cb.C: more Alert cleanups
3940
3941         * lyxfunc.C: don't allow chktex if not latex document
3942
3943 2003-03-29  John Levon  <levon@movementarian.org>
3944
3945         * lyx_cb.C:
3946         * BufferView.C:
3947         * buffer.C: warnings pushed down from support/,
3948         kill err_alert
3949
3950 2003-03-29  John Levon  <levon@movementarian.org>
3951
3952         * lyxfunc.C: safety check for C-r (revert)
3953
3954 2003-03-29  John Levon  <levon@movementarian.org>
3955
3956         * bufferlist.h:
3957         * bufferlist.C: several UI fixes using Alert::prompt.
3958         Fix the pointless looping quit code. Fix stupid revert
3959         behaviour (bug 938)
3960
3961         * lyxvc.h:
3962         * lyxvc.C:
3963         * lyx_cb.C: use Alert::prompt
3964
3965         * lyx_main.C: remove a silly question
3966
3967         * lyxfunc.C: remove a couple of silly questions,
3968         use Alert::prompt
3969
3970 2003-03-28  John Levon  <levon@movementarian.org>
3971
3972         * text2.C: fix bug 974 (End on empty par)
3973
3974 2003-03-28  John Levon  <levon@movementarian.org>
3975
3976         * BufferView_pimpl.C:
3977         * LyXAction.C:
3978         * lfuns.h: remove do-nothing math greek lfuns
3979
3980 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3981
3982         * lyxgluelength.h (isValidGlueLength): add default arg on
3983         parameter 2. Remove default arg from friend in class.
3984
3985         * lyxlength.h (isValidLength): add default arg on parameter 2.
3986         Remove default arg from friend in class.
3987
3988         * text2.C (LyXText): adjust, initialize refresh_row.
3989         (init): adjust
3990         (removeRow): adjust
3991         (insertRow): adjust
3992         (insertParagraph): adjst
3993         (redoParagraphs): adjust
3994         (fullRebreak): adjust
3995         (updateCounters): adjust
3996         (deleteEmptyParagraphMechanism): first attempt at fixing a
3997         crashing bug.
3998
3999         * text.C (top_y): adjust
4000         (setHeightOfRow): adjust
4001         (getRow): adjust
4002         (getRowNearY): adjust
4003
4004         * lyxtext.h: include RowList.h
4005         (~LyXText): not needed anymore, deleted.
4006         (firstRow): modify for RowList
4007         (lastRow): new function
4008         Delete firstrow and lastrow class variables, add a Rowlist
4009         rowlist_ class variable.
4010
4011         * lyxrow.C (lastPos): use empty() and not !size() to check if a
4012         paragraph is empty.
4013
4014         * RowList.C (insert): fix case where it == begin().
4015
4016 2003-03-26  Angus Leeming  <leeming@lyx.org>
4017
4018         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
4019         the thesaurus dialog.
4020
4021 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4022
4023         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
4024
4025         * RowList.[Ch]: new files
4026
4027         * ParagraphList.C (erase): handle the case where it == begin
4028         correctly.
4029
4030 2003-03-25  John Levon  <levon@movementarian.org>
4031
4032         * Makefile.am:
4033         * aspell_local.h:
4034         * aspell.C: add new aspell support
4035
4036         * lyxrc.h:
4037         * lyxrc.C: Make use_pspell be use_spell_lib. Always
4038         have it accessible.
4039
4040 2003-03-25  Angus Leeming  <leeming@lyx.org>
4041
4042         * lfuns.h:
4043         * LyXAction.C (init): new LFUN_INSET_INSERT.
4044
4045         * BufferView_pimpl.C (dispatch): split out part of the
4046         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
4047
4048         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
4049         LFUN_INSET_APPLY.
4050
4051 2003-03-25  Angus Leeming  <leeming@lyx.org>
4052
4053         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4054
4055 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4056
4057         * text2.C:
4058         * text3.C: remove useless row->height(0)
4059
4060 2003-03-25  John Levon  <levon@movementarian.org>
4061
4062         * lyxtext.h:
4063         * text2.C:
4064         * text3.C: rename the refreshing stuff to better names
4065
4066 2003-03-24  John Levon  <levon@movementarian.org>
4067
4068         * BufferView_pimpl.h:
4069         * BufferView_pimpl.C: update layout choice on a mouse
4070         press/release
4071
4072 2003-03-23  John Levon  <levon@movementarian.org>
4073
4074         * Makefile.am: fix commandtags.h reference
4075
4076 2003-03-22  John Levon  <levon@movementarian.org>
4077
4078         * BufferView_pimpl.C:
4079         * lyxtext.h:
4080         * rowpainter.C:
4081         * rowpainter.h:
4082         * text.C:
4083         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4084
4085 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4086
4087         * lyxtext.h:
4088         * text.C: take the rtl methods out of line
4089
4090 2003-03-21 André Pönitz <poenitz@gmx.net>
4091
4092         * metricsinfo.[Ch]: new files containing structures to be passed around
4093         during the two-phase-drawing...
4094
4095 2003-03-21 André Pönitz <poenitz@gmx.net>
4096
4097         * lyxtextclass.C: read 'environment' tag.
4098
4099 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4100
4101         * text2.C (removeRow): fix bug 964
4102
4103 2003-03-20  John Levon  <levon@movementarian.org>
4104
4105         * rowpainter.C:
4106         * text.C:
4107         * text2.C: paint cleanups. Inset::update() dropped font
4108         parameter
4109
4110 2003-03-19  John Levon  <levon@movementarian.org>
4111
4112         * lyxfunc.C: only fitcursor/markDirty if available()
4113
4114 2003-03-19  John Levon  <levon@movementarian.org>
4115
4116         * commandtags.h: rename to ...
4117
4118         * lfuns.h: ... this, and renumber / cleanup
4119
4120 2003-03-19  John Levon  <levon@movementarian.org>
4121
4122         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4123         fit the cursor after an lfun
4124
4125         * BufferView.h:
4126         * BufferView.C:
4127         * BufferView_pimpl.h:
4128         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4129
4130         * LyXAction.C: layout-character should have ReadOnly
4131
4132         * ParagraphParameters.C:
4133         * buffer.C:
4134         * bufferview_funcs.C:
4135         * lyx_cb.C:
4136         * lyxfind.C:
4137         * lyxtext.h:
4138         * text.C:
4139         * text2.C:
4140         * text3.C:
4141         * undo_funcs.C: changes from above
4142
4143 2003-03-18  John Levon  <levon@movementarian.org>
4144
4145         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4146         remove it from update()
4147
4148         * lyxfunc.C: update layout choice after an lfun
4149
4150         * text3.C: remove extra updateLayoutChoice()s
4151
4152 2003-03-18  John Levon  <levon@movementarian.org>
4153
4154         * text.C: top_y change means full repaint, fix
4155         a drawing bug with cursor movement
4156
4157 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4158
4159         * lyxtext.h:
4160         * text.C:
4161         * text2.C: anchor row on setCursor
4162
4163 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4164
4165         * lyxtext.h: remove almost all mutable keywords
4166         * text.C:
4167         * text2.C:
4168         * text3.C: remove const keywords accordingly
4169
4170 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4171
4172         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4173         anon namespace
4174         (TeXEnvironment): ditto
4175         (TeXOnePar): ditto
4176
4177 2003-03-17  John Levon  <levon@movementarian.org>
4178
4179         * text.C (rowBreakPoint): remove attempt to fix displayed
4180         math insets inside a manual label
4181
4182 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4183
4184         * lyxtext.h: remove BufferView* as first arg from almost all class
4185         functions.
4186         * other files: adjust.
4187
4188 2003-03-17  John Levon  <levon@movementarian.org>
4189
4190         * lyxtext.h:
4191         * undo_funcs.C:
4192         * text2.C: more paint cleanups
4193
4194         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4195
4196         * rowpainter.h:
4197         * rowpainter.C: remove "smart" background painting code
4198
4199 2003-03-16  John Levon  <levon@movementarian.org>
4200
4201         * lyxtext.h:
4202         * text.C:
4203         * text2.C:
4204         * text3.C: add helper functions for setting refresh_row/y
4205
4206 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4207
4208         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4209         newline inset which *can* get inserted in the pass_thru layouts.
4210         This is primarily for literate documents.
4211
4212 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4213
4214         * buffer.C: increment LYX_FORMAT to 223
4215
4216 2003-03-14 André Pönitz <poenitz@gmx.net>
4217
4218         * textclass.h: prepare for environment handling, ws changes
4219         * lyxlayout.C: read latexheader and latexfooter tags
4220
4221 2003-03-14  John Levon  <levon@movementarian.org>
4222
4223         * text2.C: rewrite ::status() a bit
4224
4225 2003-03-13  John Levon  <levon@movementarian.org>
4226
4227         * lyxtext.h: add some docs
4228
4229 2003-03-13  John Levon  <levon@movementarian.org>
4230
4231         * lyxtext.h:
4232         * text.C:
4233         * text2.C:
4234         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4235
4236 2003-03-13  John Levon  <levon@movementarian.org>
4237
4238         * text3.C: fix appendix redrawing
4239
4240 2003-03-13  John Levon  <levon@movementarian.org>
4241
4242         * text.C (setHeightOfRow):
4243         * rowpainter.h:
4244         * rowpainter.C: make appendix mark have the text
4245           "Appendix" so the user knows what it is
4246
4247         * LColor.h:
4248         * LColor.C: s/appendixline/appendix/ from above
4249
4250 2003-03-13  John Levon  <levon@movementarian.org>
4251
4252         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4253
4254         * text.C: fix a getChar(pos) bug properly
4255
4256 2003-03-13  Angus Leeming  <leeming@lyx.org>
4257
4258         * commandtags.h:
4259         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4260         Probably only temporary. Let's see how things pan out.
4261
4262         * BufferView.C (unlockInset):
4263         * BufferView_pimpl.C (fitCursor):
4264         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4265
4266         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4267         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4268
4269         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4270         new functions that convert ParagraphParameters to and from a string.
4271
4272         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4273         BufferView::Pimpl's dispatch.
4274         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4275
4276 2003-03-13 André Pönitz <poenitz@gmx.net>
4277
4278         * lyxfunc.C:
4279         * text3.C:
4280         * factory.C: make it aware of InsetEnv
4281
4282 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4283
4284         * text2.C (setCursor): never ask for one past last
4285         (setCursor): add some debugging messages.
4286
4287         * text.C (singleWidth): never ask for one past last
4288         (singleWidth): ditto
4289         (leftMargin): ditto
4290         (rightMargin): ditto
4291         (rowBreakPoint): ditto
4292         (setHeightOfRow): ditto
4293         (prepareToPrint): ditto
4294
4295         * rowpainter.C (paintBackground): never ask for one past last
4296         (paintText): never ask for one past last
4297
4298         * paragraph_pimpl.C (getChar): make the assert stricter, never
4299         allow the one past last pos to be taken
4300
4301         * paragraph.C (getChar): ws changes only
4302
4303         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4304         (numberOfSeparators): ditto
4305         (numberOfHfills): ditto
4306
4307 2003-03-12  John Levon  <levon@movementarian.org>
4308
4309         * author.h:
4310         * author.C:
4311         * bufferparams.h:
4312         * bufferparams.C:
4313         * paragraph_funcs.C: fix per-buffer authorlists
4314
4315 2003-03-12  John Levon  <levon@movementarian.org>
4316
4317         * text.C: fix newline in right address
4318
4319 2003-03-12  Angus Leeming  <leeming@lyx.org>
4320
4321         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4322         duplicate those in LyXFunc::dispatch.
4323
4324         * commandtags.h:
4325         * LyXAction.C:
4326         * ToolbarDefaults.C:
4327         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4328         Add LFUN_FONTFREE_UPDATE.
4329
4330         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4331         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4332
4333         * bufferview_func.[Ch]: several new functions to facilliate
4334         transfer of data to and from the character dialog.
4335
4336 2003-03-12  John Levon  <levon@movementarian.org>
4337
4338         * buffer.C:
4339         * paragraph.h:
4340         * paragraph.C:
4341         * paragraph_funcs.C:
4342         * paragraph_pimpl.C:
4343         * sgml.C:
4344         * tabular.C:
4345         * text.C:
4346         * text3.C: remove META_NEWLINE in favour of an inset
4347
4348         * rowpainter.h:
4349         * rowpainter.C: remove paintNewline (done by inset)
4350
4351 2003-03-12  John Levon  <levon@movementarian.org>
4352
4353         * paragraph_pimpl.C: complain about bad getChar()s
4354         for a while at least
4355
4356 2003-03-12  John Levon  <levon@movementarian.org>
4357
4358         * buffer.h:
4359         * buffer.C: move paragraph read into a separate function,
4360         a little renaming to reflect that.
4361
4362         * bufferparams.h:
4363         * bufferparams.C: remove the author_ids map, not necessary now
4364
4365         * factory.h:
4366         * factory.C: moved Buffer::readInset to here
4367
4368         * paragraph_funcs.h:
4369         * paragraph_funcs.C: readParagraph free function moved from
4370         buffer.C
4371
4372         * tabular.C: name change
4373
4374 2003-03-12  John Levon  <levon@movementarian.org>
4375
4376         * buffer.C:
4377         * ParagraphParameters.C: move par params input to
4378         a read() method
4379
4380         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4381         behave like a normal read from the stream wrt reading
4382         a line vs. a \\token
4383
4384 2003-03-12  John Levon  <levon@movementarian.org>
4385
4386         * paragraph.C:
4387         * ParagraphParameters.h:
4388         * ParagraphParameters.C: move output code to a
4389         ::write() method
4390
4391 2003-03-12  John Levon  <levon@movementarian.org>
4392
4393         * BufferView.C (insertLyXFile):
4394         * buffer.h:
4395         * buffer.C:
4396         * tabular.C: use a parlist iterator for creating the
4397           document.
4398
4399 2003-03-12  John Levon  <levon@movementarian.org>
4400
4401         * buffer.C: make current_change static local not
4402           static file-scope
4403
4404 2003-03-12  John Levon  <levon@movementarian.org>
4405
4406         * buffer.C: fix insertStringAsLines for change tracking
4407
4408 2003-03-12  John Levon  <levon@movementarian.org>
4409
4410         * BufferView.C:
4411         * tabular.C:
4412         * buffer.h:
4413         * buffer.C:
4414         * bufferparams.h:
4415         * bufferparams.C: move author list into params. Rename some
4416           functions. Move the header reading into a separate token
4417           loop. Move the header token reading into BufferParams.
4418
4419 2003-03-12  John Levon  <levon@movementarian.org>
4420
4421         * changes.C: put debug inside lyxerr.debugging() checks
4422
4423 2003-03-11 André Pönitz <poenitz@gmx.net>
4424
4425         * factory.C: make it aware of InsetHFill
4426
4427 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4428
4429         * buffer.C (latexParagraphs): move function from here...
4430         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4431         args.
4432
4433 2003-03-10  Angus Leeming  <leeming@lyx.org>
4434
4435         * LyXAction.C (init): fix bug in poplating array with multiple entries
4436         with the same LFUN (spotted by JMarc).
4437
4438 2003-03-10  John Levon  <levon@movementarian.org>
4439
4440         * text.C:
4441         * text2.C: move getColumnNearX() near its
4442         only call site
4443
4444 2003-03-10  John Levon  <levon@movementarian.org>
4445
4446         * text.C: fix break before a minipage
4447
4448 2003-03-10  John Levon  <levon@movementarian.org>
4449
4450         * text.C: fix the last commit
4451
4452 2003-03-09  John Levon  <levon@movementarian.org>
4453
4454         * lyxtext.h:
4455         * text.C:
4456         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4457         bug 365 (don't break before insets unless needed). Don't
4458         return a value > last under any circumstances.
4459
4460 2003-03-09  Angus Leeming  <leeming@lyx.org>
4461
4462         * BufferView_pimpl.C (trackChanges, dispatch): call
4463         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4464
4465 2003-03-09  Angus Leeming  <leeming@lyx.org>
4466
4467         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4468         than Dialogs::showAboutlyx().
4469
4470 2003-03-09  Angus Leeming  <leeming@lyx.org>
4471
4472         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4473         than Dialogs::showTabularCreate().
4474
4475 2003-03-09  John Levon  <levon@movementarian.org>
4476
4477         * lyxtext.h:
4478         * text.C:
4479         * text2.C: 3rd arg to nextBreakPoint was always the same.
4480           Use references.
4481
4482 2003-03-08  John Levon  <levon@movementarian.org>
4483
4484         * lyxrow.C:
4485         * paragraph.C:
4486         * paragraph.h:
4487         * rowpainter.C:
4488         * text.C:
4489         * text2.C: Remove the "main" bit from the "main body"
4490           notion.
4491
4492 2003-03-08  John Levon  <levon@movementarian.org>
4493
4494         * text.C (leftMargin): The left margin of an empty
4495         manual label paragraph should not include the label width
4496         string length.
4497
4498         * text.C (prepareToPrint): don't attempt to measure hfills
4499         for empty manual label paragraphs - the answer should be 0
4500
4501 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4502
4503         * CutAndPaste.C: remove commented code and reindent.
4504
4505 2003-03-08  John Levon  <levon@movementarian.org>
4506
4507         * lyxfunc.h:
4508         * lyxfunc.C: move reloadBuffer()
4509
4510         * BufferView.h:
4511         * BufferView.C: to here
4512
4513         * lyxvc.C: add comment
4514
4515         * vc-backend.h:
4516         * vc-backend.C: call bv->reload() to avoid
4517           getStatus() check on MENURELOAD
4518
4519 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4520
4521         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4522         to an old format .dep file.
4523
4524 2003-03-07  Angus Leeming  <leeming@lyx.org>
4525
4526         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4527         when the LFUN_MOUSE_RELEASE should have been handled by
4528         inset->localDispatch.
4529
4530 2003-03-07  Angus Leeming  <leeming@lyx.org>
4531
4532         * BufferView_pimpl.C (dispatch):
4533         * LyXAction.C (init):
4534         * ToolbarDefaults.C (init):
4535         * commandtags.h:
4536         * lyxfunc.C (getStatus):
4537         remove LFUN_INSET_GRAPHICS.
4538
4539         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4540
4541 2003-03-07  Angus Leeming  <leeming@lyx.org>
4542
4543         * commandtags.h:
4544         * LyXAction.C (init):
4545         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4546
4547         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4548
4549         * commandtags.h:
4550         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4551
4552         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4553         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4554
4555 2003-03-07  Angus Leeming  <leeming@lyx.org>
4556
4557         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4558         remove "ert".
4559
4560 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4561
4562         * ParagraphList.C (front): new function
4563         (back): implement
4564
4565 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4566
4567         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4568         and top_row_offset_. removed var first_y.
4569         * text.C (top_y):
4570         * text2.C (LyXText, removeRow):
4571         * text3.C:
4572         * BufferView_pimpl.C:
4573         use these methods instead of using first_y
4574
4575 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4576
4577         * text2.C (pasteSelection): adjust for checkPastePossible
4578
4579         * CutAndPaste.C: remove Paragraph * buf and replace with
4580         ParagraphList paragraphs.
4581         (DeleteBuffer): delete
4582         (cutSelection): change the tc type to textclass_type
4583         (copySelection): change the tc type to textclass_type
4584         (copySelection): adjust for ParagraphList
4585         (pasteSelection): change the tc type to textclass_type
4586         (pasteSelection): adjust for Paragraphlist
4587         (nrOfParagraphs): simplify for ParagraphList
4588         (checkPastePossible): simplify for ParagraphList
4589         (checkPastePossible): remove unused arg
4590
4591         * ParagraphList.C (insert): handle the case where there are no
4592         paragraphs yet.
4593
4594         * CutAndPaste.h: make CutAndPaste a namespace.
4595
4596         * text3.C (dispatch): adjust
4597
4598         * text.C (breakParagraph): add a ParagraphList as arg
4599
4600         * paragraph_funcs.C (breakParagraph): change to take a
4601         BufferParams and a ParagraphList as args.
4602         (breakParagraphConservative): ditto
4603         (mergeParagraph): ditto
4604         (TeXDeeper): add a ParagraphList arg
4605         (TeXEnvironment): ditto
4606         (TeXOnePar): ditto
4607
4608         * buffer.C (readLyXformat2): adjust
4609         (insertStringAsLines): adjust
4610         (latexParagraphs): adjust
4611
4612         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4613         (cutSelection): adjust
4614         (pasteSelection): adjust
4615
4616         * BufferView_pimpl.C (insertInset): adjust
4617
4618 2003-03-05  Angus Leeming  <leeming@lyx.org>
4619
4620         * commandtags.h:
4621         * LyXAction.C (init):
4622         * BufferView_pimpl.C (dispatch):
4623         * lyxfunc.C (getStatus):
4624         remove LFUN_CHILD_INSERT.
4625
4626         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4627
4628 2003-03-05  Angus Leeming  <leeming@lyx.org>
4629
4630         * commandtags.h:
4631         * LyXAction.C (init):
4632         * src/factory.C (createInset):
4633         * lyxfunc.C (getStatus):
4634         * text3.C (dispatch):
4635         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4636
4637         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4638
4639 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4640
4641         * ParagraphList.C (insert): handle insert right before end()
4642         (erase): fix cases where it can be first or last paragraph.
4643
4644 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4645
4646         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4647         Paragraph::next and Paragraph::previous
4648         (TeXOnePar): ditto
4649
4650         * text.C (breakParagraph): adjust
4651
4652         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4653         BufferParams& as arg.
4654         (breakParagraph): use ParagraphList::insert
4655         (breakParagraphConservative): take a Buffer* instead of a
4656         BufferParams& as arg.
4657         (breakParagraphConservative): use ParagraphList::insert.
4658
4659         * buffer.C (insertStringAsLines): un-const it
4660         (insertStringAsLines): adjust
4661
4662         * ParagraphList.C (insert): new function
4663
4664         * CutAndPaste.C (pasteSelection): adjust
4665
4666         * text.C (backspace): adjust
4667
4668         * tabular.C (SetMultiColumn): adjust
4669
4670         * CutAndPaste.C (cutSelection): adjust
4671         (pasteSelection): adjust
4672
4673         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4674         Buffer const * as arg
4675
4676         * ParagraphList.C (erase): new function
4677         * paragraph_funcs.C (mergeParagraph): use it
4678         (mergeParagraph): make it take a Buffer* instead of a
4679         BufferParams* as arg
4680
4681         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4682         as arg
4683         (breakParagraphConservative): ditto
4684
4685         * paragraph.h: remove the breakParagraph friend
4686
4687         * paragraph.C (eraseIntern): new function
4688         (setChange): new function
4689
4690         * paragraph_funcs.C (mergeParagraph): make it take a
4691         ParagraphList::iterator instead of a Paragraph *, adjust
4692         accordingly.
4693
4694         * paragraph.h: move an #endif so that the change tracking stuff
4695         also works in the NO_NEXT case.
4696
4697 2003-03-04  Angus Leeming  <leeming@lyx.org>
4698
4699         * commandtags.h:
4700         * LyXAction.C: new LFUN_INSET_MODIFY.
4701
4702         * BufferView_pimpl.C (dispatch): if an inset is found to be open
4703         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
4704
4705 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4706
4707         * several files: ws changes only
4708
4709         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
4710         (TeXEnvironment): ditto
4711         (TeXDeeper): ditto
4712
4713         * buffer.C (makeLaTeXFile): adjust
4714         (latexParagraphs): make it take ParagraphList::iterator as args
4715
4716 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
4717
4718         * buffer.C (latexParagraphs): adjust
4719
4720         * paragraph.C (TeXOnePar): move function...
4721         (optArgInset): move function...
4722         (TeXEnvironment): move function...
4723         * paragraph_pimpl.C (TeXDeeper): move function...
4724         * paragraph_funcs.C: ...here
4725
4726         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
4727
4728 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4729
4730         * buffer.C (readInset): remove compability code for old Figure and
4731         InsetInfo insets
4732
4733 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
4734
4735         * buffer.C: ws changes
4736         (readInset):
4737
4738         * BufferView_pimpl.C: ditto
4739         * author.C: ditto
4740         * buffer.h: ditto
4741         * bufferlist.h: ditto
4742         * changes.h: ditto
4743         * lyxfunc.C: ditto
4744
4745 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
4746
4747         * converter.[Ch]: split into itself +
4748         * graph.[Ch]
4749         * format.[Ch]
4750         * Makefile.am: += graph.[Ch] + format.[Ch]
4751         * MenuBackend.C
4752         * buffer.C
4753         * exporter.C
4754         * importer.C
4755         * lyx_main.C
4756         * lyxfunc.C
4757         * lyxrc.C: added #include "format.h"
4758
4759 2003-02-27  Angus Leeming  <leeming@lyx.org>
4760
4761         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
4762           a label.
4763
4764         * factory.C (createInset): add "label" to the factory.
4765
4766         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
4767           string and do no more.
4768
4769 2003-02-27  Angus Leeming  <leeming@lyx.org>
4770
4771         * commandtags.h:
4772         * LyXAction.C (init):
4773         * factory.C (createInset):
4774         * BufferView_pimpl.C (dispatch):
4775           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
4776
4777         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
4778
4779         * lyxfunc.C (dispatch):
4780         * text3.C (dispatch): pass name to params2string.
4781
4782 2003-02-26  Angus Leeming  <leeming@lyx.org>
4783
4784         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
4785           blocks together.
4786           Rearrange the ~includes. Strip out the unnecessary ones.
4787
4788         * factory.C (createInset): reformat.
4789           create new insets for the various LFUN_XYZ_APPLY lfuns.
4790
4791 2003-02-26  John Levon  <levon@movementarian.org>
4792
4793         * lyxrow.h:
4794         * lyxrow.C: add isParStart,isParEnd helpers
4795
4796         * paragraph.h: make isInserted/DeletedText take refs
4797
4798         * paragraph_funcs.h:
4799         * paragraph_funcs.C: remove #if 0'd code
4800
4801         * lyxtext.h:
4802         * text3.C:
4803         * text2.C:
4804         * text.C: use lyxrow helpers above.
4805           Move draw and paint routines to RowPainter.
4806           Make several methods use refs not pointers.
4807           Make backgroundColor() const.
4808           Add markChangeInDraw(), isInInset().
4809           Merge changeRegionCase into changeCase.
4810           Make workWidth() shouldn't-happen code into an Assert.
4811
4812         * rowpainter.h:
4813         * rowpainter.C: new class for painting a row.
4814
4815         * vspace.h:
4816         * vspace.C: make inPixels take a ref
4817
4818 2003-02-26  Angus Leeming  <leeming@lyx.org>
4819
4820         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
4821         LFUN_REF_APPLY.
4822
4823 2003-02-25  John Levon  <levon@movementarian.org>
4824
4825         * ispell.C: give the forked command a more accurate name
4826
4827 2003-02-22  John Levon  <levon@movementarian.org>
4828
4829         * toc.h:
4830         * toc.C: make TocItem store an id not a Paragraph *
4831           (bug #913)
4832
4833 2003-02-21  Angus Leeming  <leeming@lyx.org>
4834
4835         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
4836           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
4837           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
4838           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
4839           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
4840           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
4841
4842         * BufferView_pimpl.C (dispatch):
4843         * LyXAction.C (init):
4844         * factory.C (createInset):
4845         * lyxfunc.C (getStatus, dispatch):
4846         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
4847
4848 2003-02-21  Angus Leeming  <leeming@lyx.org>
4849
4850         * BufferView_pimpl.C (MenuInsertLyXFile):
4851         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
4852         * lyxfunc.C (menuNew, open, doImport):
4853           no longer pass a LyXView & to fileDlg.
4854
4855 2003-02-21  Angus Leeming  <leeming@lyx.org>
4856
4857         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
4858         * LyXAction.C: change, BIBKEY to BIBITEM.
4859         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
4860         Change InsetBibKey to InsetBibitem.
4861         Change BIBKEY_CODE to BIBITEM_CODE.
4862         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4863         * factory.C: replace insetbib.h with insetbibitem.h.
4864         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4865         * paragraph.C: replace insetbib.h with insetbibitem.h.
4866         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
4867         Change bibkey() to bibitem().
4868         * text.C: remove insetbib.h.
4869         * text2.C: replace insetbib.h with insetbibitem.h.
4870         change bibkey() to bibitem().
4871         * text3.C: remove insetbib.h.
4872         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
4873
4874 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4875
4876         * lyxrc.C (output): enclose user email in quotes (in case there are
4877         several words)
4878
4879 2003-02-18  John Levon  <levon@movementarian.org>
4880
4881         * buffer.h: add std::
4882
4883 2003-02-17  John Levon  <levon@movementarian.org>
4884
4885         * SpellBase.h:
4886         * ispell.h:
4887         * ispell.C:
4888         * pspell.h:
4889         * pspell.C: reworking. Especially in ispell, a large
4890           number of clean ups and bug fixes.
4891
4892         * lyxfunc.C: fix revert to behave sensibly
4893
4894 2003-02-17 André Pönitz <poenitz@gmx.net>
4895
4896         * LyXAction.C:
4897         * commandtags.h: new LFUN_INSERT_BIBKEY
4898
4899         * layout.h:
4900         * lyxlayout.C:
4901         * buffer.C:
4902         * factory.C:
4903         * text.C:
4904         * text2.C:
4905         * text3.C:
4906         * paragraph.[Ch]:
4907         * paragraph_func.C: remove special bibkey handling
4908
4909 2003-02-17  John Levon  <levon@movementarian.org>
4910
4911         * text.C (Delete): fix case where delete at the end of
4912           the very first paragraph would not merge the pars
4913
4914 2003-02-17  John Levon  <levon@movementarian.org>
4915
4916         * lyxrow.C: fix lastPrintablePos()
4917
4918 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4919
4920         * bufferparams.C (writeLaTeX): add a std:here
4921
4922         * buffer.C: and remove a using directive there
4923
4924 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4925
4926         * buffer.C (makeLaTeXFile): move the code that generates the
4927           preamble...
4928
4929         * bufferparams.C (writeLaTeX): ... in this new method
4930
4931         * LaTeXFeatures.C (getEncodingSet): make const
4932           (getLanguages): make const
4933
4934         * MenuBackend.C (binding): returns the binding associated to this
4935           action
4936           (add): sets the status of each item by calling getStatus. Adds
4937           some intelligence.
4938           (read): add support for OptSubMenu
4939           (expand): remove extra separator at the end of expanded menu
4940
4941 2003-02-15  John Levon  <levon@movementarian.org>
4942
4943         * BufferView.C:
4944         * BufferView_pimpl.C:
4945         * bufferlist.h:
4946         * bufferlist.C: remove pointless BufferStorage bloat. Remove
4947           inset code that had no actual effect. Remove unneeded status
4948           code.
4949
4950 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
4951
4952         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
4953           in preamble
4954
4955 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
4956
4957         * text.C (drawLengthMarker): also draw an arrow marker for
4958           symbolic lengths (medskip...)
4959
4960 2003-02-14  John Levon  <levon@movementarian.org>
4961
4962         * tabular.h:
4963         * tabular.C: better method names
4964
4965 2003-02-14  John Levon  <levon@movementarian.org>
4966
4967         * BufferView_pimpl.C:
4968         * bufferlist.C:
4969         * buffer.C:
4970         * converter.C:
4971         * lyx_cb.C:
4972         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
4973           it's a more accurate name. Remove some pointless uses.
4974
4975 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
4976
4977         * text2.C (LyXText): change order of initilizers to shut off
4978           warnings
4979
4980 2003-02-14  John Levon  <levon@movementarian.org>
4981
4982         * buffer.C: use ParIterator for getParFromID()
4983
4984         * paragraph.h:
4985         * paragraph.C:
4986         * paragraph_pimpl.h:
4987         * paragraph_pimpl.C: remove unused getParFromID()
4988
4989 2003-02-14  John Levon  <levon@movementarian.org>
4990
4991         * buffer.C: remove some very old #if 0'd parse code
4992
4993 2003-02-13  John Levon  <levon@movementarian.org>
4994
4995         * text.h:
4996         * text.C:
4997         * text2.C: move hfillExpansion(), numberOfSeparators(),
4998           rowLast(), rowLastPrintable(), numberofHfills(),
4999           numberOfLabelHfills() ...
5000
5001         * lyxrow.h:
5002         * lyxrow.C: ... to member functions here.
5003
5004         * paragraph.h:
5005         * paragraph.C:
5006         * lyxtext.h:
5007         * text.C: remove LyXText::beginningOfMainBody(), and call
5008           p->beginningOfMainBody() directly. Move the check for
5009           LABEL_MANUAL into the latter.
5010
5011         * text.h:
5012         * text.C:
5013         * text2.C:
5014         * vspace.C:
5015         * BufferView.h:
5016         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
5017
5018         * text.h:
5019         * text.C:
5020         * text2.C:
5021         * text3.C:
5022         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
5023           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
5024
5025 2003-02-13  John Levon  <levon@movementarian.org>
5026
5027         * CutAndPaste.C: remove debug
5028
5029 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5030
5031         * paragraph.C (asString): remove two unused variables
5032
5033         * lyxtextclass.C (readTitleType):
5034           (Read):
5035           (LyXTextClass): handle new members titletype_ and titlename_
5036
5037         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
5038
5039 2003-02-09  John Levon  <levon@movementarian.org>
5040
5041         * buffer.h:
5042         * buffer.C: replace hand-coded list with a map for the dep clean
5043
5044 2003-02-08  John Levon  <levon@movementarian.org>
5045
5046         * LaTeX.C: consolidate code into showRunMessage() helper
5047
5048 2003-02-08  John Levon  <levon@movementarian.org>
5049
5050         * lyxfind.C:
5051         * lyxtext.h:
5052         * text2.C:
5053         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5054           and pass the size in explicitly
5055
5056         * BufferView_pimpl.h:
5057         * BufferView_pimpl.C:
5058         * BufferView.h:
5059         * BufferView.C: add getCurrentChange()
5060
5061         * BufferView_pimpl.h:
5062         * BufferView_pimpl.C: handle change lfuns
5063
5064         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5065           for changes. Mark pasted paragraphs as new.
5066
5067         * support/lyxtime.h:
5068         * support/lyxtime.C:
5069         * DepTable.C: abstract time_t as lyx::time_type
5070
5071         * LColor.h:
5072         * LColor.C: add colours for new text, deleted text, changebars
5073
5074         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5075           package use "usenames" option.
5076
5077         * commandtags.h:
5078         * lyxfunc.C:
5079         * LyXAction.C: add change lfuns
5080
5081         * Makefile.am:
5082         * author.h:
5083         * author.C: author handling
5084
5085         * buffer.h:
5086         * buffer.C: add a per-buffer author list, with first entry as
5087           current author. Handle new .lyx tokens for change tracking. Output
5088           author list to .lyx file. Output dvipost stuff to .tex preamble.
5089           Bump lyx format to 222.
5090
5091         * bufferlist.h:
5092         * bufferlist.C: add setCurrentAuthor() to reset current author details
5093           in all buffers.
5094
5095         * bufferparams.h:
5096         * bufferparams.C: add param for tracking
5097
5098         * bufferview_funcs.C: output change info in minibuffer
5099
5100         * Makefile.am:
5101         * changes.h:
5102         * changes.C: add change-tracking structure
5103
5104         * debug.h:
5105         * debug.C: add CHANGES debug flag
5106
5107         * lyxfind.h:
5108         * lyxfind.C: add code for finding the next change piece
5109
5110         * lyxrc.h:
5111         * lyxrc.C: add user_name and user_email
5112
5113         * lyxrow.h:
5114         * lyxrow.C: add a metric for the top of the text line
5115
5116         * lyxtext.h:
5117         * text.C: implement accept/rejectChange()
5118
5119         * lyxtext.h:
5120         * text.C: paint changebars. Paint new/deleted text in the chosen
5121         colours. Strike through deleted text.
5122
5123         * paragraph.h:
5124         * paragraph.C:
5125         * paragraph_pimpl.h:
5126         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5127           in the current change to the insert functions. Rework erase to
5128           mark text as deleted, adding an eraseIntern() and a range-based
5129           erase(). Implement per-paragraph change lookup and
5130           accept/reject.
5131
5132         * paragraph_funcs.C: Fixup paste for change tracking.
5133
5134         * tabular.C: mark added row/columns as new.
5135
5136         * text.C: fix rowLast() to never return -1. Don't allow
5137           spellchecking of deleted text. Track transpose changes. Don't
5138           allow paragraph break or merge where appropriate.
5139
5140         * text2.C: leave cursor at end of selection after a cut.
5141
5142 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5143
5144         * text.C (getLengthMarkerHeight):
5145         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5146         visible on screen too.
5147
5148 2003-02-07  John Levon  <levon@movementarian.org>
5149
5150         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5151
5152 2003-02-05  Angus Leeming  <leeming@lyx.org>
5153
5154         * lyxserver.C (read_ready): revert my patch of 11 September last year
5155         as it sends PC cpu through the roof. Presumably this means that
5156         the lyxserver will no longer run on an Alpha...
5157
5158 2003-01-30  Angus Leeming  <leeming@lyx.org>
5159
5160         * factory.C (createInset): create an InsetCommandParam of type "index"
5161         and use it to 'do the right thing'.
5162
5163         * text2.C (getStringToIndex): ensure that cursor position is always
5164         reset to the reset_cursor position.
5165
5166 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5167
5168         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5169         disabled.
5170
5171 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5172
5173         * bufferview.C:
5174         * lyxcb.C:
5175         * lyxfunc.C: Output messages with identical spelling, punctuation,
5176         and spaces
5177
5178 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5179
5180         * MenuBackend.C (expandFormats): List only viewable export formats
5181         in "View" menu
5182
5183         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5184         message
5185
5186         * lyxfunc.C (getStatus): Make sure that formats other than
5187         "fax" can also be disabled
5188
5189 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5190
5191         * text3.C (dispatch): put the lfuns that insert insets in 3
5192         groups, and call doInsertInset with appropriate arguments.
5193         (doInsertInset): new function, that creates an inset and inserts
5194         it according to some boolean parameters.
5195
5196 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5197
5198         * buffer.C (readFile): remember to pass on 'par' when calling
5199         readFile recursively.
5200
5201 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5202
5203         * MenuBackend.C (expandFormats): add "..." to import formats.
5204
5205 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5206
5207         * paragraph.C (asString): Remove XForms RTL hacks.
5208
5209 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5210         * buffer.C: fix typo
5211
5212 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5213
5214         * Makefile.am (LIBS): delete var
5215         (lyx_LDADD): add @LIBS@ here instead.
5216
5217 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5218
5219         * Clarify the meaning of "wheel mouse jump"
5220
5221 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5222
5223         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5224         tabular in a float
5225
5226 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5227
5228         * importer.C (Loaders): do not preallocate 3 elements in the
5229         vector, since one ends up with 6 elements otherwise
5230
5231 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5232
5233         * DepTable.C (write): write the file name as last element of the
5234         .dep file (because it may contain spaces)
5235         (read): read info in the right order
5236
5237 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5238
5239         * paragraph_pimpl.C (simpleTeXBlanks):
5240         (simpleTeXSpecialChars):
5241         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5242
5243         * tabular.C (latex): add some missing case statements. Reindent.
5244
5245         * MenuBackend.C (expandToc): remove unused variable.
5246
5247 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5248
5249         * LColor.C:
5250         * LaTeX.C:
5251         * LyXAction.C:
5252         * MenuBackend.C:
5253         * buffer.C:
5254         * exporter.C:
5255         * lyxfunc.C:
5256         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5257         and the like.
5258
5259 2003-01-05  John Levon  <levon@movementarian.org>
5260
5261         * BufferView.h:
5262         * BufferView.C: add getEncoding()
5263
5264         * kbsequence.h:
5265         * kbsequence.C: do not store last keypress
5266
5267         * lyxfunc.h:
5268         * lyxfunc.C: store last keypress here instead. Pass encoding
5269           to getISOEncoded()
5270
5271 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5272
5273         * lyx_main.C (init): remove annoying error message when following
5274         symbolic links (bug #780)
5275
5276 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5277
5278         * text.C (insertChar):
5279         * lyxrc.C (getDescription): remove extra spaces
5280
5281 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5282
5283         * lyxrc.C (getDescription): remove extra spaces
5284
5285 2002-12-20  John Levon  <levon@movementarian.org>
5286
5287         * text3.C: hack fix for page up/down across tall rows
5288
5289 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5290
5291         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5292         not been invoked
5293
5294 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5295
5296         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5297         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5298         thesaurus is not compiled in
5299
5300 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5301
5302         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5303
5304 2002-12-16  Angus Leeming  <leeming@lyx.org>
5305
5306         * lyxrc.[Ch]:
5307         * lyx_main.C (init): remove override_x_deadkeys stuff.
5308
5309 2002-12-12  John Levon  <levon@movementarian.org>
5310
5311         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5312           insert. Only remove shift modifier under strict
5313           circumstances.
5314
5315 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5316
5317         * MenuBackend.C (expandToc): fix crash.
5318
5319 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5320
5321         * MenuBackend.C (expandToc): gettext on float names.
5322
5323 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5324
5325         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5326         implement bool empty() [bug 490]
5327
5328 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5329
5330         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5331
5332 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5333
5334         * several files: ws changes
5335
5336 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5337
5338         * text2.C (setCounter): clean up a bit, use boost.format.
5339         (updateCounters): initialize par upon declaration.
5340
5341         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5342         if the layout exists. We do not just store the layout any more.
5343         (SwitchLayoutsBetweenClasses): use boost.format
5344
5345 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5346
5347         * converter.C (convert): if from and to files are the same, use a
5348         temporary files as intermediary
5349
5350 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5351
5352         * commandtags.h:
5353         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5354
5355 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5356
5357         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5358
5359 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5360
5361         * tabular.C (asciiPrintCell): use string(size, char) instead of
5362         explicit loop.
5363
5364         * sgml.C (openTag): fix order of arguments to string constructor
5365         (closeTag): ditto
5366
5367         * lyxfunc.C (dispatch): use boost.format
5368
5369         * lots of files: change "c" -> 'c'
5370
5371 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5372
5373         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5374
5375 2002-11-25  Angus Leeming  <leeming@lyx.org>
5376
5377         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5378
5379         * lyx_main.C (init): compile fix.
5380
5381 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5382
5383         * lyx_cb.C (start): boost.formatify
5384         do not include <iostream>
5385
5386         * lengthcommon.C: ws only
5387
5388         * boost-inst.C,BoostFormat.h: add more explict instantations
5389
5390 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5391
5392         * lots of files: handle USE_BOOST_FORMAT
5393
5394 2002-11-21  John Levon  <levon@movementarian.org>
5395
5396         * pspell.C: fix compile
5397
5398 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5399
5400         * lyxfunc.C (dispatch): use boost::format
5401         (open): ditto
5402         (doImport): ditto
5403
5404         * lyxfont.C (stateText): use boost::format
5405
5406         * lyx_main.C (LyX): use boost::format
5407         (init): ditto
5408         (queryUserLyXDir): ditto
5409         (readRcFile): ditto
5410         (parse_dbg): ditto
5411         (typedef boost::function): use the recommened syntax.
5412
5413         * importer.C (Import): use boost::format
5414
5415         * debug.C (showLevel): use boost::format
5416
5417         * converter.C (view): use boost::format
5418         (convert): ditto
5419         (move): ditto
5420         (scanLog): ditto
5421
5422         * bufferview_funcs.C (currentState): use boost::format
5423
5424         * bufferlist.C (emergencyWrite): use boost::format
5425
5426         * buffer.C (readLyXformat2): use boost::format
5427         (parseSingleLyXformat2Token): ditto
5428
5429         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5430
5431         * LaTeX.C (run): use boost::format
5432
5433         * Chktex.C (scanLogFile): use boost::format
5434
5435         * BufferView_pimpl.C (savePosition): use boost::format
5436         (restorePosition): ditto
5437         (MenuInsertLyXFile): ditto
5438
5439         * BoostFormat.h: help file for explicit instation.
5440
5441 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5442
5443         * tabular.C (latex): Support for block alignment in fixed width
5444         columns.
5445
5446 2002-11-17  John Levon  <levon@movementarian.org>
5447
5448         * BufferView_pimpl.C:
5449         * lyx_cb.C:
5450         * lyxfunc.C: split filedialog into open/save
5451
5452 2002-11-08  Juergen Vigna  <jug@sad.it>
5453
5454         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5455         by my last patch (hopefully).
5456
5457 2002-11-08  John Levon  <levon@movementarian.org>
5458
5459         * iterators.h:
5460         * iterators.C:
5461         * buffer.h:
5462         * buffer.C:
5463         * paragraph.h:
5464         * paragraph.C:
5465         * toc.h:
5466         * toc.C: ParConstIterator, and use it (from Lars)
5467
5468 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5469
5470         * lyxtextclass.[Ch]: revise and add doxygen comments
5471
5472 2002-11-07  John Levon  <levon@movementarian.org>
5473
5474         * text.C: fix progress value for spellchecker
5475
5476         * toc.C: fix navigate menu for insetwrap inside minipage
5477
5478         * paragraph_funcs.C: added FIXME for suspect code
5479
5480 2002-11-07  John Levon  <levon@movementarian.org>
5481
5482         * BufferView_pimpl.C: fix redrawing of insets
5483           on buffer switch
5484
5485 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5486
5487         * text2.C (updateCounters): fix bug 668
5488
5489 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5490
5491         * text3.C (dispatch): Do not make the buffer dirty when moving the
5492         cursor.
5493
5494 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5495
5496         * vc-backend.C: STRCONV
5497         (scanMaster): ditto
5498
5499         * text2.C (setCounter): STRCONV
5500
5501         * paragraph.C (asString): STRCONV
5502
5503         * lyxlength.C (asString): STRCONV
5504         (asLatexString): ditto
5505
5506         * lyxgluelength.C (asString): STRCONV
5507         (asLatexString): ditto
5508
5509         * lyxfunc.C (dispatch): STRCONV
5510         (open): ditto
5511
5512         * lyxfont.C (stateText): STRCONV
5513
5514         * importer.C (Import): STRCONV
5515
5516         * counters.C (labelItem): STRCONV
5517         (numberLabel): ditto
5518         (numberLabel): remove unused ostringstream o
5519
5520         * chset.C: STRCONV
5521         (loadFile): ditto
5522
5523         * bufferview_funcs.C (currentState): STRCONV
5524
5525         * buffer.C (readFile): STRCONV
5526         (asciiParagraph): ditto
5527         (makeLaTeXFile): ditto
5528
5529         * Spacing.C (writeEnvirBegin): STRCONV
5530
5531         * LaTeXFeatures.C (getLanguages): STRCONV
5532         (getPackages): ditto
5533         (getMacros): ditto
5534         (getBabelOptions): ditto
5535         (getTClassPreamble): ditto
5536         (getLyXSGMLEntities): ditto
5537         (getIncludedFiles): ditto
5538
5539         * LaTeX.C: STRCONV
5540         (run): ditto
5541         (scanAuxFile): ditto
5542         (deplog): ditto
5543
5544         * LString.h: add the STRCONV macros
5545
5546         * BufferView_pimpl.C (savePosition): STRCONV
5547         (restorePosition): ditto
5548         (MenuInsertLyXFile): ditto
5549
5550         * vc-backend.C (scanMaster): change from submatch[...] to
5551         submatch.str(...)
5552
5553         * funcrequest.C: include config.h
5554
5555         * factory.C: include config.h
5556
5557         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5558
5559         * box.C: include config.h
5560
5561         * LaTeX.C (scanAuxFile): change from submatch[...] to
5562         submatch.str(...)
5563         (deplog): ditto
5564
5565 2002-10-25  Angus Leeming  <leeming@lyx.org>
5566
5567         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5568
5569         * ispell.[Ch] (setError): new method.
5570         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5571         Use setError() insetead of goto END.
5572
5573         * lyx_cb.C (AutoSave): move out child process into new class
5574         AutoSaveBuffer.
5575
5576 2002-10-30  John Levon  <levon@movementarian.org>
5577
5578         * text3.C: make start appendix undoable
5579
5580 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5581
5582         * lyxlength.C (inPixels): Fix returned value.
5583
5584         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5585         environment.
5586
5587 2002-10-24  Angus Leeming  <leeming@lyx.org>
5588
5589         * lyxgluelength.h: no need to forward declare BufferParams
5590         or BufferView, so don't.
5591
5592 2002-10-21  John Levon  <levon@movementarian.org>
5593
5594         * BufferView.C: menuUndo ->undo, redo
5595
5596         * BufferView.h: document, remove dead, make some methods private
5597
5598         * paragraph_funcs.h:
5599         * paragraph_funcs.C:
5600         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5601
5602         * buffer.h:
5603         * buffer.C:
5604         * sgml.h:
5605         * sgml.C: move sgml open/close tag into sgml.C
5606
5607         * bufferview_funcs.h: unused prototype
5608
5609         * lyxfunc.h:
5610         * lyxfunc.C: remove unused
5611
5612         * lyxtext.h:
5613         * text.C: remove unused
5614
5615 2002-10-21  John Levon  <levon@movementarian.org>
5616
5617         * BufferView.h:
5618         * BufferView.C:
5619         * BufferView_pimpl.h:
5620         * BufferView_pimpl.C: fix mouse wheel handling based on
5621           patch from Darren Freeman
5622
5623 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5624
5625         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5626
5627 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5628
5629         * lyxlength.C (inPixels): Fix hanfling of negative length.
5630         Fix LyXLength::MU case.
5631
5632 2002-10-16  John Levon  <levon@movementarian.org>
5633
5634         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5635
5636 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5637
5638         * converter.C (view): add support for $$i (file name) and $$p
5639         (file path) for the viewer command. If $$i is not specified, then
5640         it is appended to the command (for compatibility with old syntax)
5641
5642 2002-10-14  Juergen Vigna  <jug@sad.it>
5643
5644         * undo_funcs.C (textHandleUndo): alter the order in which the
5645         new undopar is added to the LyXText, as we have to set first
5646         the right prev/next and then add it as otherwise the rebuild of
5647         LyXText is not correct. Also reset the cursor to the right paragraph,
5648         with this IMO we could remove the hack in "redoParagraphs()".
5649
5650 2002-10-09  Angus Leeming  <leeming@lyx.org>
5651
5652         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5653         to turn off an optimisation if a new inset is to be inserted.
5654
5655 2002-10-11 André Pönitz <poenitz@gmx.net>
5656
5657         * lyxtext.h: make some functions public to allow access
5658         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5659
5660 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5661
5662         * text3.C (dispatch): when changing layout, avoid an infinite loop
5663         [bug #652]
5664
5665 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5666
5667         * lyxrc.C (read): treat a viewer or converter command of "none" as
5668         if it were empty.
5669
5670         * MenuBackend.C (expandFormats): for an update, also allow the
5671         formats that are not viewable
5672
5673         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5674         script if it is newer than the lyxrc.defaults in user directory
5675
5676 2002-10-07 André Pönitz <poenitz@gmx.net>
5677
5678         * text.C: Vitaly Lipatov's small i18n fix
5679
5680 2002-09-25  Angus Leeming  <leeming@lyx.org>
5681
5682         * ispell.h: doxygen fix.
5683
5684 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5685
5686         * buffer.h (readFile): Add a new argument to the method, to allow
5687         reading of old-format templates.
5688
5689 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5690
5691         * toc.C (getTocList): Get TOC from InsetWrap.
5692
5693 2002-09-16  John Levon  <levon@movementarian.org>
5694
5695         * lyxfunc.C: check tabular for cut/copy too
5696
5697 2002-09-12  John Levon  <levon@movementarian.org>
5698
5699         * LyXAction.C: tidy
5700
5701         * factory.h:
5702         * factory.C: add header
5703
5704         * paragraph_funcs.h:
5705         * paragraph_funcs.C: cleanup
5706
5707 2002-09-11  John Levon  <levon@movementarian.org>
5708
5709         * PrinterParams.h: odd/even default to true
5710
5711 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
5712
5713         * PrinterParams.h: update printer parameters for new xforms dialog
5714
5715 2002-09-11  Angus Leeming  <leeming@lyx.org>
5716
5717         * lyxserver.C (read_ready): re-write to make it more transparent
5718         and to make it work in coherent fashion under Tru64 Unix.
5719
5720 2002-09-11  André Pönitz <poenitz@gmx.net>
5721
5722         * commandtags.h:
5723         * LyXAction.C:
5724         * text3.C: implement LFUN_WORDSEL
5725
5726 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
5727
5728         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
5729         make floatlist_ a boost::shared_ptr<FloatList>
5730
5731         * lyxtextclass.C: include FloatList.h
5732         (LyXTextClass): initialize floatlist_
5733         (TextClassTags): add TC_NOFLOAT
5734         (Read): match "nofloat" to TC_NOFLOAT and use it.
5735         (readFloat): modify call to floatlist_
5736         (floats): ditto
5737         (floats): ditto
5738
5739         * FloatList.[Ch] (FloatList): remove commented out float
5740         initialization.
5741         (erase): new function
5742
5743 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5744
5745         * MenuBackend.C (expandToc): fix crash when there is no document
5746         open
5747
5748 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
5749
5750         * many files: Add insetwrap.
5751
5752 2002-09-09  John Levon  <levon@movementarian.org>
5753
5754         * text2.C: remove confusing and awkward depth wraparound
5755
5756 2002-09-09  John Levon  <levon@movementarian.org>
5757
5758         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
5759
5760         * buffer.h:
5761         * buffer.C: remove getIncludeonlyList()
5762
5763         * paragraph.C:
5764         * lyxfunc.C: remove headers
5765
5766 2002-09-09  Juergen Vigna  <jug@sad.it>
5767
5768         * text.C (getColumnNearX): fix form Michael this is most
5769         probably a cut&paste bug.
5770
5771 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
5772
5773         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
5774
5775         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
5776         references, ws changes.
5777
5778         * text2.C (init): update counters after init
5779         (insertParagraph): no need to set counter on idividual paragraphs.
5780         (setCounter): access the counters object in the textclass object
5781         on in the buffer object.
5782         (updateCounters): ditto
5783
5784         * lyxtextclass.C: include counters.h, add variable ctrs_ as
5785         shared_ptr<Counters> to avoid loading counters.h in all
5786         compilation units.
5787         (LyXTextClass): initialize ctrs_
5788         (TextClassTags): add TC_COUNTER, and ...
5789         (Read): use it here.
5790         (CounterTags): new tags
5791         (readCounter): new function
5792         (counters): new funtion
5793         (defaultLayoutName): return a const reference
5794
5795         * counters.C (Counters): remove contructor
5796         (newCounter): remove a couple of unneeded statements.
5797         (newCounter): simplify a bit.
5798         (numberLabel): some small formatting changes.
5799
5800         * buffer.[Ch]: remove all traces of counters, move the Counters
5801         object to the LyXTextClass.
5802
5803 2002-09-06  Alain Castera  <castera@in2p3.fr>
5804
5805         * tabular.C: uses \tabularnewline; uses >{...} construct from array
5806         package to set the horizontal alignment on fixed width columns.
5807
5808         * lyx_sty.C:
5809         * lyx_sty.h: added tabularnewline macro def.
5810
5811         * LaTeXFeatures.C: added NeedTabularnewline macro feature
5812
5813 2002-09-06  John Levon  <levon@movementarian.org>
5814
5815         * LyXAction.C: tooltips for sub/superscript
5816
5817         * MenuBackend.C: a bit more verbose
5818
5819         * lyxfunc.C: tiny clean
5820
5821         * undo_funcs.C: document undo_frozen
5822
5823 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
5824
5825         * counters.C (Counters): add missing algorithm counter.
5826
5827         * text2.C (setCounter): lookup the counter with layouts latexname
5828         instead of by section number.
5829         (setCounter): use a hackish way to lookup the correct enum
5830         counter.
5831         a float name->type change
5832         reset enum couners with counter name directly instead of depth value.
5833
5834         * counters.C (Counters): remove the push_backs, change to use the
5835         float type not the float name.
5836         (labelItem): remove unused string, float name->type change
5837
5838         * counters.h: don't include vector, loose the enums and sects vectors
5839
5840 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5841
5842         * lyxtextclass.C (TextClassTags): add TC_FLOAT
5843         (Read): add float->TC_FLOAT to textclassTags
5844         (Read): and handle it in the switch
5845         (readFloat): new function
5846
5847         * FloatList.C (FloatList): comment out the hardcoded float
5848         definitions.
5849
5850         * lyxlayout.h: ws change.
5851
5852 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
5853
5854         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
5855
5856 2002-09-03  Angus Leeming  <leeming@lyx.org>
5857
5858         * BufferView_pimpl.h: qualified name is not allowed in member
5859         declaration: WorkArea & Pimpl::workarea() const;
5860
5861         * factory.C: added using std::endl directive.
5862
5863         * text3.C: added using std::find and std::vector directives.
5864
5865 2002-08-29  André Pönitz <poenitz@gmx.net>
5866
5867         * lyxtext.h:
5868         * text2.C: remove unused member number_of_rows
5869
5870         * Makefile.am:
5871         * BufferView2.C: remove file, move contents to...
5872         * BufferView.C: ... here
5873
5874         * BufferView_pimpl.C:
5875         * factory.C: move more inset creation to factory
5876
5877         * vspace.C: avoid direct usage of LyXText, ws changes
5878
5879         * BufferView.[Ch]:
5880                 don't provide direct access to WorkArea, use two simple
5881                 acessors haveSelction() and workHeight() instead
5882
5883
5884 2002-08-29  John Levon  <levon@movementarian.org>
5885
5886         * BufferView_pimpl.C (dispatch): do not continue when
5887           no buffer
5888
5889 2002-08-28  André Pönitz <poenitz@gmx.net>
5890
5891         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
5892
5893         * BufferView.h:
5894         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
5895
5896 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
5897
5898         * buffer.C: increment LYX_FORMAT to 221
5899
5900         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
5901         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
5902
5903         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
5904
5905         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
5906
5907 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5908
5909         * factory.C (createInset): use LyXTextClass::floats
5910
5911         * MenuBackend.C (expandFloatListInsert):
5912         (expandFloatInsert):
5913         (expandToc):
5914
5915         * text2.C (setCounter):
5916
5917         * LaTeXFeatures.C (useFloat):
5918         (getFloatDefinitions):
5919
5920         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
5921
5922         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
5923         floatlist_, with accessor floats().
5924
5925         * FloatList.h: remove global FloatList
5926
5927 2002-08-26  André Pönitz <poenitz@gmx.net>
5928
5929         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
5930
5931         * BufferView.h:
5932         * BufferView2.C:
5933         * BufferView_pimpl.C:
5934         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
5935
5936 2002-08-25  John Levon  <levon@movementarian.org>
5937
5938         * LyXAction.C: fix margin note description
5939
5940 2002-08-24  John Levon  <levon@movementarian.org>
5941
5942         * buffer.C:
5943         * bufferlist.C:
5944         * bufferview_funcs.C:
5945         * lyxfont.C:
5946         * undo_funcs.C: cleanups
5947
5948         * lyxfunc.C: disable CUT/COPY when no selection
5949
5950 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
5951
5952         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
5953         in "enum UNIT"; e.g. PTW for Percent of TextWidth
5954
5955         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
5956         Add backward compatibility to "mono", "gray" and "no".
5957
5958 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
5959
5960         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
5961         (and file_format >= 200).
5962
5963 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5964
5965         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
5966
5967 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5968
5969         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
5970
5971 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
5972
5973         * BufferView_pimpl.C:
5974         * LyXAction.C:
5975         * buffer.C:
5976         * commandtags.h:
5977         * lyxfunc.C:
5978         * paragraph.[Ch]:
5979         * text2.C:
5980         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
5981         inset and code to make it  work with the paragraph code. The inset
5982         can be anywhere in the paragraph, but will only do the expected
5983         thing in LaTeX if the layout file contains the parameter line
5984                         OptionalArgs    1
5985         (or more generally, a nonzero value) for that layout.
5986
5987 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
5988
5989         * paragraph.h: remove the declaration of undefined counters class
5990         function.
5991
5992 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
5993
5994         * text2.C (setCounter):  fixed enumeration mis-count as reported by
5995         Dr. Richard Hawkins.
5996
5997 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5998
5999         * paragraph_funcs.h: remove some unneeded includes
6000
6001         * text.C (backspace): pasteParagraph now in global scipe
6002
6003         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
6004         (pasteSelection): ditto
6005
6006         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
6007         * paragraph_funcs.C (pasteParagraph): ... here
6008
6009 2002-08-20  André Pönitz <poenitz@gmx.net>
6010
6011         * commandtags.h: new LFUNs for swapping/copying table row/colums
6012
6013         * LyXAction.C:
6014         * lyxfunc.C: support for new lfuns
6015
6016 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6017
6018         * tabular.C:
6019         * buffer.[Ch]: remove NO_COMPABILITY stuff
6020
6021 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6022
6023         * boost.C (throw_exception): new file, with helper function for
6024         boost compiled without exceptions.
6025
6026         * paragraph.h:
6027         * lyxlength.C:
6028         * buffer.C:
6029         * ParameterStruct.h:
6030         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
6031
6032         * bufferlist.C (emergencyWriteAll): use boost bind
6033
6034         * BufferView_pimpl.C (moveCursorUpdate): remove inline
6035
6036         * text.C: include paragraph_funcs.h
6037         (breakParagraph): breakParagraph is now in global scope
6038
6039         * paragraph_funcs.[Ch]: new files
6040
6041         * paragraph.C (breakParagraph,breakParagraphConservative): move to
6042         global scope
6043
6044         * buffer.C: include paragraph_funcs.h
6045         (insertStringAsLines): breakParagraph is now in global scope
6046
6047         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
6048         paragraph_funcs.C
6049
6050         * CutAndPaste.C: include paragraph_funcs.h
6051         (cutSelection): breakParagraphConservative is now in global scope
6052         (pasteSelection): ditto
6053
6054         * buffer.h: declare oprator== and operator!= for
6055         Buffer::inset_iterator
6056
6057         * bufferlist.C (emergencyWrite): don't use fmt(...)
6058
6059         * text3.C: add using std::endl
6060
6061         * BufferView.C (moveCursorUpdate): remove default arg
6062
6063 2002-08-20  André Pönitz <poenitz@gmx.net>
6064
6065         * buffer.[Ch]: move inline functions to .C
6066
6067         * BufferView2.C:
6068         * BufferView_pimpl.C:
6069         * text.C:
6070         * buffer.[Ch]: use improved inset_iterator
6071
6072         * buffer.C:
6073         * paragraph.[Ch]: write one paragraph at a time
6074
6075 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6076
6077         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6078         style if style is not specified.
6079
6080 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6081
6082         * text2.C (setCounter): when searching for right label for a
6083         caption, make sure to recurse to parent insets (so that a caption
6084         in a minipage in a figure float works) (bug #568)
6085
6086 2002-08-20  André Pönitz <poenitz@gmx.net>
6087
6088         * text3.C: new file for LyXText::dispatch() and helpers
6089
6090         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6091
6092         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6093
6094 2002-08-19  André Pönitz <poenitz@gmx.net>
6095
6096         * lyxtext.h:
6097         * text.C: new LyXText::dispatch()
6098
6099         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6100
6101 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6102
6103         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6104
6105         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6106         Hebrew text.
6107
6108 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6109
6110         * Makefile.am: use $(variables) instead of @substitutions@
6111
6112 2002-08-15  André Pönitz <poenitz@gmx.net>
6113
6114         * lyxfunc.C:
6115         * BufferView_pimpl.C: streamlining mathed <-> outer world
6116         interaction
6117
6118         * commandtags.h:
6119         * LyXAction.C: remove unused LFUN_MATH
6120
6121 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6122
6123         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6124
6125 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6126
6127         * paragraph.C (Paragraph): reformat a bit
6128         (cutIntoMinibuffer): use builtin InsetList function instad of
6129         doing it manually.
6130         (getInset): ditto
6131
6132         * buffer.C: include boost/bind.hpp, add using std::for_each
6133         (writeFileAscii): use ParagraphList iterators
6134         (validate): use for_each for validate traversal of paragraphs
6135         (getBibkeyList): use ParagraphList iterators
6136         (resizeInsets): use for_each to resizeInsetsLyXText for all
6137         paragraphs.
6138         (getParFromID): use ParagraphList iterators
6139
6140         * BufferView2.C (lockInset): use paragraph list and iterators
6141
6142 2002-08-14  John Levon  <levon@movementarian.org>
6143
6144         * lyxserver.C: remove spurious xforms include
6145
6146 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6147
6148         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6149
6150 2002-08-13  André Pönitz <poenitz@gmx.net>
6151
6152         * LyXAction.[Ch]:
6153         * lyxfunc.C: further cleaning
6154
6155 2002-08-13  André Pönitz <poenitz@gmx.net>
6156
6157         * funcrequest.h: new constructor
6158
6159         * funcrequest.C: move stuff here from .h
6160
6161         * Makefile.am:
6162         * BufferView_pimpl.C:
6163         * LyXAction.C:
6164         * toc.C:
6165         * lyxfunc.C: subsequent changes
6166
6167         * lyxfunc.h: new view() member function
6168
6169         * lyxfunc.C: subsequent changes
6170
6171 2002-08-13  Angus Leeming  <leeming@lyx.org>
6172
6173         * BufferView2.C:
6174         * BufferView_pimpl.C:
6175         * buffer.C:
6176         * converter.C:
6177         * importer.C:
6178         * lyxfunc.C:
6179         * lyxvc.C:
6180         * toc.C:
6181         * vc-backend.C:
6182         changes due to the changed LyXView interface that now returns references
6183         to member variables not pointers.
6184
6185 2002-08-13  Angus Leeming  <leeming@lyx.org>
6186
6187         * WordLangTuple (word, lang_code): return references to strings,
6188         not strings.
6189
6190         * BufferView.h:
6191         * SpellBase.h:
6192         * lyxtext.h: forward-declare WordLangTuple.
6193
6194         * BufferView2.C:
6195         * ispell.C:
6196         * pspell.C:
6197         * text.C: #include "WordLangTuple.h".
6198
6199         * lyxtext.h:
6200         * text.C: (selectNextWordToSpellcheck): constify return type.
6201
6202 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6203
6204         * buffer.C:
6205         * buffer.h:
6206         * lyxtext.h:
6207         * paragraph.C:
6208         * paragraph_pimpl.h:
6209         * text.C:
6210         * text2.C:
6211         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6212         suggested by Angus.
6213         Made updateCounter always count from start of buffer, and removed
6214         second argument (par).
6215         Reverted floats number display to '#'. Perhaps I'll try again when the
6216         code base is sanitized a bit.
6217
6218 2002-08-12  Angus Leeming  <leeming@lyx.org>
6219
6220         * buffer.[Ch] (getLabelList): constify.
6221
6222 2002-08-07  André Pönitz <poenitz@gmx.net>
6223
6224         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6225
6226         * funcrequest.h: extension to keep mouse (x,y) position
6227
6228 2002-08-12  Juergen Vigna  <jug@sad.it>
6229
6230         * BufferView2.C (insertErrors): forbid undo when inserting error
6231         insets.
6232
6233         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6234
6235 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6236
6237         * ParagraphList.[Ch]: new files
6238
6239         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6240
6241         * BufferView2.C (lockInset): ParagraphList changes
6242         * toc.C: ditto
6243         * text2.C: ditto
6244         * bufferlist.C: ditto
6245         * buffer.h: ditto
6246         * buffer.C: ditto
6247
6248 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6249
6250         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6251         unused class variable counter_,
6252
6253         * paragraph.[Ch] (getFirstCounter): delete unused function
6254
6255         * counters.C: include LAssert.h
6256         (reset): add a new function with no arg, change other version to
6257         not have def. arg and to not allow empty arg.
6258
6259         * text2.C (setCounter): remove empty arg from call to Counters::reset
6260
6261 2002-08-11  John Levon  <levon@movementarian.org>
6262
6263         * Makefile.am: add WordLangTuple.h
6264
6265 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6266
6267         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6268         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6269
6270         * insets/insettext.C: InsetList changes
6271
6272         * graphics/GraphicsSupport.C (operator()): InsetList changes
6273
6274         * toc.C (getTocList): InsetList changes
6275
6276         * paragraph_pimpl.[Ch]: InsetList changes
6277
6278         * paragraph.[Ch]: InsetList changes
6279
6280         * buffer.C (inset_iterator): InsetList changes
6281         (setParagraph): ditto
6282         * buffer.h (inset_iterator): ditto
6283         * iterators.C (operator++): ditto
6284         * iterators.h: ditto
6285
6286         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6287
6288         * InsetList.[Ch]: new files, most InsetList handling moved out of
6289         paragraph.C.
6290
6291         * BufferView2.C (removeAutoInsets): InsetList changes
6292         (lockInset): ditto
6293         (ChangeInsets): ditto
6294
6295 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6296
6297         * paragraph_pimpl.h (empty): new function
6298
6299         * paragraph.[Ch] (empty): new function
6300
6301         * other files: use the new Paragraph::empty function
6302
6303 2002-08-09  John Levon  <levon@movementarian.org>
6304
6305         * lyxtext.h: remove unused refresh_height
6306
6307 2002-08-09  John Levon  <levon@movementarian.org>
6308
6309         * Makefile.am:
6310         * sgml.h:
6311         * sgml.C:
6312         * buffer.C:
6313         * paragraph.h:
6314         * paragraph.C: move sgml char escaping out of paragraph
6315
6316         * paragraph.h:
6317         * paragraph.C: remove id setter
6318
6319         * buffer.C:
6320         * paragraph.C:
6321         * paragraph_pimpl.C: remove dead tex_code_break_column
6322
6323         * bufferview_funcs.C: small cleanup
6324
6325         * lyxfunc.C: remove dead proto
6326
6327         * lyxtext.h: make some stuff private. Remove some dead stuff.
6328
6329         * lyxgluelength.C: make as[LyX]String() readable
6330
6331 2002-08-08  John Levon  <levon@movementarian.org>
6332
6333         * LyXAction.h:
6334         * LyXAction.C:
6335         * MenuBackend.C:
6336         * ToolbarDefaults.C:
6337         * lyxfunc.C:
6338         * lyxrc.C:
6339         * toc.C: lyxaction cleanup
6340
6341 2002-08-08  John Levon  <levon@movementarian.org>
6342
6343         * BufferView2.C: small cleanup
6344
6345         * lyxfind.h:
6346         * lyxfind.C: move unnecessary header into the .C
6347
6348 2002-08-08  John Levon  <levon@movementarian.org>
6349
6350         * funcrequest.h: just tedious nonsense
6351
6352         * lyx_main.h:
6353         * lyx_main.C: cleanups
6354
6355         * buffer.C:
6356         * vspace.C: remove dead header lyx_main.h
6357
6358 2002-08-07  Angus Leeming  <leeming@lyx.org>
6359
6360         * Paragraph.[Ch]:
6361         * paragraph_pimpl.h:
6362         Forward declare class Counters in paragraph.h by moving the ctrs member
6363         variable into Paragraph::Pimpl.
6364         (counters): new method, returning a reference to pimpl_->ctrs.
6365
6366         * text2.C: ensuing changes.
6367
6368 2002-08-07  John Levon  <levon@movementarian.org>
6369
6370         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6371
6372         * BufferView_pimpl.C: announce X selection on double/triple
6373           click
6374
6375         * lyx_main.C: use correct bool in batch dispatch
6376
6377         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6378
6379 2002-08-07  André Pönitz <poenitz@gmx.net>
6380
6381         * funcrequest.h: new class to wrap a kb_action and its argument
6382
6383         * BufferView.[Ch]:
6384         * BufferView_pimpl[Ch]:
6385         * LaTeX.C:
6386         * LyXAction.[Ch]:
6387         * lyxfunc.[Ch]:
6388         * lyxrc.C: subsequent changes
6389
6390
6391 2002-08-07  John Levon  <levon@movementarian.org>
6392
6393         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6394           document options change.
6395
6396 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6397
6398         * counters.[Ch]
6399         * text2.C
6400         * paragraph.[Ch]
6401         * makefile.am: move counters functionality over from
6402         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6403
6404 2002-08-06  John Levon  <levon@movementarian.org>
6405
6406         * WordLangTuple.h: new file for word + language code tuple
6407
6408         * SpellBase.h:
6409         * pspell.h:
6410         * pspell.C:
6411         * ispell.h:
6412         * ispell.C:
6413         * lyxtext.h:
6414         * text.C:
6415         * text2.C:
6416         * BufferView.h:
6417         * BufferView2.C: use WordLangTuple
6418
6419         * layout.h:
6420         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6421
6422 2002-08-06  John Levon  <levon@movementarian.org>
6423
6424         * lyx_main.C: fix cmdline batch handling
6425
6426 2002-08-06  André Pönitz <poenitz@gmx.net>
6427
6428         * lyxrc.C: set default for show_banner to true
6429
6430 2002-08-06  John Levon  <levon@movementarian.org>
6431
6432         * pspell.C: fix a crash, and allow new aspell to work
6433
6434 2002-08-06  John Levon  <levon@movementarian.org>
6435
6436         * lyxfunc.C:
6437         * kbmap.C: small cleanup
6438
6439         * vspace.h:
6440         * vspace.C: add const
6441
6442 2002-08-05  John Levon  <levon@movementarian.org>
6443
6444         * LyXAction.C: back to tabular-insert
6445
6446 2002-08-04  John Levon  <levon@movementarian.org>
6447
6448         * BufferView.h:
6449         * BufferView.C: cosmetic change
6450
6451         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6452
6453         * bufferlist.C:
6454         * buffer.h:
6455         * buffer.C:
6456         * lyxcb.h:
6457         * lyxcb.C:
6458         * lyxserver.C:
6459         * lyxvc.C:
6460         * vc-backend.C:
6461         * BufferView2.C: purge all "Lyx" not "LyX" strings
6462
6463         * lyxcursor.h:
6464         * lyxcursor.C: attempt to add some documentation
6465
6466         * lyxfunc.C:
6467         * commandtags.h:
6468         * LyXAction.C:
6469         * ToolbarDefaults.C:
6470         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6471           merge with LFUN_TABULAR_INSERT
6472
6473         * Makefile.am:
6474         * SpellBase.h:
6475         * ispell.h:
6476         * ispell.C:
6477         * pspell.h:
6478         * pspell.C: split up i/pspell implementations into separate
6479           files, many cleanups
6480
6481         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6482
6483         * text2.C: some cleanup
6484
6485         * lyxfunc.C: don't check for isp_command == "none" any more, it
6486           didn't make any sense
6487
6488 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6489
6490         * counters.[Ch]
6491         * text2.C
6492         * paragraph.[Ch]
6493         * makefile.am: move counters functionality over
6494         from text2.C/paragraph.[Ch] to counters.[Ch], and
6495         make proper C++.
6496 2002-08-02  John Levon  <levon@movementarian.org>
6497
6498         * buffer.C: s/lyxconvert/lyx2lyx/
6499
6500 2002-08-02  Angus Leeming  <leeming@lyx.org>
6501
6502         * lyxlex.C: revert John's change as it breaks reading of the user
6503         preamble.
6504
6505 2002-08-02  Angus Leeming  <leeming@lyx.org>
6506
6507         * importer.C (Import):
6508         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6509         changes due to LyXView::view() now returning a boost::shared_ptr.
6510
6511 2002-08-02  John Levon  <levon@movementarian.org>
6512
6513         * lyxlex.C: small cleanup
6514
6515 2002-08-02  John Levon  <levon@movementarian.org>
6516
6517         * text2.C (status): small cleanup, no logic change
6518
6519 2002-08-01  John Levon  <levon@movementarian.org>
6520
6521         * buffer.h:
6522         * buffer.C (writeFile): don't output alerts, caller
6523           handles this
6524
6525         * bufferlist.C:
6526         * lyx_cb.C: from above
6527
6528         * lyxfunc.C: allow to open non-existent files
6529
6530 2002-07-31  John Levon  <levon@movementarian.org>
6531
6532         * lyxserver.C: don't let incidental errors get
6533           in the way (errno)
6534
6535 2002-07-30  John Levon  <levon@movementarian.org>
6536
6537         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6538
6539 2002-07-30  John Levon  <levon@movementarian.org>
6540
6541         * lyxserver.h:
6542         * lyxserver.C: remove I/O callback too
6543
6544 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6545
6546         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6547         log.
6548
6549 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6550
6551         * many files: strip,frontStrip -> trim,ltrim,rtrim
6552
6553 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6554
6555         * PrinterParams.h: remove extern containsOnly, and include
6556         support/lstrings.h instead.
6557
6558         * LaTeX.C (scanAuxFile): modify because of strip changes
6559         (deplog): ditto
6560         * buffer.C (makeLaTeXFile): ditto
6561         * bufferparams.C (writeFile): ditt
6562         * lyxfont.C (stateText): ditto
6563         * lyxserver.C (read_ready): ditto
6564         * vc-backend.C (scanMaster): ditto
6565
6566         * BufferView_pimpl.h: ws changes
6567
6568         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6569
6570 2002-07-26  André Pönitz <poenitz@gmx.net>
6571
6572         * kb_sequence.C: remove unnedred usings
6573
6574 2002-07-26  Juergen Vigna  <jug@sad.it>
6575
6576         * lyxfind.C (LyXReplace): we have to check better if the returned
6577         text is not of theLockingInset()->getLockingInset().
6578
6579 2002-07-25  Juergen Vigna  <jug@sad.it>
6580
6581         * lyxfind.C (LyXReplace): don't replace if we don't get the
6582         right LyXText.
6583
6584         * undo_funcs.C (createUndo): remove debugging code.
6585
6586 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6587
6588         * buffer.C (parseSingleLyXformat2Token): Use default placement
6589         when reading old floats.
6590
6591         * FloatList.C (FloatList): Change the default placement of figure
6592         and tables to "tbp".
6593
6594 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6595
6596         * MenuBackend.C: using std::max
6597
6598 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6599
6600         * MenuBackend.C (expandToc):
6601         (expandToc2): code moved from xforms menu frontend. It is now
6602         generic and TOCs are transparent to menu frontends.
6603
6604 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6605
6606         * toc.C (getTocList): protect against buf=0
6607
6608         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6609         Menu as first parameter. Now, this calls itself recursively to
6610         expand a whole tree (this will be useful for TOC handling)
6611         (expandFloatInsert): remove 'wide' version of floats
6612
6613         * MenuBackend.h (submenuname): returns the name of the submenu.
6614         (submenu): returns the submenu itself, provided it has been
6615         created by MenuBackend::expand
6616
6617 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6618
6619         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6620         insets which have noFontChange == true. (bug #172)
6621
6622 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6623
6624         * BufferView_pimpl.C: add connection objects and use them...
6625         (Pimpl): here.
6626
6627 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6628
6629         * MenuBackend.C (expandLastfiles):
6630         (expandDocuments):
6631         (expandFormats):
6632         (expandFloatListInsert):
6633         (expandFloatInsert):
6634         (expand): split expand in parts
6635
6636 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6637
6638         * lyx_gui.C: use lyx_gui::exit()
6639
6640 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6641
6642         * LyXAction.C: show the failing pseudo action
6643
6644 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6645
6646         * buffer.C (readFile): Run the lyxconvert script in order to read
6647         old files.
6648
6649 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6650
6651         * LyXAction.C:
6652         * commandtags.h:
6653         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6654
6655 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6656
6657         * LyXAction.C:
6658         * commandtags.h:
6659         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6660
6661 2002-07-22  Herbert Voss  <voss@lyx.org>
6662
6663         * lengthcommon.C:
6664         * lyxlength.[Ch]: add support for the vertical lengths
6665
6666 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6667
6668         * toc.[Ch]: std:: fixes
6669
6670 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6671
6672         * lyxrc.C: do not include lyx_main.h
6673
6674         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6675         for layouts
6676
6677         * lyxrc.C:
6678         * encoding.C:
6679         * bufferlist.C:
6680         * BufferView2.C: include "lyxlex.h"
6681
6682         * tabular.h:
6683         * bufferparams.h: do not #include "lyxlex.h"
6684
6685         * lyxtextclasslist.C (Add): remove method
6686         (classlist): renamed to classlist_
6687
6688         * paragraph_pimpl.C:
6689         * paragraph.C:
6690         * text2.C:
6691         * CutAndPaste.C:
6692         * bufferview_funcs.C:
6693         * bufferlist.C:
6694         * text.C:
6695         * LaTeXFeatures.C:
6696         * buffer.C:
6697         * toc.C (getTocList): use BufferParams::getLyXTextClass
6698
6699         * toc.C (getTocList): use InsetFloat::addToToc
6700
6701         * toc.[Ch]: new files, containing helper functions to handle table
6702         of contents
6703
6704         * lyxfunc.C (dispatch): no need to remove spaces around command
6705         given as a string
6706         (getStatus): handle LFUN_SEQUENCE by returning the status of the
6707         first command of the sequence; it is not very clever, but I do not
6708         have a better idea, actually
6709
6710         * LyXAction.C (LookupFunc): make sure to remove space at the
6711         beginning and end of the command
6712
6713 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6714
6715         * MenuBackend.C (getMenubar): new method: return the menubar of
6716         this menu set
6717         (read): treat differently reading of menu and menubar (in
6718         particular, the menubar has no name now)
6719         (Menu::menubar): remove
6720
6721         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
6722         saving is finished
6723
6724 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6725
6726         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
6727         a bibitem inset in a RTL paragraph.
6728
6729 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
6730
6731         * paragraph_pimpl.C: constify
6732
6733         * BufferView_pimpl.C:
6734         * LaTeX.C:
6735         * lyxfunc.C: fix dispatch in a nicer way
6736
6737 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6738
6739         * lyxfunc.C (dispatch):
6740         * BufferView_pimpl.C:
6741         * BufferView_pimpl.h:
6742         * BufferView.C:
6743         * BufferView.h: rename Dispatch() to dispatch()
6744
6745         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
6746
6747         * lyxlayout.C (Read): honor DependsOn tag
6748
6749         * lyxlayout.[Ch] (depends_on): new method
6750
6751         * version.C.in: update lyx_docversion
6752
6753         * LaTeXFeatures.C (getMacros): only define \LyX when needed
6754
6755         * paragraph.C (validate): remove from here...
6756         * paragraph_pimpl.C (validate): ... and move here
6757         (isTextAt): make it const
6758
6759         * buffer.C (getLists): ws cleanup
6760
6761 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
6762
6763         * language.C (read): Use iso8859-1 encoding in latex_lang
6764         (this prevents LyX from crashing when using iso10646-1 encoding).
6765
6766 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6767
6768         * text2.C (toggleInset): if cursor is inside an inset, close the
6769         inset and leave cursor _after_ it
6770
6771 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6772
6773         * lyxfunc.C: move minibuffer completion handling out of here
6774
6775 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
6776
6777         * BufferView_pimpl.C:
6778         * LaTeX.C: fix dispatch calls
6779
6780 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
6781
6782         * text.C (drawChars): Fix Arabic text rendering.
6783
6784 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
6785
6786         * LyXAction.C:
6787         * commandtags.h:
6788         * lyxfunc.C: remove message-push/pop
6789
6790         * lyxserver.C:
6791         * lyxfunc.h:
6792         * lyxfunc.C: rationalise some code by removing verboseDispatch
6793           in favour of a bool argument to dispatch()
6794
6795 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6796
6797         * lyx_main.C (init): make sure to read symlinks as absolute paths
6798
6799 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6800
6801         * lyxfunc.h:
6802         * lyxfunc.C: no need for commandshortcut to be a member
6803
6804 2002-07-15  André Pönitz <poenitz@gmx.net>
6805
6806         * converter.C: add support for $$s (scripts from lib/scripts dir)
6807         * lyx_main.C: white space
6808
6809 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6810
6811         * bufferlist.C:
6812         * lyxrc.h:
6813         * lyxrc.C: remove second exit confirmation
6814
6815 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
6816
6817         * BufferView.h:
6818         * BufferView.C:
6819         * BufferView2.C:
6820         * BufferView_pimpl.h:
6821         * BufferView_pimpl.C:
6822         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
6823
6824 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6825
6826         * MenuBackend.C (expand): add numeric shortcuts to document menu
6827
6828         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
6829
6830 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6831
6832         * lyxfont.C (setLyXFamily):
6833         (setLyXSeries):
6834         (setLyXShape):
6835         (setLyXSize):
6836         (setLyXMisc):
6837         (lyxRead):
6838         * debug.C (value):
6839         * buffer.C (asciiParagraph): use ascii_lowercase
6840
6841 2002-07-15  Mike Fabian  <mfabian@suse.de>
6842
6843         * lyxlex_pimpl.C (search_kw):
6844         * lyxlex.C (getLongString):
6845         * converter.h (operator<):
6846         * converter.C (operator<):
6847         * buffer.C (parseSingleLyXformat2Token):
6848         (asciiParagraph):
6849         * ToolbarDefaults.C (read):
6850         * MenuBackend.C (checkShortcuts):
6851         (read):
6852         * LColor.C (getFromGUIName):
6853         (getFromLyXName): use the compare_ascii_no_case instead of
6854         compare_no_case, because in turkish, 'i' is not the lowercase
6855         version of 'I', and thus turkish locale breaks parsing of tags.
6856
6857 2002-07-16  Angus Leeming  <leeming@lyx.org>
6858
6859         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
6860         now takes a Buffer const & argument.
6861
6862 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
6863
6864         * BufferView.C (resize): check there's a buffer to resize
6865
6866 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
6867
6868         * lyxfunc.C: remove dead code
6869
6870         * lyxserver.h:
6871         * lyxserver.C: use lyx_guii::set_read_callback
6872
6873 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
6874
6875         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
6876         an inset in a RTL paragraph.
6877
6878 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6879
6880         * lyxfunc.C: repaint after a font size update
6881
6882 2002-07-15  André Pönitz <poenitz@gmx.net>
6883
6884         * lyxlength.C: inBP should be able to return negative values
6885
6886 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6887
6888         * lyxfunc.C: use lyx_gui::update_fonts()
6889
6890 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
6891
6892         * lyxfunc.C: use lyx_gui::update_color()
6893
6894 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6895
6896         * bufferlist.C:
6897         * lyxfunc.h:
6898         * lyxfunc.C:
6899         * lyxrc.h:
6900         * lyxrc.C: remove file->new asks for name option, and let
6901           buffer-new take an argument
6902
6903 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
6904
6905         * BufferView_pimpl.C: remove unneeded extra repaint()
6906
6907 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
6908
6909         * LyXAction.C: allow command-sequence with NoBuffer
6910
6911         * lyxfunc.C: don't insist on trailing ';' for command-sequence
6912
6913 2002-07-10  Angus Leeming  <leeming@lyx.org>
6914
6915         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
6916
6917 2002-07-09  Angus Leeming  <leeming@lyx.org>
6918
6919         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
6920
6921 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6922
6923         * lengthcommon.h: whitespace
6924
6925         * lyxfunc.C: update scrollbar after goto paragraph
6926
6927         * lyxtext.h: factor out page break drawing, and fix it so
6928           page break/added space paints as selected nicely
6929
6930 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
6931
6932         * BufferView_pimpl.C: add FIXMEs, clean up a little
6933
6934 2002-07-09  André Pönitz <poenitz@gmx.net>
6935
6936         * lyxfont.[Ch]: support for wasy symbols
6937
6938 2002-07-08  André Pönitz <poenitz@gmx.net>
6939
6940         * BufferView_pimpl.C: apply John's patch for #93.
6941
6942 2002-07-05  Angus Leeming  <leeming@lyx.org>
6943
6944         * BufferView_pimpl.C (buffer): generate previews if desired.
6945
6946         * LColor.h: add "preview" to the color enum.
6947
6948         * LColor.C (LColor): add a corresponding entry to the items array.
6949
6950         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
6951         with this buffer.
6952
6953 2002-07-05  Angus Leeming  <leeming@lyx.org>
6954
6955         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
6956         The body of the code is now in the method that is passed an ostream &
6957         rather than a file name.
6958         Pass an additional only_preamble parameter, useful for the forthcoming
6959         preview stuff.
6960
6961 2002-07-03  André Pönitz <poenitz@gmx.net>
6962
6963         * lyxfunc.C: simplify getStatus() a bit for math stuff
6964
6965 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6966
6967         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
6968
6969 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6970
6971         * text.C (changeRegionCase): do not change case of all the
6972         document when region ends at paragraph end (bug #461)
6973
6974 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6975
6976         * paragraph.C (startTeXParParams):
6977         (endTeXParParams): add \protect when necessary
6978
6979 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6980
6981         * BufferView_pimpl.C (workAreaExpose): remove warning
6982
6983 2002-06-27  Angus Leeming  <leeming@lyx.org>
6984
6985         * Makefile.am: add lyxlayout_ptr_fwd.h.
6986
6987 2002-06-26  André Pönitz <poenitz@gmx.net>
6988
6989         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
6990
6991 2002-06-25  Angus Leeming  <leeming@lyx.org>
6992
6993         * lyxfunc.C (dispatch): Comment out the call to
6994         grfx::GCache::changeDisplay. The method no longer exists now that the
6995         pixmap generation part of the graphics loader has been moved into
6996         InsetGraphics.
6997
6998 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6999
7000         * text2.C: layout as layout
7001
7002         * text.C: layout as layout
7003
7004         * tabular.C (OldFormatRead): layout as layout
7005
7006         * paragraph_pimpl.C (TeXDeeper): layout as layout
7007         (realizeFont): layout as layout
7008
7009         * paragraph.C (writeFile): layout as layout
7010         (validate): layout as layout
7011         (getFont): layout as layout
7012         (getLabelFont): layout as layout
7013         (getLayoutFont): layout as layout
7014         (breakParagraph): layout as layout
7015         (stripLeadingSpaces): layout as layout
7016         (getEndLabel): layout as layout
7017         (getMaxDepthAfter): layout as layout
7018         (applyLayout): layout as layout
7019         (TeXOnePar): layout as layout
7020         (simpleTeXOnePar): layout as layout
7021         (TeXEnvironment): layout as layout
7022         (layout): layout as layout
7023         (layout): layout as layout
7024
7025         * lyxtextclass.C (compare_name): new functor to work with
7026         shared_ptr, layout as layout
7027         (Read): layout as layout
7028         (hasLayout): layout as layout
7029         (operator): layout as layout
7030         (delete_layout): layout as layout
7031         (defaultLayout): layout as layout
7032
7033         * lyxlayout_ptr_fwd.h: new file
7034
7035         * lyxlayout.C (Read): layout as layout
7036
7037         * lyx_cb.C (MenuInsertLabel): layout as layout
7038
7039         * bufferlist.C (newFile): layout as layout
7040
7041         * buffer.C (readLyXformat2): layout as layout
7042         (parseSingleLyXformat2Token): layout as layout
7043         (insertStringAsLines): layout as layout
7044         (asciiParagraph): layout as layout
7045         (latexParagraphs): layout as layout
7046         (makeLinuxDocFile): layout as layout
7047         (simpleLinuxDocOnePar): layout as layout
7048         (makeDocBookFile): layout as layout
7049         (simpleDocBookOnePar): layout as layout
7050         (getLists): layout as layout
7051
7052         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7053
7054         * CutAndPaste.C (cutSelection): layout as layout
7055         (pasteSelection): layout as layout
7056         (SwitchLayoutsBetweenClasses): layout as layout
7057
7058         * BufferView_pimpl.C (Dispatch): layout as layout
7059         (smartQuote): layout as layout
7060
7061         * BufferView2.C (unlockInset): layout as layout
7062
7063 2002-06-24  André Pönitz <poenitz@gmx.net>
7064
7065         * lyxfunc.C: fix #487
7066
7067 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7068
7069         * lyxrc.h:
7070         * lyxrc.C:
7071         * lyxfunc.C: remove display_shortcuts, show_banner
7072
7073 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7074
7075         * Buffer_pimpl.C: oops, update on resize
7076
7077 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7078
7079         * buffer.C:
7080         * converter.C:
7081         * exporter.C:
7082         * lyxfunc.C:
7083         * BufferView.h:
7084         * BufferView.C: use repaint()
7085
7086         * BufferView_pimpl.h:
7087         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7088           as it's a clearer description. Remove superfluous
7089           redraws.
7090
7091 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7092
7093         * text.C: fix bug 488. Not ideal, but getting
7094           getWord() to work properly for the insets that
7095           matter is more difficult ...
7096
7097 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7098
7099         * BufferView_pimpl.C:
7100         * LyXAction.C:
7101         * commandtags.h:
7102         * lyxfunc.C: remove the six million index lyxfuncs to just
7103           one, and DTRT (bug 458)
7104
7105 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7106
7107         * BufferView.h:
7108         * BufferView.C:
7109         * BufferView_pimpl.h:
7110         * BufferView_pimpl.C: clean up resize() stuff,
7111           and unnecessary updateScreen()s
7112
7113 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7114
7115         * BufferView.h:
7116         * BufferView.C:
7117         * BufferView_pimpl.h:
7118         * BufferView_pimpl.C:
7119         * lyxfind.h:
7120         * lyxfind.C:
7121         * minibuffer.C: remove focus management of workarea,
7122           not needed. Use screen's greyOut()
7123
7124 2002-06-17  Herbert Voss  <voss@lyx.org>
7125
7126         * converter.C: (convert) do not post a message, when converting
7127         fails, let the calling function decide what to do in this case
7128
7129 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7130
7131         * lyxfunc.C: tidy up a little
7132
7133 2002-06-16    <alstrup@diku.dk>
7134
7135         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7136         Got rid of FORMS_H_LOCATION include. Now we are
7137         GUII.
7138
7139 2002-06-15  LyX Development team  <lyx@rilke>
7140
7141         * buffer.[Ch] (sgmlOpenTag):
7142         (sgmlCloseTag): Added support for avoiding pernicious mixed
7143         content. Return number of lines written.
7144
7145         (makeLinuxDocFile):
7146         (makeDocBookFile): Fixed calls to sgml*Tag.
7147         Simple white space clean.
7148
7149         (simpleDocBookOnePar): Simple white space clean.
7150
7151         * tabular.[Ch] (docBook): Renamed to docbook and got another
7152         argument to related with the pernicious mixed content.
7153
7154         (docbookRow): Fixed calls for docbook inset method.
7155
7156 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7157
7158         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7159         so it's X11 independent.
7160
7161         * kb*.[Ch]: ditto.
7162
7163         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7164
7165 2002-06-15  Lyx Development team  <lyx@electronia>
7166
7167         * intl.h: Renamed getTrans to getTransManager.
7168
7169 2002-06-14  Angus Leeming  <leeming@lyx.org>
7170
7171         * Makefile.am: nuke forgotten stl_string_fwd.h.
7172
7173 2002-06-12  Angus Leeming  <leeming@lyx.org>
7174
7175         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7176
7177 2002-06-13  Angus Leeming  <leeming@lyx.org>
7178
7179         * LaTeX.C:
7180         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7181
7182 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7183
7184         * kbmap.C (getiso): add support for cyrillic and greek
7185
7186 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7187
7188         * BufferView.h:
7189         * BufferView.C:
7190         * BufferView_pimpl.h:
7191         * BufferView_pimpl.C: move bogus scrolling logic
7192           to xforms
7193
7194 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7195
7196         * lyxfunc.C:
7197         * BufferView_pimpl.C: view->resize() change
7198
7199 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7200
7201         * BufferView_pimpl.C: topCursorVisible
7202           prototype change
7203
7204 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7205
7206         * Makefile.am:
7207         * lyx_gui.h:
7208         * lyx_gui.C: move to frontends/
7209
7210         * main.C:
7211         * lyx_main.h:
7212         * lyx_main.C: changes from above
7213
7214 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7215
7216         * intl.C:
7217         * intl.h:
7218         * kbmap.C:
7219         * kbsequence.C:
7220         * lyx_cb.C:
7221         * lyx_main.C: minor tidy
7222
7223 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7224
7225         * BufferView_pimpl.h:
7226         * BufferView_pimpl.C:
7227         * BufferView.h:
7228         * BufferView.C: make painter() const,
7229           remove dead code
7230
7231         * BufferView2.C: use screen() accessor
7232
7233         * lyx_main.h:
7234         * lyx_main.C: some minor cleanup
7235
7236 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7237
7238         * BufferView_pimpl.h:
7239         * BufferView_pimpl.C: remove enter/leaveView,
7240           use workHeight()
7241
7242 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7243
7244         * BufferView.h:
7245         * BufferView.C:
7246         * BufferView2.C:
7247         * BufferView_pimpl.h:
7248         * BufferView_pimpl.C: only construct screen once,
7249           rename
7250
7251         * lyxrc.C: remove pointless comment
7252
7253 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7254
7255         * BufferView.h:
7256         * BufferView.C: remove active() and belowMouse()
7257
7258         * BufferView_pimpl.h:
7259         * BufferView_pimpl.C: use workarea() not workarea_,
7260           and make it use a scoped_ptr instead
7261
7262 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7263
7264         * lyx_gui.C: add debug message on BadWindow
7265
7266 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7267
7268         * sp_spell.C: fdopen is not part of the C++ standard.
7269
7270         * paragraph.C (InsetIterator): use >= instead of ==
7271
7272 2002-06-07  Angus Leeming  <leeming@lyx.org>
7273
7274         Fixes needed to compile with Compaq cxx 6.5.
7275         * BufferView_pimpl.C:
7276         * DepTable.C:
7277         * buffer.C:
7278         * converter.C:
7279         * encoding.C:
7280         * lyx_gui.C:
7281         * lyx_main.C:
7282         * lyxtextclasslist.C:
7283         * minibuffer.C:
7284         * sp_spell.C:
7285         * tabular_funcs.C:
7286         * vc-backend.C:
7287         all c-library variables have been moved into namespace std. Wrap
7288         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7289
7290         * lyxlength.C:
7291         * tabular-old.C:
7292         * tabular.C:
7293         Add a using std::abs declaration.
7294
7295         * kbmap.h (modifier_pair):
7296         * paragraph.h (InsetTable, InsetList):
7297         * lyxfont.h (FontBits):
7298         type definition made public.
7299
7300         * bufferlist.C (emergencyWriteAll): the compiler complains that
7301         there is more than one possible lyx::class_fun template to choose from.
7302         I re-named the void specialisation as lyx::void_class_fun.
7303
7304         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7305
7306         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7307         the compiler is is unable to find tostr in write_attribute.
7308
7309 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7310
7311         * buffer.C (sgmlError): hide #warning
7312
7313 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7314
7315         * xtl/*: get rid of xtl, which is not in use anyway
7316
7317         * LyXAction.C (init):
7318         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7319         were unimplemented xtl experimentation
7320
7321 2002-06-04  André Pönitz <poenitz@gmx.net>
7322
7323         * lyxfunc.C: disable array operation on simple formulae
7324
7325 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7326
7327         * converter.C: constify a bit
7328
7329 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7330
7331         * lyx_gui.C: check xforms version correctly
7332
7333 2002-04-30  Herbert Voss  <voss@lyx.org>
7334
7335         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7336         "keep" option
7337
7338 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7339
7340         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7341           attempt to register it with a VCS)
7342
7343 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7344
7345         * lyx_main.C (init): honor variables LYX_DIR_13x and
7346         LYX_USERDIR_13x
7347
7348 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7349
7350         * buffer.h:
7351         * buffer.C:
7352         * lyx_main.C: fix a crash on bad command line,
7353           and give a useful exit status on error
7354
7355         * lyxfunc.C (doImport): allow -i lyx to work
7356
7357 2002-03-30  André Pönitz <poenitz@gmx.net>
7358
7359         * lyxfunc.C: mathed font changes
7360
7361 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7362
7363         * LaTeX.C:
7364         * importer.h:
7365         * importer.C:
7366         * lyx_sty.h:
7367         * lyx_sty.C:
7368         * lyxlex.C:
7369         * lyxrow.h:
7370         * lyxtext.h:
7371         * paragraph.h:
7372         * paragraph.C:
7373         * texrow.h:
7374         * texrow.C:
7375         * text.C:
7376         * trans_mgr.h: srcdocs, and some minor cleanups
7377
7378 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7379
7380         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7381         call getFont all the time)
7382
7383 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7384
7385         * switch from SigC signals to boost::signals
7386
7387 2002-05-29  André Pönitz <poenitz@gmx.net>
7388
7389         * paragraph_pimpl.C (getChar): don't call size() too often...
7390
7391 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7392
7393         * paragraph_pimpl.C (insertChar): do not try to update tables when
7394         appending (pos == size())
7395
7396         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7397         in order to reduce drastically the number of comparisons needed to
7398         parse a large document
7399
7400 2002-05-29  André Pönitz <poenitz@gmx.net>
7401
7402         * text.C:
7403         * text2.C:
7404         * lyxtextclass.C:
7405         * sp_pspell.h:
7406         * textclasslist.[Ch]:
7407         * sp_ispell.h: whitespace change
7408
7409 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7410
7411         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7412         lyxaction directly now.
7413
7414 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7415
7416         * trans.C:
7417         * lyxfont.C:
7418         * lyxvc.C: remove unused headers
7419
7420 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7421
7422         * Makefile.am:
7423         * buffer.h:
7424         * undostack.h:
7425         * undostack.C:
7426         * undo_funcs.h:
7427         * undo_funcs.C: some cleanups. Use shared_ptr
7428           and a template for the undo stacks.
7429
7430 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7431
7432         * BufferView_pimpl.h:
7433         * BufferView_pimpl.C:
7434         * kbmap.h:
7435         * kbmap.C:
7436         * kbsequence.h:
7437         * kbsequence.C:
7438         * lyxfunc.h:
7439         * lyxfunc.C:
7440         * text2.C: use key_state/mouse_state
7441
7442 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7443
7444         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7445         and LSubstring
7446
7447         * chset.C: change include order
7448         (loadFile): use boost regex and get rid of LRegex and LSubstring
7449
7450         * Makefile.am (BOOST_LIBS): new variable
7451         (lyx_LDADD): use it
7452
7453         * LaTeX.C: change include order.
7454         (scanAuxFile): use boost regex and get rid of LRegex and
7455         LSubstring
7456         (deplog): ditto
7457
7458 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7459
7460         * ColorHandler.h:
7461         * ColorHandler.C:
7462         * FontInfo.h:
7463         * FontInfo.C: moved to frontends/xforms/
7464
7465         * FontLoader.h:
7466         * FontLoader.C: moved into frontends for GUIIzation
7467
7468         * Makefile.am:
7469         * lyx_gui.C:
7470         * lyxfont.C:
7471         * lyxfunc.C: changes from above
7472
7473 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7474
7475         * LColor.C: remove spurious X include
7476
7477         * BufferView_pimpl.C:
7478         * Makefile.am:
7479         * font.h:
7480         * font.C:
7481         * text.C:
7482         * text2.C: move font metrics to frontends/
7483
7484 2002-05-24  Juergen Vigna  <jug@sad.it>
7485
7486         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7487         setting the undo_cursor.
7488
7489         * ParagraphParameters.h: include local includes first.
7490
7491 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7492
7493         * BufferView_pimpl.C:
7494         * BufferView_pimpl.h:
7495         * Makefile.am:
7496         * WorkArea.h:
7497         * WorkArea.C:
7498         * screen.C: move WorkArea into frontends/
7499
7500         * lyxscreen.h:
7501         * screen.C:
7502         * text.C:
7503         * BufferView.C:
7504         * BufferView2.C: move LyXScreen into frontends/
7505
7506         * lyxlookup.h:
7507         * lyxlookup.C:
7508         * lyx_gui.C: move lyxlookup into frontends/xforms/
7509
7510 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7511
7512         * BufferView2.C:
7513         * BufferView_pimpl.C:
7514         * FontLoader.C:
7515         * LyXView.h:
7516         * LyXView.C:
7517         * Makefile.am:
7518         * WorkArea.C:
7519         * XFormsView.h:
7520         * XFormsView.C:
7521         * buffer.C:
7522         * bufferlist.C:
7523         * bufferview_funcs.C:
7524         * converter.C:
7525         * importer.C:
7526         * lyx_cb.C:
7527         * lyx_gui.C:
7528         * lyx_main.C:
7529         * lyx_find.C:
7530         * lyxfunc.C:
7531         * lyxvc.C:
7532         * minibuffer.C:
7533         * text.C:
7534         * text2.C:
7535         * trans.C:
7536         * vc-backend.C: move LyX/XFormsView into frontends/
7537
7538 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7539
7540         * Makefile.am:
7541         * PainterBase.C:
7542         * PainterBase.h:
7543         * Painter.C:
7544         * Painter.h:
7545         * WorkArea.C:
7546         * WorkArea.h:
7547         * screen.C:
7548         * tabular.C:
7549         * text.C:
7550         * text2.C: move Painter to frontends/
7551
7552 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7553
7554         * buffer.C: comment out some some code that depend upon lyx_format
7555         < 220
7556
7557         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7558         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7559
7560         * buffer.h (NO_COMPABILITY): turn off compability
7561
7562         * ColorHandler.C: include scoped_array.hpp
7563
7564         * font.C: Use more specific smart_ptr header.
7565         * Painter.C: ditto
7566         * gettext.C: ditto
7567         * ShareContainer.h: ditto
7568         * lyx_main.h: ditto
7569         * kbmap.h: ditto
7570         * FontInfo.h: ditto
7571         * BufferView_pimpl.h: ditto
7572         * ColorHandler.h: ditto
7573
7574         * kbmap.C (defkey): change call to shared_ptr::reset
7575
7576 2002-05-21  Juergen Vigna  <jug@sad.it>
7577
7578         * buffer.C (insertErtContents): fix to insert ert asis if it is
7579         non empty. Skip it completely if it contains only whitespaces.
7580
7581 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7582
7583         * BufferView_pimpl.C:
7584         * BufferView2.C: clear selection on paste (bug 393)
7585
7586 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7587
7588         * DepTable.C: include ctime
7589
7590 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7591
7592         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7593
7594 2002-05-14  Juergen Vigna  <jug@sad.it>
7595
7596         * text.C (breakParagraph): fixed function to honor the keepempty
7597         layout in the right maner and also to permit the right breaking
7598         algorithm on empty or non empyt keepempty paragraphs.
7599
7600         * paragraph.C (breakParagraph): we have to check also if the par
7601         is really empty (!size()) for isempty otherwise we do the wrong
7602         paragraph break.
7603
7604 2002-05-10  Juergen Vigna  <jug@sad.it>
7605
7606         * buffer.[Ch] : The following are only changes to the ert
7607         compatibility read reading old LaTeX layout and font stuff and
7608         convert it to ERTInsets.
7609
7610         * buffer.h: added isErtInset().
7611
7612         * buffer.C (struct ErtComp): add a fromlayout bool to check
7613         if we're inside a LaTeX layout.
7614         (isErtInset): new helper function.
7615         (insertErtContents): look for other ert insets before this one
7616         and insert the contents there, so that we don't have subsequent
7617         ERT insets with nothing between them. This way we create only one
7618         inset with multiple paragraphs. Also check if we don't insert only
7619         spaces ' ' as they are ignored anyway afterwards in the .tex file
7620         so if we have only spaces we will ignore this latex part in the
7621         new file.
7622         (parseSingleLyXformat2Token \\layout): better compatibility when
7623         reading layout-latex stuff.
7624         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7625         language tag.
7626         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7627         stuff after reading the inset only get the information back from
7628         the stack.
7629
7630 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7631
7632         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7633
7634         * LaTeXFeatures.C (getBabelOptions): New method.
7635
7636 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7637
7638         * BufferView_pimpl.C (Dispatch): work around missing argument for
7639         'layout'
7640
7641 2002-05-08  Juergen Vigna  <jug@sad.it>
7642
7643         * text.C (leftMargin): handle paragraph leftindent.
7644
7645         * paragraph.C (writeFile): write the new \\leftindent tag.
7646         (validate): handle leftindent code.
7647         (TeXEnvironment): handle paragraphleftindent code again.
7648
7649         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7650
7651         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7652         for paragrap_extra indent code and new token \\leftindent.
7653         (latexParagraphs): handle the leftindent as environment.
7654
7655         * ParameterStruct.h: added leftindent support.
7656
7657         * ParagraphParameters.C (leftIndent): added support functions for
7658         the paragraph left indent.
7659
7660         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7661         more appropriate.
7662
7663 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7664
7665         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7666         inside insetERT.
7667
7668         * text.C (computeBidiTables): No bidi in insetERT.
7669
7670         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7671         in RTL documents.
7672
7673 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7674
7675         * version.C.in: pre 5
7676
7677 2002-05-02  José Matos  <jamatos@fep.up.pt>
7678         * buffer.C (makeDocBookFile): white space changes, add newline to
7679         command styles.
7680         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7681
7682         * tabular.C (docBook): fix typo.
7683
7684 2002-05-03  Juergen Vigna  <jug@sad.it>
7685
7686         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7687         change in LyXText as we can not be sure it was not freed.
7688         (drawOneRow): remove unused code.
7689
7690         * text.C (drawInset): redo the calculation of the need_break_row as
7691         it could have a row which was already freed.
7692         (draw): look at the return value of drawInset and return false if
7693         it also returned false.
7694         (paintRowText): look at the return value of draw and return false if
7695         it also returned false.
7696
7697         * lyxtext.h: added bool return type to drawInset() and draw() so that
7698         if we have a change in the row so that the rowbreak has to be redone
7699         we abort drawing as it will be called again.
7700
7701 2002-05-02  Juergen Vigna  <jug@sad.it>
7702
7703         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
7704         a change in the maintext also if we're inside an inset.
7705         (Dispatch): set the cursor again after a break line and after the
7706         screen has been updated as it could be we're in a different row.
7707
7708         * text2.C (fixCursorAfterDelete): check to make sure we don't request
7709         to set the cursor behind the pargraph with > size().
7710         (setCursor): check also for the same paragraph when checking where
7711         to put the cursor if we have a NFR inset.
7712
7713         * buffer.C (parseSingleLyXformat2Token): move the compatibility
7714         parts of layout read further up as it still was in the wrong
7715         position.
7716
7717 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7718
7719         * screen.C (drawFromTo): change sine fullRebreak always return
7720         true.
7721
7722         * buffer.C (parseSingleLyXformat2Token): reindent some
7723
7724         * BufferView_pimpl.C (update): change since fullRebreak always
7725         return true.
7726         (Dispatch): git rid of the last hardcoded "Standard"s.
7727
7728 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7729
7730         * text2.[Ch] (fullRebreak): make it return void now that we always
7731         returned true.
7732
7733 2002-04-30  Juergen Vigna  <jug@sad.it>
7734
7735         * buffer.C (parseSingleLyXformat2Token): reset the font before the
7736         ert compatibility check for "latex" layout.
7737
7738 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
7739
7740         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
7741         minipages: use col% instead of p%, and also use the current font.
7742         (makeLaTeXFile): Fix use babel condition.
7743         (parseSingleLyXformat2Token): Correct font when reading old floats.
7744
7745 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
7746
7747         * BufferView_pimpl.C (Dispatch): Check that float type exists when
7748         inserting list of floats.
7749
7750 2002-04-25  Herbert Voss  <voss@lyx.org>
7751
7752         * MenuBackend.C (expand): don't add the graphics extensions to the
7753         export menu
7754
7755 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7756
7757         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
7758         non-existing layout, do not complain if it was the default layout
7759         of the original class (bug #342)
7760
7761 2002-04-24  Juergen Vigna  <jug@sad.it>
7762
7763         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
7764         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
7765
7766 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
7767
7768         * buffer.C (getBibkeyList): If using \bibliography, return the
7769         option field with the reference itself. Enables us to provide natbib
7770         support when using \bibliography.
7771
7772 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
7773
7774         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
7775
7776         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
7777         natbib is provided by the LaTeX class.
7778
7779 2002-04-23  Juergen Vigna  <jug@sad.it>
7780
7781         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
7782         Wakeup functions.
7783
7784         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
7785
7786 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7787
7788         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
7789
7790         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
7791         ensuremath around textordmasculine, textordfeminine and
7792         textdegree.
7793
7794 2002-04-19  Juergen Vigna  <jug@sad.it>
7795
7796         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
7797         reinitializing the buffer otherwise row-dimensions may be wrong.
7798         (update): reset also the selection cursors if they do exits otherwise
7799         their x/y positions may be wrong.
7800
7801         * text2.C (cursorDown): don't enter the inset if we came from a row
7802         above and are one row over the inset.
7803
7804         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
7805         really leaving an inset.
7806
7807 2002-04-18  Juergen Vigna  <jug@sad.it>
7808
7809         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
7810         of the selected paragraph does not have the selected layout also if
7811         the last one had!
7812
7813         * text2.C (setLayout): fixed bug which did not change last selected
7814         paragraph.
7815
7816         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
7817         changed the read and substituted \\end_float with \\end_inset!
7818
7819         * BufferView_pimpl.C (cursorPrevious):
7820         (cursorNext): fixed to make it work with rows heigher than the work
7821         area without moving the cursor only the draw of the row.
7822         (workAreaMotionNotify): fix jumping over high rows.
7823
7824 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7825
7826         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
7827         Ressler.
7828
7829 2002-04-16  Juergen Vigna  <jug@sad.it>
7830
7831         * text2.C (setCursor): set also the irow().
7832         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
7833         (cursorUp):
7834         (cursorDown): support for locking an inset if the x_fix value goes
7835         inside it. That way I can transverse insets too with cursor up/down.
7836
7837         * lyxrow.h: added irow helper function same as other (i) functions.
7838
7839         * BufferView_pimpl.C (cursorPrevious):
7840         (cursorNext): fixed for insets!
7841
7842 2002-04-15  Juergen Vigna  <jug@sad.it>
7843
7844         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
7845         position otherwise it is wrong in some cases.
7846
7847         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
7848         inside the inset before the call.
7849
7850 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
7851
7852         * buffer.[Ch] (getBibkeyList): make it const.
7853
7854 2002-04-12  Juergen Vigna  <jug@sad.it>
7855
7856         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
7857
7858         * text2.C (getCursorX): new helper function
7859         (setCursor): compute also ix_
7860         (setCursorFromCoordinates): set also ix.
7861
7862         * lyxcursor.h: added ix_ and helper functions.
7863
7864         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
7865
7866         * buffer.C (insertStringAsLines): dont break paragraph if the this
7867         paragraph is inside an inset which does not permit it!
7868
7869         * text.C (breakParagraph): honor keepempty flag and break the paragraph
7870         also with no chars on this paragraph.
7871         (paintRowText): only paint stuff if it's inside the workarea!
7872
7873         * paragraph.C (breakParagraph): honor keepempty flag and break the
7874         paragraph always below not above.
7875
7876         * BufferView2.C (unlockInset): update the paragraph layout on inset
7877         unlock as we changed paragraph in such a case.
7878
7879         * lyxfind.C (LyXFind): clear the former selection if not found!
7880
7881         * text2.C (insertInset): freeze Undo after setUndo so that it is not
7882         again called in insertChar().
7883
7884         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
7885         an inset which uses the whole row!
7886         (rightMargin): ditto.
7887         (insertChar): force a rebreak if we inserted an inset!
7888
7889 2002-03-28  Herbert Voss  <voss@lyx.org>
7890
7891         * lyxlength.[Ch]: add inBP() to get the right PS-point
7892         units (BigPoint). With inPixels we have rounding errors
7893
7894 2002-04-11  Juergen Vigna  <jug@sad.it>
7895
7896         * text2.C (setCursorFromCoordinates): set iy to the right value.
7897         (setCursor): add check if row->previous exists!
7898
7899         * buffer.C (parseSingleLyXformat2Token): reset font after read of
7900         an old float_type as this was the case in the old code!
7901
7902         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
7903
7904         * BufferView2.C (showLockedInsetCursor): use iy
7905         (fitLockedInsetCursor): ditto
7906
7907         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
7908         locked insets as there we have the right value now.
7909
7910         * lyxcursor.C: added iy_ variable and iy functions to set to the
7911         baseline of cursor-y of the locked inset.
7912
7913         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
7914         (setCursor): fixed for insets which need a full row.
7915
7916         * text.C (rowLastPrintable): don't ignore the last space when before
7917         an inset which needs a full row.
7918         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
7919         as last character of a row when before a inset which needs a full row.
7920
7921 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7922
7923         * version.C.in: update date
7924
7925         * text2.C (fullRebreak): try to always return true and see what
7926         happens...
7927
7928 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7929
7930         * MenuBackend.C (expand): use Floating::listName
7931
7932         * FloatList.C (FloatList): add listName argument to the built-in
7933         floats
7934
7935         * Floating.[Ch]: add listName member, which is the 'List of XXX'
7936         text associated with the float.
7937
7938 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7939
7940         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
7941
7942 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7943
7944         * ShareContainer.h: add a couple of missing typenames.
7945
7946 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
7947
7948         * lyxrc.C (getDescription): use _() correctly rather than N_().
7949
7950 2002-03-28  Herbert Voss  <voss@lyx.org>
7951
7952         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
7953         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
7954
7955 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7956
7957         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
7958         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
7959
7960 2002-03-29  Juergen Vigna  <jug@sad.it>
7961
7962         * lyxfunc.C (dispatch): add a missing fitCursor call.
7963
7964         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
7965         it was scrolled by a cursor move, so return the bool status.
7966
7967         * BufferView.C (fitCursor): return the bool flag also to the outside
7968         world as this is needed.
7969
7970         * screen.C (toggleToggle): don't subtract the offset if it's positive.
7971
7972         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
7973         call the edit() as it is not needed (and wrong) IMO.
7974         (workAreaButtonPress): set the screen_first variable before evt.
7975         unlock the inset as this may change screen_first and then we have
7976         a wrong y position for the click!
7977
7978 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7979
7980         * MenuBackend.C (expand): another translation that I missed
7981
7982 2002-03-28  Juergen Vigna  <jug@sad.it>
7983
7984         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
7985
7986         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
7987
7988 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7989
7990         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
7991
7992         * MenuBackend.C (expand): fix export/view/update when there is no
7993         document open.
7994
7995 2002-03-27  Herbert Voss  <voss@lyx.org>
7996
7997         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
7998         and text%
7999
8000 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8001
8002         * bufferview_funcs.C (currentState): only show paragraph number
8003         for is DEVEL_VERSION is set.
8004
8005         * lyxfunc.C (dispatch): put warning in INFO channel
8006
8007         * MenuBackend.C (expand): translate the name of floats
8008
8009         * FloatList.C (FloatList): mark the float names for translation
8010
8011         * converter.C (convert): use LibScriptSearch
8012
8013 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8014
8015         * MenuBackend.C (defaults): fix default menu (we might as well get
8016         rid of it...)
8017
8018 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8019
8020         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
8021         directory.
8022
8023 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8024
8025         * lyxvc.C: reorder includes.
8026
8027 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
8028
8029         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
8030           properly
8031
8032 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
8033
8034         * CutAndPaste.C: change layouts earlier on paste
8035           to avoid crashing when calling getFont()
8036
8037 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
8038
8039         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
8040         irritating #error.
8041
8042 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8043
8044         * WorkArea.C: remove 'Pending' debug message.
8045
8046         * most files: ws cleanup
8047
8048         * buffer.[Ch]: ws changes
8049
8050         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8051
8052 2002-03-21  Juergen Vigna  <jug@sad.it>
8053
8054         * tabular.C (SetMultiColumn): collapse also the contents of the
8055         cells and set the last border right. Added a Buffer const * param.
8056
8057 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8058
8059         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8060         linking or not.
8061
8062 2002-03-19  Juergen Vigna  <jug@sad.it>
8063
8064         * text2.C (clearSelection): reset also xsel_cache.
8065
8066         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8067         where it needs to be called (John tells us to do so too :)
8068         (selectionLost): reset sel_cache.
8069
8070         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8071
8072 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8073
8074         * text2.C (setCursorIntern): put debuging code in INSETS channel
8075
8076 2002-03-19  André Pönitz <poenitz@gmx.net>
8077
8078         * lyxfunc.C: tiny whitespace change
8079
8080 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8081
8082         * ToolbarDefaults.C (init):
8083         * LyXAction.C (init):
8084         * commandtags.h:
8085         * BufferView_pimpl.C (Dispatch):
8086         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8087
8088 2002-03-19  Allan Rae  <rae@lyx.org>
8089
8090         * exporter.C (Export): removeAutoInsets before doing anything else.
8091         While I've just introduced a dependency on BufferView this really is
8092         the best place to clean the buffer otherwise you need to cleanup in
8093         a dozen places before calling export or cleanup in a dozen functions
8094         that export calls.
8095
8096         * converter.C (runLaTeX):
8097         (scanLog): Better handling of removeAutoInsets and screen updates.
8098
8099         * lyxfunc.C (dispatch): small whitespace changes
8100
8101 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8102
8103         * WorkArea.C (C_WorkAreaEvent): return a value.
8104         (event_cb): return 1 if we handled the event, 0 otherwise.
8105
8106         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8107
8108 2002-03-18  Juergen Vigna  <jug@sad.it>
8109
8110         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8111         (GetAdditionalWidth): ditto.
8112         (RightLine): ditto.
8113         (LeftLine): ditto.
8114
8115         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8116         inset if we're there actually (probably not used right now but this
8117         is the direction to go for unifying code).
8118         (paste): disable code to clear the selection.
8119
8120         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8121         inside an InsetText and move the check further up as it is in the
8122         wrong place.
8123
8124         * text2.C (pasteSelection): set a selection over the pasted text.
8125
8126 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8127
8128         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8129         and libgraphics to build on Cygwin.
8130
8131 2002-03-15  Juergen Vigna  <jug@sad.it>
8132
8133         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8134         inserting an Inset into the paragraph. I know this is not the best
8135         fix but we already use current_view in CutAndPaste so we will remove
8136         all of it's using at the same time.
8137
8138         * buffer.C (sgmlError): deactivated function till it is rewritten in
8139         the right mode, now it can create problems.
8140
8141         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8142         before accessing it.
8143
8144 2002-03-14  Juergen Vigna  <jug@sad.it>
8145
8146         * undo_funcs.C (textHandleUndo): do the right thing when updating
8147         the inset after the undo/redo.
8148
8149         * text2.C (setCursor): just some testcode for #44 not ready yet.
8150
8151         * undo_funcs.C (textHandleUndo): set the next() and previous()
8152         pointers of the paragraph to 0 before deleting otherwise we have
8153         problems with the Paragraph::[destructor].
8154
8155         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8156         on a paragraph insertion.
8157
8158 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8159
8160         * buffer.C (asciiParagraph): use += operator for char append to
8161         string.
8162
8163         * paragraph.C (getFontSettings): compare >= not just >
8164         (highestFontInRange): ditto
8165         (setFont): ditto
8166
8167 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8168
8169         * paragraph.C: change several algorithm to be more appripriate for
8170         the problem domain. This is lookip in FontList and in the InsetList.
8171
8172 2002-03-13  André Pönitz <poenitz@gmx.net>
8173
8174         * commandtags.h:
8175         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8176
8177 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8178
8179         * commandtags.h:
8180         * LyXAction.C:
8181         * lyxfunc.C:
8182         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8183
8184 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8185
8186         * Painter.C (display): anon helper function, adjust code for this
8187         change.
8188         (pixmap): remove function.
8189
8190         * Painter.h: remove private display variable.
8191
8192         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8193
8194 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8195
8196         * WorkArea.[Ch]: remove figinset_canvas cruft.
8197
8198 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8199
8200         * lyxtextclass.C (operator): add one item cache optimization.
8201
8202         * bufferlist.h: doxy changes
8203
8204         * bufferlist.C: ws changes
8205
8206         * DepTable.[Ch] (ext_exist): place const in the right spot.
8207
8208         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8209         call resizeInsets.
8210         (workAreaExpose): call resizeInsets when the with BufferView changes.
8211         (Dispatch): adjust for protectedBlank removal
8212         (specialChar): call updateInset if the insert went ok.
8213
8214         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8215         specialChar instead.
8216
8217         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8218
8219         * BufferView.h: doxy change
8220
8221         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8222
8223         * lyxtextclass.C (operator[]): remove non-const version
8224         (defaultLayout): remove non-const version
8225
8226 2002-03-12  Juergen Vigna  <jug@sad.it>
8227
8228         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8229         did resize the LyXText too.
8230
8231         * buffer.C (readLyXformat2): set layout information on newly allocated
8232         paragraphs.
8233
8234         * tabular.C (OldFormatRead): set layout information on the paragraph.
8235
8236 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8237
8238         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8239
8240 2002-03-11  Juergen Vigna  <jug@sad.it>
8241
8242         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8243         plainly wrong.
8244         (resizeCurrentBuffer): force also the insets to resize themselfes.
8245         (moveCursorUpdate): fixed up for InsetText.
8246
8247 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8248
8249         * commandtags.h:
8250         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8251         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8252         value of Dialogs::tooltipsEnabled().
8253         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8254
8255 2002-03-08  Juergen Vigna  <jug@sad.it>
8256
8257         * BufferView_pimpl.C (updateInset): update inset inside inset also
8258         if it isn't inside theLockingInset().
8259
8260 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8261
8262         * buffer.C (asciiParagraph): redo some of the word and line length
8263         handling.
8264         (getLists): look for Caption instead of caption.
8265
8266 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8267
8268         * buffer.C (Buffer): initialize niceFile to true
8269         (makeLaTeXFile):
8270         (makeLinuxDocFile):
8271         (makeDocBookFile): make sure niceFile is true on exit
8272
8273 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8274
8275         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8276
8277 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8278
8279         * LyXSendto.C: remove.
8280         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8281         * lyx_gui.C: remove now-redundant comment.
8282         * ColorHandler.h: remove forward declaration of class WorkArea.
8283         * lyxfunc.C: remove #include "WorkArea.h".
8284
8285 2002-03-07  Juergen Vigna  <jug@sad.it>
8286
8287         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8288         got moved away with the DEPM and also set the inset_owner always
8289         right which before could have been omitted.
8290
8291 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8292
8293         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8294         wanted layout is not found.
8295
8296 2002-03-07  Juergen Vigna  <jug@sad.it>
8297
8298         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8299
8300 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8301
8302         * paragraph.C (breakParagraph): use default layout not layout of
8303         prev paragraph.
8304         (Paragraph): clear ParagraphParameters.
8305
8306 2002-03-06  Juergen Vigna  <jug@sad.it>
8307
8308         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8309         otherwise it would not be a valid lenght. Fixed a special case in
8310         the minipage compatibility read where we end the document with a
8311         minipage.
8312
8313         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8314         was set as it could be 0 for InsetTexts first entry.
8315
8316 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8317
8318         * paragraph.C (writeFile): if layout is empty write out
8319         defaultLayoutName().
8320
8321         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8322         file without named layout we set layout to defaultLayoutName().
8323
8324 2002-03-06  Juergen Vigna  <jug@sad.it>
8325
8326         * CutAndPaste.C (copySelection): set layout for new paragraph.
8327
8328         * text.C (prepareToPrint): leave ERT inset left aligned
8329         (leftMargin): don't indent paragraphs inside ERT insets
8330
8331 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8332
8333         * paragraph.C (breakParagraph): dont call clear do the work manually
8334
8335         * paragraph.[Ch] (clear): remove function
8336
8337 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8338
8339         * paragraph.C (Paragraph): dont call clear, the work has already
8340         been done.
8341
8342         * lyxtextclass.C (operator): assert if n is empty
8343
8344         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8345         work manually instead.
8346
8347 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8348
8349         * BufferView_pimpl.C: protect selectionLost against text == 0
8350
8351 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8352
8353         * text.C (breakParagraph): fix a setting layout to '0' problem.
8354
8355 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8356
8357         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8358         final location of file, for the included files, and graphics.
8359
8360 2002-03-05  Juergen Vigna  <jug@sad.it>
8361
8362         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8363
8364 2002-03-04  Juergen Vigna  <jug@sad.it>
8365
8366         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8367
8368         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8369         last column of multicolumn cells.
8370         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8371
8372 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8373
8374         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8375         file if it doesn't go to a temporary file.
8376
8377         * buffer.C (sgmlOpenTag):
8378         (sgmlCloseTag):  remove extra newline insertion.
8379
8380 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8381
8382         * text.C (getRowNearY): comment out debug msg
8383
8384 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8385
8386         * text2.C: first -> first_y
8387
8388         * text.C (getRowNearY): add some attemts at a possible
8389         optimization, not working.
8390
8391         * tabular.[Ch]: add BufferParams to several function so that newly
8392         created paragraph can be initialized to he default layotu for the
8393         buffers textclass.
8394
8395         * tabular-old.C (ReadOld): add buf->params to call of Init
8396
8397         * screen.C: rename text->first to text->first_y
8398
8399         * paragraph.C (breakParagraph): always set layout in the broken
8400         paragraph
8401
8402         * lyxtextclass.C (Read): remove lowercase
8403         (hasLayout): ditto
8404         (operator): ditto
8405         (delete_layout): ditto
8406
8407         * lyxtext.h: rename first -> first_y
8408
8409         * lyxlayout.C (Read): remove lowercase
8410         (name): ditto
8411         (setName): ditto
8412         (obsoleted_by): ditto
8413
8414         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8415
8416         * buffer.C (insertErtContents): add params are to InsetERT
8417         (parseSingleLyXformat2Token): add code to check if a paragraphs
8418         layout really exist.
8419         (parseSingleLyXformat2Token): add params to several inset
8420         constructors
8421         (asciiParagraph): remove lowercase, do the layout comparisons with
8422         no_case
8423
8424         * BufferView_pimpl.C (cursorNext): first -> first_y
8425         (resizeCurrentBuffer): first -> first_y
8426         (updateScrollbar): first -> first_y
8427         (scrollCB): first -> first_y
8428         (workAreaMotionNotify): first -> first_y
8429         (workAreaButtonPress): first -> first_y
8430         (checkInsetHit): first -> first_y
8431         (cursorPrevious): first -> first_y
8432         (cursorNext): first -> first_y
8433         (Dispatch): add buffer_->params to severl inset contructors
8434
8435 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8436
8437         * lyxlayout.C (Read): remove some debug info that I forgot.
8438
8439         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8440         clean up the code slightly.
8441         (makeLinuxDocFile): ditto
8442         (makeDocBookFile): ditto
8443
8444         * text2.C: layout as string
8445
8446         * text.C: layout as string
8447
8448         * paragraph_pimpl.C: layout as string
8449
8450         * paragraph.[Ch]: layout as string
8451
8452         * lyxtextclasslist.[Ch]: layout as string
8453
8454         * lyxtextclass.[Ch]: layout as string
8455
8456         * lyxtext.h: layout as string
8457
8458         * lyxlayout.[Ch]: layout as string
8459
8460         * lyx_cb.C: layout as string
8461
8462         * bufferview_funcs.C: layout as string
8463
8464         * bufferparams.C: layout as string
8465
8466         * buffer.C: layout as string
8467
8468         * LyXView.[Ch]: layout as string
8469
8470         * LaTeXFeatures.[Ch]: layout as string
8471
8472         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8473
8474         * BufferView_pimpl.C: change current_layout to string, remove
8475         lyx::layout_type.
8476         (Dispatch):
8477         (smartQuote):
8478         (insertInset):
8479         (workAreaButtonRelease): layout as string
8480
8481         * BufferView2.C (unlockInset): adjust
8482
8483         * vspace.C (asLatexCommand): use an explict temp variable.
8484
8485 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8486
8487         * Makefile.am: use FRONTEND_*
8488
8489 2002-03-01  Juergen Vigna  <jug@sad.it>
8490
8491         * tabular.C (SetWidthOfMulticolCell): changed to something better
8492         I hope but still work in progress.
8493         (recalculateMulticolumnsOfColumn): renamed function from
8494         recalculateMulticolCells as it is more appropriate now.
8495         (SetWidthOfCell): calculate multicols better.
8496
8497 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8498
8499         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8500
8501         * lyxfunc.C (processKeySym): print sequence also if it is
8502         `deleted' (complete)
8503
8504         * kbsequence.C (print): print sequence even if it is deleted
8505         (complete would be a better word, actually).
8506
8507         * lyxfunc.C (dispatch): print complete options after a prefix key
8508
8509         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8510
8511 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8512
8513         * text2.C (setCharFont): eliminate setCharFont code duplication.
8514
8515 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8516
8517         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8518         LFUN_TABULAR_FEATURE (bug #177)
8519
8520 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8521
8522         * Makefile.am: remove figure.h
8523
8524 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8525
8526         * Bufferview_pimpl.C:
8527         * CutAndPasteC:
8528         * LaTeX.C:
8529         * LyXSendto.C:
8530         * buffer.C:
8531         * bufferlist.C:
8532         * converter.C:
8533         * language.C:
8534         * lyxfunc.C:
8535         * lyxvc.C:
8536         * paragraph.C:
8537         * text.C:
8538         * text2.C: remove #include "lyx_gui_misc.h".
8539
8540         * LaTeX.C: added #include <cstdio>
8541
8542 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8543
8544         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8545         that the paragraph following this one can have.
8546
8547         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8548
8549         * vspace.C (asLatexCommand): fix bogus gcc warning
8550
8551         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8552
8553 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8554
8555         * text2.C (setLayout): get rid of redundant code
8556
8557 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8558
8559         * text2.C (incDepth): make sure depth cannot be increased beyond
8560         reasonable values.
8561
8562 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8563
8564         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8565         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8566
8567         * PainterBase.h (image):
8568         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8569         a LyXImage const *.
8570
8571 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8572
8573         * BufferView.C:
8574         * BufferView.h:
8575         * BufferView_pimpl.C:
8576         * BufferView_pimpl.h:
8577         * LaTeXFeatures.C:
8578         * LyXAction.C:
8579         * LyXView.C:
8580         * Makefile.am:
8581         * UpdateList.h:
8582         * UpdateList.C:
8583         * buffer.C:
8584         * figure.h:
8585         * figureForm.C:
8586         * figureForm.h:
8587         * figure_form.C:
8588         * figure_form.h:
8589         * lyx_cb.C:
8590         * lyx_gui.C:
8591         * lyx_gui_misc.C:
8592         * lyxfunc.C:
8593         * sp_base.h:
8594         * sp_ispell.h:
8595         * sp_pspell.h:
8596         * sp_spell.C: remove fig inset, and the crap house of
8597           cards that follows it
8598
8599 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8600
8601         * Makefile.am:
8602         * lyxserver.C:
8603         * os2_defines.h:
8604         * os2_errortable.h:
8605         * nt_defines.h: move .h into support/
8606
8607         * vms_defines.h: remove
8608
8609         * WorkArea.C: add space in debug output
8610
8611         * text2.C:
8612         * paragraph.C:
8613         * buffer.C: add WITH_WARNINGS
8614
8615         * vc-backend.h:
8616         * vc-backend.C:
8617         * bufferlist.C: s/retrive/retrieve/, add docs
8618
8619         * vspace.h:
8620         * vspace.C:
8621         * kbmap.h:
8622         * lyxlength.h:
8623         * lyxgluelength.h:
8624         * length_common.h:
8625         * chset.h:
8626         * chset.C: add docs
8627
8628         * lyxgui.C: add ID to X error handler
8629
8630         * lyxtestclass.c: fix typo
8631
8632 2002-02-26  Juergen Vigna  <jug@sad.it>
8633
8634         * tabular_funcs.C (write_attribute): changed so that some default
8635         attributes are not written at all.
8636         (getTokenValue): set default values before trying to read the
8637         value so we have the return value always set as default if we don't
8638         find the token we search for.
8639
8640         * tabular.C (Write): write bools as bools not as strings!
8641
8642 2002-02-22  Juergen Vigna  <jug@sad.it>
8643
8644         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8645         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8646
8647         * text.C (leftMargin): don't add an indent for paragraphs inside
8648         tabular cells (fix #208).
8649
8650 2002-02-21  José Matos  <jamatos@fep.up.pt>
8651
8652         * tabular.C (docBook): fixed support for long tables.
8653
8654 2002-02-20  Juergen Vigna  <jug@sad.it>
8655
8656         * text2.C (getFont): get the drawing font of the Inset if this
8657         paragraph is inside an inset (only important for InsetERT for now).
8658
8659         * buffer.C (insertErtContents): use new lanugage params in ERT
8660         constructor.
8661
8662         * CutAndPaste.C: commenting out seemingly uneeded code.
8663
8664 2002-02-19  Allan Rae  <rae@lyx.org>
8665
8666         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8667         Iterators might be simple to use but they also get invalidated.
8668         (removeAutoInsets): renamed saved cursor tracking variables and added
8669         some comments to clarify what everything does.
8670
8671 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8672
8673         * Chktex.C:
8674         * LaTeX.C:
8675         * LyXSendto.C:
8676         * converter.C:
8677         * lyx_cb.C:
8678         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8679         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8680
8681         * lyxfunc.C:
8682         * vc-backend.h: remove #include "support/syscall.h"
8683
8684         * LaTeX.C:
8685         * LyXSendto.C:
8686         * converter.C: rearrange #includes in Lars' approved fashion.
8687
8688         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8689         forward declare class Timeout in the header file.
8690
8691         * XFormsView.C: changes due to the above.
8692
8693         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8694         similar to LyXView.
8695
8696         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
8697         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
8698
8699 2002-02-18  José Matos  <jamatos@fep.up.pt>
8700
8701         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
8702         insets contents.
8703
8704 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
8705
8706         * a lot of small ws changes
8707         * add a lot of using std::XXX
8708         * use std construcs some places where approp.
8709         * use some exisint stuff from lyxfunctional where approp.
8710         * Make file changes to use partial linking (lets test this now...)
8711
8712 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8713
8714         * Chktex.C:
8715         * buffer.C:
8716         remove #include "support/syscontr.h" as it's redundant. Always has been.
8717
8718         * Chktex.C:
8719         * LaTeX.C:
8720         * LyXSendto.C:
8721         * converter.C:
8722         * lyx_cb.C:
8723         * vc-backend.C:
8724         change Systemcalls::System to Systemcalls::Wait and
8725         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
8726         No change of functionality, just reflects the stripped down Systemcalls
8727         class.
8728
8729 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
8730
8731         * debug.[Ch]: add a GRAPHICS type to the enum.
8732
8733 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8734
8735         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
8736
8737         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
8738         there is an inset.
8739
8740 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8741
8742         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
8743         match the changes below.
8744
8745         * text2.C (toggleInset): if there is not editable inset at cursor
8746         position, try to see if cursor is _inside_ a collapsable inset
8747         and close it.
8748
8749 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8750
8751         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
8752         document menu has a nice checkbox
8753
8754 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8755
8756         * lyxlength.C (asLatexString): change PW to output as percent of
8757         \textwidth.
8758
8759         * lengthcommon.C: change '%' to 't%'
8760
8761         * lyxfunc.C (dispatch): a few comments from Martin
8762
8763 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
8764
8765         * WorkArea.h:
8766         * WorkArea.C:
8767         * BufferView_pimpl.h:
8768         * BufferView_pimpl.C: clear our selection when X tells us we've lost
8769           the X selection.
8770
8771 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8772
8773         * vspace.C (inPixels): fix compiler warning
8774
8775 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8776
8777         * lyxfunc.C (getStatus): fix status message for disabled commands.
8778
8779 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
8780
8781         * BufferView_pimpl.C: fix crash on close buffer
8782         during selection (#227)
8783
8784 2002-01-27  Herbert Voss  <voss@lyx.org>
8785
8786         * buffer.C: link old Figure to new graphic inset
8787
8788 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
8789
8790         * FontLoader.C (getFontinfo): Change the latex font names in order
8791         to match the names of type1inst.
8792
8793 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8794
8795         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
8796
8797         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
8798         (extchanged): ditto
8799         (ext_exist): ditto
8800         (remove_files_with_extension): ditto
8801         (remove_file): ditto
8802         (write): ditto
8803
8804         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
8805         document is smaller than the work area height. Do not initialize
8806         static variables to 0.
8807
8808 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8809
8810         * lyx_gui.C (init): give the toolbar tooltips a normal font.
8811
8812         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
8813         LFUN_LAYOUT_PARAGRAPHS.
8814
8815         * tabular.C (GetCellFromInset): new method. Finds an inset in a
8816         tabular. It is possible to provide a possible cell, which will
8817         typically be the actcell from the corresponding insettabular
8818
8819         * lyxfunc.C (getStatus): small cleanup; disable
8820         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
8821         true
8822
8823 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8824
8825         * tabular.C (Validate): remove broken optimization (fixes bug #201)
8826
8827         * paragraph.C (startTeXParParams):
8828         (endTeXParParams): new methods. The LaTeX code to
8829         start/end paragraph formatting
8830         (simpleTeXOnePar): call startTeXParParams also when paragraph is
8831         empty (fixes bug #200)
8832
8833         * vspace.C (inPixels): adapt to the change below
8834         (inPixels): [later] more cleanups (remove unused variables)
8835
8836         * lyxlength.C (inPixels): change to use a width and a height as
8837         parameter.
8838
8839 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8840
8841         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
8842         Replaced with \paperwidth
8843
8844         * DepTable.C (insert): add std:: qualifier
8845
8846 2002-01-18  Allan Rae  <rae@lyx.org>
8847
8848         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
8849         updated also?
8850
8851         * text.C (drawInset): Turned out I didn't know enough about how
8852         rebreaking worked.  This fixes most of the redraw problems.  I see
8853         an occasional cursor trail when a line is broken now and the cursor
8854         placement can seem out by a few pixels also after a rebreak.
8855
8856 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8857
8858         * buffer.C (parseSingleLyXformat2Token): update because minipage
8859         width is now a LyXLength
8860
8861         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
8862
8863         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
8864         math insets
8865
8866 2002-01-17  Juergen Vigna  <jug@sad.it>
8867
8868         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
8869
8870         * BufferView2.C (lockInset): call edit() so that theLockingInset()
8871         is set correctly and the inset is updated correctly.
8872
8873 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8874
8875         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
8876         the beginning of the loop.
8877
8878 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
8879
8880         * lyxrc.C: improve help for use_scalable_fonts
8881
8882 2002-01-17  Allan Rae  <rae@lyx.org>
8883
8884         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
8885
8886 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8887
8888         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
8889         make sure to set their inset_owner to the right value (bug #171)
8890
8891 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
8892
8893         * DepTable.h
8894         * DepTable.C: Implement mtime checking to reduce time spent doing
8895         CRCs.
8896
8897 2002-01-16  Juergen Vigna  <jug@sad.it>
8898
8899         * tabular.C (GetAdditionalHeight): one of error fixed.
8900
8901         * lyxrc.C (output): small fix in writing use_pspell.
8902
8903 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
8904
8905         * sp_base.h: #include LString.h
8906
8907 2002-01-16  Allan Rae  <rae@lyx.org>
8908
8909         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
8910         Can someone check this please?
8911
8912         * text.C (drawInset): It was possible that p.row would be removed by
8913         breakAgainOneRow upsetting a few other settings.  There may be another
8914         small tweak possible by setting need_break_row = 0 when p.row has been
8915         removed but I don't know enough about the logic here.
8916
8917 2002-01-15  Allan Rae  <rae@lyx.org>
8918
8919         * text.C (insertChar): removed conditional truism.
8920
8921         * BufferView2.C (removeAutoInsets): More tweaks.
8922         cur_par_prev could be a stray pointer.  Check for trailing empty line
8923         in case last line was cur_par and only had an error inset on it.
8924
8925 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8926
8927         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
8928         absolute
8929
8930         * vc-backend.C (most methods):
8931         * exporter.C (Export):
8932         * converter.C (convert):
8933         (runLaTeX):
8934         * LyXSendto.C (SendtoApplyCB):
8935         * lyxfunc.C (dispatch):
8936         (menuNew):
8937         (open):
8938         (doImport):
8939         * lyx_cb.C (AutoSave):
8940         (InsertAsciiFile):
8941         * BufferView_pimpl.C (MenuInsertLyXFile):
8942         * buffer.C (runChktex): use Buffer::filePath().
8943
8944         * buffer.h: rename filename to filename_; rename filepath to
8945         filepath_ and make it private
8946         (filePath): new method
8947
8948         * buffer.C (writeFile): use fileName()
8949         (getLatexName):
8950
8951         * lyx_main.C (init): fix starting  of LyX when the binary is a
8952         link from so,ewhere else.
8953
8954         * minibuffer.C: include <cctype> for isprint
8955
8956 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8957
8958         * buffer.C (parseSingleLyXformat2Token): changes associated with the
8959         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
8960         name clash with InsetCollapsable's width function.
8961
8962 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8963
8964         * lastfiles.C: include <iterator>
8965
8966 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8967
8968         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
8969         std::count.
8970
8971         * buffer.C (makeLaTeXFile): ditto.
8972         Also make loop operation more transparent.
8973
8974 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
8975
8976         * ToolbarDefaults.C: remove trailing comma closing namespace.
8977
8978         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
8979
8980         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
8981         as in WorkArea.
8982
8983         * trans.C (Load): comment out unused variable, allowed.
8984
8985 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
8986
8987         * minibuffer.[Ch] (append_char): new method to recieve input from the
8988         drop-down completion browser. If a key was pressed, then recieve this
8989         char and append it to the existing string.
8990         (peek_event): modify the positioning data passed to the completion
8991         browser so that it can be placed above the minibuffer rather than below.
8992 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8993
8994         * LyXAction.C (init): alloe error-next for readonly documents.
8995
8996         * BufferView2.C (ChangeRefsIfUnique): use standard version of
8997         count.
8998
8999 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9000
9001         * bufferlist.C (readFile): create the buffer _after_ checking that
9002         the file exists.
9003
9004         * lyxfunc.C (verboseDispatch): fix handling of arguments
9005
9006         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
9007
9008         * lyxrc.C: use string::erase() instead of initializing to "".
9009
9010
9011 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9012
9013         * BufferView_pimpl.h:
9014         * BufferView_pimpl.C:
9015         * WorkArea.h:
9016         * WorkArea.C:
9017         * text2.C: tell X when we have made a selection for copying
9018
9019 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9020
9021         * BufferView_pimpl.C (MenuInsertLyXFile):
9022         * lyxfunc.C (menuNew):
9023         (open):
9024         (doImport): add shortcuts to directory buttons
9025
9026         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
9027         open a float)
9028
9029         * lyxfunc.C (setStatusMessage):
9030         (getStatusMessage): new methods
9031         (getStatus):use setStatusMessage instead of setErrorMessage
9032         (dispatch): when function is disabled, set error message here
9033         [instead of in getStatus previously]
9034
9035         * BufferView_pimpl.C (workAreaButtonRelease): update
9036         toolbar/menubar here too.
9037
9038 2002-01-13  Allan Rae  <rae@lyx.org>
9039
9040         * BufferView2.C (removeAutoInsets): finished off earlier fix.
9041         Now seems indestructible.  Remaining task is to audit all other
9042         code affected by deleteEmptyParagraphMechanism.  One small quirk
9043         left is that an empty document with an error in the preamble can
9044         be made to report an error but no error box appears.  I don't know
9045         where it goes.
9046         (removeAutoInsets): Improved comments.
9047
9048 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
9049
9050         * Thesaurus.h:
9051         * Thesaurus.C: update for Aiksaurus 0.14
9052
9053 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9054
9055         * text2.C (firstParagraph): removed member function, all uses
9056         replaces with ownerParagraph
9057         (redoParagraphs): here
9058         (updateInset): here
9059         (toggleAppendix): here
9060         * BufferView2.C (insertErrors): here
9061         (setCursorFromRow): here
9062
9063 2002-01-13  Allan Rae  <rae@lyx.org>
9064
9065         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9066         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9067         There is still a way to segfault this although you may have to do this
9068         multiple times: Have an InsetERT with an unknown command in it.
9069         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9070         <down-arrow>, <Enter> again, View->DVI, BANG!
9071
9072         * text2.C (setCursor):
9073         (deleteEmptyParagraphMechanism):
9074         * lyxtext.h (setCursor):
9075         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9076         Making use of the return value may help fix other bugs.
9077
9078 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9079
9080         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9081
9082         * LyXView.C (updateMenubar): call MenuBar::update here
9083         (updateToolbar): but not here
9084         (showState): do not update toolbar/menubar
9085
9086         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9087         should need to care about that.
9088
9089         * lyxfunc.C (verboseDispatch): simplify a bit
9090         (getStatus): have a version which takes a pseudoaction, and
9091         another which requires a (kb_action,string).
9092
9093         * LyXAction.C (retrieveActionArg): make it work also when action
9094         is not a pseudo-action.
9095         (getActionName): simplify a bit
9096         (helpText):
9097
9098 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9099
9100         * lyxfunc.C (verboseDispatch): new families of methods with
9101         several ways to specify a command and a bool to indicate whether
9102         the command name and shortcut should be displayed in minibuffer
9103         (eventually, we could extend that to a finer bitmask like
9104         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9105         (dispatch): the pristine dispatch command which just, well,
9106         dispatchs! Note it still sets its result to minibuffer; I'm not
9107         sure we want that.
9108
9109         * lyxfunc.h: remove setHintMessage
9110
9111         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9112
9113 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9114
9115         * BufferView_pimpl.C (specialChar): delete new inset if we have
9116         not been able to insert it.
9117
9118         * kbmap.C: revert to using int instead of kb_action, since all we
9119         are dealing with is pseudo-actions.
9120
9121         * LyXAction.C (searchActionArg): change to return int instead of
9122         kb_action, since the result is a pseudoaction.
9123
9124 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9125
9126         * buffer.C (insertErtContents): Fix (partially) the font bug.
9127
9128 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9129
9130         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9131         as the other one is broken on my machine!
9132
9133 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9134
9135         * commandtags.h:
9136         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9137
9138 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9139
9140         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9141         reflect their actual use. Provide compatibility code for older lyxrc
9142         files.
9143
9144         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9145         FL_NORMAL_STYLE.
9146         change names of popup font variables in line with the changes to lyxrc.C
9147
9148 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9149
9150         * buffer.C (asciiParagraph): avoid outputing a word twice after
9151         an inset.
9152
9153         * lyxrc.C (getDescription): document that document_path and
9154         template_path can be empty.
9155
9156 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9157
9158         * LaTeXFeatures.C (getMacros):
9159         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9160
9161         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9162
9163         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9164         getPackages.
9165         (getPackages): rename feature "floats" to "float". Use an array to
9166         iterate over 'simple' features (i.e. just a \usepackage). Add
9167         handling of "amsmath" (renamed from "amsstyle").
9168
9169 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9170
9171         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9172         features list.
9173
9174 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9175
9176         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9177         FuncStaus::FuncStatus & FuncStaus::some_method().
9178
9179 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9180
9181         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9182         of the func_satus stuff. Edited and massaged in various ways by
9183         JMarc.
9184
9185         * lyxfunc.C (getStatus): use FuncStatus
9186
9187 2002-01-08  Juergen Vigna  <jug@sad.it>
9188
9189         * text.C (nextBreakPoint): use function Inset::isChar().
9190
9191         * paragraph.C (TeXOnePar): use function
9192         Inset::forceDefaultParagraphs.
9193
9194         * buffer.C (latexParagraphs): use function
9195         Inset::forceDefaultParagraphs.
9196
9197 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9198
9199         * lyx_gui.C (init): set the style of the menu popups to
9200         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9201
9202 2002-01-07  Juergen Vigna  <jug@sad.it>
9203
9204         * text.C (setHeightOfRow): small fix
9205         (prepareToPrint): don't look at alignment if we don't have the place
9206         for doing it.
9207
9208 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9209
9210         * box.C: New file. Move the Box methods and functions out of box.h,
9211         following Lars' suggestion.
9212
9213 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9214
9215         * box.h: #include "support/LOstream.h", needed for inlined function.
9216
9217         * lyxtextclass.C:
9218         * lyxtextclasslist.C: added some using std declarations.
9219
9220 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9221
9222         * box.h: make signed dimensions to allow insets wider than
9223           the screen (bug #162)
9224
9225         * BufferView_pimpl.C: add some insetHit debug
9226
9227 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9228
9229         * vc-backend.C: add FIXME
9230
9231 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9232
9233         * lyxfunc.C (getStatus): enable code for showing math font status
9234         in toolbar/menu.
9235
9236 2002-01-07  Juergen Vigna  <jug@sad.it>
9237
9238         * text.C (nextBreakPoint): removed debug output not needed anymore.
9239
9240 2002-01-06  Juergen Vigna  <jug@sad.it>
9241
9242         * text.C (nextBreakPoint): fixed up this function we had this bug
9243         since ever but now hopefully we break row better.
9244         (insertChar): we have to check if an inset is the next char as it
9245         could now happen that a large inset is causing a break.
9246
9247 2002-01-05  Juergen Vigna  <jug@sad.it>
9248
9249         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9250         if it doesn't like to be drawed.
9251
9252 2002-01-04  Juergen Vigna  <jug@sad.it>
9253
9254         * BufferView2.C (lockInset): forgot to set a cursor.
9255
9256         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9257
9258 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9259
9260         * FormMathsPanel.C:
9261         * FormMathsPanel.h
9262         * MathsSymbols.C:
9263         * form_maths_panel.C:
9264         * form_maths_panel.h:
9265         * form_maths_panel.fd: implemented sub- and super- buttons in math
9266         panel.
9267
9268         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9269         (or ^ space) to be used as in TeX (req'd by André).
9270
9271         * lyxfunc.C: Allow ^ and _ again to be used both as
9272         super/subscript (mathed) and as themselves (in text).
9273
9274 2002-01-03  Allan Rae  <rae@lyx.org>
9275
9276         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9277         "LyX" or the filename of the current buffer if it has one.  This is a
9278         modified form of John Levon's patch.
9279
9280         * XFormsView.C (setWindowTitle): also set icon title.
9281
9282         * LyXView.h (setWindowTitle): signature changed.
9283         * XFormsView.h (setWindowTitle): ditto.
9284
9285 2002-01-02  Juergen Vigna  <jug@sad.it>
9286
9287         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9288
9289 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9290
9291         * screen.C (topCursorVisible): introduce a temp var for
9292         text->cursor.row(), handle the case where this row is null. (kindo
9293         hachish)
9294
9295         * text2.C (setCursor): add a couple of asserts.
9296
9297         * paragraph.h (inset_iterator): add -> operator
9298
9299         * paragraph.[Ch] (autoDeleteInsets): remove member function
9300
9301         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9302         cursor pos correctly and handle inset deletion by itself.
9303         (insertErrors): move iterator declaration out of for expression
9304
9305         * lyxtextclass.C: add <algorithm>
9306
9307         * Makefile.am: added the new files to sources, removed layout.C
9308
9309         * layout.C: removed file
9310
9311         * layout.h: remove LYX_DUMMY_LAYOUT
9312
9313         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9314         layout.
9315
9316         * lyxlayout.[Ch]:
9317         * lyxtextclass.[Ch]:
9318         * lyxtextclasslist.[Ch]: new files
9319
9320         * include order changes to a lot of files, also changes because of
9321         the six new files.
9322
9323 2001-12-27  Juergen Vigna  <jug@sad.it>
9324
9325         * buffer.C (asciiParagraph): more fixes.
9326
9327         * tabular.C (ascii): make ascii export support export of only the
9328         data separated by a column-delimiter.
9329         (ascii): better support for ascii export.
9330
9331         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9332
9333 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9334
9335         * tabular_funcs.C: use a "using std::getline" instead of the
9336         previous fix from Angus (necessary for cxx + lyxstring)
9337
9338 2001-12-24  Juergen Vigna  <jug@sad.it>
9339
9340         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9341
9342         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9343         problems. First check a minipage also if we have some ert-contents
9344         (not only on par->size(), second set the right depth of the paragraph
9345         on the relink to the root-paragraph-list!
9346
9347         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9348         which then did not anymore update the main paragraphs on undo/redo!
9349
9350 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9351
9352         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9353         code. Support all font-changing funcs (even those which are not in
9354         menu currently). Support for reporting font settings in
9355         mathed (disabled until Andre provides a function on mathed's side).
9356
9357         * func_status.h (toggle): small helper function to set toggle
9358         state on a flag.
9359
9360 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9361
9362         * tabular_funcs.C: getline -> std::getline
9363
9364 2001-12-21  Juergen Vigna  <jug@sad.it>
9365
9366         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9367         accessed and could be 0 (I couldn't generate this but it seems
9368         Michael could!).
9369
9370 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9371
9372         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9373         * tabular_funcs.h: here and include iosfwd
9374
9375 2001-12-20  Juergen Vigna  <jug@sad.it>
9376
9377         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9378         inside inset but undo_par was.
9379
9380 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9381
9382         * Thesaurus.C: always include <config.h> in sources.
9383
9384         * Painter.h:
9385         * lyxlookup.h:
9386         * box.h: do not include <config.h> in header files
9387
9388         * text.C (paintLastRow): remove unused variable
9389
9390         * text.C (transformChar):
9391         (insertChar):
9392         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9393
9394         * Painter.C (text):
9395         * font.C (width): rewrite to use uppercase() instead of
9396         islower/toupper.
9397
9398         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9399
9400 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9401
9402         * lyxfind.C: clean up of find failure position change
9403
9404 2001-12-20  Juergen Vigna  <jug@sad.it>
9405
9406         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9407
9408         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9409         (TeXRow): added to LaTeX a single tabular row.
9410         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9411         (Latex): simplified and finally good LT-h/f support.
9412         (various_functions): just small adaptions for LT-h/f support.
9413
9414         * tabular_funcs.[hC]: added and moved here all not classfunctions
9415         of LyXTabular.
9416
9417 2001-12-19  Juergen Vigna  <jug@sad.it>
9418
9419         * tabular.[Ch]: better support for longtabular options (not finished
9420         yet!)
9421
9422 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9423
9424         * text.C (paintLastRow): use the label font instead of the font of
9425         the last character to compute the size of *_BOX. This makes more
9426         sense and avoids a crash with empty paragraphs.
9427         Use Painter::rectangle to draw EMPTY_BOX.
9428
9429 2001-12-19  Juergen Vigna  <jug@sad.it>
9430
9431         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9432         the paragraphs if the replaced paragraph is not the first one!
9433         Tried to delete not used paragraphs but does not work yet so for
9434         now it's inside #ifdef's and by default off!
9435
9436 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9437
9438         * MenuBackend.C: include "lyx_main.h" instead of declaring
9439         lastfiles (actually was declared as LastFiles* instead of a
9440         scoped_ptr).
9441
9442 2001-12-17  Juergen Vigna  <jug@sad.it>
9443
9444         * tabular.C (AppendColumn): applied John's fix
9445
9446 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9447
9448         * BufferView.h:
9449         * BufferView.C:
9450         * BufferView_pimpl.h:
9451         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9452
9453         * Makefile.am:
9454         * box.h: new start of class for above
9455
9456         * lyxfunc.C: ignore space-only minibuffer dispatches.
9457           Show the command name when it doesn't exist
9458
9459         * minibuffer.C: don't add empty lines to the history
9460
9461         * minibuffer.C: add a space on dropdown completion
9462
9463 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9464
9465         * text.C: fix line above/below drawing in insets
9466
9467 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9468
9469         * lyxlength.C (LyXLength): Initialize private variables.
9470
9471 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9472
9473         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9474         when inserting error insets.
9475
9476 2001-12-13  Juergen Vigna  <jug@sad.it>
9477
9478         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9479         actually sometimes the before-paragraph.
9480         (setUndo): don't clear the redostack if we're not actually undoing!
9481
9482 2001-12-06  Juergen Vigna  <jug@sad.it>
9483
9484         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9485         and fixed redoing of main paragraph, so we can use it now ;)
9486
9487         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9488
9489 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9490
9491         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9492         Juergen's request
9493
9494 2001-12-13  André Pönitz <poenitz@gmx.net>
9495
9496         * undostack.[Ch]:
9497         * undo_func.C: minor cleanup
9498
9499 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9500
9501         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9502         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9503         font in urw-fonts package which is marked as -urw-fontspecific and
9504         does not work (incidentally, changing the encoding in the
9505         fonts.dir of this package to -adobe-fontspecific fixes the
9506         problem).
9507
9508         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9509         is a crash when undoing first paragraph (Juergen, please take a
9510         look). THis does not mean the undo fix is wrong, just that it
9511         uncovers problems.
9512
9513         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9514         the (Paragraph*) version when needed instead of duplicating the
9515         code.
9516
9517         * text.C (workWidth): use Inset::parOwner to find out where the
9518         inset has been inserted. This is a huge performance gain for large
9519         documents with lots of insets. If Inset::parOwner is not set, fall
9520         back on the brute force method
9521
9522         * paragraph_pimpl.C (insertInset):
9523         * paragraph.C (Paragraph):
9524         (cutIntoMinibuffer): set parOwner of insets when
9525         inserting/removing them
9526
9527         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9528
9529 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9530
9531         * commandtags.h:
9532         * LyXAction.C:
9533         * lyx_main.C:
9534         * lyxfunc.C:
9535         * mathed/formulabase.C:
9536         * mathed/math_cursor.[Ch]:
9537         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9538
9539
9540 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9541
9542         * lyxlength.[Ch] (operator!=): new function
9543
9544 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9545
9546         * text.C (workWidth): use Inset::parOwner to find out where the
9547         inset has been inserted. This is a huge performance gain for large
9548         documents with lots of insets. If Inset::parOwner is not set, fall
9549         back on the brute force method
9550
9551         * paragraph_pimpl.C (insertInset):
9552         * paragraph.C (Paragraph):
9553         (cutIntoMinibuffer): set parOwner of insets when
9554         inserting/removing them
9555
9556         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9557
9558 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9559
9560         * tabular-old.C (getTokenValue):
9561         * tabular.C (getTokenValue):
9562         (write_attribute): new versions for LyXLength
9563         (everywhere): adjust the use of widths
9564
9565         * tabular.h: change the type of widths from string to LyXLength
9566
9567 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9568
9569         * paragraph.C: fixed missing line number count when exporting
9570         Environments to LaTeX file
9571
9572         * buffer.C: added informational message for checking line numbers.
9573
9574 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9575
9576         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9577         paragraph, do the 'double space' part, but not the 'empty
9578         paragraph' one.
9579
9580         * text.C (workWidth): small optimization
9581         (getLengthMarkerHeight): use minimal size for negative lengths.
9582
9583 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9584
9585         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9586
9587         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9588
9589 2001-12-11  André Pönitz <poenitz@gmx.net>
9590
9591         * FontLoader.C:
9592         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9593
9594 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9595
9596         * text2.C: keep selection on a setFont()
9597
9598 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9599
9600         * lyx_cb.C: another bv->text misuse, from insert label
9601
9602 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9603
9604         * kbsequence.h:
9605         * kbsequence.C: re-instate nmodifier mask
9606
9607 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9608
9609         * lyx_main.h: make lyxGUI private.
9610
9611 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9612
9613         * lyxfind.C: place the cursor correctly on failed search
9614
9615 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9616
9617         * text.C (getLengthMarkerHeight): for small heights, the arrows
9618         are not always on top/bottom of the text
9619         (drawLengthMarker): smaller arrows; take the left margin in
9620         account; draw also vfills.
9621         (paintFirstRow):
9622         (paintLastRow): remove special code for vfill and standard spaces,
9623         since everything is handled in drawLengthMarker now.
9624
9625 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9626
9627         * buffer.C (insertErtContents): try to handle font and language
9628         interaction a bit better.g
9629
9630         * ColorHandler.C (updateColor): change the hash to cover the whole
9631         LColor enum, ws cleanup
9632         (getGCLinepars): ditto
9633         (getGCLinepars): only lookup in the linecache once.
9634
9635 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9636
9637         * iterators.C (operator++): Make the iterator more robust
9638
9639         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9640         (John's patch)
9641         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9642
9643 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9644
9645         * lyxtext.h:
9646         * text.C: better added space drawing
9647
9648 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9649
9650         * LyXView.C:
9651         * BufferView2.C: fix layout combo update on inset unlock
9652
9653 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9654
9655         * Makefile.am: don't compile unused files
9656
9657 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9658
9659         * lyxfunc.C:
9660         * commandtags.h:
9661         * LyXAction.C: remove old LFUN_LAYOUTNO
9662
9663 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9664
9665         * paragraph_pimpl.h:
9666         * paragraph_pimpl.C: isTextAt() doesn't need font param
9667
9668 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9669
9670         * lyxlex.h:
9671         * lyxlex.C: little cleanup
9672
9673 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9674
9675         * BufferView_pimpl.C: fix insertAscii for insets
9676
9677 2001-12-05  Juergen Vigna  <jug@sad.it>
9678
9679         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9680         set the right font on the "multi" paragraph paste!
9681
9682 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9683
9684         * trans_decl.h:
9685         * trans_mgr.[Ch]:
9686         * trans.[Ch]:
9687         * lyxgluelength.C:
9688         * lyxlength.C: remove out-commented code.
9689
9690         * BufferView_pimpl:
9691         * CutAndPaste.C:
9692         * DepTable.C:
9693         * buffer.C:
9694         * chset.C:
9695         * lastfiles.C:
9696         * lyxlex.C:
9697         * lyxlex_pimpl.C:
9698         * lyxserver.C:
9699         * screen.C:
9700         * tabular-old.C:
9701         * tabular.C:
9702         * text.C:
9703         * trans_mgr.C:
9704         * vc-backend.C: change "while(" to "while ("
9705
9706         * lyxlength.[Ch]: add zero function to check if length is zero or
9707         not
9708         * lyxgluelength.C: use it
9709
9710 2001-12-05  Allan Rae  <rae@lyx.org>
9711
9712         * lyxlength.C: Attempted a fix for the abs(int) header selection.
9713         Works for 2.95.3, from what I understand of Garst's reports this should
9714         work for other g++ versions.  We're screwed if the abs(int) definition
9715         changed between bugfix releases of gcc.
9716
9717 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9718
9719         * text.C: fix chapter label offset !
9720
9721 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
9722
9723         * lyxtext.h:
9724         * text.C: fix hfill at end of line, clean up
9725
9726 2001-12-04  Juergen Vigna  <jug@sad.it>
9727
9728         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
9729         that we force an update of the inset and it's owners if neccessary.
9730
9731 2001-12-03  Juergen Vigna  <jug@sad.it>
9732
9733         * text.C (rowLast): simplified code
9734
9735 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9736
9737         * lyxfunc.C: fix show options on timeout
9738
9739 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9740
9741         * screen.C (topCursorVisible): scroll half a page when the cursor
9742         reached top of bottom of screen
9743
9744 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
9745
9746         * minibuffer.C: deactivate on loss of focus
9747
9748 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9749
9750         * vspace.[Ch] (operator!=): add operator.
9751
9752 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
9753
9754         * BufferView_pimpl.C: refuse to open an inset when
9755         there's a selection.
9756
9757 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
9758
9759         * BufferView_pimpl.C: allow to click on RHS of full row insets
9760
9761 2001-11-30  Juergen Vigna  <jug@sad.it>
9762
9763         * tabular.C (LyXTabular): add a same_id to set the same id's in the
9764         insets for undo reasons.
9765
9766 2001-11-28  André Pönitz <poenitz@gmx.net>
9767
9768         * vspace.[Ch]: cosmetical changes
9769
9770 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9771
9772         * LyXAction.h:
9773         * LyXAction.C:
9774         * lyxfunc.h:
9775         * lyxfunc.C:
9776         * kbmap.h:
9777         * kbmap.C:
9778         * lyxrc.C:
9779         * kbsequence.h:
9780         * kbsequence.C: part re-write of old kb code
9781
9782         * Painter.C:
9783         * WorkArea.C: remove Lgb_bug_find_hack
9784
9785 2001-11-30  José Matos <jamatos@fep.up.pt>
9786
9787         * buffer.C (makeDocBookFile): add a comment to point a hack.
9788         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
9789         Fixed a double write of labels.
9790
9791 2001-11-29 Ben Stanley <bds02@uow.edu.au>
9792
9793         * LaTeX.C:
9794         * LaTeX.h Fixed bug in LaTeX class where it would not
9795         re-run latex if no depfiles were changed, but the .dvi was removed.
9796
9797 2001-11-28  André Pönitz <poenitz@gmx.net>
9798
9799         * all the files from the change on 2001/11/26:
9800         use lyx::layout_type instead of LyXTextClass::size_type
9801         use lyx::textclass_type instead of LyXTextClassList::size_type
9802
9803 2001-11-29  Juergen Vigna  <jug@sad.it>
9804
9805         * text.C: added support for paragraph::isFreeSpacing()
9806
9807         * buffer.C: same as above
9808
9809         * paragraph.h: inserted isFreeSpacing() function to enable
9810         FreeSpacing inside InsetERT.
9811
9812         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
9813         of the paragraph's in the cut/copy buffer to 0!
9814
9815         * text2.C (removeRow): remove the assert as it can!
9816
9817         * lyxtext.h: added helper function firstRow returning firstrow and
9818         made firstrow private again.
9819
9820         * BufferView2.C (lockInset): don't relock if we're already locked!
9821
9822         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
9823         the only paragraph.
9824         (removeRow): added Assert::(firstrow)
9825
9826         * debug.C: forgot to add INSETTEXT here.
9827
9828 2001-11-28  Juergen Vigna  <jug@sad.it>
9829
9830         * sp_spell.C (initialize): changed error text to more general
9831         spellchecker command use (not only ispell!)
9832
9833         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
9834
9835         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
9836
9837 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9838
9839         * vspace.C: initialise lyxgluelength on failure
9840
9841 2001-11-28  Allan Rae  <rae@lyx.org>
9842
9843         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
9844         declaration & definition that looks like a function declaration.
9845
9846 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9847
9848         * BufferView2.C (copy):
9849         (copyEnvironment): do not clear the selection when doing a copy.
9850
9851         * text.C (paintFirstRow): compilation fix
9852
9853 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
9854
9855         * tabular.C (Latex): correct line count when writing latex.
9856
9857 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
9858
9859         * paragraph_pimpl.h:
9860         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
9861           bug a bit
9862
9863 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9864
9865         * text.C:
9866         * LColor.h:
9867         * LColor.C: change vfillline->added_space
9868
9869         * text.C: add markers and text for added space
9870
9871         * vspace.C: fix comment
9872
9873 2001-11-28  André Pönitz <poenitz@gmx.net>
9874
9875         * paragraph.C: whitespace changes
9876         * all the other files from the change on 2001/11/26:
9877         change *::pos_type into lyx::pos_type
9878
9879 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
9880
9881         * buffer.C (parseSingleLyXformat2Token): Set the language to the
9882         language of the document when inserting error insets.
9883
9884 2001-11-26  André Pönitz <poenitz@gmx.net>
9885
9886         * BufferView_pimpl.[Ch]:
9887         *       CutAndPaste.C:
9888         * buffer.[Ch]:
9889         * lyxcursor.[Ch]:
9890         * lyxfind.C:
9891         * lyxfunc.C:
9892         * lyxrow.[Ch]:
9893         * paragraph.[Ch]:
9894         * paragraph_pimpl.[Ch]:
9895         * sp_spell.C:
9896         * text.C:
9897         * text2.C: reduce header dependencies, introduce type for positions
9898
9899 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9900
9901         * <various>: change to use Alert.h
9902
9903 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
9904
9905         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
9906         when encountering an unknown token.
9907         (readLyXformat2): Show an error message if there were unknown tokens.
9908
9909 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
9910
9911         * BufferView2.C:
9912         * BufferView_pimpl.C:
9913         * buffer.C:
9914         * paragraph.h:
9915         * text.C:
9916         * text2.C: use par->isInset()
9917
9918 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
9919
9920         * paragraph_pimpl.h:
9921         * paragraph_pimpl.C: cleanup
9922
9923 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9924
9925         * text2.C (removeRow):
9926         * text.C (setHeightOfRow): remove useless (and costly) call to
9927         getRow.
9928
9929 2001-11-20  Allan Rae  <rae@lyx.org>
9930
9931         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
9932         Now need Inset*::checkInsertChar() to return true for appropriate
9933         cases so that the characters in the minibuffer will actually be
9934         inserted.
9935
9936 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9937
9938         * text.C: change the order of the includes.
9939         (workWidth): initialize it at once.
9940         (workWidth): make maxw unsigned
9941         (setHeightOfRow): remove unused variable (inset)
9942         (selectSelectedWord): remove unused variable (inset)
9943         (paintRowText): fix drawing of hfill characters, and clean up a bit.
9944
9945 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9946
9947         * lyxserver.C (emergencyCleanup): do not try to close pipes if
9948         server is not running.
9949         (openConnection):
9950         (closeConnection): add debug info when server is disabled.
9951
9952         * ColorHandler.C (getGCForeground): send debug message to GUI
9953         channel.
9954
9955         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
9956
9957         * kbmap.C (bind): modify because return conventions of
9958         kb_sequence::parse have changed.
9959
9960         * kbsequence.C (parse): only ignore spaces and not any stupid
9961         control character. This avoids tests like s[i] <= ' ', which are
9962         guaranteed to fail with 8bit characters and signed chars.
9963         Change return code to string::npos when there have been no error
9964         (0 was a bad idea when error is at first character)
9965
9966 2001-11-14  José Matos  <jamatos@fep.up.pt>
9967
9968         * buffer.h:
9969         * buffer.C (simpleDocBookOnePar): removed unused argument.
9970
9971 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9972
9973         * text.C (selectNextWordToSpellcheck): do not test explicitely for
9974         insets which are part of a word. Paragraph::isLetter takes care of
9975         that now. Use Paragraph::isInset to identify insets.
9976         (selectSelectedWord): do not test for hyphenation break.
9977
9978         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
9979         that protected spaces are considered as spaces.
9980
9981         * paragraph.C (isLetter): cleanup the code for ispell extras; use
9982         Inset::isLetter.
9983
9984 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
9985
9986         * lyxserver.h:
9987         * lyxserver.C: fix it. and small cleanup.
9988
9989 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
9990
9991         * BufferView_pimpl.C: use inline helpers
9992
9993         * LaTeXFeatures.h:
9994         * LaTeXFeatures.C: fix typos
9995
9996         * Spacing.h:
9997         * Spacing.C: move spacing_string into class
9998
9999         * ToolbarDefaults.C: move stuff into namespace anon
10000
10001         * layout.h: update enum
10002
10003         * lyxfunc.C: use better debug
10004
10005         * minibuffer.h: fix typo
10006
10007         * debug.h:
10008         * debug.C:
10009         * WorkArea.C: add and use Debug::WORKAREA
10010
10011         * lyxtext.h:
10012         * text.C:
10013         * text2.C: code re-organisation, inline helpers
10014
10015 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
10016
10017         * Layout.C: replaced a few cases of std::vector.size() == 0 with
10018         std::vector.empty().
10019
10020 2001-11-09  Allan Rae  <rae@lyx.org>
10021
10022         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
10023         '\n's after tables.  Tabular and ERT inset work now makes this no
10024         longer necessary.
10025
10026 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10027
10028         * minibuffer.h:
10029         * minibuffer.C: fix crash, improve drop-down completion
10030
10031 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
10032
10033         * lyxserver.h:
10034         * lyxserver.C: invalidate fd's when doing endPipe()
10035
10036 2001-11-08  José Matos  <jamatos@fep.up.pt>
10037
10038         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
10039         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
10040
10041         * paragraph.h:
10042         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
10043
10044 2001-11-07  José Matos  <jamatos@fep.up.pt>
10045
10046         * buffer.h:
10047         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
10048         const qualifier.
10049
10050         * buffer.C (sgmlOpenTag):
10051         * buffer.C (sgmlCloseTag): removed debug info.
10052
10053         * buffer.h (sgmlOpenTag):
10054         * buffer.h (sgmlCloseTag): made public.
10055
10056 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10057
10058         * buffer.C (saveParamsAsDefaults):
10059         * lyx_cb.C (MenuLayoutSave): remove
10060
10061         * LyXAction.C (init):
10062         * commandtags.h:
10063         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10064
10065 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10066
10067         * buffer.C (setPaperStuff): removed from here...
10068
10069         * bufferparams.C (setPaperStuff): ... and moved there.
10070
10071 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10072
10073         * minibuffer.h:
10074         * minibuffer.C:
10075         * XFormsView.C: add support for drop-down completion
10076
10077 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10078
10079         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10080         commands.
10081
10082 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10083
10084         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10085         disabled.
10086
10087 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10088
10089         * lyx_main.C: change ref to known bugs
10090
10091 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10092
10093         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10094         to work around older babel problems.
10095
10096 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10097
10098         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10099
10100 2001-10-24  Juergen Vigna  <jug@sad.it>
10101
10102         * tabular-old.C (ReadOld): below variable changes reflected.
10103
10104         * tabular.[Ch]: added ltType struct for longtable header/footer
10105         defines and changed all instances where they are used. Added
10106         future support for double top/bottom rows.
10107
10108 2001-10-24  José Matos  <jamatos@fep.up.pt>
10109
10110         * buffer.h (docbookHandleCaption):
10111         * buffer.C (docbookHandleCaption): removed unused function.
10112         (makeDocBookFile): moved docbook supported version to v4.1.
10113
10114 2001-10-24  José Matos  <jamatos@fep.up.pt>
10115
10116         * tabular.h:
10117         * tabular.C (docbookRow): new function to export docbook code of a row.
10118         (DocBook): now honors the longtable flags.
10119
10120 2001-10-23  José Matos  <jamatos@fep.up.pt>
10121
10122         * LaTeXFeatures.h:
10123         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10124         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10125
10126         * buffer.C (makeLinuxDocFile):
10127         (makeDocBookFile): reworked the preamble, more clean, and with
10128         support for lyx defined entities. Changed the document declaration
10129         to be more XML friendly.
10130
10131         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10132         if we need to output XML that should be done with a filter.
10133
10134 2001-10-22  Juergen Vigna  <jug@sad.it>
10135
10136         * sp_pspell.h (class PSpell): add alive function needed in the
10137         controller to see if the spellchecker could be started.
10138
10139 2001-10-22  Juergen Vigna  <jug@sad.it>
10140
10141         * buffer.C (insertStringAsLines): modify the font for inserting
10142         chars in certain conditions by calling checkInsertChar(font).
10143
10144 2001-10-19  Juergen Vigna  <jug@sad.it>
10145
10146         * text.C (workWidth): use getRow instead of wrong algorithm.
10147         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10148
10149 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10150
10151         * lyxserver.h:
10152         * lyxserver.C:
10153         * lyx_main.h:
10154         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10155
10156 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10157
10158         * text.C (workWidth): do not search for the exact row when
10159         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10160         optimization for big documents.
10161
10162 2001-10-18  Juergen Vigna  <jug@sad.it>
10163
10164         * text.C (workWidth): new function with added Inset * parameter.
10165
10166 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10167
10168         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10169
10170         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10171         change return type of getColumnNearX.
10172
10173
10174         * text.C (changeRegionCase): use uppercase/lowercase instead of
10175         toupper/tolower.
10176         (leftMargin):
10177         (rightMargin): simplify code by factoring out the uses of
10178         textclasslist.
10179         (labelFill):
10180         (numberOfHfills):
10181         (setHeightOfRow):
10182         (appendParagraph): use Paragraph::size_type
10183
10184 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10185
10186         * vspace.C (asLatexString): add a missing break
10187
10188 2001-10-15  Herbert Voss  <voss@perce.de>
10189
10190         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10191
10192 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10193
10194         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10195         is not available.
10196
10197 2001-10-10  André Pönitz <poenitz@gmx.net>
10198
10199         * lyxfunc.C: removed greek_kb_flag.
10200
10201 2001-10-10  Herbert Voss  <voss@perce.de>
10202
10203         * lyx_main.C: delete global string help_lyxdir.
10204
10205 2001-10-09  Herbert Voss  <voss@perce.de>
10206
10207         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10208
10209         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10210
10211         * lyx_main.C: added global string help_lyxdir.
10212
10213         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10214
10215 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10216
10217         * lyxrc.C (set_font_norm_type): support iso8859-4
10218
10219 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10220
10221         * LaTeX.C (deplog): add another regex for MikTeX
10222
10223 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10224
10225         * lyxrc.C (set_font_norm_type): support iso8859-3
10226
10227 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10228
10229         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10230
10231         * LaTeXFeatures.C: remove special case of french and index
10232
10233         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10234         before \begin{document}). This solves several incompatibilities.
10235
10236 2001-10-03  Garst Reese  <reese@isn.net>
10237
10238         * lyx_cb.C: change CheckTex error msg.
10239
10240 2001-10-03  José Matos  <jamatos@fep.up.pt>
10241
10242         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10243
10244 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10245
10246         * .cvsignore: update
10247
10248         * lyx_main.C (commandLineVersionInfo): use new style version info.
10249
10250         * buffer.C (writeFile):
10251         (makeLaTeXFile):
10252         (makeLinuxDocFile):
10253         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10254
10255         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10256
10257         * version.h: update to use stuff in version.C
10258
10259         * version.C.in: new file. Contains version information determined
10260         at compile time. This is a merging of version.h and
10261         version_info.h.in.
10262
10263 2001-10-03  Juergen Vigna  <jug@sad.it>
10264
10265         * BufferView_pimpl.C (update): don't change "dirty" status in
10266         updateInset call.
10267
10268 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10269
10270         * WorkArea.C (c-tor): re-position version string slightly.
10271
10272 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10273
10274         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10275         revert to previous code.
10276
10277         WorkArea.[Ch]: (show, destroySplash): methods removed.
10278
10279         WorkArea.C: rework code so that it's an amalgam of the codes before and
10280         after the splash screen was moved to WorkArea.
10281
10282 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10283
10284         * lyxrc.C (read):
10285         * vspace.C (inPixels):
10286         (lyx_advance):
10287         * kbmap.C (bind):
10288         * buffer.C (insertStringAsLines):
10289         (asciiParagraph): fix types to be large enough
10290
10291         * lyxlex_pimpl.h: change member status from short to int
10292
10293         * layout.h: fix type of endlabeltype
10294
10295         * kbmap.C (bind):
10296         * kbsequence.C (parse): change return type to string::size_type
10297
10298         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10299         variable
10300
10301         * Bullet.C (bulletSize):
10302         (bulletEntry): do not use short ints as parameters
10303
10304         * BufferView2.C (insertLyXFile): change a char to an int.
10305
10306         * WorkArea.C (WorkArea): remove unneeded floats in computation
10307
10308 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10309
10310         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10311
10312         * paragraph.C (asString): Do not ignore newline/hfill chars when
10313         copying to the clipboard.
10314
10315 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10316
10317         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10318         after a multi-line inset.
10319
10320 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10321
10322         * paragraph.C (validate): Set NeedLyXFootnoteCode
10323
10324 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10325
10326         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10327         and decrease-error to decrease.
10328
10329 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10330
10331         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10332         it more readable (should be equivalent)
10333
10334 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10335
10336         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10337
10338 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10339
10340         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10341         of a cursor (row, etc.) after a character has been deleted
10342         (deleteEmptyParagraphMechanism): call the method above on _all_
10343         cursors held by the LyXText when a double space has been
10344         detected/deleted.
10345
10346 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10347
10348         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10349         pixmap.
10350         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10351
10352         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10353         background. Use greyOut() and the new show() methods to toggle between
10354         the foreground and background. Add code to remove the splash after
10355         its initial showing.
10356
10357         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10358         (create_forms): no longer call Dialogs::showSplash.
10359
10360 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10361
10362         * .cvsignore: add version_info.h
10363
10364 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10365
10366         * version_info.h.in: new file
10367
10368         * Makefile.am: add version_info.h.in
10369
10370         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10371         version_info.h instead of VERSION_INFO
10372
10373 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10374
10375         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10376         The ERT inset now returns string().
10377
10378 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10379
10380         * lyxtext.h, text.C (selectNextWord): renamed as
10381         selectNextWordToSpellcheck.
10382
10383         * text.C (selectNextWordToSpellcheck): Modified to not select
10384         words inside an ERT inset.
10385
10386 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10387
10388         * lyx_cb.C (MenuLayoutSave): change a bit the question
10389
10390         * sp_base.h: include <sys/types.h>
10391
10392 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10393
10394         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10395
10396 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10397
10398         * several files: fix typos in user-visible strings
10399
10400 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10401
10402         * text2.C (pasteSelection): do not set the selection, since it
10403         will be cleared later. Actually, the intent was to fix the way the
10404         selection was set, but I figured rmoving the code was just as good.
10405
10406 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10407
10408         * FontLoader.C (available): Check if font is available without
10409         loading the font.
10410
10411 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10412
10413         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10414
10415 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10416
10417         * lyxrc.[Ch]: added display_graphics variable and associated code.
10418
10419 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10420
10421         * bufferparams.C (hasClassDefaults): new method. Returns true if
10422         the buffer parameters correspond to known class defaults
10423
10424 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10425
10426         * XFormsView.C (show): set minimum size to the main window.
10427
10428 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10429
10430         * text2.C (copySelection):
10431         (cutSelection):
10432         * lyxfind.C (LyXReplace):
10433         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10434         LyXText::selectionAsString.
10435
10436         * paragraph.C (asString): add "label" argument to the second form
10437
10438         * text2.C (selectionAsString): add "label" argument and pass it to
10439         Paragraph::asString.
10440
10441 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10442
10443         * lyx_main.C (commandLineHelp): remove version information
10444
10445 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10446
10447         * lyx_main.C: add -version commandline option
10448
10449 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10450
10451         * paragraph.h: make the optional constructor arg required instead.
10452         some modifications to other files because of this.
10453
10454         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10455
10456         * lyxserver.C (C_LyXComm_callback): make it static
10457
10458         * lyx_main.C (error_handler): make it static
10459
10460         * lyx_gui.C (LyX_XErrHandler): make it static
10461
10462         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10463
10464         * WorkArea.C: make the extern "C" methods static.
10465
10466         * Makefile.am (lyx_LDADD): simplify
10467
10468 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10469
10470         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10471         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10472
10473         * LyXAction.C (init):
10474         * lyxfunc.C (dispatch): associated code removal.
10475
10476 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10477
10478         * lyxfont.h (isSymbolFont): shut off warning
10479
10480         * text.C (setHeightOfRow):
10481         (getVisibleRow): fix crash with empty paragraphs which have a
10482         bottom line
10483
10484 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10485
10486         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10487         code.
10488
10489 2001-09-04  José Matos  <jamatos@fep.up.pt>
10490         * buffer.C
10491         * buffer.h
10492         * tabular.C (docbook): rename docBook method to docbook.
10493
10494 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10495
10496         * Makefile.am: add dependencies to main.o.
10497
10498 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10499
10500         * FontLoader.C (available): Return false if !lyxrc.use_gui
10501
10502 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10503
10504         * FontInfo.C (query):
10505         * converter.C (view):
10506         * importer.C (Import):
10507         * exporter.C (Export): Can not -> cannot.
10508
10509 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10510
10511         * BufferView_pimpl.C: allow to create index inset even if
10512           string is empty
10513
10514 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10515
10516         * buffer.C (getLists): replace boost::tie code with an explicit pair
10517         as boost::tie can break some compilers.
10518
10519         * iterators.h: Added a std:: declaration to the return type of
10520         ParIterator::size.
10521
10522 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10523
10524         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10525           case.
10526
10527 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10528
10529         * iterators.[Ch]: New files. Provide paragraph iterators.
10530
10531         * buffer.C (changeLanguage): Use paragraph iterators.
10532         (isMultiLingual): ditto
10533
10534         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10535
10536 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10537
10538         * FontLoader.C: Support for cmr font.
10539
10540 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10541
10542         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10543         (available): New method.
10544
10545         * FontInfo.C (getFontname): Use scalable fonts even when
10546         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10547         found.
10548
10549 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10550
10551         * converter.C (Formats::view): reverted! Incorrect fix.
10552
10553 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10554
10555         * converter.C (Formats::view): only output the -paper option
10556         if the dvi viewer is xdvi, thereby fixing bug #233429.
10557
10558 2001-08-23  Herbert Voss  <voss@perce>
10559
10560         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10561
10562 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10563
10564         * Spacing.h (Spacing): Set space to Default on in the default
10565         constructor.
10566
10567 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10568
10569         * vc-backend.h (RCS::versionString): add RCS to version
10570         (CVS::versionString): add CVS to version
10571
10572         * vc-backend.C (scanMaster): do not add CVS to version.
10573         (scanMaster): do not add RCS to version
10574
10575         * lyxvc.C (versionString): new method
10576
10577         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10578
10579 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10580
10581         * Spacing.C (set): initialize fval
10582
10583 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10584
10585         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10586         " or \.
10587
10588 2001-08-16  Juergen Vigna  <jug@sad.it>
10589
10590         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10591
10592 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10593
10594         * BufferView_pimpl.C:
10595         * figureForm.C:
10596         * lyxtext.h:
10597         * text2.C: setParagraph takes linespacing now
10598
10599 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10600
10601         * LyxAction.C: add internal LFUN_CITATION_INSERT
10602
10603         * LyXView.C: actually apply fix
10604
10605         * bufferlist.C: fix open non-existent file
10606
10607         * lyxfind.C: fix indentation
10608
10609         * lyxfunc.C: remove unneeded assert, fix typo
10610
10611 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10612
10613         * MenuBackend.C: use "Floatname List"
10614
10615 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10616
10617         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10618         when converting LaTeX layout to insetERT.
10619         Generate a non-collapsed float when reading old float
10620
10621 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10622
10623         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10624         ERT insets.
10625
10626 2001-08-13  Juergen Vigna  <jug@sad.it>
10627
10628         * text.C (fill): return 0 instead of 20 as this seems to be the more
10629         correct value.
10630
10631 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10632
10633         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10634         lyxrc.font_norm.
10635
10636 2001-08-13  Juergen Vigna  <jug@sad.it>
10637
10638         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10639         casesensitive off.
10640         (SearchBackward): comment out the unlocking of the inset_owner this
10641         should not be needed!
10642
10643 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10644
10645         * Many files: Remove inherit_language, and add latex_language
10646
10647         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10648         collapsible insets.
10649
10650 2001-08-10  Juergen Vigna  <jug@sad.it>
10651
10652         * text.C (prepareToPrint): fixed hfill-width in draw!
10653
10654         * BufferView2.C (selectLastWord): save the selection cursor as this
10655         now is cleared in the function LyXText::clearSelection!
10656
10657 2001-08-08  Juergen Vigna  <jug@sad.it>
10658
10659         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10660         BACKSPACE type functions.
10661
10662         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10663         is only cutted from the document but not put in the cut-buffer, where
10664         still the old stuff should be.
10665
10666         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10667
10668         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10669
10670         * tabular.C (SetWidthOfCell): fixed special case where the width
10671         was not updated!
10672         (LeftLine): handle '|' in align_special.
10673         (RightLine): ditto
10674         (LeftAlreadyDrawed): ditto
10675         (SetWidthOfCell): ditto
10676
10677 2001-08-07  Juergen Vigna  <jug@sad.it>
10678
10679         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10680
10681 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10682
10683         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10684         * lyxlex.[hC]: ditto
10685
10686 2001-08-06  Juergen Vigna  <jug@sad.it>
10687
10688         * text.C (getVisibleRow): fix up row clearing a bit.
10689
10690 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10691
10692         * minibuffer.C: make sure the X server sees the changes in the input.
10693
10694 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10695
10696         * paragraph.C (getFont): split into...
10697         (getLabelFont): this
10698         (getLayoutFont): and this
10699         * paragraph_pimpl.C (realizeFont): calling this
10700
10701         * text2.C (getFont): split into...
10702         (getLayoutFont): this
10703         (getLabelFont): and this
10704         (realizeFont): all three calling this
10705
10706         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
10707         files where used.
10708
10709 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10710
10711         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
10712
10713 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
10714
10715         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
10716         layouts from the Quote inset insertion.
10717
10718 2001-08-03  Juergen Vigna  <jug@sad.it>
10719
10720         * BufferView_pimpl.C (update): do the fitCursor only at the end!
10721
10722         * screen.C (drawFromTo): don't call fitcursor here and do the loop
10723         only if status not is already CHANGED_IN_DRAW (second level).
10724
10725         * text.C (draw): don't set the need_break_row when inside an
10726         InsetText LyXText.
10727
10728 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10729
10730         * buffer.C (parseSingleLyXformat2Token): handle more latex
10731         conversion cases.
10732
10733         * bufferview_funcs.[hC]: change function names to
10734         begin with small char, adjust other files.
10735
10736 2001-08-02  André Pönitz <poenitz@gmx.net>
10737
10738         * lyxfunc.C:
10739         BufferView_pimpl.C: remove broken special code for math-greek
10740
10741 2001-08-02  Juergen Vigna  <jug@sad.it>
10742
10743         * BufferView_pimpl.C (update): redone this function so that we
10744         update the text again if there was a CHANGE_IN_DRAW.
10745
10746         * screen.C (cursorToggle): removed LyXText parameter and recoded.
10747         (drawFromTo): added a new internal bool which is used by draw() and
10748         redraw() function.
10749         (general): some cursor drawing problems fixed.
10750
10751 2001-08-01  Juergen Vigna  <jug@sad.it>
10752
10753         * lyxfind.C (LyXFind): fixed
10754         (SearchForward): ditto
10755         (SearchBackward): ditto
10756
10757         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
10758         spurius drawing of the cursor in the main area.
10759
10760         * text2.C (status): small fix which could lead to a segfault!
10761         (clearSelection): remove unneeded BufferView param.
10762
10763 2001-08-01  André Pönitz <poenitz@gmx.net>
10764
10765         * lyxfunc.C: small change due to changed mathed interface
10766
10767 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10768
10769         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
10770
10771 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
10772
10773         * lyxfunc.c: fail gracefully if file doesn't exist
10774
10775         * LyXSendto.C:
10776         * buffer.C:
10777         * lyxfunc.C:
10778         * BufferView_pimpl.C: IsDirWriteable() proto changed
10779
10780         * LyXView.C: fix updateWindowTitle() to store the last title
10781
10782 2001-07-31  Juergen Vigna  <jug@sad.it>
10783
10784         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
10785         the font (wrong since using of Paragraph::highestFontInRange).
10786
10787         * paragraph.C (highestFontInRange): added a default_size parameter.
10788
10789         * text.C (getVisibleRow): minor clear row changes (still not perfect).
10790         (setHeightOfRow): reformat
10791
10792 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10793
10794         * converter.[hC] + affected files: move to (inital-char)lowercase
10795         function names.
10796
10797         * ParagraphParameters.C (ParagraphParameters): remove commented code
10798
10799         * PainterBase.[Ch]: remove commented code
10800
10801         * LaTeXFeatures.h: add "bool floats" for float.sty
10802
10803         * LaTeXFeatures.C (LaTeXFeatures): init floats
10804         (require): handle float
10805         (getPackages): do it with floats
10806
10807 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10808
10809         * BufferView_pimpl.C (Dispatch): improve handling of
10810         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
10811
10812         * commandtags.h: #include lyxfont.h here temporarily to avoid
10813         keybinding bug.
10814
10815         * bufferlist.h: include LString.h here.
10816
10817 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10818
10819         * text2.C (getStringToIndex): new method.
10820
10821 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
10822
10823         * *: Reduced header file dependencies all over.
10824
10825 2001-07-30  Baruch Even  <baruch@lyx.org>
10826
10827         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
10828
10829 2001-07-29  Baruch Even  <baruch@lyx.org>
10830
10831         * buffer.C (readInset): Changed GRAPHICS to Graphics.
10832
10833 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10834
10835         * ParameterStruct.h (endif): add a default constructor to make
10836         sure that all variables is initialized.
10837
10838         * ParagraphParameters.C (ParagraphParameters): adjust
10839
10840 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10841
10842         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
10843         index; also, check that there is something to index, and that it
10844         does not span over several paragraphs.
10845         (doubleClick): use WHOLE_WORD_STRICT for double click.
10846
10847         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
10848
10849         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
10850         scheme.
10851
10852 2001-07-26  Baruch Even  <baruch@lyx.org>
10853
10854         * buffer.C (readInset): Changed to call up InsetGraphics when reading
10855         an InsetFig figure, backwards compatible reading of old figure code.
10856
10857 2001-07-27  Juergen Vigna  <jug@sad.it>
10858
10859         * text2.C: font.realize function adaption.
10860
10861         * text.C (draw): add a warnings lyxerr text if needed.
10862
10863         * layout.C: font.realize function adaption.
10864
10865         * language.C: add inherit_language and implement it's handlings
10866
10867         * bufferview_funcs.C (StyleReset): remove language parameter from
10868         font creation (should be language_inherit now).
10869
10870         * bufferparams.C (writeFile): handle ignore_language.
10871
10872         * paragraph.C (getFontSettings): the language has to be resolved
10873         otherwise we have problems in LyXFont!
10874
10875         * lyxfont.C (lyxWriteChanges): added document_language parameter
10876         (update): removed unneeded language parameter
10877
10878         * paragraph.C (validate): fixed wrong output of color-package when
10879         using interface colors for certain fonts in certain environments,
10880         which should not seen as that on the final output.
10881
10882 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
10883
10884         * BufferView_pimpl.C:
10885         * Thesaurus.h:
10886         * Thesaurus.C:
10887         * Makefile.am:
10888         * commandtags.h:
10889         * LyXAction.C: add thesaurus support
10890
10891         * lyxfind.h:
10892         * lyxfind.C: add "once" parameter, for thesaurus, to not
10893           move to the next match
10894
10895 2001-07-26  Juergen Vigna  <jug@sad.it>
10896
10897         * lyxfont.C (realize): honor ignore_language too!
10898         (resolved): ditto.
10899
10900         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
10901
10902         * text.C (draw): one place more for ignore_language to not draw
10903         itself!
10904
10905 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
10906
10907         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
10908
10909 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10910
10911         * buffer.C (parseSingleLyXformat2Token): a more general fix for
10912         the minipage conversion problem.
10913
10914 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10915
10916         * buffer.C (parseSingleLyXformat2Token): check minipage if we
10917         insert an inset.
10918
10919 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10920
10921         * BufferView.h: don't forward declare WorkArea
10922
10923         * BufferView.C: don't include WorkArea.h
10924
10925 2001-07-25  André Pönitz <poenitz@gmx.net>
10926
10927         * commandtags.h:
10928         * LyXAction.C:
10929         * lyxfunc.C:  new LFUN 'math-space'
10930
10931         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
10932
10933 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10934
10935         * text2.C (toggleInset): call open/close
10936
10937 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10938
10939         * lyxfunc.C (dispatch): add debug for the disabled case
10940
10941         * font.C (buttonText): make similar to rectText
10942
10943         * buffer.C (readInset): comment out parsing of insetlist and
10944         insttheorem
10945
10946         * PainterBase.C (rectText): small correction
10947
10948         * BufferView_pimpl.C: comment out insettheorem and insetlist
10949         * LyXAction.C: ditto
10950         * commandtags.h: ditto
10951
10952 2001-07-24  Juergen Vigna  <jug@sad.it>
10953
10954         * text.C (draw): honor the ignore_language.
10955
10956         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
10957
10958 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10959
10960         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
10961         char inset.
10962
10963 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10964
10965         * lyxtext.h: remove unused (and unimplemented) methods
10966
10967 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10968
10969         * text.C (getVisibleRow): honor background color
10970
10971         * PainterBase.h:
10972         * Painter.h: remove default color argument for fillRectangle
10973
10974         * text.C (backgroundColor): new method
10975
10976 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10977
10978         * text.C (getVisibleRow): adjust
10979
10980         * font.[Ch] (rectText): new method, metrics
10981         (buttonText): new method, metrics
10982
10983         * PainterBase.[hC]: make rectText and buttonText always draw and take
10984         fewer paramteres.
10985
10986 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
10987
10988         * ToolbarDefaults.C (read):
10989         * MenuBackend.C (read): allow escaping in all strings
10990
10991         * BufferView_pimpl.C (insertAndEditInset): new method.
10992         (Dispatch): use insertAndEditInset whenever appropriate.
10993
10994         * BufferView_pimpl.C (insertNote): removed
10995
10996         * BufferView_pimpl.C (smartQuote): new method, moved from
10997         BufferView; if an insetquote cannot be inserted, insert a '"'
10998         character instead.
10999
11000         * BufferView2.C: remove insertCorrectQuote();
11001
11002         * lyxfunc.C (getStatus): Add support for all remaingin
11003         inset-insert lfuns.
11004
11005         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
11006
11007         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
11008         command (necessary to pass " as parameter of self-insert.
11009
11010         * text.C (selectWordWhenUnderCursor):
11011         (selectWord): add word_location parameter
11012         (selectWordWhenUnderCursor): same + remove special code for word
11013         boundary.
11014         (selectNextWord): use kind() to guess type of insetspecialchar,
11015         not latex().
11016
11017         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
11018         (insertErtContents): create ert insets as collapsed.
11019         (readInset): better compatibility code for Info inset.
11020
11021 2001-07-20  Juergen Vigna  <jug@sad.it>
11022
11023         * lyxfunc.C (dispatch): use always LyXFind now!
11024
11025         * text2.C (init): add a reinit flag so that the LyXText can be
11026         reinited instead of deleted and reallocated (used in InsetText).
11027
11028         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
11029
11030         * text.C: ditto
11031
11032         * text2.C: ditto
11033
11034 2001-07-18  Juergen Vigna  <jug@sad.it>
11035
11036         * text.C (selectNextWord): handle insets inside inset by calling
11037         always the bv->text functions so that we can go up the_locking_inset!
11038
11039         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
11040         in strange locations when inside an inset!
11041
11042         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
11043         handling to include insets.
11044
11045         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
11046
11047 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11048
11049         * LyXAction.C (init):
11050         * commandtags.h:
11051         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11052         LIGATURE_BREAK, since the name is so stupid.
11053
11054 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11055
11056         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11057         InsetInfos.
11058
11059         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11060
11061         * sp_form.[Ch]: remove.
11062
11063         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11064
11065         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11066         InsetInfo.
11067
11068         * src/buffer.C (readInset): ditto.
11069
11070 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11071
11072         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11073         menuSeparator(), endOfSentenceDot(), ldots() and
11074         hyphenationPoint(), which are therefore removed.
11075         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11076
11077         * LyXAction.C (init):
11078         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11079
11080         * paragraph.C (getWord): removed.
11081
11082         * BufferView_pimpl.C (Dispatch): use last word or selection for
11083         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11084
11085         * lyx_main.C (queryUserLyXDir): do not ask before creating
11086         user_dir, except if it has been named explicitely.
11087
11088 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11089
11090         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11091         a document of zero size.
11092
11093 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11094
11095         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11096         approriately in the c-tor and in require().
11097         (getPackages): output the appropriate LaTeX for natbib support.
11098
11099         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11100         variables "use_natbib" and "use_numerical_citations" when reading the
11101         LyX file.
11102         (readInset): read the various natbib cite commands.
11103         (validate): white-space change.
11104
11105         * bufferparams.[Ch]: new variables "bool use_natbib" and
11106         "bool use_numerical_citations".
11107         (writeFile): output them in the LyX file.
11108
11109 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11110
11111         * lyxfunc.C (getStatus): add support for all the inset insertion
11112         commands.
11113
11114         * text2.C (insertInset):
11115         * paragraph.C (insetAllowed):
11116         * BufferView_pimpl.C (insertInset): update to take in account the
11117         renaming of insertInsetAllowed
11118
11119         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11120
11121         * text2.C (getInset): new method. returns inset at cursor position.
11122
11123         * BufferView_pimpl.C (Dispatch): changes because of this.
11124
11125         * LyXAction.C (init): rename open-stuff to inset-toggle.
11126
11127         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11128
11129         * text2.C (toggleInset): renamed from openStuff; use
11130         Inset::open().
11131
11132 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11133
11134         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11135
11136         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11137
11138 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11139
11140         * buffer.C (readLyXformat2): Add filename to the error dialog
11141
11142 2001-07-18  Juergen Vigna  <jug@sad.it>
11143
11144         * tabular.C (GetCellNumber): put an assert here instead of the check!
11145
11146 2001-07-17  Juergen Vigna  <jug@sad.it>
11147
11148         * BufferView_pimpl.C (toggleSelection): adapted too.
11149
11150         * text.C (selectNextWord): adapted for use with insets.
11151         (selectSelectedWord): ditto
11152
11153 2001-07-17  Juergen Vigna  <jug@sad.it>
11154
11155         * sp_spell.C (PSpell): fix initialitation order.
11156
11157 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11158
11159         * paragraph.C: spacing
11160
11161 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11162
11163         * sp_spell.C: repair language selection for pspell
11164
11165 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11166
11167         * lyxfunc.h: change more methods to begin with lower char.
11168
11169 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11170
11171         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11172         for unknown layouts.
11173
11174 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11175
11176         * buffer.C (readLyXformat2): Generate an error dialog if there are
11177         unknown layouts.
11178
11179 2001-07-16  Juergen Vigna  <jug@sad.it>
11180
11181         * sp_spell.C: always compile ISpell part.
11182
11183         * lyxrc.C: added use_pspell entry and it's handling.
11184
11185 2001-07-13  Juergen Vigna  <jug@sad.it>
11186
11187         * sp_spell.C: removed double includes.
11188
11189 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11190
11191         Consistent use of Lsstream.h:
11192         * Lsstream.h: added using std::stringstream for consistencies sake.
11193
11194         * buffer.C: removed using std::stringstream
11195
11196         * lyxfont.C (stateText):
11197         * paragraph.C (asString):
11198         * text.C (selectNextWord, selectSelectedWord):
11199         * text2.C (setCounter):
11200         * vspace.C (asString, asLatexString):
11201         std::ostringstream -> ostringstream.
11202
11203 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11204
11205         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11206         * commandtags.h: add LFUN_HELP_ABOUTLYX
11207         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11208
11209 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11210
11211         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11212         cursorToggle()
11213         * lyx_gui_misc.C: remove spellchecker
11214         * lyxfunc.C: showSpellchecker
11215         * sp_base.h: added
11216         * sp_ispell.h: added
11217         * sp_pspell.h: added
11218         * sp_spell.C: added
11219         * sp_form.[Ch]: removed
11220         * spellchecker.[Ch]: removed
11221
11222 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11223
11224         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11225         is set.
11226         (simpleTeXSpecialChars): Simply print the input character without
11227         any special translation if pass_thru is set.
11228
11229         * layout.h: Added bool pass_thru to layout class for being able to
11230         implement pass through of a paragraph for Literate Programming.
11231
11232         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11233         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11234         * layout.C (Read): add "passthru" to list of layout tags and add
11235         code to set the pass_thru boolean when it is read.
11236
11237 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11238
11239         * trans_decl.h: remove allowed from KmodInfo
11240
11241         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11242         remove allowed code
11243         (Load): adjust
11244
11245         * paragraph_pimpl.C (erase): use boost::prior
11246
11247         * Painter.C (text): use data() instead of c_str() when length is
11248         also provided.
11249         * WorkArea.C (putClipboard): ditto
11250         * font.h (width): ditto
11251
11252         * BufferView2.C: use it-> instead of (*it). for iterators
11253         * texrow.C: ditto
11254         * paragraph_pimpl.C: ditto
11255         * paragraph.C: ditto
11256         * minibuffer.C: ditto
11257         * language.C: ditto
11258         * kbmap.C: ditto
11259         * encoding.C: ditto
11260         * counters.C: ditto
11261         * converter.C: ditto
11262         * chset.C: ditto
11263         * Variables.C: ditto
11264         * TextCache.C: ditto
11265         * MenuBackend.C: ditto
11266         * LyXAction.C: ditto
11267         * LColor.C: ditto
11268         * FloatList.C: ditto
11269         * DepTable.C: ditto
11270         * ColorHandler.C (LyXColorHandler): ditto
11271
11272 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11273
11274         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11275
11276         * text2.C (openStuff): reintroduce this method (which had been
11277         nuked in NEW_INSETS frenzy).
11278
11279         * lyxfunc.C (Dispatch): when an action has not been handled, use
11280         its name in the error message, not its number.
11281
11282         * paragraph.C (inInset): change method name to begin with lowercase.
11283
11284         * undo_funcs.C:
11285         * text2.C: updates because of this.
11286
11287 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11288
11289         * ToolbarDefaults.C (add): add spaces in error message
11290
11291 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11292
11293         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11294         (readLyXformat2): rename return_par to first_par, use lyxlex's
11295         pushToken and remove the manual push handling.
11296         (parseSingleLyXformat2Token): add another ert comp. variable:
11297         in_tabular, rename return_par to first_par. handle newlines better
11298
11299 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11300
11301         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11302
11303 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11304
11305         * text2.C (getParFromID): removed
11306
11307         * buffer.C (getParFromID): new method moved form lyxtext.
11308         * BufferView2.C (insertErrors): adjust
11309         (setCursorFromRow): adjust
11310         * BufferView_pimpl.C (restorePosition): adjust
11311         * lyxfunc.C (Dispatch): adjust
11312         * undo_funcs.C (textUndo): adjust
11313         (textRedo): adjust
11314         (textHandleUndo): adjust
11315         (textHandleUndo): adjust
11316
11317 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11318
11319         * buffer.C: up' the LYX_FORMAT
11320
11321         * lyxfont.h: turn NO_LATEX on as default
11322
11323         * buffer.C (insertErtContents): new methods of tex style compability.
11324         (parseSingleLyXformat2Token): use it several places.
11325         * tabular.C (OldFormatRead): and here
11326
11327 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11328
11329         * text2.C: remove some commented code.
11330         reindent file.
11331
11332         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11333         * trans.C: changes because of the above.
11334
11335 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11336
11337         * text2.C (setCounter): Fix counters bug with bibliography layout.
11338
11339 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11340
11341         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11342         own member functions
11343         (simpleTeXSpecialChars): ditto
11344
11345 2001-07-06  Juergen Vigna  <jug@sad.it>
11346
11347         * a lot of files: changed the access to LyXText::status and the
11348         call of undo-functions.
11349
11350         * undo.[Ch]: added a inset_id to the undo informations.
11351
11352         * undo_funcs.[Ch]: added and moved here all undo functions.
11353
11354         * lyxtext.h: give the status enum a weight, made status_ a private
11355         variable and made accessor functions for it, removed the whole bunch
11356         of undo-functions as they are now in their own file, make some
11357         functions publically available. Added function ownerParagraph with
11358         int parameter.
11359
11360         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11361         made InInset() a const function, added getParFromID() function.
11362
11363         * buffer.[Ch]: added const version for inset_iterator functions,
11364         added getInsetFromID() function.
11365
11366         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11367         changed undo functions for new version.
11368
11369 2001-07-05  Juergen Vigna  <jug@sad.it>
11370
11371         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11372         unknow mechanism does not call the proper constructor but only this
11373         one also if I request the other!?
11374
11375 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11376
11377         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11378
11379         * text2.C (LyXText): use initialization lists.
11380
11381         * lyxtext.h (Selection): initialize set_ and mark_
11382         (init): remove method
11383
11384 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11385
11386         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11387
11388 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11389
11390         * screen.[Ch]: change method names to begin with lowercase
11391
11392         * BufferView_pimpl.C (updateScrollbar): simplify further and
11393         hopefully make it a bit faster.
11394
11395 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11396
11397         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11398         calling directly xforms functions.
11399
11400         * Painter.C (Painter):
11401         * lyx_cb.C (MenuWrite):
11402         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11403         fl_display.
11404
11405         * lyx_gui.C: remove bogus guiruntime extern declaration.
11406
11407 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11408
11409         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11410         in NEW_INSETS
11411         (redoDrawingOfParagraph): ditto
11412         (redoParagraphs): ditto
11413         (cutSelection): don't create a object for CutAndPaste use the
11414         static method directly
11415         (pasteSelection): ditto
11416
11417         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11418         LyXview (+ rename)
11419
11420 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11421
11422         * modifications to some other files because of this.
11423
11424         * Makefile.am (lyx_SOURCES): add XFormsView
11425
11426         * XFormsView.[Ch]: new files
11427
11428         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11429         the main window. Move the gui dependent stuff to XFormsView
11430
11431 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11432
11433         * tabular.C (GetCellInset): update cur_cell also in the row/col
11434         version of this function.
11435
11436         * lyxfunc.C: no need to include figure_form.h here.
11437
11438         * FontLoader.h:
11439         * lyxfunc.h:
11440         * lyxscreen.h:
11441         * text2.C:
11442         * lyxvc.C: no need to include forms.h here.
11443
11444 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11445
11446         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11447
11448         * lyxfunc.C (Dispatch):
11449         * Spacing.C (set):
11450         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11451         constructor argument.
11452
11453 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11454
11455         * paragraph.C (Paragraph): dont't clear, and just set layout.
11456         (makeSameLayout): use params's copy contructor.
11457
11458         * ParagraphParameters.[Ch] (makeSame): delete method
11459
11460 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11461
11462         * Variables.[Ch]: fix indentation, rename set to isSet
11463
11464 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11465
11466         * lyxfunc.C (Dispatch): fix typo
11467
11468 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11469
11470         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11471         upper_bound.
11472
11473         * bufferlist.C: include assert.h for emergencyWrite().
11474
11475 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11476
11477         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11478           give up at last (bug #425202) !
11479
11480 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11481
11482         * lyx_gui_misc.C:
11483         * sp_form.h:
11484         * sp_form.C:
11485         * spellchecker.h:
11486         * spellchecker.C: strip spellchecker options and bring up
11487           preferences tab instead
11488
11489 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11490
11491         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11492         the istringstream constructor
11493
11494 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11495
11496         * paragraph.C (getLayout): fix return value
11497
11498         * paragraph.h: do not declare getLayout as inline.
11499
11500         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11501
11502 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11503
11504         * lyxcursor.h (operator<): new func
11505         (operator>): new func
11506         (operator>=): new func
11507         (operator<=): new func
11508
11509         * text.C (changeCase): use selection.start and selection.end
11510         (changeRegionCase): require from to be <= to. Require par to be a
11511         valid paragraph.
11512
11513         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11514
11515 2001-06-27  Juergen Vigna  <jug@sad.it>
11516
11517         * text.C (cursorLeftOneWord): changed to return the cursor and added
11518         overlay with BufferView * parameter which calls this one.
11519         (getWord): added
11520         (selectWord): use new getWord function.
11521         (changeCase): renamed from changeWordCase as and extended to work
11522         also on selections.
11523
11524         * lyxtext.h: added enum word_location
11525
11526         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11527         changeCase as this operates now also on selections.
11528
11529 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11530
11531         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11532
11533         * many files: send debug output to Debug::INFO instead of
11534         Debug::ANY.
11535
11536         * converter.C (View):
11537         (Convert):
11538         (Move): send debug output to Debug::FILES instead of console.
11539
11540 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11541
11542         * lyxfunc.C (getStatus): use func_status
11543
11544         * func_status.h: new header, describing the results of
11545         LyXFunc::getStatus;
11546
11547         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11548         LFUN_MATH_HALIGN.
11549
11550 2001-06-25  The LyX Project  <jug@sad.it>
11551
11552         * buffer.C (sgmlOpenTag):
11553         (sgmlCloseTag):
11554         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11555
11556 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11557
11558         * text2.C: remove some dead code
11559
11560         * tabular.C (GetCellInset): store the last cell checked (gotten)
11561
11562         * tabular.h: add the helper for the speedup
11563
11564         * lyxtext.h: remove some dead code
11565
11566 2001-06-26  The LyX Project  <Asger>
11567
11568         * paragraph.C: Change export to LaTeX of alignment to
11569         \begin{center} and family for better roundtrip work with reLyX.
11570
11571         * Tune the math drawing a bit.
11572
11573 2001-06-25  The LyX Project  <Asger>
11574
11575         * LColor.C (LColor): New color for math background. New color
11576         for buttons.
11577
11578 2001-06-25  The LyX Project  <jug@sad.it>
11579
11580         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11581
11582         * lyxfunc.C (Open):
11583         * bufferlist.C (newFile): do not restrict to files ending with
11584         .lyx
11585
11586         * BufferView_pimpl.C (MenuInsertLyXFile):
11587
11588 2001-06-24  The LyX Project  <jug@sad.it>
11589
11590         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11591         of compare_no_case
11592
11593 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11594
11595         * lyxtext.h: rename most methods to begin with a small char.
11596         Lots of changes because of this.
11597
11598         * paragraph.C (Paragraph): do not call fitToSize
11599         (erase): call Pimpl::erase
11600         (insertChar): call Pimpl::insertChar
11601         (insertInset): call Pipl::insertInset
11602         (breakParagraph): do not call fitToSize
11603         (breakParagraphConservative): do not call fitToSize
11604         (fitToSize): remove method
11605
11606         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11607
11608 2001-06-24  The LyX Project  <Asger>
11609
11610         * Fix Qt compilation^2
11611
11612 2001-06-24  The LyX Project  <jug@sad.it>
11613
11614         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11615         depthHook(getDepth()-1).
11616
11617         * paragraph.h:
11618         * ParagraphParameters.h:
11619         * ParameterStruct.h: change type of depth to unsigned int ==
11620         depth_type. Many adaptations to other files before of that.
11621
11622 2001-06-24  The LyX Project  <Asger>
11623
11624         * Fix Qt compilation.
11625
11626 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11627
11628         * paragraph.h: renamed several methods to begin with small letter.
11629         several changes to many parts of the code because of this.
11630
11631 2001-06-23  The LyX Project  <jug@sad.it>
11632
11633         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11634         rewritten to discard all double spaces when KeepEmpty is off
11635         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11636         to only handle newlines but not fiddle with spaces and friends.
11637
11638         * lyxfunc.C (MenuNew): when doing 'new from template', use
11639         template_path as default directory
11640
11641 2001-06-23  The LyX Project  <Asger>
11642
11643         * Clean-up of header file includes all over
11644         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11645
11646 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11647
11648         * paragraph.h: renamed from lyxparagraph.h
11649
11650 2001-06-23  Asger  <lyx@violet.home.sad.it>
11651
11652         * Buffer.h: Removed Buffer::resize
11653         * BufferList.h: Removed BufferList::resize
11654         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11655         the document lazily when we change the width, or the font settings.
11656
11657 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11658
11659         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11660
11661 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11662
11663         * buffer.h: remove out of date comment
11664
11665 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11666
11667         * lyxscreen.h:
11668         * screen.C: fix "theoretical" GC leak
11669
11670 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11671
11672         * LaTeX.C (scanAuxFile):
11673         (deplog): remove trailing \r when reading stream (useful under
11674         win32)
11675
11676 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11677
11678         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11679         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11680         and BufferView::theLockingInset(Inset*), so should use them and not
11681         access bv_->text->the_locking_inset directly.
11682
11683         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11684
11685 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11686
11687         * Makefile.am:
11688         * tex-defs.h: remove old unused file
11689
11690 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11691
11692         * BufferView_pimpl.C: fix typo, remove minibuffer message
11693           when buffer has loaded
11694
11695 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11696
11697         * lyxfunc.C (Dispatch): use stringstream
11698         (MenuNew): use stringstream
11699         (Open): use stringstream
11700
11701         * importer.C (Import): use stringstream
11702
11703         * bufferview_funcs.C (CurrentState): use stringstream
11704
11705         * LaTeX.C (run): use stringstream
11706
11707         * BufferView_pimpl.C (savePosition): use stringstream
11708         (restorePosition): use stringstream
11709         (MenuInsertLyXFile): use stringstream
11710
11711 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
11712
11713         * BufferView.C:
11714         * Bullet.C:
11715         * ColorHandler.C:
11716         * FontInfo.C:
11717         * FontLoader.C:
11718         * LColor.C:
11719         * LaTeXFeatures.C:
11720         * Painter.C:
11721         * gettext.C:
11722         * lyx_gui_misc.C:
11723         * lyxserver.C:
11724         * vspace.C: removed // -*- C++ -*- as first line.
11725
11726         * lyxfind.h:
11727         * version.h: added // -*- C++ -*- as first line.
11728
11729 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11730
11731         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
11732
11733         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
11734         of string
11735
11736 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11737
11738         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
11739         of floats.
11740
11741 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11742
11743         * gettext.C: include LString.h even when --disable-nls is on.
11744
11745 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
11746
11747         * converter.h (Get): changed argument type from int to
11748         FormatList::size_type to avoid unnecessary conversion.
11749
11750         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
11751         before using it.
11752
11753 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11754
11755         * gettext.h: include LString.h even when --disable-nls is on.
11756
11757 2001-06-07  Juergen Vigna  <jug@sad.it>
11758
11759         * text.C (BreakAgain): subst spaces with tabs.
11760
11761         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
11762         (resizeInsetsLyXText): set force on resizeLyXText.
11763
11764 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11765
11766         * gettext.h (gettext_init):
11767         (locale_init): use a real definition instead of a macro
11768
11769 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11770
11771         * Bufferview_pimpl.C:
11772         * LColor.h:
11773         * LColor.C: further lcolor tidies
11774
11775 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11776
11777         * BufferView_pimpl.C (updateScrollbar): simplify.
11778
11779         * BufferView2.C: don't include insets/insetinfo.h, change
11780         prototype for insertInset and call the Pimpl version. let
11781         updateInset call Pimpl version.
11782
11783         * BufferView.h: move inset_slept to BufferView::Pimpl, move
11784         gotoInset to BufferView::Pimpl
11785
11786 2001-06-01  Juergen Vigna  <jug@sad.it>
11787
11788         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
11789         inside a LockingInset (is the update needed at all?).
11790
11791 2001-05-31  Juergen Vigna  <jug@sad.it>
11792
11793         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
11794         here not the old one otherwise how should we compare it afterwards
11795         if it's the same!
11796
11797 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11798
11799         * lyxfont.C:
11800         * tabular.C:
11801         * tabular-old.C:
11802         * FontInfo.C: bring C functions into global namespace when
11803         necessary
11804
11805 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11806
11807         * LString.h: make sure config.h has been loaded before LString.h.
11808
11809         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
11810         (one for each char read by EatLine!).
11811
11812         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
11813         variables.
11814
11815 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11816
11817         * paragraph.C (BreakParagraph): set the inset_owner in the new par
11818         to the same as the par we break from
11819
11820 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11821
11822         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
11823
11824         * MenuBackend.C (expand): also create menu entries for wide
11825         versions of the floats.
11826
11827         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
11828
11829         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
11830
11831         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
11832         frontends/Makefile.am
11833
11834         * text2.C: adjust
11835         * text.C: adjust
11836
11837
11838         * tabular.C (getTokenValue): add std::
11839
11840         * tabular-old.C (getTokenValue): add std::
11841         (getTokenValue): ditto
11842         (getTokenValue): ditto
11843
11844         * screen.C (ToggleSelection): adjust
11845
11846         * lyxtext.h: put selection cursors inside a Selection struct.
11847
11848         * lyxfunc.C (moveCursorUpdate): adjust
11849
11850         * lyxfont.C (latexWriteStartChanges): add std::
11851
11852         * lyxfind.C: adjust
11853
11854         * font.h: delete with(char const *, LyXFont const &)
11855
11856         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
11857
11858         * FontInfo.C (getFontname): add std::
11859
11860         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
11861         (workAreaButtonPress): adjust
11862         (tripleClick): adjust
11863         (update): adjust
11864         (moveCursorUpdate): adjust
11865         (Dispatch): adjust
11866
11867         * BufferView2.C (gotoInset): adjust
11868
11869 2001-05-30  Juergen Vigna  <jug@sad.it>
11870
11871         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
11872         to check pspell I add this as default as I now have new pspell
11873         libraries and they seem to use this.
11874
11875 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11876
11877         * text2.C (CutSelection): make the cursor valid before the call to
11878         ClearSelection.
11879
11880 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11881
11882         * kbsequence.C (parse): de-uglify a bit the parsing code, which
11883         relied on 0 terminated strings and other horrors. Bug found due to
11884         the new assert in lyxstring!
11885
11886         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
11887         KP_ keys.
11888
11889 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11890
11891         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
11892         to latinkeys.bind.
11893
11894         * lyxfunc.C (processKeySym): change method of getting to the
11895         self-insert char.
11896
11897         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
11898         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
11899         * BufferView_pimpl.[Ch]: here as private methods.
11900
11901 2001-05-28  Juergen Vigna  <jug@sad.it>
11902
11903         * text.C (SetHeightOfRow): added the update() call again as it is
11904         needed to initialize inset dimensions!
11905
11906 2001-05-16  Juergen Vigna  <jug@sad.it>
11907
11908         * text2.C (SetCharFont): Add new function with BufferView * and
11909         bool toggleall parameters for setting insets internal fonts.
11910         (SetFont): Freeze the undo as we may change fonts in Insets and
11911         all this change should be inside only one Undo!
11912
11913         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
11914         setting font's in insets as for them we have the SetFont function!
11915
11916 2001-05-15  Juergen Vigna  <jug@sad.it>
11917
11918         * text2.C (ClearSelection): to be sure we REALLY don't have any
11919         selection anymore!
11920
11921         * tabular.C (TeXCellPreamble): fixed the left border problem for
11922         multicolumn cells.
11923
11924 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
11925
11926         * LaTeX.C (deplog): Make sure that the main .tex file is in the
11927         dependancy file
11928
11929 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11930
11931         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
11932         LFUN_BREAKPARAGRAPH.
11933
11934         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
11935         help test to "internal only", similar for LFUN_INSERT_URL
11936
11937         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
11938         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
11939         auto_region_delete and deadkeys.
11940
11941 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
11942
11943         * LColor.h:
11944         * LColor.C: remove some dead entries, tidy a little
11945
11946 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11947
11948         * lyxfunc.C (processKeySym): comment the Escape handling, remove
11949         commented code.
11950         (Dispatch): implement LFUN_ESCAPE
11951
11952         * commandtags.h: add LFUN_ESCAPE
11953
11954         * LyXAction.C (init): add entry for LFUN_ESCAPE
11955
11956         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
11957         Remove commented code.
11958         (insertNote): moved here
11959         (open_new_inset): moved here
11960
11961         * BufferView[2].[Ch]: move insertNote and open_new_inset to
11962         BufferView_pimpl
11963
11964 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11965
11966         * kbmap.C (findbinding): clean it up and make it work correctly.
11967
11968         * lyx_main.C (init): do not pass argc and argv as parameters
11969
11970 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
11971
11972         * buffer.C: fix path for OS/2 & Win32
11973
11974         * lyx_gui.C:
11975         * lyx_main:
11976         * lyx_main.C: Added os:: class.
11977
11978         * os2_defines.h: update
11979
11980 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11981
11982         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
11983         better by trying again with reduced state.
11984
11985 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11986
11987         * lyxrc.C (read): print error about invalid key sequence only when
11988         debugging (because not all latinX keysyms are known to some X
11989         servers)
11990
11991         * kbsequence.C (getiso): add a few std:: qualifiers
11992         (getiso): comment out extra return statement.
11993
11994 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11995
11996         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
11997         handling.
11998         (Dispatch): enhance the accent inset a bit. (not perfect)
11999
12000 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12001
12002         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
12003
12004 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12005
12006         * bufferlist.C (emergencyWrite): fix assert() call
12007
12008 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
12009
12010         * text.C (InsertChar): Added trivial patch to only send the "you
12011         can not do multiple spaces this way" message once during a
12012         session.
12013
12014 2001-05-08  Baruch Even  <baruch@lyx.org>
12015
12016         * Makefile.am: Changed order of libraries to get LyX to link properly
12017         with the gnome frontend.
12018
12019 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12020
12021         * LaTeXFeatures.h: add a std:: qualifier
12022
12023 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12024
12025         * paragraph.C (String): use stringstream
12026
12027 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12028
12029         * paragraph.C (writeFile): remove footflag arg
12030
12031         * buffer.C (makeLaTeXFile): use stringstream
12032         (latexParagraphs): remove footnot gurba
12033
12034         * LaTeXFeatures.C (getPackages): use stringstream
12035         (getMacros): likewise
12036         (getTClassPreamble): likewise
12037         (getFloatDefinitions): new method
12038
12039         * paragraph.C (writeFile): reindent
12040         (Erase): reindent
12041
12042         * WorkArea.h: revert the xpos + etc changes.
12043
12044         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
12045
12046         * lyxparagraph.[Ch]: add copy constructor, remove Clone
12047
12048         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
12049         (pasteSelection): likewise
12050         * text2.C (CreateUndo): likewise
12051
12052 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12053
12054         * minibuffer.C (peek_event): temporarily reduce the functionality
12055         of the minibuffer (to allow args on lfuns)
12056
12057         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12058         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12059
12060         * buffer.C (readInset): add compability reading of old float
12061         lists, add reading of new style float list.
12062         (readInset): avoid reevaluation of inscmd.getCmdName()
12063         (getLists): reindent
12064
12065         * MenuBackend.C (MenuItem): implement parsing of
12066         md_floatlistinsert and md_floatinsert.
12067         (expand::LastFiles): move initalizaton of iterators out of loop,
12068         avoid reevaluation.
12069         (expand::Documents): introduce typdedef vector<string> Strings,
12070         and use it.
12071         (expand::ExportFormats): introduce typedef vector<Format const *>
12072         Formats, and use it.
12073         (expand): implement FloatListInsert and FloatInsert.
12074
12075         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12076         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12077         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12078
12079         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12080         handling.
12081         (Dispatch::LFUN_FLOAT_LIST): implement
12082
12083 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12084
12085         * LaTeX.C (run): Fix problem with --export code.
12086
12087 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12088
12089         * BufferView.[Ch] (workarea): removed.
12090         (getClipboard) new method; wrapper for workarea()->getClipboard()
12091
12092         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12093         bug.
12094
12095         * WorkArea.h (width, height, xpos, ypos): These methods all
12096         returned the dimensions of the work_area sub-area of WorkArea,
12097         resulting in a position error if the WorkArea were resized. Now
12098         return the dimensions of the entire WorkArea.
12099
12100         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12101
12102 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12103
12104         * LaTeX.C (deplog): correct the syntax of regex reg1
12105
12106 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12107
12108         * undo.C: remove !NEW_INSETS cruft
12109
12110 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12111
12112         * text2.C: remove !NEW_INSETS cruft
12113
12114         * text.C: remove !NEW_INSETS cruft
12115
12116         * tabular.C: remove !NEW_INSETS cruft
12117
12118         * spellchecker.C: remove !NEW_INSETS cruft
12119
12120         * lyxtext.h: remove !NEW_INSETS cruft
12121
12122         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12123
12124         * lyxfunc.C: remove !NEW_INSETS cruft
12125
12126         * lyxfind.C: remove !NEW_INSETS cruft
12127
12128         * lyx_cb.C: remove !NEW_INSETS cruft
12129
12130         * figureForm.C: remove  !NEW_INSETS cruft
12131
12132         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12133
12134         * buffer.[Ch]: remove !NEW_INSETS cruft
12135
12136         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12137
12138         * CutAndPaste.C: remove !NEW_INSETS cruft
12139
12140         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12141
12142         * BufferView2.C: remove !NEW_INSETS cruft
12143
12144         * BufferView.h: remove !NEW_INSETS cruft
12145
12146 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12147
12148         * Lsstream.h: include LString.h before the sstream headers to
12149         fix problem with gcc 2.95.3 and lyxstring
12150
12151 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12152
12153         * lyx_main.C: add using directives when needed for C functions
12154         declared in std:: namespace.
12155
12156 2001-04-27  Juergen Vigna  <jug@sad.it>
12157
12158         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12159         (SetHeightOfRow): comment out the update call should not be needed!
12160
12161 2001-04-13  Juergen Vigna  <jug@sad.it>
12162
12163         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12164         (LyXTabular): tried to minimize operator= operations (and realized
12165         hopfully Lars wish).
12166
12167 2001-04-27  Juergen Vigna  <jug@sad.it>
12168
12169         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12170
12171 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12172
12173         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12174
12175         * buffer.C (readInset): hack to make listof algorithm work
12176
12177         * BufferView_pimpl.C: hack to make listof algorithm work
12178
12179 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12180
12181         * LyXAction.C: removed all !NEW_INSETS cruft
12182         (init): moved lfun_item in method
12183
12184         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12185
12186 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12187
12188         * BufferView2.C (theLockingInset): white space.
12189
12190 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12191
12192         * minibuffer.C: include <iostream>
12193
12194         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12195
12196         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12197
12198         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12199
12200         * text.[Ch] (TransposeChars): new method
12201
12202 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12203
12204         * call message directly through LyXView instead of through LyXFunc
12205         * BufferView2.C: adjust
12206         * BufferView_pimpl.C: adjust
12207         * FontLoader.C: adjust
12208         * buffer.C: adjust
12209         * bufferview_funcs.C: adjust
12210         * converter.C: adjust
12211         * figureForm.C: adjust
12212         * importer.C: adjust
12213         * lyx_cb.C: adjust
12214         * lyx_gui_misc.C: adjust
12215         * lyxfunc.C: adjust
12216         * lyxvc.C: adjust
12217         * text2.C: adjust
12218         + more files in subdirs
12219
12220         * lyxparagraph.h (size): move up int file
12221         (GetLayout): ditto
12222
12223         * adjust all uses of Assert to lyx::Assert.
12224
12225         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12226         lyxfunctional in namespace lyx
12227         * layout.C (hasLayout): ditto
12228         (GetLayout): ditto
12229         (GetLayout): ditto
12230         (delete_layout): ditto
12231         (NumberOfClass): ditto
12232         * converter.C (GetFormat): ditto
12233         (GetNumber): ditto
12234         (Add): ditto
12235         (Delete): ditto
12236         (SetViewer): ditto
12237         * bufferlist.C (getFileNames): ditto
12238         (emergencyWriteAll): ditto
12239         (exists): ditto
12240         (getBuffer): ditto
12241         * MenuBackend.C (hasSubmenu): ditto
12242         (hasMenu): ditto
12243         (getMenu): ditto
12244         * BufferView_pimpl.C (getInsetByCode): ditto
12245
12246 2001-04-18  Juergen Vigna  <jug@sad.it>
12247
12248         * vspace.C (asLatexString): fixed the 100% problem.
12249
12250 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12251
12252         * lyxfunc.C (Dispatch):
12253         * minibuffer.C:
12254         * minibuffer.h: add a few std:: qualifiers
12255
12256 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12257
12258         * minibuffer.[Ch]: reimplement so that commands is initiated and
12259         run from lyxfunc, simplified som handling, and made the completion
12260         and history code for complete. wip.
12261
12262         * lyxfunc.C (processKeySym): call message
12263         (miniDispatch): new temporary method
12264         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12265         (LFUN_MESSAGE): implement
12266         (LFUN_MESSAGE_PUSH): implement
12267         (LFUN_MESSAGE_POP): implement
12268         (initMiniBuffer): the initial/defualt minibuffer message.
12269
12270         * lyxfont.[Ch]: inline some more getters
12271
12272         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12273
12274         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12275
12276         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12277         (AutoSave): use LFUN_MESSAGE
12278         (Reconfigure): ditto
12279
12280         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12281
12282         * figureForm.C: use LFUN_MESSAGE
12283
12284         * converter.C (runLaTeX): use LFUN_MESSAGE
12285
12286         * bufferview_funcs.C: use LFUN_MESSAGE
12287         (Melt): ditto
12288         (changeDepth): ditto
12289
12290         * bufferparams.h: use boost::
12291
12292         * bufferlist.h: inherit privately from noncopyable
12293
12294         * bufferlist.C (loadLyXFile): remove some commented code.
12295
12296         * buffer.C (runChktex): use LFUN_MESSAGE
12297
12298         * ShareContainer.h: inherit privately from noncopyable
12299
12300         * ParagraphParameters.[hC] (depth): inline it.
12301
12302         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12303         methods.
12304         (message): new method
12305         (messagePush): ditto
12306         (messagePop): ditto
12307         (show): init minibuffer
12308         (showState): direct call
12309
12310         * LaTeX.[Ch]: inherit privately from noncopyable
12311         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12312         instead of WriteStatus.
12313
12314         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12315
12316         * BufferView_pimpl.C (buffer): don't init minibuffer
12317         (workAreaButtonPress): use LFUN_MESSAGE
12318         (workAreaButtonRelease): ditto
12319         (savePosition): ditto
12320         (restorePosition): ditto
12321         (MenuInsertLyXFile): ditto
12322         (workAreaExpose): don't init minibuffer
12323         (update): remove commented code, simplify
12324
12325         * BufferView2.C (openStuff): use LFUN_MESSAGE
12326         (toggleFloat): ditto
12327         (menuUndo): ditto
12328         (menuRedo): ditto
12329         (copyEnvironment): ditto
12330         (pasteEnvironment): ditto
12331         (copy): ditto
12332         (cut): ditto
12333         (paste): ditto
12334         (gotoInset): ditto
12335         (updateInset): remove some commented code
12336
12337         * lastfiles.h: inherit privately from noncopyable
12338         * layout.h: ditto
12339         * lyx_gui.h: ditto
12340         * lyx_main.h: ditto
12341         * lyxlex.h: ditto
12342         * lyxlex_pimpl.h: ditto
12343
12344         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12345         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12346         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12347
12348         * LyXAction.h: inherit privately from noncopyable, add methods
12349         func_begin, func_end, returning iterators to the func map.
12350
12351         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12352         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12353         (func_begin): new method
12354         (func_end): new method
12355
12356         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12357         and not)
12358         (copySelection): ditto
12359         (pasteSelection): ditto
12360
12361         * BufferView.C: whitespace change
12362         * BufferView.h: inherit privately from noncopyable
12363
12364 2001-04-16  Allan Rae  <rae@lyx.org>
12365
12366         * tabular-old.C (l_getline):
12367         * spellchecker.C (sc_check_word):
12368         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12369         an unrecognised preprocessor directive.  So ensure they're wrapped.
12370
12371 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12372
12373         * src/exporter.C (Export): Give an error message when path to file
12374         contains spaces.
12375
12376 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12377
12378         * LaTeX.C (deplog): Always check that foundfile exists.
12379
12380 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12381
12382         * lyx_main.h:
12383         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12384
12385 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12386
12387         * tabular.[Ch] (getLabelList): implement new method
12388
12389         * minibuffer.h: comment ouf setTiimer
12390
12391         * minibuffer.C (ExecutingCB): constify res
12392         (peek_event): constify s
12393         (Set): constify ntext
12394         (Init): constify nicename
12395
12396         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12397
12398         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12399         (savePosition): use two params to Minibuffer::Set
12400         (restorePosition): ditto
12401
12402 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12403
12404         * lyx_main.C: include language.h
12405
12406         * Makefile.am (lyx_main.o): add language.h
12407
12408 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12409
12410         * exporter.C:
12411         * paragraph.C:
12412         * screen.C:
12413         * tabular.C:
12414         * CutAndPaste.C: include gettext.h
12415
12416         * lyxfont.h: remove old hack with ON and OFF.
12417
12418         * lyxparagraph.h:
12419         * lyxfont.h: do not include language.h...
12420
12421         * BufferView2.C:
12422         * LaTeXFeatures.C:
12423         * Painter.C:
12424         * bufferview_funcs.C:
12425         * font.C:
12426         * lyxfont.C:
12427         * text.C:
12428         * text2.C:
12429         * trans_mgr.C:
12430         * paragraph.C: ... but do it here instead
12431
12432 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12433
12434         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12435
12436         * tabular.C: small reformat
12437
12438         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12439         NEW_INSETS version
12440         (GetChar): ditto
12441         (BreakParagraph): ditto
12442         (SetOnlyLayout): ditto
12443         (SetLayout): ditto
12444
12445         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12446         with one arg less.
12447
12448         * lastfiles.C: removed most using decl, add std:: where needed
12449
12450         * buffer.C: ws changes
12451
12452         * MenuBackend.C (class compare_format): put into anon namespace
12453         (expand): constify label, names, action, action2
12454         (expand):
12455
12456         * text.C (SingleWidth): constify font
12457         (IsBoundary): constify rtl2
12458         (GetVisibleRow): constify ww
12459
12460         * LaTeX.C (deplog): constify logfile
12461
12462         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12463         start_x, end_x
12464         (workAreaExpose): constify widthChange, heightChange
12465
12466         * lyxrow.C (par): moved
12467         (height): moved
12468         (next): moved
12469         * lyxrow.h: as inlines here
12470
12471         * lyxfont.h (shape): moved from lyxfont.C
12472         (emph): moved from lyxfont.C
12473
12474         * lyxfont.C (LyXFont): use initialization list for all
12475         constructors
12476         (shape): move to lyxfont.h as inline
12477         (emph): move to lyxfont.h as inline
12478
12479
12480 2001-04-04  Juergen Vigna  <jug@sad.it>
12481
12482         * vspace.C: had to include stdio.h for use of sscanf
12483
12484 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12485
12486         * BufferView.h:
12487         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12488         independent of xforms.
12489
12490 2001-04-02  Juergen Vigna  <jug@sad.it>
12491
12492         * spellchecker.C: fixed namespace placing!
12493
12494 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12495
12496         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12497         the LyXParagraph * is 0.
12498
12499 2001-03-29  Juergen Vigna  <jug@sad.it>
12500
12501         * vspace.C: added support for %, c%, p%, l%.
12502         (stringFromUnit): added helper function.
12503         (asLatexString): changed to give right results for the %-values.
12504
12505         * buffer.C: convert the widthp in a width%.
12506
12507 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12508
12509         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12510         figureForm.[Ch].
12511
12512         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12513         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12514
12515         * lyx_cb.[Ch]: see above.
12516
12517         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12518         form1.[Ch].
12519
12520         * form1.[Ch]:
12521         * lyx.[Ch]: replaced by figure_form.[Ch].
12522
12523         * lyx_gui.C:
12524         * lyx_gui_misc.C:
12525         * lyxfunc.C: changed headers associated with above changes.
12526
12527 2001-03-27  Juergen Vigna  <jug@sad.it>
12528
12529         * BufferView_pimpl.C: set the temporary cursor right!
12530
12531 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12532
12533         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12534
12535 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12536
12537         * LString.h: removed "using std::getline"!
12538
12539         * BufferView_pimpl.C (Dispatch): changes due to changes in
12540         InsetInclude::Params.
12541
12542         * buffer.C (tag_name): removed redundant break statements as they were
12543         producing lots of warnings with my compiler.
12544
12545 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12546
12547         * LString.h: add "using std::getline" when using the real <string>.
12548
12549 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12550
12551         * buffer.C: removed bitset usage.
12552         PAR_TAG moved to an anonymous name space.
12553         (tag_name): new funtion, also in the anonymous namespace.
12554         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12555         (makeDocBookFile): clean code. Completed transition from string arrays
12556         to string vectors.
12557         (SimpleDocBookOnePar): code clean.
12558
12559 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12560
12561         * tabular.C: add some comments.
12562
12563 2001-03-22  Juergen Vigna  <jug@sad.it>
12564
12565         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12566         compatibility read a bit and fixed bug with minipage in different
12567         depth.
12568
12569 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12570
12571         * buffer.C (pop_tag): removed.
12572         (push_tag): removed.
12573         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12574         array replaced with vector. Added support for CDATA sections.
12575         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12576         at any nest level.
12577         (makeDocBookFile): XML conformant declaration of CDATA section,
12578         fixed bug related to <emphasis> in the first paragraph char.
12579         (sgmlOpenTag): exclude empty tags.
12580         (sgmlCloseTag): ditto.
12581
12582         * buffer.h (pop_tag): removed.
12583         (push_tag): removed.
12584
12585 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12586
12587         * language.h (Languages): added size_type and size().
12588
12589 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12590
12591         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12592         response on compability reading of minipages. One probliem is that
12593         the old usage of minipages was «flertydig»
12594
12595         * several files here and in subdirs: don't use static at file
12596         scope use anon namespaces instead.
12597
12598 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12599
12600         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12601         LaTeX output. This is necessary for Literate document
12602         processing.
12603
12604 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12605
12606         * buffer.C: insert hfill when needed.
12607
12608         * tabular.C (l_getline): use string::erase, small whitespace change.
12609
12610         * BufferView_pimpl.C: try the anon namespace.
12611         * WorkArea.C: ditto
12612
12613 2001-03-16  Juergen Vigna  <jug@sad.it>
12614
12615         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12616         otherwise it won't open options-dialogs.
12617
12618         * buffer.C: honor pextraWidth(p) on converting minipages.
12619
12620         * tabular.C (l_getline): changed the functions to strip trailing \r.
12621
12622 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12623
12624         * BufferView_pimpl.C:
12625         * minibuffer..C: added "using SigC::slot" declaration.
12626
12627 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12628
12629         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12630
12631         * text2.C: ditto
12632
12633         * text.C: ditto
12634
12635         * paragraph.C: ditto
12636
12637         * lyxtext.h: NO_PEXTRA
12638
12639         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12640
12641         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12642         * ParameterStruct.h: ditto
12643         * ParagraphParameters.h: ditto
12644         * lyxparagraph.h: ditto
12645
12646 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12647
12648         * buffer.C: add compability for minipage alignment.
12649         (latexParagraphs): remove unwanted pextra check.
12650
12651         * several files: remove CXX_WORKING_NAMESPACES
12652
12653         * buffer.C (pop_tag): tie is in namespace boost
12654
12655         * BufferView.h: noncopyable is in namespace boost
12656         * lyxlex.h: ditto
12657         * lyx_main.h: ditto
12658         * lyx_gui.h: ditto
12659         * layout.h: ditto
12660         * lastfiles.h: ditto
12661         * bufferlist.h: ditto
12662         * ShareContainer.h: ditto
12663         * LyXView.h: ditto
12664         * LyXAction.h: ditto
12665         * LaTeX.h: ditto
12666
12667 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12668
12669         * Merging changes from BRANCH_MVC back into HEAD.
12670
12671         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12672
12673 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12674
12675         * BufferView_pimpl.C: change from intl.C
12676
12677         * combox.h:
12678         * combox.C:
12679         * Makefile.am: move combox.*
12680
12681         * form1.h:
12682         * form1.C:
12683         * lyx_gui.C:
12684         * intl.h:
12685         * intl.C: remove dialog (covered by prefs)
12686
12687 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12688
12689         * lyxfunc.C (Dispatch): removed redundant break statement.
12690
12691 2001-03-14  Juergen Vigna  <jug@sad.it>
12692
12693         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12694
12695 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12696
12697         * buffer.C: add hack to fix compability reading of minipages.
12698
12699 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
12700
12701         * buffer.C (getLists): Cleanup.
12702
12703 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12704
12705         * lyxfont.C (update): don't honor toggleall on font size.
12706
12707 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
12708
12709         * bmtable.c:
12710         * bmtable.h:
12711         * Makefile.am: moved to frontends/xforms/
12712
12713         * lyx_gui_misc.C:
12714         * lyxfunc.C:
12715         * BufferView_pimpl.C: changes for moved mathpanel
12716
12717 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12718
12719         * gettext.h: fix gettext_init() in --disable-nls
12720
12721 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12722
12723         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
12724
12725 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
12726
12727         * lyx.C:
12728         * lyx.h: strip external form
12729
12730 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12731
12732         * BufferView_pimpl.C: add comment, destroySplash()
12733
12734 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
12735
12736         * BufferView_pimpl.C:
12737         * LyXAction.C:
12738         * buffer.C:
12739         * commandtags.h:
12740         * lyxfunc.C: use re-worked insetinclude
12741
12742 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12743
12744         * buffer.C: add using std::stringstream.
12745
12746         * lyx_cb.C: readd using std::ios.
12747
12748         * buffer.C: add using std::map.
12749
12750         * BufferView_pimpl.C: add using std::vector.
12751
12752         * ShareContainer.h: add std:: to swap.
12753
12754         * buffer.h: add some typedefs
12755         * buffer.C (getLists): use them
12756         (getLists): renamed from getTocList.
12757         add a counter for the different float types and use it in the
12758         generated string.
12759         (getLists): use the same counter for the NEW_INSETS and the "non"
12760         NEW_INSETS
12761
12762         * lyx_cb.h: remove unused items, includes, using etc.
12763
12764         * ShareContainer.h: remove some commented code, add more comments
12765         and "documentation".
12766
12767 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12768
12769         * buffer.C (getTocList): make the list also when NEW_INSETS is
12770         defined.
12771
12772         * buffer.h: remove TocType
12773
12774         * buffer.C (getTocList): change to return a map<string,
12775         vector<TocItem> >, implement for dynamic number of list.
12776
12777         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
12778         * text2.C (PasteSelection): adjust
12779         * CutAndPaste.C (pasteSelection): adjust
12780
12781         * FloatList.C (FloatList): update from the new_insets branch.
12782         * Floating.[Ch]: ditto
12783         * LaTeXFeatures.C: ditto
12784         * buffer.C: ditto
12785         * lyxlex_pimpl.C: ditto
12786
12787         * paragraph.C (Last): remove when NEW_INSETS is defined.
12788
12789         * other file: changes because of the above.
12790
12791 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12792
12793         * lyxparagraph.h: rename next to next_, previous to previous_,
12794         make them private for NEW_INSETS. Rename Next() to next(),
12795         Previous() to previous().
12796
12797         * other files: changes because of the above.
12798
12799 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
12800
12801         * BufferView.h:
12802         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
12803         problem.
12804
12805 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12806
12807         * main.C (main): pass lyx_localedir to gettext_init().
12808
12809         * gettext.h: remove locale_init and gettext_init macros
12810
12811         * gettext.C (locale_init): new function
12812         (gettext_init): new function
12813
12814         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
12815         setlocale().
12816
12817 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
12818
12819         * Moved credits to frontends:
12820         * credits.[Ch]: removed
12821         * credits_form.[Ch]: removed
12822         * lyx_gui_misc.C: remove credits stuff
12823         * Makefile.am:
12824
12825 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12826
12827         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
12828
12829         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
12830         unneeded destructor.
12831
12832         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
12833         a standalone pointer again.
12834
12835         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
12836
12837 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
12838
12839         * Makefile.am:
12840         * filedlg.h:
12841         * filedlg.C:
12842         * LyXAction.C:
12843         * ToolbarDefaults.C:
12844         * bufferlist.C:
12845         * commandtags.h:
12846         * form1.C:
12847         * form1.h:
12848         * lyx_cb.C:
12849         * lyx_cb.h:
12850         * lyxfunc.h:
12851         * lyxfunc.C:
12852         * BufferView_pimpl.C: use new file dialog in GUII
12853
12854         * lyx_cb.h:
12855         * lyx_cb.C: remove LayoutsCB to Toolbar
12856
12857 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12858
12859         * ShareContainer.h (get): add std:: qualifier
12860
12861 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12862
12863         * ShareContainer.h: define a proper ShareContainer::value_type
12864         type (and use typename to please compaq cxx)
12865
12866 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12867
12868         * lyxparagraph.h: move serveral local vars to
12869         ParameterStruct/ParagraphParameters., use ShareContainer in
12870         FontTable., make vars in FontTable private and add getter and
12871         setter.
12872
12873         * paragraph.C: changes because of the above.
12874
12875         * lyxfont.h: remove copy constructor and copy assignment. (the
12876         default ones is ok), move number inside FontBits. move inlines to
12877         lyxfont.C
12878
12879         * lyxfont.C: add number to initializaton of statics, move several
12880         inlines here. constify several local vars. some whitespace
12881         cleanup. Dont hide outerscope variables.
12882
12883         * Spacing.h: add two new constructors to match the set methods.
12884
12885         * ShareContainer.h: new file, will perhaps be moved to support
12886
12887         * ParameterStruct.h: new file
12888
12889         * ParagraphParameters.h: new file
12890
12891         * ParagraphParameters.C: new file
12892
12893         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
12894         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
12895
12896         * BufferView_pimpl.C: ParagraphParameter changes.
12897         * buffer.C: Likewise.
12898         * bufferview_funcs.C: Likewise.
12899         * text.C: Likewise.
12900         * text2.C: Likewise.
12901
12902 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12903
12904         * lyxfind.C (LyXReplace): do not redefine default argument in
12905         implementation.
12906         (IsStringInText): ditto
12907         (SearchForward): ditto
12908         (SearchBackward): ditto
12909
12910 2001-03-06  Juergen Vigna  <jug@sad.it>
12911
12912         * lyxfind.C (IsStringInText): put parentes around expressions.
12913
12914 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
12915
12916         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
12917
12918 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
12919
12920         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
12921
12922         * stl_string_fwd.h: add comment
12923
12924         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
12925
12926         * tabular.h:
12927         * tabular.C: remove unused DocBook methods
12928
12929         * intl.C:
12930         * language.C:
12931         * paragraph.C:
12932         * buffer.C:
12933         killed DO_USE_DEFAULT_LANGUAGE
12934
12935 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12936
12937         * lyx_gui.C: do not include language.h.
12938
12939         * bufferview_funcs.C (ToggleAndShow): do not provide optional
12940         arguments in function implementation.
12941
12942 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12943
12944         * BufferView_pimpl.C: add <ctime>
12945
12946 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12947
12948         * BufferView_pimpl.C: add using std::find_if
12949
12950 2001-02-27  José Matos  <jamatos@fep.up.pt>
12951
12952         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
12953         by OnlyPath.
12954
12955 2001-02-11  José Matos  <jamatos@fep.up.pt>
12956
12957         * buffer.C (makeDocBookFile): command styles now have a parameter as
12958         "title" by default.
12959
12960 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
12961
12962         * layout_forms.[Ch]: removed
12963         * lyx_cb.[Ch]: out character
12964         * lyx_gui.C: out character
12965         * lyx_gui_misc.C: out character
12966         * bufferview_funcs.C: : out character,
12967         added toggleall as parameter in ToggleAndShow
12968
12969 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
12970
12971         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
12972
12973         * text2.C (SetCurrentFont): Disable number property at boundary.
12974
12975 2001-02-26  Juergen Vigna  <jug@sad.it>
12976
12977         * lyxfunc.C (getStatus): added a string argument override function so
12978         that this is correctly called from LyXFunc::Dispatch if it contains a
12979         do_not_use_argument which is used!
12980         (Dispatch): added check for "custom" export and call appropriate func.
12981
12982 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
12983
12984         * lyxrc.C: Add language_command_local, language_use_babel and
12985         language_global_options.
12986
12987         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
12988
12989         * buffer.C (makeLaTeXFile): Use language_use_babel and
12990         language_global_options.
12991
12992 2001-02-23  Juergen Vigna  <jug@sad.it>
12993
12994         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
12995         which works with LyXText and putted it inside BufferView. Here now we
12996         only call for that part the BufferView::Dispatch() function.
12997
12998         * BufferView.C (Dispatch): added.
12999
13000         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
13001         functions which needs to use a LyXText over from LyXFunc.
13002         (MenuInsertLyXFile): added
13003         (getInsetByCode): added
13004         (moveCursorUpdate): added
13005         (static TEXT): added
13006
13007 2001-02-22  Juergen Vigna  <jug@sad.it>
13008
13009         * BufferView_pimpl.C (update): call a status update to see if LyXText
13010         needs it.
13011
13012 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13013
13014         * vc-backend.C (revert): implement for CVS
13015         (getLog): implement for CVS
13016
13017 2001-02-20  Juergen Vigna  <jug@sad.it>
13018
13019         * text2.C (ClearSelection): added BufferView param for inset_owner call
13020
13021         * lyxfunc.C (TEXT): added this function and use it instead of
13022         directly owner->view()-text of getLyXText().
13023
13024 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
13025
13026         * src/layout_forms.C: out preamble
13027         * src/layout_forms.h: out preamble
13028         * src/lyx_cb.C: out preamble
13029         * src/lyx_cb.h: out preamble
13030         * src/lyx_gui.C: out preamble
13031         * src/lyx_gui_misc.C: out preamble
13032         * src/lyxfunc.C: connect with guii preamble
13033
13034 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13035
13036         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
13037
13038 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
13039
13040         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
13041         whether to run bibtex.
13042
13043 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
13044
13045         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13046
13047 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13048
13049         * Makefile.am (lyx_SOURCES): removed bibforms.h
13050
13051         * vspace.h: doxygen
13052
13053         * text.C (GetVisibleRow): make several local vars const
13054
13055         * tabular.C: small cleanup.
13056
13057         * lyxserver.C (callback): use compare instead of strncmp
13058
13059         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13060         inlines to after class or to paragraph.C
13061
13062         * lyxfont.h: remove friend operator!=
13063
13064         * converter.h: move friend bool operator< to non friend and after
13065         class def.
13066
13067         * combox.h: small cleanup
13068
13069         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13070         to inlines after class def.
13071
13072         * buffer.C (pop_tag): use string operations instead of strcmp
13073
13074         * bmtable.c: doxygen, small cleanup
13075
13076         * LaTeX.h: remove friend operator==
13077
13078 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13079
13080         * screen.C:
13081         * lyxrc.[Ch]:
13082         * lyxfunc.C:
13083         * lyxfont.[Ch]:
13084         * lyx_cb.C:
13085         * intl.[Ch]:
13086         * commandtags.h:
13087         * buffer.C:
13088         * WorkArea.[Ch]:
13089         * LyXAction.C:
13090         * BufferView_pimpl.C:
13091         * BufferView.[Ch]: remove cruft
13092
13093 2001-02-14  Juergen Vigna  <jug@sad.it>
13094
13095         * lyxfunc.C: removed #if 0 unused code
13096
13097         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13098
13099         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13100
13101         * text2.C (SetSelection): added a BufferView * parameter
13102
13103 2001-02-13  Juergen Vigna  <jug@sad.it>
13104
13105         * lyxfunc.C (Dispatch): fixed protected blank problem.
13106         * BufferView2.C (protectedBlank): added LyxText * parameter.
13107
13108         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13109         (AppendColumn): same as above for column_info.
13110
13111         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13112         (moveCursorUpdate): use a LyXText param for support of InsetText.
13113
13114         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13115         (tripleClick): ditto
13116
13117         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13118
13119         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13120
13121         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13122
13123         * text2.C (SetSelection): set correct update status if inset_owner
13124         (ToggleFree): ditto
13125
13126 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13127
13128         * tabular.C: remove some commented code.
13129
13130 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13131
13132         * BufferView_pimpl.C: call hideSplash()
13133
13134         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13135
13136         * include_form.h:
13137         * bibforms.h: remove
13138
13139         * lyxfunc.C:
13140         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13141           add LFUN_CHILD_CREATE
13142
13143         * counters.h: fix tiny typo
13144
13145         * lyx_cb.C:
13146         * lyx.h:
13147         * lyx_gui.C:
13148         * lyx.C: move splash to frontends/xforms/
13149
13150         * lyx_gui_misc.C: move Include and Bibform to frontends
13151
13152         * lyxvc.h: clarify comment
13153
13154         * vspace.C: tiny housekeeping
13155
13156 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13157
13158         * text.C (PrepareToPrint): RTL Fix.
13159
13160         * paragraph.C (GetUChar): New method.
13161         (String):  Use GetUChar.
13162
13163         * buffer.C (asciiParagraph): Use GetUChar.
13164
13165 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13166
13167         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13168
13169 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13170
13171         * buffer.h:
13172         * buffer.C: rename to getLogName(), handle
13173           build log / latex log nicely
13174
13175 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13176
13177         * MenuBackend.C:
13178         * MenuBackend.h: remove support for reference menuitem type.
13179
13180 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13181
13182         * BufferView_pimpl.C: housekeeping
13183         * BufferView_pimpl.h:
13184         * LyXView.h:
13185         * Makefile.am:
13186         * Timeout.C:
13187         * Timeout.h:
13188         * minibuffer.h: move Timeout GUI-I
13189
13190 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13191
13192         * lyxrc.C (read): Update converters data-structures.
13193
13194 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13195
13196         * LaTeX.h (operator!=): add operator != for Aux_Info
13197
13198 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13199
13200         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13201
13202         * LaTeXLog.C: deleted, useful code moved to Buffer
13203
13204         * buffer.h:
13205         * buffer.C: new function getLatexLogName()
13206
13207         * lyx_gui_misc.C:
13208         * lyx_gui.C:
13209         * lyxvc.C:
13210         * lyxvc.h:
13211         * lyxfunc.C: use frontends for LaTeX and VC logs
13212
13213 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13214
13215         * LaTeX.h: yet another std:: that Allan forgot.
13216
13217         * Variables.C (set): renamed from isset(), because this clashes
13218         with some HP-UX macros (grr).
13219
13220 2001-02-06  Allan Rae  <rae@lyx.org>
13221
13222         * LaTeX.h: Another bug fix.  Missing std:: this time.
13223
13224 2001-02-04  Allan Rae  <rae@lyx.org>
13225
13226         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13227         floats problem. I've left it commented out because it's not quite
13228         correct.  It should also test that the current object is a table or
13229         figure inset.  But I haven't gotten around to figuring out how to do
13230         that.  I *think* it'll be something like: "table" == inset.type()
13231
13232         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13233         bool.
13234
13235 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13236
13237         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13238         all the citation/databases/styles in the auxilary file.
13239         (run): Rerun latex if there was a babel language error.
13240
13241 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13242
13243         * text.C (Backspace): Preserve the font when changing newline char
13244         with a space.
13245         (BreakParagraph): If the cursor is before a space, delete the space.
13246
13247         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13248
13249 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13250
13251         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13252         new argument (code).
13253         (ChangeCitationsIfUnique): New method.
13254
13255         * paragraph.C (GetPositionOfInset): Handle bibkey.
13256
13257 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13258
13259         * BufferView_pimpl.h: change type of Position::par_pos to
13260         LyXParagraph::size_type.
13261
13262 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13263
13264         * BufferView_pimpl.C (savePosition, restorePosition): Write
13265         messages to minibuffer.
13266
13267 2001-01-28  José Matos  <jamatos@fep.up.pt>
13268
13269         * buffer.C (makeDocBookFile): adds support for document language.
13270         A silly restriction on the name of LatexCommand types where removed.
13271         Added support for CDATA sections, allows to chars unescaped, used
13272         among others in code, to avoid escape < and >.
13273
13274 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13275
13276         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13277         saved positions instrad of a stack. Furthermore, a position is
13278         stored using paragraph id/paragraph position.
13279
13280         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13281         Remove LFUN_REF_BACK.
13282
13283 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13284
13285         * converter.C (dvipdfm_options): New method.
13286
13287 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13288
13289         * vspace.C (isValidLength): Fix for empty input string.
13290
13291 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13292
13293         * LyXAction.C (init): change description of LFUN_FIGURE to
13294         "Insert Graphics"
13295
13296 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13297
13298         * LaTeX.C: add using directive
13299
13300 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13301
13302         * MenuBackend.C (expand): Fix the sorting of the formats.
13303
13304 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13305
13306         * lyx_main.C: tiny error message fix
13307
13308 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13309
13310         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13311         calling fl_initialize(). This fixes the problem with ',' as
13312         decimal separator in text files.
13313
13314 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13315
13316         * trans.C (process): Fix the keymap bug.
13317
13318 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13319
13320         * LaTeX.C (scanAuxFiles): New method. Provides support for
13321         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13322         (scanLogFile) Scan for "run BibTeX" messages.
13323
13324         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13325         OT1 font encoding. Also, load the aecompl package if the ae
13326         package is loaded.
13327
13328         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13329
13330 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13331
13332         * texrow.C (increasePos): turn two error messages into debug
13333         messages.
13334
13335 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13336
13337         * LaTeX.C (scanAux): Handle the \@input macro.
13338         (runBibTeX): Use scanAux().
13339
13340         * language.C (latex_options_): New field.
13341
13342         * LaTeXFeatures.C (getMacros): Add language macros.
13343
13344         * buffer.C (makeLaTeXFile): Small fix.
13345
13346 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13347
13348         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13349
13350         * text2.C: add a using directive.
13351
13352 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13353
13354         * BufferView2.C:
13355         * lyx_gui_misc.h:
13356         * lyxfr1.C:
13357         * lyxfunc.C: kill LyXBell.
13358
13359 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13360
13361         * text.C (IsBoundary): Remove the error message
13362
13363         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13364
13365         * lyxrc.C (setDefaults): Correct initialization value for
13366         font_norm_type.
13367
13368 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13369
13370         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13371         gotoError().
13372
13373         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13374         and GotoNextNote().
13375
13376         * src/LyXAction.C: Added reference-next.
13377
13378         * text.C (InsertChar): Use contains instead of strchr.
13379
13380         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13381
13382 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13383
13384         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13385         alignment commands (when needed).
13386
13387         * text.C (InsertChar): Add ':' to number separator chars.