]> git.lyx.org Git - lyx.git/blob - src/ChangeLog
the spellcheck cleanup
[lyx.git] / src / ChangeLog
1 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
2
3         * lyxfind.[Ch]: complete overhaul
4         * BufferView_pimpl.C:
5         * lyxfunc.C: adjust
6         * paragraph.[Ch] (insert): add
7
8 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
9
10         * BufferView.[Ch]:
11         * lyxtext.h:
12         * text.C: remove dead spellcheck code
13         
14 2003-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
15
16         * dispatchresult.h: add a val setter
17
18         * cursor.C (dispatch): use a tempvar for data_[i]
19
20 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
21
22         * PosIterator.[Ch]: compile fix
23
24 2003-11-04  Alfredo Braunstein  <abraunst@libero.it>
25
26         * text.C (cursorPar): deactivate the cursor cache
27
28 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
29
30         * undo.C (performUndoOrRedo): fix cursor positioning with lockPath
31
32 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
33
34         * text3.C (dispatch): adjust for new DisptchResult semantics.
35
36         * lyxfunc.C (dispatch): handle update when return from
37         Cursor::dispatch, adjust for new DispatchResult semantics.
38
39         * dispatchresult.h: drop NOUPDATE from dispatch_result_t. Make
40         DispatchResult(true) mean to not update. Add class functions for
41         setting dispatched and update, as well as reading.
42
43         * cursor.C (dispatch): don't handle update here
44
45 2003-11-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
46
47         * trans_mgr.h: store t1_ and t2_ in scoped_ptr
48         * trans_mgr.C: adjust
49
50         * paragraph_funcs.C (readParToken): exception safety
51
52         * lyxvc.h: store the vcs pointer in a scoped_ptr
53         * lyxvc.C: adjust
54
55         * lyxsocket.C (serverCallback): exception safety
56
57         * lyx_cb.C (AutoSaveBuffer): make it return a auto_ptr
58
59         * ispell.C (clone): make it return a auto_ptr
60
61         * factory.C (createInset): exception safety
62         (readInset): exception safety
63
64         * bufferlist.C (newBuffer): exception safety
65
66         * Thesaurus.C (Thesaurus): use initialization for aik_
67
68         * MenuBackend.C (expandToc): exception safety.
69
70 2003-11-03  André Pönitz  <poenitz@gmx.net>
71
72         * buffer.C:
73         * buffer.h:
74         * bufferview_funcs.C: remove getInsetFromId()
75
76         * lyxcursor.[Ch]:
77         * BufferView.[Ch]: move x_fix from LyXCursor to BufferView
78
79         * lyxfunc.C:
80         * text2.C:
81         * text3.C: adjust
82
83 2003-11-03  Alfredo Braunstein  <abraunst@libero.it>
84
85         * PosIterator.C (distance, advance): new
86         * bufferview_funcs.[Ch] (put_selection_at): new
87         * iterators.[Ch] (lockPath): new
88
89 2003-11-02  Alfredo Braunstein  <abraunst@libero.it>
90
91         * iterators.[Ch] (asPosIterator): added
92         * buffer.[Ch] (pos_iterator_begin, pos_iterator_end): added
93         * PosIterator.[Ch]: added
94
95 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
96
97         * text3.C:
98         * lyxfunc.C:
99         * cursor.C (dispatch):
100         * BufferView_pimpl.C (dispatch): adjust for DispatchResult changes
101
102         * dispatchresult.h: remove UNDISPATCHED, DISPATCHED and
103         DISPATCHED_NOUPDATE from dispatch_result_t, add NONE. Add a
104         contructor, add a class function dispatched. Remove operator>=
105
106 2003-11-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
107
108         * debug.C: only use the default constructor for debugstream
109         (lyxerr) here.
110
111         * main.C (main): include debug.h and setup the lyxerr streambuf
112         here.
113
114 2003-10-31  José Matos  <jamatos@lyx.org>
115
116         * paragraph_funcs.C (addDepth, asciiParagraph): move from buffer.C
117
118         * buffer.[Ch] (writeFileAscii, makeLinuxDocFile, makeDocBookFile):
119         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar, asString):
120         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
121         * paragraph_pimpl.C (simpleTeXSpecialC):
122         * tabular.[Ch] (linuxdoc, docbookRow, docbook, ascii):
123         add LatexRunParams argument.
124
125         * exporter.C (Export): change call accordingly.
126
127         * latexrunparams.h: add new member to take care of the other backends.
128 2003-10-30  José Matos  <jamatos@lyx.org>
129
130         * buffer.C (makeLinuxDocFile, makeDocBookFile):
131         * paragraph_funcs.[Ch] (linuxdocParagraphs, docbookParagraphs):
132         factorise code for paragraph output.
133         * buffer.[Ch]:
134         * paragraph.[Ch] (simpleLinuxDocOnePar, simpleDocBookOnePar):
135         move functions.
136
137 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
138
139         * text3.C (dispatch):
140         * lyxfunc.C (dispatch):
141         * cursor.C (dispatch):
142         * BufferView_pimpl.C (dispatch): explict DispatchResult ctor fallout.
143
144         * dispatchresult.h: make the dispatch_result_t ctor explicit
145
146 2003-10-29  Martin Vermeer  <martin.vermeer@hut.fi>
147
148         * sgml.[Ch]:
149         * buffer.C: small refactoring of docbook stuff
150
151 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
152
153         * dispatchresult.h: remove FINISHED_POP as FINISHED has the same
154         meaning.
155
156 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
157
158         * dispatchresult.h: rename DISPATCHED_POP to FINISHED_POP, remove
159         operator dispatch_result_t, and operators for == != and >=
160
161         * cursor.C (dispatch): adjust for operator dispatch_result_t
162         removal. comment out call to update
163
164         * BufferView_pimpl.C (dispatch): dont implicit covert to bool
165
166 2003-10-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
167
168         * text3.C:
169         * text2.C:
170         * text.C:
171         * lyxtext.h:
172         * lyxfunc.C:
173         * cursor.C:
174         * BufferView_pimpl.C: dispatch_result -> DispatchResult changes.
175         (dispatch):
176
177         * dispatchresult.h: new file, DispatchResult broken out of
178         insets/insetbase.h
179
180         * Makefile.am (lyx_SOURCES): add dispatchresult.h
181
182 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
183
184         * text.C (rowBreakPoint): put a hack inside #if 0
185
186 2003-10-28  André Pönitz  <poenitz@gmx.net>
187
188         * lyxtext.h:
189         * metricsinfo.C:
190         * paragraph_funcs.C:
191         * rowpainter.C:
192         * text.C:
193         * text2.C: general cleanup (lots of small stuff)
194
195 2003-10-28  Alfredo Braunstein  <abraunst@libero.it>
196
197         * text2.C (cursorEnd): simple fix to the "end key goes to one
198         before the end on last row" bug
199
200 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
201
202         * text.C (backspace): fix the "zombie characters"
203
204 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
205
206         * lyxfunc.C (dispatch): small fix to toc navigation inside branches
207
208 2003-10-27  André Pönitz  <poenitz@gmx.net>
209
210         * lfuns.h: new LFUN_REPEAT, LFUN_INSERT_LINE, LFUN_INSERT_PAGEBREAK
211
212         * factory.C: handle new InsetPagebreak, InsetLine
213
214         * ParagraphParameters.h: remove [line|pagebreak]_[above|below]
215         and move handling into new InsetPagebreak, InsetLine
216
217         * BufferView_pimpl.C:
218         * LyXAction.C:
219         * ParagraphParameters.C:
220         * ParameterStruct.h:
221         * lyxfunc.C:
222         * lyxtext.h:
223         * paragraph.C:
224         * paragraph.h:
225         * paragraph_funcs.C:
226         * paragraph_pimpl.C:
227         * rowpainter.C:
228         * text.C:
229         * text2.C:
230         * text3.C: adjust
231
232 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
233
234         * text.C:
235         * lyxrow_funcs.[Ch]:
236         * Bidi.C:
237         * paragraph.C:
238         * lyxtext.h:
239         * rowpainter.C:
240         * text2.C:
241         * text3.C: remove lastPos uses in favour of Row::endpos
242
243 2003-10-27  Alfredo Braunstein  <abraunst@libero.it>
244
245         * undo.C (performUndoOrRedo): fix two crashes by setting a
246         cursor by hand and reordering some calls. Use bv->lockInset instead
247         of inset->edit because the latter loses cursor information
248
249 2003-10-25  Alfredo Braunstein  <abraunst@libero.it>
250
251         * text.C (prepareToPrint): fix linebreak rowbreaking as suggested
252         by Martin
253         (rowBreakPoint): fix width. change point to point + 1.
254         Add a missing check.
255
256 2003-10-25  Martin Vermeer  <martin.vermeer@hut.fi>
257
258         * MenuBackend.C:
259         * lyxfunc.C: fix (at least partly) the problems
260         with the Nav menu and headers inside branch insets
261         reported by Kayvan
262
263 2003-10-24  Alfredo Braunstein  <abraunst@libero.it>
264
265         * paragraph.C (getChar): add strong asserts
266
267         * lyxrow_funcs.C (lastPos): remove hideous hack
268
269         * text.C (addressBreakPoint, rowBreakPoint): put endpos in place
270         (fill): adjust to that (avoid an infinite loop)
271
272 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
273
274         * text3.C (cursorPrevious, cursorNext): fix 2 "dontlikes"
275
276 2003-10-23  André Pönitz  <poenitz@gmx.net>
277
278         * RowList_fwd.h: change list<> to vector<> to gain speed
279         after suggestion from Alfredo
280
281 2003-10-23  Alfredo Braunstein  <abraunst@libero.it>
282
283         * lyxtext.h: move the bidi stuff from here...
284         * text.C: and here
285         * text2.C: and here
286         * Bidi.[Ch]: ... to here
287
288 2003-10-23  André Pönitz  <poenitz@gmx.net>
289
290         * lyxtext.h:
291         * text.C (isLastRow, isFirstRow): new functions
292
293         * paragraph.h: new width cache member
294
295         * rowpainter.C: replace RowList::iterator with Row & where possible
296
297         * lyxfunc.C: replace several view()->text with a single call
298
299         * toc.C: fix 'unused' warning
300
301 2003-10-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
302
303         * lyxlex_pimpl.C (setFile,setStream): be sure to use correct types
304         when woring with stream::pos_type
305         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto
306
307 2003-10-22  André Pönitz  <poenitz@gmx.net>
308
309         * lyxtext.h:
310         * text.C: use Row & instead of RowList::iterator
311
312         * lyxrow.h: rename end() to endpos()
313
314         * rowpainter.C:
315         * text.C:
316         * text2.C: adjust
317
318 2003-10-22  Angus Leeming  <leeming@lyx.org>
319
320         * buffer.[Ch] (fully_loaded): new member function, returning true
321         only when the file has been loaded fully.
322         Used to prevent the premature generation of previews and by the
323         citation inset to prevent computation of the natbib-style label.
324
325         * buffer_funcs.C (newFile): set Buffer::fully_loaded once the
326         templates are all set up.
327
328         * factory.C (createInset): remove call to InsetCitation::setLoadingBuffer.
329
330 2003-10-22  Martin Vermeer  <martin.vermeer@hut.fi>
331
332         * text.C: fixed an "oops" in the "is a bit silly"
333         bug fix
334
335 2003-10-21  André Pönitz  <poenitz@gmx.net>
336
337         * FuncStatus.[Ch]: small stuff, whitespace
338
339         * lyxfont.[Ch]: operator<<() for debug reasons
340
341         * lyxfunc.C:
342         * lyxrow_funcs.C:
343         * lyxtext.h: whitespace, spelling
344
345         * paragraph.C: naming of variables
346
347         * text.C:
348         * text2.C: small stuff
349
350
351 2003-10-21  Martin Vermeer  <martin.vermeer@hut.fi>
352
353         * text.C: (1) finish off the inset display() work;
354         (2) fix the "is a bit silly" bug (accessing char
355         past end of par).
356
357 2003-10-20  Martin Vermeer  <martin.vermeer@hut.fi>
358
359         * text.C: re-introduce display() for insets, fixing the
360         various bugs (stretch of line above, math inset
361         positioning, ...)
362
363 2003-10-20  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
364
365         * text.C (rightMargin): remove spurious semicolon
366
367         * lengthcommon.C: add empty unit_name* entries for UNIT_NONE (bug
368         1415)
369
370 2003-10-18  Martin Vermeer  <martin.vermeer@hut.fi>
371
372         * text3.C: fix one crash due to wrong cursor def
373
374 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
375
376         * vc-backend.C (scanMaster): make the regex static
377
378         * LaTeX.C (scanAuxFile): make the regexs static
379
380         * text3.C (doInsertInset, dispatch, dispatch):
381         * text2.C (cursorUp, cursorDown):
382         * text.C (selectNextWordToSpellcheck):
383         * BufferView_pimpl.C (dispatch):
384         * lyxfunc.C (dispatch):  localDispatch -> dispatch
385
386 2003-10-14  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
387
388         * lyxsocket.C: include <cerrno>
389
390 2003-10-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
391
392         * lyxfunc.C (dispatch): remove textcache stuff
393
394         * bufferlist.C (release): remove textcache stuff
395         (closeAll): ditto
396
397         * TextCache.C: delete file
398         * TextCache.h: delete file
399
400         * Makefile.am (lyx_SOURCES): delete TextCache.C and TextCache.h
401
402         * BufferView_pimpl.C (buffer): remove textcache stuff, add a
403         delete of the bv_->text.
404         (resizeCurrentBuffer): remove texcache stuff
405         (workAreaResize): ditto
406
407 2003-10-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
408
409         * lyxfunc.C (getStatus): also set flag disabled if it is a unknown
410         action.
411
412 2003-10-16  André Pönitz  <poenitz@gmx.net>
413
414         * lyxrow.[Ch]:
415         * paragraph.h:
416         * rowpainter.C:
417         * text.C:
418         * text2.C:
419         * text3.C: speed up by storing y positions per paragraph plus per-row
420         offset instead of having a 'full' y position in the row.
421
422 2003-10-15  André Pönitz  <poenitz@gmx.net>
423
424         * iterators.[Ch]:
425         * iterators.[Ch]:
426         * undo.[Ch]: make undo aware of inner insets
427
428 2003-10-14  Angus Leeming  <leeming@lyx.org>
429
430         * lyx_main.[Ch]: make LyX a singleton class, accessible though the new
431         static member functions LyX::ref() and LyX::cref.
432         (lastfiles): new accessor functions for the new lastfiles_ member var.
433         (addLyXView, views_): add a new LyXView to the list of views_.
434         (updateInset): loop over all LyXViews to call their own updateInset
435         member function, returning a pointer to the Buffer owning the inset.
436
437         * BufferView_pimpl.C (loadLyXFile):
438         * MenuBackend.C (expandLastfiles):
439         * bufferlist.C (MenuWrite, QuitLyX):
440         lastfiles is no longer a global variable.
441         Access through LyX::ref().lastfiles(), LyX::cref().lastfiles().
442
443         * boost.C (emergencyCleanup): LyX::emergencyCleanup is no longer a
444         static function. Access through LyX::cref().emergencyCleanup().
445
446 2003-10-14  André Pönitz  <poenitz@gmx.net>
447
448         * iterators.[Ch]: new direct access to innermost LyXText and Inset
449
450         * undo.[Ch]: restoring part of 'undo in insets'
451
452         * Makefile.am:
453         * undo_funcs.[Ch]: merge with undo.[Ch]
454
455         * tabular.C: small cleansing stuff
456
457 2003-10-14  Alfredo Braunstein  <abraunst@libero.it>
458
459         * paragraph_funcs.C (readParToken): report unknown insets as error
460         boxes. Use the outer paragraph as location (also for unknown
461         tokens).
462
463         * factory.C (readInset): do not abort on reading an unknown inset.
464         Eat it and return 0.
465
466 2003-10-13  Angus Leeming  <leeming@lyx.org>
467
468         * lyx_main.C (LyX): remove call to setDisplayTranslator().
469
470         * lyxrc.C: displayTranslator is now a function,
471         declared in GraphicsTypes.h.
472
473 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
474
475         * format.C: new placeholder $$a to pass the socket address.
476
477         * bufferlist.[Ch]: new function getBufferFromTmp.
478
479         * lyxfunc.C: Modification of LFUN_GOTOFILEROW so that it can handle
480           files in the temporary dir.
481
482 2003-10-13  Joao Luis Meloni Assirati <assirati@fma.if.usp.br>
483
484         * lyxsocket.[Ch]: new files. A simple local socket interface for lyx.
485
486         * Makefile.am: add lyxsocket.[Ch].
487
488         * lyx_main.C (error_handler): handle SIGPIPE.
489
490 2003-10-13  André Pönitz  <poenitz@gmx.net>
491
492         * BufferView_pimpl.C:
493         * lyxtext.h:
494         * text.C:
495         * text2.C:
496         * text3.C:
497         * undo_funcs.[Ch]: use paroffset_type instead of
498           ParagraphList::iterators to prevent multiple conversion
499           (and get a more robust interface)
500
501 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
502
503         * lyxfunc.C (dispatch): RESULT -> dispatch_result
504         * lyxtext.h: ditto
505         * text3.C (dispatch): ditto
506
507 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
508
509         * LaTeX.C (handleFoundFile): move the static to smaller scope,
510         move the onlyfile, use onlyfile instead of foundfile in a couple
511         of places.
512
513         * DepTable.C (update): flush the error stream a bit more
514
515 2003-10-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
516
517         * lyxserver.C (callback): adjust
518
519         * lyxfunc.C (getStatus): add a missing brace in commented code
520         (ensureBufferClean): reindent
521         (dispatch): delete version taking a string
522
523 2003-10-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
524
525         * LaTeX.C (deplog): move found file handlig from here...
526         (handleFoundFile): .. to new function here.
527         (deplog): make sure to discover several files mentioned on the
528         same log line.
529
530 2003-10-10  André Pönitz  <poenitz@gmx.net>
531
532         * lyxfunc.C:
533         * lyxtext.h:
534         * tabular.C:
535         * text.C:
536         * text2.C:
537         * text3.C: fix some of the tabular crashes
538
539 2003-10-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
540
541         * MenuBackend.C (binding): put debug message into Debug::KBMAP
542
543         * lyxlex_pimpl.C (setFile): put debug messages into Debug::LYXLEX.
544
545 2003-10-09  André Pönitz  <poenitz@gmx.net>
546
547         * lyxcursor.h: use paroffset_type instead of ParagraphList::iterator
548
549         * BufferView.C:
550         * BufferView_pimpl.C:
551         * bufferview_funcs.C:
552         * lyx_cb.C:
553         * lyxcursor.C:
554         * lyxfind.C:
555         * lyxfunc.C:
556         * lyxtext.h:
557         * text.C:
558         * text2.C:
559         * text3.C:
560         * text_funcs.[Ch]:
561         * textcursor.[Ch]:
562         * undo_funcs.C: adjust
563
564 2003-10-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
565
566         * text2.C (incrementItemDepth): new function, use a backtracking
567         algorithm to discover the correct item depth.
568         (resetEnumCounterIfNeeded): new function, use a backtracking
569         algorithm to discover if counter reset is needed.
570         (setCounter): use them. Simplify a bit. Add different labels for
571         different item depths for itemize.
572
573         * paragraph.C (Paragraph): remove initialization of enumdepth
574         (operator=): ditto
575
576         * paragraph.h: get rid of enumdepth, and use itemdepth both for
577         enumerate and itemize. Change the type of itemdepth to signed char.
578
579 2003-10-08  André Pönitz  <poenitz@gmx.net>
580
581         * lyxtext.h: make the paragraphs_ a pointer instead a ref to make the
582           thing assignable.
583         * text.C:
584         * text2.C: adjust
585
586         * tabular.[Ch]: fix crash after 'row-insert'
587
588 2003-10-08  Angus Leeming  <leeming@lyx.org>
589
590         Fix doxygen warnings.
591
592         * CutAndPaste.[Ch] (availableSelections). Now returns a const vector.
593         Remove CutAndPaste:: prefix from header file declaration.
594
595         * LColor.h (fill): remove LColor:: prefix from declaration.
596
597         * buffer.C (readParagraph, simpleLinuxDocOnePar, simpleDocBookOnePar):
598         use lyx::depth_type rather than Paragraph::depth_type so that
599         header file and .C file match.
600
601         * converter.h (intToFormat): remove Converters:: prefix from declaration.
602
603         * Spacing.h: \file Spacing.h -> \file src/Spacing.h
604         * aspell.C: \file aspell_local.C -> \file aspell.C
605         * gettext.C: \file gettext.C -> \file src/gettext.C
606         * gettext.h: \file gettext.h -> \file src/gettext.h
607         * lyxfont.C: \file lyxfont.C -> \file src/lyxfont.C
608         * lyxfont.h: \file lyxfont.h -> \file src/lyxfont.h
609         * text.C: \file text.C -> \file src/text.C
610
611         * toc.C: move comment so that doxygen is not confused.
612
613 2003-10-07  Angus Leeming  <leeming@lyx.org>
614
615         * factory.C (createInset): InsetExternal::Params -> InsetExternalParams
616
617 2003-10-07  Jürgen Spitzmüller <j.spitzmueller@gmx.de>
618
619         * aspell.C:
620         * aspell_local.h: add forgotten std::string's.
621
622 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
623
624         * LaTeXFeatures.C:
625         * LyXAction.C:
626         * factory.C:
627         * lfuns.h:
628         * lyxfunc.C:
629         * text3.C: The Box patch. Fancybox support, minipage, parbox
630
631 2003-10-07  Martin Vermeer <martin.vermeer@hut.fi>
632
633         * CutAndPaste.h:
634         * DepTable.h:
635         * FloatList.h:
636         * LaTeXFeatures.h:
637         * ParagraphParameters.h:
638         * TextCache.h:
639         * Thesaurus.h:
640         * bufferlist.h:
641         * exporter.h:
642         * importer.h:
643         * lastfiles.h:
644         * lyxfind.h:
645         * lyxfont.h:
646         * lyxlex.h:
647         * lyxtextclasslist.h:
648         * messages.h:
649         * paragraph.h:
650         * paragraph_pimpl.C:
651         * textcursor.h: add <string> and other small fixes to make Lars'
652         std::string patch compile with STLport.
653
654 2003-10-06  Angus Leeming  <leeming@lyx.org>
655
656         * LColor.h: Add missing #include <string>.
657
658 2003-10-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
659
660         * All most all file in all subdirs: Make <string> be the prefered
661         way of getting to std::string, add using declarations.
662
663 2003-10-06  André Pönitz  <poenitz@gmx.net>
664
665         * metricsinfo.C: initialize LyXFont before changing attribute.
666         (fixes the 'math in \emph is upright' bug)
667
668 2003-10-06  André Pönitz  <poenitz@gmx.net>
669
670         * tabular.[Ch]: saner reinitialization, ret rid of LyXTabular::owner_
671
672 2003-10-06  Martin Vermeer  <martin.vermeer@hut.fi>
673
674         * graph.C:
675         * paragraph_pimpl.C: Small fixes to build using STLport
676
677 2003-10-02  André Pönitz  <poenitz@gmx.net>
678
679         * lyxfunc.C:
680         * text3.C: move handling of LFUN_DEPTH *; fix #1360
681
682 2003-10-01  André Pönitz  <poenitz@gmx.net>
683
684         * factory.C: assert early
685
686 2003-09-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
687
688         * lyx_main.C: remove the global debug object
689
690         * debug.h: adjust for new debugstream
691
692         * debug.C: adjust for new debugstream and keep the global debug
693         object here.
694
695 2003-09-22  Angus Leeming  <leeming@lyx.org>
696
697         * paragraph_pimpl.h: add #include "lyxfont.h". Needed by earlier versions
698         of g++ which otherwise complain that the scoped_ptr destructor can't delete
699         an incomplete class LyXFont.
700
701 2003-09-22  Martin Vermeer  <martin.vermeer@hut.fi>
702
703         * factory.C: bug fix in branches
704
705 2003-09-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
706
707         * lyxfunc.C (processKeySym): adjust
708         (dispatch): adjust
709         (dispatch): change arg name from ev to func, adjust
710         (sendDispatchMessage): ditto
711
712         * lyx_main.C (defaultKeyBindings): adjust keybindings
713         (deadKeyBindings): ditto
714
715         * kbsequence.C (addkey): return a FuncRequest
716
717         * kbmap.h (kb_key): struct var FuncRequest instead of int action.
718
719         * kbmap.C (bind): take a FuncRequest as arg, adjust
720         (read): adjust
721         (lookup): adjust
722         (defkey): change to take a FuncRequest as arg, adjust
723         (findbinding): take a FuncRequest as arg, adjust.
724
725         * funcrequest.h (operator=): added
726
727         * funcrequest.C (FuncRequest): default kb_action changed from
728         LFUN_UNKNOWN_ACTION to LFUN_NO_ACTION
729
730         * buffer.C (dispatch): simplify
731         (dispatch): adjust to take a FuncRequest as arg, adjust
732
733         * boost.C (assertion_failed): change assertion message slightly
734
735         * ToolbarBackend.C (read): simplify
736
737         * MenuBackend.C (binding): adjust call to findbinding, add a
738         message if no binding is found.
739         (read): simplify
740         (expandToc): correct by adding a empty FuncRequest
741
742         * LyXAction.C: include <boost/assert.hpp>
743         (isPseudoAction): delete function
744         (LookupFunc): change name to...
745         (lookupFunc): this. change return type to FuncRequest.
746         (getActionName): take kb_action as arg, simplify
747         (funcHasFlag): add an assert, simplify.
748
749 2003-09-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
750
751         * toc.C (action): return a FuncRequest, simplify
752
753         * lyxfunc.C (processKeySym): adjust
754         (getStatus): delete version that takes an int.
755         (getStatus): adjust
756         (dispatch): delete version that takes action as int
757         (dispatch): adjust
758         (sendDispatchMessage): simplify and adjust
759
760         * funcrequest.C (getArg): take unsigned int as arg
761
762         * ToolbarBackend.C (read): adjust
763         (add): delete version that takes func as a string.
764         (getIton): take a FuncRequest as arg
765
766         * MenuBackend.h (MenuItem): store a FuncRequest instead of an int
767         action.
768
769         * MenuBackend.C (MenuItem): add a new construct that only takes a
770         Kind, simplify the constructor use for submenus.
771         (add): adjust
772         (expandLastfiles): adjust
773         (expandDocuments): adjust
774         (expandFormats): adjust
775         (expandFloatListInsert): adjust
776         (expandFloatInsert): adjust
777         (expandToc2,expandToc,expandPasteRecent,expandBranches): adjust
778
779         * LyXAction.h: remove typdefs pseudo_map, arg_item and arg_map.
780         Remove class variables lyx_pseudo_map and lyx_arg_map
781
782         * LyXAction.C (searchActionArg): delete function
783         (getPseudoAction): delete function
784         (retrieveActionArg): delete function
785         (LookupFunc): make it return kb_action, simplify.
786         (getActionName): simplify
787
788         * factory.C (createInset): fix new bug
789
790 2003-09-19  Angus Leeming  <leeming@lyx.org>
791
792         * CutAndPaste.C (pasteSelection): remove fudge used to set the
793         masterFilename_ parameter in the include inset.
794
795         * factory.C (createInset): changes due to the changes to InsetInclude.
796
797 2003-09-19  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
798
799         * paragraph.C: use appropriate alignment tags inside floats (bug 1290)
800
801 2003-09-18  Angus Leeming  <leeming@lyx.org>
802
803         * buffer.C:
804         * BufferView.C: pass the buffer when calling Inset::getLabelList,
805         Inset::fillWithBibKeys.
806         * tabular.[Ch] (getLabelList): receive, pass on a Buffer const & arg.
807
808 2003-09-18  Angus Leeming  <leeming@lyx.org>
809
810         * LaTeXFeatures.[Ch]: append a '_' to the names of all private member
811         variables.
812         (ctor): pass and store a 'Buffer const &'
813         (buffer): new member function.
814
815         * buffer.C (makeDocBookFile, makeLinuxDocFile, makeLaTeXFile): pass
816         '*this' to the LaTeXFeatures ctor.
817
818 2003-09-18  Angus Leeming  <leeming@lyx.org>
819
820         * LColor.h:
821         * lyxfont.C:
822         * lyxfont.h:
823         * lyxtext.h:
824         * text.C: rename EnumLColor as LColor_color.
825
826 2003-09-18  Angus Leeming  <leeming@lyx.org>
827
828         * cursor.[Ch]: use the dispatch_result wrapper class DispatchResult to
829         remove #include "insets/insetbase.h" from cursor.h.
830
831 2003-09-18  Angus Leeming  <leeming@lyx.org>
832
833         * paragraph.[Ch] (insetAllowed): use the InsetOld::Code wrapper class
834         InsetOld_code to remove #include "inset.h".
835
836         * iterators.C: add #include "insets/inset.h"
837
838 2003-09-16  Martin Vermeer  <martin.vermeer@hut.fi>
839
840         * BufferView.C: remove more locking stuff that apparently doesn't
841         do anything sensible.
842
843 2003-09-16  André Pönitz  <poenitz@gmx.net>
844
845         * paragraph.[Ch]:
846         * paragraph_pimpl.[Ch]: un-pimpl Paragraph::(Pimpl::)text for a >10%
847           performance boost.
848
849 2003-09-16  Angus Leeming  <leeming@lyx.org>
850
851         * lyxfont.h (LyXFont_size): a wrapper class for LyXFont::FONT_SIZE.
852
853         * paragraph.[Ch] (highestFontInRange): use LyXFont_size as function
854         arg/return type.
855
856         * paragraph.h: remove #include "lyxfont.h". Forward declare
857         LyXFont_size.
858
859 2003-09-16  Angus Leeming  <leeming@lyx.org>
860
861         * paragraph.C (IsInsetChar): new function in namespace anon, moved out
862         of support/textutils.h.
863         (isWord): move the contents of support/textutils.h's IsWordChar here.
864
865         * buffer.C:
866         * lyxfind.C:
867         * rowpainter.C:
868         * text.C:
869         * text2.C: add #include "paragraph.h".
870
871         * rowpainter.C:
872         * text.C: replace IsInsetChar(c) with a direct test of Paragraph::META_INSET.
873
874 2003-09-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
875
876         * main.C:
877         * lyx_main.C:
878         * lyx_cb.C:
879         * buffer.C:
880         * LaTeX.C: use namespace alias for lyx::support::os
881
882 2003-09-16  Angus Leeming  <leeming@lyx.org>
883
884         * bufferparams.C:
885         * bufferview_funcs.C:
886         * factory.C:
887         * lyxfunc.C:
888         * paragraph_pimpl.C:
889         * rowpainter.C:
890         * text.C: add #include "LColor.h".
891
892 2003-09-16  Angus Leeming  <leeming@lyx.org>
893
894         * lyxfont.[Ch]: (setFamily, setSeries, setShape, setSize, setEmph,
895         setUnderbar, setNoun, setNumber, setColor, setLanguage): no longer
896         return LyXFont &.
897         Store the FontBits::color variable as an int rather than as an
898         LColor::colorso that we can move LColor.h out of the lyxfont.h header
899         file.
900
901         * rowpainter.C (paintAppendixStart, paintPageBreak, paintLengthMarker):
902         LyXFont::setColor, decSize no longer return a LyXFont &, so cannot
903         string calls together.
904
905         * lyxrc.C: add #include "LColor.h".
906
907 2003-09-15  Angus Leeming  <leeming@lyx.org>
908
909         * bufferparams.[Ch]: store the pimpl_ as a copied_ptr, rather than as
910         a cow_ptr.
911
912 2003-09-15  Angus Leeming  <leeming@lyx.org>
913
914         * LColor.h: add an EnumLColor wrapper for LColor::color.
915
916         * lyxfont.[Ch] (color, setColor, realColor):
917         * lyxtext.h, text.C (backgroundColor):
918         pass EnumLColor args to/from the functions, rather than LColor::color
919         ones.
920
921         * lyxfont.h:
922         * lyxtext.h: forward declare EnumLColor.
923
924         * lyx_main.C: add #include "LColor.h".
925
926 2003-09-15  Angus Leeming  <leeming@lyx.org>
927
928         * .cvsignore: add lyx-gtk.
929
930 2003-09-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
931
932         * Chktex.C
933         * LaTeX.C
934         * LaTeXFeatures.C
935         * ParagraphParameters.C
936         * Spacing.C
937         * buffer.C
938         * bufferparams.C
939         * bufferview_funcs.C
940         * chset.C
941         * counters.C
942         * funcrequest.C
943         * lyxfont.C
944         * lyxgluelength.C
945         * lyxlength.C
946         * paragraph.C
947         * paragraph_funcs.C
948         * text3.C
949         * vc-backend.C: remove usage of STRCONV
950
951 2003-09-15  Angus Leeming  <leeming@lyx.org>
952
953         * rowpainter.C (paintLengthMarker, paintPageBreak, paintAppendixStart):
954         explicitly define the color passed to the painter.
955
956 2003-09-15  Angus Leeming  <leeming@lyx.org>
957
958         * bufferparams.C (BufferParams): reorder member initializers to avoid
959         compiler warning.
960
961 2003-09-15  Alfredo Braunstein  <abraunst@libero.it>
962
963         * CutAndPaste.C (pasteSelection): remove an outdated #warning
964         * text.C (updateRowPositions): remove an unusual nop
965
966 2003-09-12  André Pönitz  <poenitz@gmx.net>
967
968         * BufferView_pimpl.C:
969         * Bullet.C:
970         * layout.h:
971         * lyxfunc.C:
972         * lyxlayout.[Ch]:
973         * lyxtextclass.C:
974         * rowpainter.C:
975         * text.C:
976         * text2.C:
977         * Counters.[Ch]: finish the 'automatic counters' job
978
979 2003-09-12  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
980
981         * aspell.C: include <boost/assert.cpp> (compile fix)
982
983 2003-09-10  Rob Lahaye  <lahaye@snu.ac.kr>
984
985         * boost.C (assertion_failed): use lyx::support::abort instead of
986         assert.
987
988 2003-09-10  Angus Leeming  <leeming@lyx.org>
989
990         * Makefile.am (lyx_SOURCES): replace ParagraphList.h and RowList.h
991         with their _fwd progeny.
992
993 2003-09-09  Angus Leeming  <leeming@lyx.org>
994
995         134 files throughtout the source tree: replace 'using namespace abc;'
996         directives with the appropriate 'using abc::xyz;' declarations.
997
998 2003-09-09  Lars Gullik Bjønnes  <larsbj@lyx.org>
999
1000         * boost.C (emergencyCleanup): moved here from LAssert.c
1001         (assertion_failed): new function, called by BOOST_ASSERT
1002
1003         * several files: change Assert to BOOST_ASSERT
1004
1005 2003-09-09  Angus Leeming  <leeming@lyx.org>
1006
1007         * buffer.[Ch]: Add an Impl class and move Buffer's member
1008         variables into it. As a result move several header files out of
1009         buffer.h.
1010
1011         Add header files to lots of .C files all over the tree as a result.
1012
1013 2003-09-09  Angus Leeming  <leeming@lyx.org>
1014
1015         * buffer.[Ch]: make Buffer's member variables private. Add
1016         accessor functions.
1017
1018         Lots of changes all over the tree as a result.
1019
1020 2003-09-08  Angus Leeming  <leeming@lyx.org>
1021
1022         * graph.C: #include <config.h>.
1023
1024 2003-09-08  Angus Leeming  <leeming@lyx.org>
1025
1026         * BranchList.C:
1027         * BufferView.C:
1028         * BufferView_pimpl.C:
1029         * CutAndPaste.C:
1030         * DepTable.C:
1031         * LaTeX.C:
1032         * LaTeXFeatures.C:
1033         * LyXAction.C:
1034         * MenuBackend.C:
1035         * TextCache.C:
1036         * aspell.C:
1037         * buffer.C:
1038         * bufferlist.C:
1039         * changes.C:
1040         * chset.C:
1041         * converter.C:
1042         * counters.C:
1043         * debug.C:
1044         * graph.C:
1045         * ispell.C:
1046         * lyx_cb.C:
1047         * lyxfind.C:
1048         * lyxfunc.C:
1049         * lyxlex_pimpl.C:
1050         * lyxrc.C:
1051         * lyxrow.C:
1052         * paragraph.C:
1053         * rowpainter.C:
1054         * texrow.C:
1055         * text.C:
1056         * text2.C:
1057         * toc.C: remove redundant using directives.
1058
1059 2003-09-07  Angus Leeming  <leeming@lyx.org>
1060
1061         * LaTeXFeatures.h: remove #include "support/types.h".
1062         * ToolbarBackend.h: remove #include <algorithm>.
1063         * changes.h: remove #include <ctime>.
1064         * debug.h: remove #include <iosfwd>.
1065         * graph.h: remove #include "support/std_string.h".
1066         * lyx_main.h: remove #include <csignal>.
1067         * lyxlex_pimpl.h: remove #include <fstream>.
1068         * sgml.h: remove #include <algorithm>, <utility>.
1069         * toc.h: remove #include "support/std_ostream.h".
1070         Add #include <iosfwd>.
1071
1072 2003-09-07  Angus Leeming  <leeming@lyx.org>
1073
1074         * vspace.[Ch] (length): returns a const & to a LyXGlueLength.
1075
1076         * converter.h: forward declare LatexRunParams.
1077         * encoding.h: remove #include "lyxrc.h".
1078         * lyxtext.h: remove #include "LColor.h".
1079         * lyxtextclass.h: remove #include "support/types.h".
1080         * trans.h: remove #include "tex-accent.h".
1081         * trans_mgr.h: remove #include "tex-accent.h".
1082         * insets/inset.h: remove #include "support/types.h", <vector>.
1083         * insets/insetcollapsable.h: remove #include "LColor.h".
1084         * insets/insetinclude.h: remove #include "dimension.h".
1085         * insets/insetlatexaccent.h: remove #include "dimension.h".
1086         * insets/insetoptarg.h:: remove #include "insettext.h".
1087         * insets/insettext.h: remove #include "dimension.h",
1088         <boost/shared_ptr.hpp>
1089
1090         * insets/renderers.h: add #include "dimension.h".
1091         * insets/updatableinset.h: add #include "support/types.h".
1092
1093         * many .C files: Associated changes.
1094
1095 2003-09-06  Angus Leeming  <leeming@lyx.org>
1096
1097         * Bullet.[Ch]: factorize all those #ifdef ENABLE_ASSERTIONS to just
1098         one, inside testInvariant.
1099
1100         * PrinterParams.C: new file.
1101         * PrinterParams.[Ch]: move the function bodies out of line.
1102
1103 2003-09-06  Angus Leeming  <leeming@lyx.org>
1104
1105         * ParagraphParameters.h: forward declare ParameterStruct rather than
1106         including its header file.
1107         (depth): moved out-of-line.
1108
1109 2003-09-06  Angus Leeming  <leeming@lyx.org>
1110
1111         * BufferView_pimpl.h:
1112         * kbmap.h:
1113         * kbsequence.h:
1114         * lyxfunc.h: forward declare LyXKeySym rather than
1115         #include "frontends/LyXKeySym.h".
1116
1117         * BufferView_pimpl.C:
1118         * kbmap.C:
1119         * kbsequence.C:
1120         * lyxfunc.C: associated changes.
1121
1122 2003-09-06  Angus Leeming  <leeming@lyx.org>
1123
1124         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1125         As a result, can remove the #include "insets/inset.h" from BufferView.h
1126
1127 2003-09-06  Angus Leeming  <leeming@lyx.org>
1128
1129         * BufferView.[Ch] (ChangeInsets): moved to BufferView_pimpl.[Ch].
1130         As a result, can remove the #include "insets/inset.h" from BufferView.h
1131
1132 2003-09-06  Angus Leeming  <leeming@lyx.org>
1133
1134         * buffer_funcs.C:
1135         * buffer.h:
1136         * bufferlist.C:
1137         * BufferView.C:
1138         * bufferview_funcs.C:
1139         * BufferView_pimpl.C:
1140         * CutAndPaste.C:
1141         * lyx_cb.C:
1142         * lyxfunc.C:
1143         * paragraph.h:
1144         * ParagraphParameters.C:
1145         * tabular.C:
1146         * text3.C:
1147         * toc.C:
1148         * undo_funcs.C:
1149         * frontends/controllers/ControlDocument.C:
1150         * insets/insetcaption.C: rearrange the #includes into some sort of
1151         coherent order.
1152
1153         * buffer.h: remove #includes ErrorList.h, undo.h
1154
1155 2003-09-06  Angus Leeming  <leeming@lyx.org>
1156
1157         * support/types.h: add a 'depth_type' typedef, used to store the
1158         nesting depth of a paragraph.
1159
1160         * paragraph.h:
1161         * ParameterStruct.h: use this lyx::depth_type typedef rather than
1162         defining explicitly.
1163
1164         * buffer.h:
1165         * paragraph_funcs.h:
1166         * ParagraphParameters.h:
1167         * sgml.h: use lyx::depth_type rather than Paragraph or
1168         ParameterStruct's depth_type.
1169
1170         * buffer.h
1171         * paragraph_funcs.h: no need to #include paragraph.h anymore.
1172
1173         * BufferView.C:
1174         * BufferView_pimpl.C:
1175         * CutAndPaste.C:
1176         * ParagraphParameters.C:
1177         * buffer_funcs.C:
1178         * bufferlist.C:
1179         * bufferview_funcs.C:
1180         * lyx_cb.C:
1181         * lyxfunc.C:
1182         * tabular.C:
1183         * text3.C:
1184         * toc.C:
1185         * undo_funcs.C:
1186         * frontends/LyXView.C:
1187         * frontends/controllers/ControlDocument.C:
1188         * frontends/controllers/ControlErrorList.C:
1189         * insets/insetbibitem.C:
1190         * insets/insetbranch.C:
1191         * insets/insetcaption.C:
1192         * insets/insetcollapsable.C:
1193         * insets/insetenv.C:
1194         * insets/insetert.C:
1195         * insets/insetfloat.C:
1196         * insets/insetfoot.C:
1197         * insets/insetfootlike.C:
1198         * insets/insetnewline.C:
1199         * insets/insetquotes.C:
1200         * insets/insettabular.C:
1201         * insets/insettext.C:
1202         * insets/insetwrap.C: must now explicitly #include "paragraph.h".
1203
1204         * frontends/controllers/ControlChanges.C: #include "changes.h".
1205
1206 2003-09-06  Angus Leeming  <leeming@lyx.org>
1207
1208         * ParagraphList_fwd.h: new file, forward-declaring Paragraph rather
1209         than #including paragraph.h.
1210
1211         * ParagraphList.h:
1212         * RowList.h: deleted. Superfluous.
1213
1214         * CutAndPaste.h:
1215         * iterators.h:
1216         * lyxcursor.h:
1217         * lyxtext.h:
1218         * text_funcs.h:
1219         * undo.h:
1220         * undo_funcs.h:
1221         * insets/inset.h:
1222         * insets/insettext.h: use ParagraphList_fwd.h rather than
1223         ParagraphList.h.
1224
1225         * paragraph.h: don't forward declare ParagraphList.
1226
1227         * buffer.h:
1228         * paragraph_funcs.h: #include ParagraphList_fwd.h and paragraph.h
1229         rather than ParagraphList.h. paragraph.h is still needed for the
1230         Paragraph::depth_type parameters.
1231
1232         * textcursor.h: enable it to compile stand-alone in light of the
1233         above changes.
1234
1235         * bufferview_funcs.C:
1236         * iterators.C:
1237         * lyxfunc.C:
1238         * lyxrow_funcs.C:
1239         * paragraph.C:
1240         * rowpainter.C:
1241         * text.C:
1242         * text2.C:
1243         * text3.C:
1244         * text_funcs.C:
1245         * textcursor.C:
1246         * undo.C:
1247         * frontends/controllers/ControlParagraph.C:
1248         * frontends/controllers/ControlTabular.C:
1249         * insets/insetmarginal.C:
1250         * insets/insetminipage.C:
1251         * insets/insetnote.C:
1252         * insets/insetoptarg.C: add header files needed to compile again.
1253
1254 2003-09-06  Angus Leeming  <leeming@lyx.org>
1255
1256         * RowList_fwd.h: new file, forward-declaring Row rather than
1257         #including lyxrow.h.
1258
1259         * lyxrow_funcs.h:
1260         * lyxtext.h:
1261         * paragraph.h:
1262         * insets/insettext.h: use it instead of RowList.h
1263
1264         * bufferview_funcs.C:
1265         * lyxfunc.C:
1266         * lyxrow_funcs.C:
1267         * paragraph.C:
1268         * rowpainter.C:
1269         * text.C:
1270         * text2.C:
1271         * text3.C: #include "RowList.h".
1272
1273 2003-09-05  Angus Leeming  <leeming@lyx.org>
1274
1275         * factory.C (createInset):
1276         * vspace.C (c-tor): replace sscanf call with an istringstream.
1277         * ispell.C: re-add missing HP/UX headers.
1278         * lyxserver.C: re-add missing  os2 headers.
1279
1280 2003-09-05  Martin Vermeer  <martin.vermeer@hut.fi>
1281
1282         * BranchList.C:
1283         * graph.C:
1284         * ispell.C:
1285         * lastfiles.C:
1286         * lyx_cb.C:
1287         * lyxserver.C:
1288         * texrow.C:
1289         * text3.C: re-add missing system headers, needed for 2.95.2.
1290
1291 2003-09-05  Angus Leeming  <leeming@lyx.org>
1292
1293         Changes most place everywhere due to the removal of using directives
1294         from support/std_sstream.h.
1295
1296 2003-09-05  Angus Leeming  <leeming@lyx.org>
1297
1298         Replace LString.h with support/std_string.h,
1299         Lsstream.h with support/std_sstream.h,
1300         support/LIstream.h with support/std_istream.h,
1301         support/LOstream.h with support/std_ostream.h.
1302
1303         Changes resulting throughout the tree.
1304
1305 2003-09-05  Angus Leeming  <leeming@lyx.org>
1306
1307         * sgml.h: ensure that the header file can be compiled stand-alone.
1308         * *.C: strip out redundant #includes. (320 in total.)
1309
1310 2003-09-04  Angus Leeming  <leeming@lyx.org>
1311
1312         * LaTeXFeatures.C (getMacros): move the output of the preamble_snippets
1313         here (from getPackages).
1314
1315         * debug.[Ch]: add a new EXTERNAL tag.
1316
1317 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1318
1319         * text2.C (cursorEnd): simplify
1320         (setCursor): adjust
1321         (getColumnNearX): adjust
1322
1323         * text.C (computeBidiTables): adjust
1324         (fill): adjust
1325
1326         * rowpainter.C (paintChars): adjust
1327         (paintSelection): adjust
1328         (paintChangeBar): adjust
1329         (paintText): adjust
1330
1331         * lyxrow_funcs.C (lastPrintablePos): remove, all users now call
1332         lastPos instead.
1333         (numberOfSeparators): adjust
1334
1335 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1336
1337         * LyXAction.C:
1338         * box.[Ch]:
1339         * lfuns.h:
1340         * lyxfunc.C:
1341         * text3.C: Restricts the mouse click functionality
1342         of insets like bibtex, include, toc and floatlist to the visible
1343         button, and allows the use of LFUN_INSET_SHOW_DIALOG to bring
1344         up the dialogs. Cursor has to be in front of the inset (i.e.
1345         start of row) for this to function.
1346
1347 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1348
1349         * bufferview_funcs.C (currentState): output row information
1350
1351 2003-09-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
1352
1353         * bufferview_funcs.C (currentState): output paragraph position
1354
1355 2003-09-04  Angus Leeming  <leeming@lyx.org>
1356
1357         * FloatList.h: move out #include "Floating.h".
1358         * LaTeX.h: move out #include "DepTable.h".
1359         * LyXAction.h: move out #include "funcrequest.h".
1360         * buffer.h: move out #include "author.h", "iterators.h".
1361         * bufferparams.h: move out #include "LaTeXFeatures.h", "texrow.h".
1362         * lyx_main.h: move out #include "errorlist.h".
1363         * lyxfunc.h: move out #include "FuncStatus.h".
1364         * lyxtext: move out #include "lyxcursor.h".
1365         * paragraph_pimpl.h: move out #include "counters.h".
1366
1367 2003-09-03  Angus Leeming  <leeming@lyx.org>
1368
1369         * LaTeXFeatures.[Ch]: replace the externalPreambles string with a
1370         preamble_snippets list, enabling us to add snippets to the preamble
1371         only if the snippet was not there already.
1372
1373 2003-09-04  Angus Leeming  <leeming@lyx.org>
1374
1375         * Chktex.C, converter.C, lyx_cb.C: add #include "support/lyxlib.h".
1376
1377 2003-09-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
1378
1379         * lyxfunc.C (dispatch): if fitCursor did something be sure to
1380         update
1381
1382 2003-09-03  Martin Vermeer  <martin.vermeer@hut.fi>
1383
1384         * BranchList.C: point fix, earlier forgotten
1385
1386 2003-09-02  Angus Leeming  <leeming@lyx.org>
1387
1388         * box.C (contains): renamed from 'contained' after a fantastic
1389         amount of hot air.
1390
1391 2003-09-02  John Levon  <levon@movementarian.org>
1392
1393         * BufferView.C:
1394         * lyxcursor.h:
1395         * lyxcursor.C:
1396         * lyxfunc.C:
1397         * lyxfunc.h: remove cursor.i[x]y(), it no longer differs
1398
1399 2003-09-02  John Levon  <levon@movementarian.org>
1400
1401         * text2.C: simplification of cursorEnd(), including partial
1402         fix for bug 1376
1403
1404 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1405
1406         * buffer.C (readFile): add a space
1407
1408 2003-09-02  Alfredo Braunstein  <abraunst@libero.it>
1409
1410         * BufferView_pimpl.C (update): remove bogus fitCursor() call
1411
1412 2003-09-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
1413
1414         * buffer.C (readFile): new function, take a filename and a
1415         ParagraphList::iterator
1416         (readFile): adjust
1417         (readFile): adjust, make it private. don't use setStream, make
1418         lyx2lyx use a temporary file. Some simplificaton. Make the Alerts
1419         always contain the filename.
1420
1421         * BufferView.C (insertLyXFile): simplify and make it work for
1422         gzipped files.
1423
1424 2003-08-30  John Levon  <levon@movementarian.org>
1425
1426         * Makefile.am: fix dist (from Kayvan)
1427
1428 2003-08-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1429
1430         * most files: change to use const Buffer refs
1431
1432 2003-08-27  André Pönitz  <poenitz@gmx.net>
1433
1434         * BufferView.[Ch]: remove getParentText, implement getParentLanguage
1435         on top of ownerPar().
1436
1437 2003-08-27  John Levon  <levon@movementarian.org>
1438
1439         * funcrequest.C: properly initialise POD members
1440
1441 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1442
1443         * lyxtext.h (top_y): move top_y from here
1444         * text.C:
1445         * text2.C:
1446         * text3.C:
1447         * BufferView.[Ch]:
1448         * BufferView_pimpl.[Ch]: to here
1449         * frontends/screen.C:
1450         * insets/insettabular.C:
1451         * insets/insettext.C: adjust
1452         * rowpainter.[Ch] (paintRows): remove LyXText & argument
1453
1454 2003-08-27  Alfredo Braunstein  <abraunst@libero.it>
1455
1456         * BufferView.[Ch]:
1457         * BufferView_pimpl.[Ch] (updateInset): add an InsetOld * argument
1458
1459 2003-08-26  André Pönitz  <poenitz@gmx.net>
1460
1461         * paragraph_func.[Ch] (outerPar): new function
1462
1463         * paragraph.C:
1464         * paragraph_funcs.C:
1465         * paragraph_funcs.h:
1466         * paragraph_pimpl.C:
1467         * text2.C: remove Inset::par_owner
1468
1469 2003-08-25  Martin Vermeer  <martin.vermeer@hut.fi>
1470
1471         * lyxrow_funcs.C:
1472         * lyxtext.h:
1473         * text.C:
1474         * text2.C: eliminates the needFullRow/display() stuff
1475         altogether, putting the logic in metrics/draw in the insets.
1476
1477 2003-08-25  Alfredo Braunstein  <abraunst@libero.it>
1478
1479         * text2.C (redoParagraphInternal, redoParagraphs):
1480         * text.C (redoParagraph): add a call to updateRowPositions at the
1481         end of each 'metrics-like' call. Remove all others.
1482         (getRow): remove the 'y-computing' version.
1483         (getRowNearY): do not compute nor return the real y. Solve the
1484         'y < 0' problem and simplify.
1485
1486 2003-08-22  Angus Leeming  <leeming@lyx.org>
1487
1488         * *.[Ch]: clean-up of licence and author blurbs.
1489         Also move config.h out of a few .h files and into a few .C files.
1490
1491 2003-08-22  André Pönitz  <poenitz@gmx.net>
1492
1493         * lyxrow.[Ch]: add x_ and *fill_ members
1494
1495         * lyxtext.h:
1496         * text.C:
1497         * rowpainter.C:
1498         * text2.C: adjust/remove prepareToPrint() calls
1499
1500 2003-08-22  André Pönitz  <poenitz@gmx.net>
1501
1502         * lyxrow.[Ch]: add  end_ member
1503
1504         * lyxrow_funcs.C: use LyXRow::end_
1505
1506         * lyxtext.h (singleWidth): add LyXFont parameter
1507
1508         * rowpainter.C:
1509         * text2.C: adjust LyXText::singleWidth() calls
1510
1511         * text.C (redoParagraph): simplify row breaking logic
1512
1513
1514 2003-08-19  André Pönitz  <poenitz@gmx.net>
1515
1516         * funcrequest.C: initialize button_ member
1517
1518         * text3.C:
1519         * rowpainter.[Ch]: interface consolidation
1520
1521 2003-08-18  André Pönitz  <poenitz@gmx.net>
1522
1523         * BufferView.C:
1524         * BufferView_pimpl.C:
1525         * lyxfind.C:
1526         * paragraph_funcs.C:
1527         * rowpainter.C:
1528         * text3.C: remove LyXScreen::draw() and fitCursor calls
1529
1530         * BranchList.h: remove spurious semicolons
1531
1532         * MenuBackend.C: fix branchlist related crash
1533
1534 2003-08-17  Martin Vermeer  <martin.vermeer@hut.fi>
1535
1536         * BranchList.[Ch]:
1537         * InsetList.[Ch]:
1538         * LColor.[Ch]:
1539         * LyXAction.C:
1540         * Makefile.am:
1541         * MenuBackend.[Ch]:
1542         * bufferparams.[Ch]:
1543         * factory.C:
1544         * lfuns.h:
1545         * lyxfunc.C:
1546         * text3.C: implements the 'branch inset'
1547         idea. This allows the output of various versions of a document
1548         from a single source version, selectively outputing or suppressing
1549         output of parts of the text.
1550         This implementation contains a 'branch list editor' in a separate
1551         tab of the document settings dialog. Branches are user definable
1552         and have a "display colour" to distinguish them on-screen.
1553
1554         ColorHandler was somewhat cleaned up.
1555         (1) make possible a dynamically growing LColor list by allowing
1556         the graphic context cache to grow along (vector);
1557         (2) eliminate an IMHO unnecessary step in colour allocation.
1558
1559 2003-08-15  Kayvan A. Sylvan <kayvan@sylvan.com>
1560
1561         * BufferView_pimpl.C: compile fix
1562
1563 2003-08-15  André Pönitz  <poenitz@gmx.net>
1564
1565         * rowpainter.C: remove extra metrics calls
1566
1567         * lyxtext.h: merge the two constructors into a single one,
1568           pass reference to owner's par list
1569
1570         * BufferView_pimpl.C:
1571         * text.C:
1572         * text2.C: adjust
1573
1574 2003-08-15  André Pönitz  <poenitz@gmx.net>
1575
1576         * lyxrow_funcs.[Ch]:
1577         * lyxtext.h:
1578         * paragraph.h:
1579         * paragraph_funcs.C:
1580         * rowpainter.C:
1581         * text.C:
1582         * text2.C:
1583         * text3.C:
1584         * text_funcs.C: split LyXText::rowlist_ into individual
1585         Paragraph::rows_ chunks
1586
1587         * BufferView.[Ch]:
1588         * BufferView_pimpl.[Ch]:
1589         * lyxfind.C:
1590         * lyxtext.h:
1591         * text3.C: remove toggleSelection()
1592
1593 2003-08-12  Michael Schmitt  <michael.schmitt@teststep.org>
1594
1595         * bufferlist.C: beautify two alerts (shorter text of buttons)
1596         * buffer.C: Remove redundant ' ' from message
1597         * tabular.h:
1598         * tabular.C: rename LYX_VALIGN_CENTER" to LYX_VALIGN_MIDDLE";
1599         rename M_VALIGN_CENTER to M_VALIGN_MIDDLE;
1600         rename VALIGN_CENTER to VALIGN_MIDDLE
1601
1602 2003-08-11  André Pönitz  <poenitz@gmx.net>
1603
1604         * lyxtext.h (getPar):
1605         * text.C: new function
1606
1607 2003-08-11  André Pönitz  <poenitz@gmx.net>
1608
1609         * Makefile.am:
1610         * tracer.[Ch]: remove unneeded files
1611
1612         * InsetList.[Ch]: remove resizeInsetsLyXText()
1613
1614         * lyxtext.h:
1615         * text.C:
1616         * text2.C:
1617         * text3.C: merge insertParagraphs() and appendParagraph()
1618         remove breakAgain(), update()
1619
1620         * BufferView_pimpl.[Ch]:
1621         * bufferview_funcs.[Ch]:
1622         * lyxfunc.C:
1623         * paragraph.[Ch]:
1624         * rowpainter.C:
1625         * tabular.C: adjust after text & InsetList changes.
1626
1627 2003-08-08  André Pönitz  <poenitz@gmx.net>
1628
1629         * text.C (insertChar, backspace): replace rowlist fiddling
1630         with rebreak of full par
1631
1632         * lyxtext.h:
1633         * text.C (breakAgainOneRow, redoHeightOfParagraph,
1634         checkParagraph, updateInset): removed
1635
1636 2003-08-07  André Pönitz  <poenitz@gmx.net>
1637
1638         * paragraph.C:
1639         * text3.C: merge some LFUN handlers, remove dead code
1640
1641 2003-08-06  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1642
1643         * .cvsignore: add lyx-xforms, lyx-qt, version.C-tmp and stamp-version
1644
1645 2003-08-05  Alfredo Braunstein  <abraunst@libero.it>
1646
1647         * text2.C (DEPM): fix part of bug 1255 and 1256
1648
1649 2003-08-05  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1650
1651         * BufferView_pimpl.C (workAreaDispatch): change to use
1652         LyXView::dispatch instead of BufferView::Pimpl::dispatch for lfuns
1653         that are no mouse related.
1654
1655 2003-08-05  André Pönitz  <poenitz@gmx.net>
1656
1657         * BufferView.[Ch]:
1658         * BufferView_pimpl.[Ch]:
1659         * bufferview_funcs.C:
1660         * text2.C:
1661         * text3.C: rip out "deep update"
1662
1663         * textcursor.[Ch] (last_sel_cursor): remove unused member
1664
1665 2003-08-04  André Pönitz  <poenitz@gmx.net>
1666
1667         * BufferView.[Ch]:
1668         * BufferView_pimpl.[Ch]:
1669         * ParagraphParameters.C:
1670         * bufferview_funcs.C:
1671         * lyx_cb.C:
1672         * lyxfind.C:
1673         * lyxfunc.C:
1674         * text.C:
1675         * text2.C:
1676         * text3.C: replace "complicated" BufferView::update(...) calls with
1677         simpler ones.
1678
1679         * BufferView.[Ch]: remove now unneeded BufferView::UpdateCodes
1680
1681 2003-08-02  Kayvan Sylvan  <kayvan@sylvan.com>
1682
1683         * Makefile.am (lyx_SOURCES): add paper.h
1684
1685 2003-08-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
1686
1687         * Makefile.am: move things around so that both lyx-qt and
1688         lyx-xforms can be built (according to --with-frontend). Then lyx
1689         is a symbolic link to lyx-[firstfrontend]
1690
1691 2003-08-02  Lars Gullik Bjønnes  <larsbj@lyx.org>
1692
1693         * Always use std::endl with lyxerr
1694
1695 2003-08-01  Lars Gullik Bjønnes  <larsbj@lyx.org>
1696
1697         * BufferView_pimpl.C: _Always_ use std::endl with lyxerr
1698
1699 2003-08-01  André Pönitz  <poenitz@gmx.net>
1700
1701         * BufferView.[Ch]:
1702         * BufferView_pimpl.[Ch]:
1703         * lyxfunc.C:
1704         * text3.C: merge BufferView::repaint() and BufferView::update()
1705
1706 2003-08-01  José Matos  <jamatos@lyx.org>
1707
1708         * buffer.[Ch]: file_format is no longer a buffer data element.
1709
1710 2003-08-01  André Pönitz  <poenitz@gmx.net>
1711
1712         * BufferView.C:
1713         * lyxtext.h:
1714         * text.C:
1715         * text2.C: make redoParagraph more independent of current cursor
1716
1717         * lyxtext.h (need_update, needUpdate, postPaint, clearPaint):
1718         * text.C:
1719         * text2.C: remove unneeded members
1720
1721 2003-07-30  André Pönitz  <poenitz@gmx.net>
1722
1723         * paragraph.[Ch] (copyIntoMinibuffer): removed unused function
1724
1725         * paragraph.[Ch] (cutIntoMinibuffer, insertFromMinibuffer):
1726           create a single function...
1727
1728         * paragraph_funcs.C (moveItem): ... here.
1729
1730         * text.C:
1731           lyxtext.h (LyXText::workWidth(InsetOld*)) remove. unused.
1732
1733 2003-07-30  Martin Vermeer  <martin.vermeer@hut.fi>
1734
1735         * LColor.[Ch]: Add comment and greyedout logical colors.
1736
1737 2003-07-30  André Pönitz  <poenitz@gmx.net>
1738
1739         * tabular.C: don't use Assert too heavily. This crashes where it
1740           shouldn't
1741
1742 2003-07-30  Alfredo Braunstein  <abraunst@libero.it>
1743
1744         * lyxfunc.C (dispatch): do not mark the buffer dirty if the action
1745         is disabled (bug 1232)
1746
1747 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1748
1749         * factory.C: limited 'arg' scope
1750
1751 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1752
1753         * factory.C: fixed Note submenu issues
1754
1755 2003-07-30      Martin Vermeer  <martin.vermeer@hut.fi>
1756
1757         * factory.C: submenu for Note/Comment/Greyedout
1758
1759 2003-07-29  Alfredo Braunstein  <abraunst@libero.it>
1760
1761         * lyx_main.C (LyX):
1762         * BufferView_pimpl.C (loadLyXFile): fix to bugs 1287 and 1297 + ws
1763
1764 2003-07-29  Martin Vermeer  <martin.vermeer@hut.fi>
1765
1766         * LaTeXFeatures.C:
1767         * lyx_sty.[Ch]:h: Implement a newenvironment in preamble for
1768         greyedout. Patch provided by Jürgen Spitzmüller.
1769
1770 2003-07-29  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1771
1772         * kbmap.C (read): fix error message when reading bind files
1773
1774 2003-07-29  Angus Leeming  <leeming@lyx.org>
1775
1776         * BufferView.[Ch] (ChangeCitationsIfUnique): This function most
1777         certainly does not do what it purports to do. I am doing it, and
1778         us, a favour by killing it.
1779
1780 2003-07-28  José Matos  <jamatos@lyx.org>
1781
1782         * buffer.C (readBody, do_writeFile):
1783         * paragraph.C(readParagraph): \end_document replaces \the_end.
1784
1785 2003-07-29  André Pönitz  <poenitz@gmx.net>
1786
1787         * BufferView.[Ch]:
1788         * BufferView_pimpl.[Ch]:
1789         * lyxfunc.C:
1790         * text2.C:
1791         * text3.C:
1792         * textcursor.[Ch]: remove toggleToggle & Co
1793
1794 2003-07-28  José Matos  <jamatos@fep.up.pt>
1795
1796         * buffer.C (readParagraph):
1797         * params_func (readParToken, readParagraph):
1798         * paragraph.C (write): \layout -> \begin_layout.
1799
1800 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1801
1802         * lyxlex_pimpl.C (setFile): clean up slightly.
1803
1804         * bufferparams.h: add compressed var
1805
1806         * buffer_funcs.C (readFile): adjust for LyXLex change
1807         (newFile): ditto + simplify
1808
1809         * buffer.C (writeFile): handle writing of compressed files
1810
1811         * buffer.[Ch] (readFile): begin LyXLex here, remove one argument.
1812         Check if the file is compressed and set a bufferparm if so.
1813
1814         * Makefile.am (lyx_LDADD): remove explicit -lz
1815
1816 2003-07-28  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1817
1818         * buffer.C (do_writeFile, makeLaTeXFile, makeLinuxDocFile,
1819         makeDocBookFile): put the real LyX version in the first line of
1820         the file
1821
1822         * version.h:
1823         * version.C.in: remove lyx_docversion
1824
1825         * tabular.C (write_attribute): add a template-based version to
1826         write enums properly
1827
1828 2003-07-28  André Pönitz  <poenitz@gmx.net>
1829
1830         * lyxtext.h:
1831         * text.C:
1832         * text2.C:
1833         * text3.C: use doubles again for x-coordinates. They are needed.
1834
1835 2003-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
1836
1837         * messages.C (getLocaleDir): use lyx_localedir()
1838
1839         * lyxlex_pimpl.C (setFile): compress stuff
1840
1841         * buffer.C (writeFile): add some compression stuff
1842         (do_writeFile): new func, dont call expliti close... will this
1843         breake anything?
1844
1845         * Makefile.am (lyx_LDADD): add -lz
1846
1847 2003-07-28  José Matos  <jamatos@fep.up.pt>
1848
1849         * buffer.C: increment file format.
1850         * paragraph_funcs (readParagraph, readParToken):
1851         * paragraph.C (readParagraph): add \end_layout.
1852
1853 2003-07-27  Angus Leeming  <leeming@lyx.org>
1854
1855         * Makefile.am: remove special casing for configure-time setting of
1856         LYX_DIR, TOP_SRCDIR and LOCALEDIR.
1857
1858         * lyx_main.C (init): remove all Jean-Marc's magic setting of
1859         system_lyxdir, build_lyxdir and user_lyxdir into the support lib.
1860
1861 2003-07-26  André Pönitz  <poenitz@gmx.net>
1862
1863         * paragraph_func.[Ch]:
1864         * paragraph.C (realizeFont): inline it whereever it is used
1865
1866         * rowpainter.C:
1867         * text.C:
1868         * text2.C:
1869         * text3.C: remove Buffer * parameter from a bunch of get*Font functions
1870
1871
1872 2003-07-26  André Pönitz  <poenitz@gmx.net>
1873
1874         *       lyxtext.h:
1875         * text.C:
1876         * text2.C: get rid of LyXText::need_break_row
1877
1878 2003-07-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
1879
1880         * toc.[Ch]: put namespace toc inside namespace lyx
1881
1882         * MenuBackend.C (expandToc2): adjust for lyx::toc
1883         (expandToc): ditto
1884
1885         * lyxfunc.C (dispatch): adjust for lyx::find
1886
1887         * lyxfind.[hC]: get rid of namespace lyxfind introduce namespace
1888         lyx::find instead. Reorganize a bit.
1889         (LyXReplace): rename to replace
1890         (LyXFind): rename to find
1891
1892         * BufferView_pimpl.C (trackChanges): adjust for lyx::find
1893         (dispatch): ditto
1894
1895 2003-07-26  André Pönitz  <poenitz@gmx.net>
1896
1897         * text.C (setHeightOfRow): restrict scope of temporary variable
1898
1899         * paragraph_funcs.C (readParToken): remove USE_CAPTION  compatibility
1900           code (never has been used?)
1901
1902 2003-07-27  Asger Alstrup  <alstrup@local>
1903
1904         * text.C (fill): Optimise algorithm to exploit that we can reuse
1905         the LyXFont for many characters.
1906         (setHeightOfRow): Same thing.
1907         (rowBreakPoint): Same thing.
1908
1909 2003-07-26  Asger Alstrup  <alstrup@local>
1910
1911         * text2.C (metrics): change a brain-dead algorithm to a smarter one.
1912
1913         * text.C (singleWidth): Spurious font copying in hot-spot
1914         singleWidth avoided. Reorder tests for arabic for efficiency.
1915
1916         * text.C (fill): handle empty paragraphs better.
1917
1918 2003-07-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
1919
1920         * ispell.C:
1921         * encoding.h: add includes
1922
1923         * lyxrc.C: remove reading of bind files
1924
1925         * lyx_main.C (init): setup bindings and menus only if we have a
1926         gui.
1927
1928         * kbmap.C (read): new method. Do the actual reading of bind
1929         files.
1930
1931         * converter.C (dvipdfm_options):
1932         * bufferparams.C:
1933         * lyxrc.C (read):
1934         (output): adapt PAPER_* enums.
1935
1936         * lyxrc.h: include paper.h instead of bufferparams.h (mucho lighter)
1937
1938         * bufferparams.h: remove paper-related enums from there
1939
1940         * paper.h: New file. A trivial header file to hold paper-related
1941         enums. It should later expand to contain many paper-related
1942         horrors access.
1943
1944         * lyxrc.C: declare extern displayTranslator
1945
1946 2003-07-27  José Matos  <jamatos@fep.up.pt>
1947
1948         * tabular.[Ch] (linuxdoc): add support for tables and figures
1949         (linuxdoc).
1950
1951 2003-07-27  José Matos  <jamatos@fep.up.pt>
1952
1953         * buffer.[Ch] (makeLaTeXFile): changed name of arguments for
1954         consistency in both functions.
1955         * bufferlist.C (updateIncludedTeXfiles): change client to comply.
1956
1957 2003-07-26  Asger Alstrup  <alstrup@local>
1958
1959         * rowpainter.C (paintRows): Change algorithm to work directly on
1960         the insets rather than asking every character in the document
1961         whether its an inset.
1962
1963 2003-07.26  Alfredo Braunstein  <abraunst@libero.it>
1964
1965         * buffer.C (openFileWrite): factorize some code
1966
1967 2003-07-26  Angus Leeming  <leeming@lyx.org>
1968
1969         * lyx_cb.C:
1970         * lyx_main.[Ch]: replace occurances of system_tempdir with
1971         os::getTmpDir().
1972
1973 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1974
1975         * rename Inset to InsetOld
1976
1977 2003-07-25  Asger Alstrup  <alstrup@diku.dk>
1978
1979         * undo_funcs.h: Removed setCursorParUndo to simplify things a bit.
1980         Renamed setUndo family to recordUndo. Renamed FINISH to ATOMIC
1981         which I think is a bit clearer. EDIT is gone, since it was
1982         premature optimisation, and broken for mathed anyway.
1983         * undo_funcs.C (performUndoOrRedo): Cleaned up and made it work
1984         with cursor positioning in insets as well (math insets still do not
1985         work, but that's a different story anyway.) It mysteriously
1986         crashes sometimes with undo in the first paragraph, but I'm fairly
1987         confident that this is a compiler bug.
1988
1989 2003-07-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
1990
1991         * paragraph.C (Paragraph): adjust for new clone return type
1992         (operator==): ditto
1993         (copyIntoMinibuffer): ditto
1994
1995 2003-07-25  Asger Alstrup  <alstrup@lyx.org>
1996
1997         * undo_funcs.C (textHandleUndo): Fix undo crash in first paragraph
1998         by not having a special case, and always doing a full rebreak of
1999         the document after undo.
2000
2001 2003-07-23  Angus Leeming  <leeming@lyx.org>
2002
2003         * factory.C (createInset): InsetExternal::setParams now takes a
2004         Buffer const * arg.
2005
2006 2003-07-23  Angus Leeming  <leeming@lyx.org>
2007
2008         * factory.C (createInset): changed interface to the external and
2009         graphics mailers' string2params functions.
2010
2011 2003-07-23  Angus Leeming  <leeming@lyx.org>
2012
2013         * factory.C (createInset): pass a
2014         Buffer const * parameter to InsetExternalMailer's string2params.
2015
2016 2003-07-22  John Levon  <levon@movementarian.org>
2017
2018         * Thesaurus.h: include the right aiksaurus header
2019
2020 2003-07-21  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2021
2022         * MenuBackend.C (expand): check menu shortcuts unconditionally
2023
2024 2003-07-21  Angus Leeming  <leeming@lyx.org>
2025
2026         * factory.C (createInset): pass a
2027         buffer_path parameter to InsetGraphicsMailer's string2params.
2028
2029 2003-07-21  Angus Leeming  <leeming@lyx.org>
2030
2031         * BufferView_pimpl.C (buffer):
2032         * buffer.C (d-tor):
2033         * lyx_main.C (LyX):
2034         * lyxfunc.C (dispatch):
2035         * lyxrc.C (setDefaults, read, output): use namespace lyx::graphics
2036         rather than the grfx shortcut.
2037
2038 2003-07-21  André Pönitz  <poenitz@gmx.net>
2039
2040         * rowpainter.C: remove unused variables
2041
2042         * tabular_funcs.C:
2043         * tabular_funcs.h: move to tabular.C
2044         * Makefile.am: adjust
2045
2046         * tabular.[Ch]: basic optical cleaning
2047
2048         * author.h: pass references, not values
2049
2050 2003-07-18  André Pönitz  <poenitz@gmx.net>
2051
2052         * lyxtext.h:
2053         * metricsinfo.C:
2054         * metricsinfo.h:
2055         * rowpainter.C:
2056         * text.C:
2057         * text2.C:
2058         * text3.C: two-phase drawing for InsetText and InsetTabular
2059         some float -> int changes.
2060
2061 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2062
2063         * lyx_main.C: fix the fix
2064
2065 2003-07-18  Alfredo Braunstein  <abraunst@libero.it>
2066
2067         * lyx_main.C: fix a crash in batch mode if no files specified
2068         * converter.C: ws
2069
2070 2003-07-17  Alfredo Braunstein  <abraunst@libero.it>
2071
2072         * format.[Ch] (papersize): moved to BufferParams
2073         * converter.[Ch] (dvips_options): moved to BufferParams
2074         (dvipdfm_options): moved to anon namespace
2075         * bufferparams.[Ch]: added above functions.
2076
2077 2003-07-17  André Pönitz  <poenitz@gmx.net>
2078
2079         * lyxtext.h:
2080         * rowpainter.C:
2081         * text2.C: don't call inset->update() anymore
2082
2083         * metricsinfo.[Ch]: add convenience constructor
2084
2085 2003-07-16  André Pönitz  <poenitz@gmx.net>
2086
2087         * lyxcursor.[Ch]:
2088         * lyxfunc.[Ch]:
2089         * text.C:
2090         * text2.C: replace the LyXCursor::irow_ member with
2091          on-demand computation of the value
2092
2093 2003-07-16  John Levon  <levon@movementarian.org>
2094
2095         * lyxfunc.C: support LFUN_INSET_SETTINGS for Note
2096
2097 2003-07-15  André Pönitz  <poenitz@gmx.net>
2098
2099         * text.C:
2100         * text2.C: remove no more needed refresh_row
2101
2102 2003-07-15  André Pönitz  <poenitz@gmx.net>
2103
2104         * lyxtext.h:
2105         * rowpainter.C:
2106         * text2.C:
2107         * text3.C: refresh_status tristate -> need_update bool
2108
2109 2003-07-15  Alfredo Braunstein  <abraunst@libero.it>
2110
2111         * lyxtext.h (init): remove reinit argument (act as if always true)
2112         * text2.C: adjust to that
2113
2114 2003-07-14  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2115
2116         * bufferview_funcs.[Ch]: introduce function replaceSelection()
2117         * text3.C: use it to delete selections in some cases
2118         (bugs 441, 673, 702, 954).
2119
2120 2003-07-14  André Pönitz  <poenitz@gmx.net>
2121
2122         * rowpainter.[Ch]: reduce interface
2123
2124 2003-07-14  André Pönitz  <poenitz@gmx.net>
2125
2126         * BufferView_pimpl.C:
2127         * text2.C: adjust after removing unused BufferView * argument
2128
2129 2003-07-14  Alfredo Braunstein  <abraunst@libero.it>
2130
2131         * text2.C (init): fix a crash fired on resize
2132
2133 2003-07-11  Alfredo Braunstein  <abraunst@libero.it>
2134
2135         * buffer.[Ch]: added new closing signal
2136         * BufferView_pimpl.[Ch]: connect/disconnect to new signal
2137         * lyxfunc.C: removed BufferView::buffer(0) call now handled in
2138         BufferView::Pimpl via the closing the signal
2139
2140 2003-07-10  Alfredo Braunstein  <abraunst@libero.it>
2141
2142         * buffer.[Ch]: take out all bv-related from buffer
2143         * BufferView.C:
2144         * BufferView_pimpl.[Ch]: connect to new signals
2145         * CutAndPaste.C: removed useless asserts
2146         * bufferview_funcs.[Ch] (resizeInsets): moved from buffer
2147         * lyxvc.[Ch]:
2148         * vc-backend.[Ch]:
2149         * lyxfunc.C: moved view-related funciontality from vc here
2150         * paragraph.C: removed outdated comments
2151         * text.C: ws
2152
2153 2003-07-10  André Pönitz  <poenitz@gmx.net>
2154
2155         * BufferView_pimpl.C:
2156         * tabular.h:
2157         * tabular_funcs.C:
2158         * text.C:
2159         * text2.C: remove InsetText::InnerCache, clean up consequences
2160
2161 2003-07-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
2162
2163         * ispell.C: fix two typos in error messages
2164
2165 2003-07-08  Martin Vermeer  <martin.vermeer@hut.fi>
2166
2167         * Extend Note inset to other forms of annotation like Comment
2168         and Greyedout. Right button click gives dialog.
2169
2170         Files modified or added (+):
2171
2172         * insetnote.[Ch]
2173         * FormNote.[Ch]      +
2174         * ControlNote.[Ch]   +
2175         * form_note.fd       +
2176         * Makefile.am in frontends/xforms, frontends/xforms/forms,
2177         frontends/controllers
2178         * xforms/Dialogs.C
2179         * factory.C
2180
2181 2003-07-01  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
2182
2183         * aspell.C: add missing namespace lyx::support
2184
2185 2003-07-07  Alfredo Braunstein  <abraunst@libero.it>
2186
2187         * BufferView.[Ch] (newFile): Add
2188         * BufferView_pimpl.[Ch] (newFile, connectBuffer, disconnectBuffer): Add
2189         * LaTeX.[Ch] (message): added this signal and use it
2190         * buffer.[Ch] (busy, message): added these signals and use them
2191         * buffer_funcs.[Ch]: rename parseErrors to bufferErrors
2192         * converter.C:
2193         * exporter.C:
2194         * format.C:
2195         * importer.C: use buffer signals instead of direct bv calling
2196         * lyx_cb.[Ch] (ShowMessage): removed
2197         * lyx_main.C:
2198         * lyxfunc.C:
2199         * paragraph_funcs.C:
2200         * text2.C: use buffer signals
2201
2202 2003-07-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
2203
2204         * introduce namespace lyx::graphics
2205
2206 2003-07-02  André Pönitz  <poenitz@gmx.net>
2207
2208         * BufferView_pimpl.C (workAreaDispatch): tell the FuncRequest who we are
2209
2210 2003-07-01  André Pönitz  <poenitz@gmx.net>
2211
2212         * text.C:
2213         * text2.C:
2214         * text3.C:
2215         * text_funcs.[Ch]:
2216         * textcursor.h:
2217         * lyxtext.h: shuffle pure paragraph/cursor related cursor movement from
2218           text*.C to text_func.C
2219
2220 2003-07-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
2221
2222         * introduce namespace lyx::support
2223
2224 2003-06-30  André Pönitz  <poenitz@gmx.net>
2225
2226         * Chktex.C:
2227         * funcrequest.C:
2228         * lyxtext.h:
2229         * text.C: re-enable --with-included-string
2230
2231 2003-06-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
2232
2233         * textcursor.C: add <config.h>
2234
2235         * text.C (getWord): remove const from word_location arg
2236
2237         * lyxvc.C (getLogFile): fix const type order
2238
2239         * lyxtext.h: remove const from word_location arg, add arg name
2240
2241         * lyxlayout.h: currect type on labeltype.
2242
2243         * importer.C: correct \file
2244
2245         * converter.C (intToFormat): use std:: on ret val, ws changes
2246
2247         * bufferlist.h: correct \file
2248
2249         * buffer.C (makeLinuxDocFile): fix const type order
2250         (makeDocBookFile): ditto
2251         (fillWithBibKeys): use std:: on stdlib args.
2252
2253         * CutAndPaste.C: fix authors.
2254         (availableSelections): use std:: on return vector
2255
2256 2003-06-27  André Pönitz  <poenitz@gmx.net>
2257
2258         * BufferView_pimpl.C:
2259         * bufferview_funcs.C:
2260         * lyxcursor.C:
2261         * lyxcursor.h:
2262         * lyxfunc.C:
2263         * lyxtext.h:
2264         * rowpainter.C:
2265         * text.C:
2266         * text2.C:
2267         * text3.C: remove LyXCursor::row_ member
2268
2269         * lyxtext.h:
2270         * text.C: rename fullRebreak() to partialRebreak() and implement
2271           a fullRebreak() that really bereks fully
2272
2273         * textcursor.h: new struct for cursor-related data
2274
2275 2003-06-26  Alfredo Braunstein  <abraunst@lyx.org>
2276
2277         * lyx_main.C (LyX): get full path of document loaded on the
2278         command line
2279
2280 2003-06-26  André Pönitz  <poenitz@gmx.net>
2281
2282         * lyxcursor.[Ch]: move rarely used operator==,!= out of line
2283           remove unused/broken operator>,<,>=.
2284
2285         *       text.C: remove only use of broken operator<= in an Assert().
2286
2287 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2288
2289         * BufferView.[Ch] (getErrorList): removed unneeded forward declare,
2290         moved errorlist_.clear to showErrorList
2291
2292 2003-06-24  Alfredo Braunstein  <abraunst@lyx.org>
2293
2294         * converter.C (scanLog, runLaTeX):
2295         * buffer.C (makeLinuxDocFile, makeDocBookFile, runChkTeX):
2296         move the bv->showErrorList call to the callers
2297         * lyxfunc.C: i.e. here...
2298         * text2.C: and here
2299         * BufferView.[Ch] (setErrorList, resetErrorList): both removed
2300         * exporter.[Ch] (Backends, BufferFormat): the first was moved to anon
2301         namespace, the second to...
2302         * buffer_funcs (BufferFormat, parseErrors): added
2303         * errorlist.C (ErrorList(TeXErrors const &)): removed
2304
2305 2003-06-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2306
2307         * ToolbarBackend.C (getIcon): complain when icon cannot be found
2308
2309 2003-06-24  "Garst R. Reese" <reese@isn.net>
2310
2311         * debug.C: fix typo
2312
2313 2003-06-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2314
2315         * lyx_main.C (init): honor LYX_DIR_14x and LYX_USERDIR_14x
2316
2317         * version.C.in: change docversion to 1.4
2318
2319 2003-06-22  Alfredo Braunstein  <abraunst@libero.it>
2320
2321         * buffer.C: fix a bug just introduced
2322
2323 2003-06-21  Alfredo Braunstein  <abraunst@libero.it>
2324
2325         * buffer.[Ch]: added the parseError signal and use it, removed
2326         sgmlError
2327         * BufferView.[Ch] (addError): moved to ...
2328         * BufferView_pimpl.[Ch] (addError, loadLyXFile): ... here. Attach
2329         to the Buffer::parseError signal to catch (guess what) parse errors
2330         * lyx_main.[Ch] (printError,LyX): added gui-less parsing error feedback
2331
2332 2003-06-19  Alfredo Braunstein  <abraunst@libero.it>
2333
2334         * bufferlist.[Ch] (loadLyXFile, readFile, newFile): removed the
2335         ability to create a buffer and to return an existing one from
2336         the list. Moved these functions to...
2337         * buffer_funcs.[Ch]: added
2338         * BufferView.[Ch] (loadLyXFile): added
2339         * BufferView_pimpl.[Ch] (loadLyXFile): Added. Does the guessing
2340         job removed from bufferlist::loadLyXFile.
2341         * buffer.C (setReadOnly): make it work without view
2342         (i.e added an if (users))
2343
2344 2003-06-19  Angus Leeming  <leeming@lyx.org>
2345
2346         * lfuns.h:
2347         * LyXAction.C (init):
2348         * lyxfunc.C (getStatus, dispatch): remove 14 LFUNs, replacing them
2349         with LFUN_DIALOG_SHOW <name> <data>.
2350
2351 2003-06-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2352
2353         * CutAndPaste.C (availableSelections): small compilation fix for
2354         ancient (gcc 2.9x) compilers
2355
2356 2003-06-18  Lars Gullik Bjønnes  <larsbj@gullik.net>
2357
2358         * text3.C (cursorNext): add tmp var
2359
2360         * text2.C (updateCounters): for function calling out of for clause
2361         (replaceSelectionWithString): ditto
2362         (insertStringAsParagraphs): ditto
2363         (getColumnNearX): add tmp var
2364         (setCursorFromCoordinates): add tmp var
2365         (cursorDownParagraph): add tmp var
2366         (deleteEmptyParagraphMechanism): add tmp var
2367
2368         * text.C (insertChar): add tmp var
2369
2370         * rowpainter.C (paintDepthBar): add tmp var
2371
2372         * CutAndPaste.C (availableSelections): potentially check all
2373         paragraphs in a cut to fill the shown strings.
2374
2375 2003-06-18  André Pönitz  <poenitz@gmx.net>
2376
2377         * kbmap.[Ch]: use vector<> instead of list<>
2378
2379 2003-06-17  Lars Gullik Bjønnes  <larsbj@lyx.org>
2380
2381         * text3.C (dispatch): handle arg to LFUN_PASTE, call
2382         pasteSelection with index
2383
2384         * text2.C (pasteSelection): modify, call pasteSelection with index
2385
2386         * paragraph.C (asString): reimplement version with no interval to
2387         call the one with interval.
2388
2389         * lyxtext.h: add index arg to pasteSelection
2390
2391         * MenuBackend.C (MenuItem): handle PasteRecent
2392         (Menu::read::Menutags): add md_pasterecent
2393         (read): handle it
2394         (expandPasteRecent): new function
2395         (expand): use it
2396
2397         * MenuBackend.h: add PasteRecent to MenuItem::Kind
2398
2399         * CutAndPaste.C: get rid of some stale comments. Add typdefe for
2400         the limited stack
2401         (availableSelections): new function
2402
2403 2003-06-17  Angus Leeming  <leeming@lyx.org>
2404
2405         * lyxfunc.C (dispatch): s/showMathPanel/show("mathpanel")/
2406
2407 2003-06-17  Angus Leeming  <leeming@lyx.org>
2408
2409         * lfuns.h:
2410         * LyXAction.C (init): new LFUN_DIALOG_SHOW.
2411
2412         * lyxfunc.C (dispatch): invoke it.
2413
2414 2003-06-16  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2415
2416         * iterators.C (operator++, ParPosition): reintroduce some
2417         const_cast for the benefit of older compilers.
2418
2419 2003-06-13  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2420
2421         * text3.C (dispatch): do not modify clipboard when doing
2422         LFUN_BACKSPACE, LFUN_BACKSPACE_SKIP, LFUN_DELETE or
2423         LFUN_DELETE_SKIP on a selection selection
2424
2425 2003-06-16  André Pönitz  <poenitz@gmx.net>
2426
2427         * BufferView.C:
2428         * buffer.C:
2429         * buffer.h:
2430         * paragraph.C:
2431         * tabular.[Ch]: IU of clone() and getLabelList();
2432
2433 2003-06-13  André Pönitz  <poenitz@gmx.net>
2434
2435         * tabular.h: compactification
2436
2437 2003-06-12  André Pönitz  <poenitz@gmx.net>
2438
2439         * tabular.C:
2440         * tabular.h:
2441         * tabular_funcs.h: some renaming plus whitespace
2442
2443 2003-06-12  André Pönitz  <poenitz@gmx.net>
2444
2445         * BufferView.C:
2446         * BufferView_pimpl.C:
2447         * CutAndPaste.C:
2448         * buffer.C:
2449         * iterators.[Ch]:
2450         * lyxfunc.C:
2451         * text.C:
2452         * toc.C: Return a Paragraph & for ParIterator::operator*()
2453
2454 2003-06-11  John Levon  <levon@movementarian.org>
2455
2456         * lyx_main.C:
2457         * ToolbarBackend.h:
2458         * ToolbarBackend.C: add "Toolbars" section and
2459         put the flags there
2460
2461 2003-06-10  Angus Leeming  <leeming@lyx.org>
2462
2463         * lfuns.h:
2464         * LyXAction.C (init): new LFUN_EXTERNAL_EDIT.
2465
2466         * lyxfunc.C (dispatch): invoke it.
2467
2468 2003-06-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
2469
2470         * main.C: protect <ios> with HAVE_IOS
2471         (main): protect sync_with_stdio with HAVE_IOS
2472
2473 2003-06-10  Lars Gullik Bjønnes  <larsbj@lyx.org>
2474
2475         * text2.C (cutSelection): adjust
2476         (pasteSelection): adjust
2477
2478         * messages.C: handle get of empty string
2479
2480         * main.C (main): use sync_with_stdio(false)
2481
2482         * lyxfunc.C (dispatch): adjust
2483
2484         * lyx_cb.[Ch] (MenuWrite): remove unneeded BufferView arg
2485         (WriteAs): remove unneeded BufferView arg.
2486
2487         * bufferparams.h: use correct types on papersize, papersize2 and
2488         paperpackage.
2489
2490         * bufferparams.C (readToken): adjust for type
2491         (writeLaTeX): add missing cases to switch.
2492
2493         * bufferlist.C (quitWriteBuffer): adjust
2494         (close): adjust
2495
2496         * buffer.C (asciiParagraph): remove some commented code.
2497
2498         * CutAndPaste.C: remove current_view extern variable.
2499         (cutSelection): add BufferParams arg.
2500         (eraseSelection): add BufferParams arg.
2501         (pasteSelection): add Buffer const & arg
2502
2503 2003-06-07  John Levon  <levon@movementarian.org>
2504
2505         * buffer.C:
2506         * paragraph_funcs.C:
2507         * paragraph_pimpl.C:
2508         * text.C:
2509         * text2.C:
2510         * paragraph.h:
2511         * paragraph.C: allow InsetERT to freely space lines,
2512         and some consolidation of code
2513
2514 2003-06-06  José Matos  <jamatos@fep.up.pt>
2515
2516         * buffer.C (makeDocBookFile): fix bug #821
2517
2518 2003-06-06  Alfredo Braunstein  <abraunst@libero.it>
2519
2520         * BufferView_pimpl.C (dispatch): use Dialogs::visible
2521
2522 2003-06-04  Angus Leeming  <leeming@lyx.org>
2523
2524         * buffer.C: bump format to 224.
2525
2526 2003-06-05  André Pönitz  <poenitz@gmx.net>
2527
2528         * text2.C (redoParagraphs): remove two const_cast<>
2529
2530 2003-06-04  Lars Gullik Bjønnes  <larsbj@lyx.org>
2531
2532         * ParagraphList.h: remove last remnants of NO_STD_LIST
2533
2534 2003-06-03  Angus Leeming  <leeming@lyx.org>
2535
2536         * factory.C (createInset): small change to the way InsetExternal's params
2537         are set.
2538
2539 2003-06-04  André Pönitz  <poenitz@gmx.net>
2540
2541         * buffer.h: use Undo directly instead of shared_ptr<Undo>
2542
2543         * paragraph_pimpl.h:
2544         * paragraph.[Ch]: some Inset -> UpdatableInset changes
2545
2546         * undo.[Ch]: use ParagraphList instead of vector<Paragraph>
2547
2548         * undo_funcs.C: make some simple cases of undo work again
2549
2550 2003-06-03  John Levon  <levon@movementarian.org>
2551
2552         * ispell.C: HPUX doesn't have sys/select.h
2553         (from Albert Chin)
2554
2555 2003-06-03  John Levon  <levon@movementarian.org>
2556
2557         * CutAndPaste.C: update tabular and include inset
2558         buffer references
2559
2560         * buffer.h:
2561         * paragraph.h:
2562         * paragraph.C: remove owningBuffer(), don't pass Buffer
2563         to clone()
2564
2565         * factory.C: insetGraphicsParams changed
2566
2567 2003-06-02  John Levon  <levon@movementarian.org>
2568
2569         * LyXAction.C:
2570         * factory.C:
2571         * lfuns.h:
2572         * lyxfunc.C:
2573         * text3.C: remove insetparent
2574
2575 2003-06-02  John Levon  <levon@movementarian.org>
2576
2577         * buffer.h:
2578         * buffer.C: fix inset_iterator.end(), move out of line
2579         (bug 1149)
2580
2581 2003-06-01  John Levon  <levon@movementarian.org>
2582
2583         * text3.C: use a proper cut/paste when doing inset
2584         insert (from Jürgen Spitzmüller)
2585
2586 2003-06-01  John Levon  <levon@movementarian.org>
2587
2588         * factory.C: accept "\bibtex" not "\BibTeX" (bug 1018)
2589
2590 2003-05-30  André Pönitz  <poenitz@gmx.net>
2591
2592         * rowpainter.C: unify second drawing phase
2593
2594 2003-05-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
2595
2596         * trans_mgr.C: remove one case of current_view
2597
2598         * text2.C (cursorBottom): delete NO_STD_LIST stuff
2599
2600         * paragraph_funcs.h: remove paragraph.h include
2601
2602         * paragraph.h: delete NO_STD_LIST stuff
2603
2604         * paragraph.C (Paragraph): delete NO_STD_LIST stuff
2605
2606         * buffer.h: remove paragraph.h include
2607
2608         * ParagraphList.C: delete file
2609
2610         * Makefile.am (lyx_SOURCES): remove ParagraphList.C
2611
2612         * toc.C (getTocList): adjust
2613
2614         * paragraph_pimpl.C (validate): adjust
2615
2616         * paragraph_funcs.C (optArgInset): use const_iterator, adjust
2617
2618         * paragraph.C (Paragraph): adjust
2619         (getPositionOfInset): use const_iterator, adjust
2620         (bibitem): use const_iterator, adjust
2621         (setInsetOwner): adjust
2622
2623         * iterators.C (operator++): adjust
2624
2625         * InsetList.[Ch]: Replace selfmade iterator with standard
2626         vector::iterator also introduce const_iterator. Remove getPos,
2627         getInset and setInset from InsetTable. Adjust accordingly.
2628
2629         * BufferView.C (lockInset): adjust
2630         (ChangeInsets): adjust
2631
2632         * tabular.[Ch]: delete commented same_id functions
2633
2634 2003-05-28  John Levon  <levon@movementarian.org>
2635
2636         * lyxfunc.C: fix LFUN_ESCAPE (bug 1055)
2637
2638 2003-05-28  André Pönitz  <poenitz@gmx.net>
2639
2640         * metricsinfo.[Ch]: remove 'fullredraw' member
2641
2642 2003-05-28  Lars Gullik Bjønnes  <larsbj@lyx.org>
2643
2644         * lyxtextclass.C (operator): remove caching.
2645
2646 2003-05-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
2647
2648         * text3.C: adjust
2649
2650         * text2.C (cursorBottom): adjust
2651         (setCounter): use ParagraphList::find, adjust
2652
2653         * text.C (workWidth): use ParagraphList::find, adjust
2654
2655         * lyxcursor.C (LyXCursor): adjust
2656
2657         * buffer.C (inset_iterator): adjust
2658
2659         * ParagraphList.h: make iterator(value_type) private, make
2660         ParagraphList a friend of iterator.
2661
2662         * ParagraphList.C (find): new function
2663
2664         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
2665
2666 2003-05-27  André Pönitz  <poenitz@gmx.net>
2667
2668         * dimension.[Ch]: a -> asc, d -> des, w -> wid
2669
2670 2003-05-27  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
2671
2672         * lyxfont.C (latexWriteStartChanges): fix character count for \noun
2673
2674 2003-05-26  John Levon  <levon@movementarian.org>
2675
2676         * LyXAction.C: LFUN_ESCAPE should be ReadOnly
2677
2678 2003-05-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
2679
2680         * remove same_id from function signatures, adjust.
2681
2682 2003-05-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
2683
2684         * undo_funcs.C (createUndo): use the id functions directly, adjust.
2685
2686         * paragraph_pimpl.C (Pimpl): get rid of same_ids parameter
2687
2688         * paragraph.C (Paragraph): get rid of same_ids parameter
2689
2690         * ParagraphList.C (insert): adjust
2691         (push_back): adjust
2692
2693 2003-05-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
2694
2695         * paragraph_funcs.C (breakParagraph): adjust
2696         (breakParagraphConservative): adjust
2697
2698         * buffer.C (readParagraph): adjust
2699
2700         * ParagraphList.C (insert): take a reference instead of a pointer
2701         (insert): adjust
2702
2703         * paragraph.[Ch] (id): new function
2704
2705         * bufferlist.C (newFile): adjust
2706
2707         * ParagraphList.C (ParagraphList): adjust
2708         (assign): adjust
2709         (push_back): take a reference instead of a pointer.
2710
2711         * paragraph.h: add NO_STD_LIST define, remove NO_NEXT define.
2712
2713         * paragraph.C: remove all NO_NEXT node add some NO_STD_LIST parts
2714         instead.
2715
2716         * ParagraphList.h: degenerate to std::list if NO_STD_LIST is not
2717         set else use old code.
2718
2719         * ParagraphList.C: remove all NO_NEXT code and only compile this
2720         code of NO_STD_LIST is set.
2721
2722 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2723
2724         * BufferView_pimpl.C:
2725         * TextCache.C:
2726         * TextCache.h:
2727         * bufferlist.C:
2728         * errorlist.h:
2729         * format.C:
2730         * format.h:
2731         * graph.C:
2732         * lyxfunc.C:
2733         * lyxrc.C:
2734         * graphics/GraphicsConverter.C:
2735         * graphics/PreviewLoader.C: header adjustment
2736
2737 2003-05-23  Angus Leeming  <leeming@lyx.org>
2738
2739         * LaTeXFeatures.[Ch] (useBabel): new method.
2740         * bufferparams.C (writeLaTeX): use it.
2741
2742 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2743
2744         * ParagraphList.h (set): remove unused function.
2745
2746 2003-05-23  André Pönitz  <poenitz@gmx.net>
2747
2748         * BufferView.C:
2749         * BufferView_pimpl.C:
2750         * buffer.C:
2751         * buffer.h:
2752         * lyxfunc.C:
2753         * undo_funcs.C: setUndo reworked
2754
2755         * iterators.[Ch]: add access to topmost ParagraphList
2756
2757         * lyxtext.[Ch] (workWidth): add a const
2758
2759 2003-05-23  Alfredo Braunstein  <abraunst@libero.it>
2760
2761         * texrow.[Ch] (increasePos): remove function
2762         * exporter.C (export): removed unused var and outdated comment
2763
2764 2003-05-23  Angus Leeming  <leeming@lyx.org>
2765
2766         * latexrunparams.h: rename fragile as moving_arg.
2767         * paragraph.C (simpleTeXOnePar): ditto.
2768         * paragraph_pimpl.C (simpleTeXSpecialChars): ditto.
2769
2770 2003-05-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
2771
2772         * undo_funcs.C (textHandleUndo): comment out next/previous stuff
2773         (createUndo): ditto
2774         (textUndoOrRedo): comment out a currently unused var.
2775
2776         * paragraph.h (NO_NEXT): enable NO_NEXT
2777
2778         * lyxfunc.C (dispatch): remove LFUN_REMOVEERRORS
2779
2780         * lfuns.h: remove LFUN_REMOVEERRORS and adjust lfun numbers.
2781
2782         * exporter.C (Export): adjust for removeAutoInsets removal.
2783
2784         * buffer.C (runChktex): adjust for removeAutoInsets removal.
2785
2786         * LyXAction.C (init): remove LFUN_REMOVEERRORS
2787
2788         * BufferView.[Ch] (removeAutoInsets): delete function
2789
2790 2003-05-22  Angus Leeming  <leeming@lyx.org>
2791
2792         * latexrunparams.h: add a free_spacing variable.
2793
2794         * paragraph.[Ch] (simpleTeXOnePar): further fragile clean-up; no need
2795         to pass moving_arg, as the data is stored in runparams.fragile.
2796
2797         * paragraph_funcs.C (TeXOnePar): no longer pass free_spacing arg
2798         to Inset::latexOptional or to simpleTeXOnePar.
2799
2800         * paragraph_pimpl.C (simpleTeXSpecialChars): no longer pass
2801         free_spacing arg to Inset::latexOptional.
2802
2803         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2804         free_spacing arg.
2805
2806 2003-05-22  Angus Leeming  <leeming@lyx.org>
2807
2808         * latexrunparams.h: add fragile and use_babel variables.
2809
2810         * bufferparams.[Ch] (writeLaTeX): return use_babel.
2811         * buffer.C (makeLaTeXFile): store this returned value in
2812         runparams.use_babel, thus passing it to the inset::latex methods.
2813
2814         * paragraph.C (simpleTeXOnePar): no need to pass 'moving_arg' to
2815         simpleTeXSpecialChars as it is now stored in runparams.fragile.
2816
2817         * paragraph_funcs.[Ch] (TeXOnePar, latexParagraphs): TeXOnePar no
2818         longer has a fragile arg, as it is stored in runparams.fragile.
2819
2820         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars): no longer has a
2821         moving_arg parameter as the data is stored in runparams.fragile.
2822
2823         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow): no longer have
2824         a fragile parameter as the data is stored in runparams.fragile.
2825
2826 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2827
2828         * paragraph.C (Paragraph): initialize next_par_ and prev_par_
2829
2830 2003-05-22  Angus Leeming  <leeming@lyx.org>
2831
2832         * latexrunparams.h: add a 'bool nice' which defaults to false.
2833
2834         * buffer.[Ch] (makeLaTeXFile): remove the nice parameter as it is
2835         now encapsulated within runparams.
2836
2837         * bufferlist.C (updateIncludedTeXfiles):
2838         * exporter.C (Export): ensuing change to the calls to makeLaTeXFile.
2839
2840 2003-05-22  Angus Leeming  <leeming@lyx.org>
2841
2842         * latexrunparams.h: new file containing struct LatexRunParams.
2843         * Makefile.am: add new file.
2844
2845         * LaTeX.[Ch] (c-tor, run):
2846         * buffer.[Ch] (makeLaTeXFile):
2847         * bufferlist.[Ch] (updateIncludedTeXfiles):
2848         * converter.C (convert, scanLog):
2849         * converter.[Ch] (runLaTeX):
2850         * exporter.C (Export):
2851         * paragraph.[Ch] (simpleTeXOnePar):
2852         * paragraph_funcs.C (TeXEnvironment, TeXOnePar, TeXDeeper):
2853         * paragraph_funcs.[Ch] (latexParagraphs):
2854         * paragraph_pimpl.[Ch] (simpleTeXSpecialChars):
2855         * tabular.[Ch] (TeXLongtableHeaderFooter, TeXRow, latex):
2856         pass around a LatexRunParams parameter.
2857
2858 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2859
2860         * paragraph.[Ch]: remove unused constructor
2861
2862         * ParagraphList.C (erase): new function, taking two iterators
2863
2864 2003-05-22  André Pönitz  <poenitz@gmx.net>
2865
2866         * undo_funcs.C: remove duplicated code
2867
2868         * iterator.[Ch]: operator=
2869
2870 2003-05-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
2871
2872         * tabular.C (SetMultiColumn): ws changes
2873
2874         * rowpainter.C (paintFirst): get rid of a ->previous
2875
2876         * lyx_cb.C (getPossibleLabel): parlist simplification
2877
2878         * BufferView.C (ChangeInsets): simplify slightly.
2879
2880 2003-05-20  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
2881
2882         * LyXAction.C: new lfun space-insert, kill protected-space-insert
2883         * lfuns.h: new LFUN_SPACE
2884         * lyxfunc.C: protected space has a new lfun
2885         * paragraph_funcs.C: read new space insets
2886         * text3.C:
2887         * factory.C: handle new space insets
2888
2889 2003-05-22  André Pönitz  <poenitz@gmx.net>
2890
2891         * BufferView.C:
2892         * BufferView_pimpl.C:
2893         * buffer.[Ch]:
2894         * lyxfunc.C:
2895         * undo_funcs.C: return a ParIterator from getParFromID.
2896
2897         * iterators.[Ch]: add two const's
2898
2899 2003-05-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
2900
2901         * toc.C (getTocList): adjust
2902
2903         * iterators.[Ch]: rework for parlist
2904
2905         * buffer.C (par_iterator_begin): adjust
2906         (par_iterator_end): adjust
2907
2908         * CutAndPaste.C (SwitchLayoutsBetweenClasses): adjust
2909
2910         * BufferView.C (removeAutoInsets): adjust
2911         (ChangeInsets): adjust
2912
2913 2003-05-21  Alfredo Braunstein  <abraunst@libero.it>
2914
2915         * text.C (top_y): fix bug 1110
2916
2917 2003-05-08  Alfredo Braunstein  <abraunst@libero.it>
2918
2919         * errorlist.[Ch]: added
2920         * buffer.C:
2921         * BufferView.[Ch]:
2922         * BufferView_pimpl.C:
2923         * CutAndPaste.[Ch]: get rid of InsetError users, use ErrorList
2924         instead
2925
2926 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
2927
2928         * Makefile.am: ensure that lyx is relinked upon changes to the
2929         various "convenience" libs.
2930
2931 2003-05-20  Angus Leeming  <leeming@lyx.org>
2932
2933         * Makefile.am (lyx_SOURCES): move format.[Ch] and graph.[Ch] so that
2934         files are compiled in alphabetical order again.
2935
2936         * gettext.h: #ifndef _GETTEXT_H_ -> #ifndef GETTEXT_H.
2937
2938 2003-05-19  Angus Leeming  <leeming@lyx.org>
2939
2940         * gettext.[Ch]: remove "char const * _(char const *)".
2941
2942 2003-05-19  André Pönitz  <poenitz@gmx.net>
2943
2944         * dimension.[Ch]: promote from mathed/dimension.[Ch]
2945
2946         * Makefile.am:
2947         * BufferView.C:
2948         * DepTable.h:
2949         * LaTeXFeatures.C:
2950         * buffer.C:
2951         * lyxfont.C:
2952         * lyxlex.h:
2953         * paragraph_funcs.C: dimensions() instead of ascend/descend/width
2954
2955 2003-05-19  André Pönitz  <poenitz@gmx.net>
2956
2957         * buffer.C:
2958         * lyxlayout.[Ch]:
2959         * lyxtextclass.[Ch]:
2960         * paragraph.C:
2961         * paragraph_funcs.[Ch]:
2962         * text2.C:
2963         * text3.C: more insetenv work
2964
2965 2003-05-16  Alfredo Braunstein  <abraunst@libero.it>
2966
2967         * ParagraphParameters.C (params2string): small bug fixed
2968
2969 2003-05-16  André Pönitz  <poenitz@gmx.net>
2970
2971         * debug.C:
2972         * bufferview_funcs.C: patch from Kornel Benko to prevent
2973           crash when _(...) is called twice in a statement
2974
2975 2003-05-16  André Pönitz  <poenitz@gmx.net>
2976
2977         * BufferView.C:
2978         * lyxfunc.C:
2979         * text.C:
2980         * text2.C:
2981         * text3.C:
2982         * undo_funcs.C: edit() -> LFUN_INSET_EDIT
2983
2984 2003-05-14  Alfredo Braunstein  <abraunst@libero.it>
2985
2986         * lyx_main.C (init): remove spurious static_cast
2987
2988 2003-05-14  André Pönitz  <poenitz@gmx.net>
2989
2990         * BufferView.C: fix format string
2991
2992 2003-05-12  Alfredo Braunstein  <abraunst@libero.it>
2993
2994         * BufferView.[Ch] (insertErrors): removed
2995         * BufferView.[Ch] (showErrorList): added
2996         * buffer.C (runChkTeX):
2997         * converter.C (scanLog): call showErrorList instead of inserterrors
2998
2999 2003-05-13  André Pönitz  <poenitz@gmx.net>
3000
3001         * BufferView_pimpl.C:
3002         * buffer.C:
3003         * bufferview_func.C:
3004         * MenuBackend.C:
3005         * lyxfunc.C:
3006         * lyxrc.C:
3007         * tex-accent.C:
3008         * text3.C:
3009         * toc.C:
3010         * tabular_funcs.h: tostr() from its own header
3011
3012         * ParagraphParameters.C:
3013         * ToolbarBackend.C:
3014         * bufferparams.C:
3015         * format.C:
3016         * lyxlex_pimpl.C:
3017         * text3.C: STRCONV()
3018
3019 2003-05-12  André Pönitz  <poenitz@gmx.net>
3020
3021         * BufferView.C:
3022         * BufferView_pimpl.C:
3023         * CutAndPaste.C:
3024         * LaTeX.C:
3025         * LaTeXFeatures.C:
3026         * ParagraphParameters.C:
3027         * buffer.C:
3028         * bufferlist.C:
3029         * bufferparams.C:
3030         * bufferview_funcs.C:
3031         * converter.C:
3032         * counters.C:
3033         * debug.C:
3034         * exporter.C:
3035         * format.C:
3036         * importer.C:
3037         * lyx_cb.C:
3038         * lyx_main.C:
3039         * lyxfont.C:
3040         * lyxfunc.C:
3041         * lyxvc.C:
3042         * paragraph.C:
3043         * paragraph_funcs.C:
3044         * tabular.C:
3045         * tabular_funcs.C:
3046         * text2.C:
3047         * text3.C:  boost::format -> bformat  all over the place
3048
3049
3050 2003-05-09  André Pönitz  <poenitz@gmx.net>
3051
3052         * LColor.[Ch]: Pimpl the #include <map> away
3053
3054 2003-05-09  John Levon  <levon@movementarian.org>
3055
3056         * bufferlist.C: never remove emergency saves
3057
3058 2003-05-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
3059
3060         * Makefile.am: better lib building
3061
3062 2003-05-07  Lars Gullik Bjønnes  <larsbj@gullik.net>
3063
3064         * texrow.[Ch]: remove dependency on Paragraph and just store a id
3065         instead.
3066         * paragraph_pimpl.C (simpleTeXBlanks): adjust
3067         (simpleTeXSpecialChars): adjust
3068         (simpleTeXSpecialChars): adjust
3069         * paragraph.C (simpleTeXOnePar): adjust
3070         * buffer.C (makeLaTeXFile): adjust
3071
3072         * Makefile.am (BOOST_LIBS): allow boost as system lib.
3073
3074         * text2.C (changeDepth): parlist cleanup
3075         (getColumnNearX): ditto
3076
3077         * rowpainter.C (getLabelFont): parlist cleanup
3078
3079         * bufferlist.C (newFile): parlist cleanup
3080
3081         * CutAndPaste.C (eraseSelection): parlist cleanup
3082
3083         * BufferView_pimpl.C (trackChanges): parlist cleanup
3084         (dispatch): ditto
3085
3086         * BufferView.C (lockInset): parlist cleanup.
3087         (ChangeInsets): ditto
3088
3089 2003-05-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
3090
3091         * CutAndPaste.h: Update file header.
3092
3093         * CutAndPaste.C: Update file header.
3094         Store the parts cut out of the Document in a limited_stack.
3095         (copySelection): adjust
3096         (pasteSelection): new function, takes the index in the limited stack.
3097         (nrOfParagraphs): adjust
3098         (SwitchLayoutsBetweenClasses): Change to take a ParagraphList&,
3099         simplify error inset insertion.
3100         (checkPastePossible): adjust
3101
3102 2003-05-06  John Levon  <levon@movementarian.org>
3103
3104         * text2.C: don't cast wrap inset to float
3105
3106 2003-05-05  André Pönitz  <poenitz@gmx.net>
3107
3108         * iterator.C:
3109         * undo_funcs.C: use getParagraphs() instead of getFirstParagraph()
3110
3111         * buffer.[Ch]: new function hasParWithId() to help to get rid of a
3112           few naked Paragraph *.
3113
3114 2003-05-02  Michael Schmitt  <michael.schmitt@teststep.org>
3115
3116         * bufferparams.C: Output warning if a document with missing
3117         TeX document class is loaded
3118         * exporter.C: Disable TeX exports if the document class is missing
3119         * lyxtextclass.C:
3120         * lyxtextclass.h:
3121         * lyxtextclasslist.C: Handle new textclass.lst format; new method
3122         isTeXClassAvailable()
3123
3124 2003-05-03  John Levon  <levon@movementarian.org>
3125
3126         * BufferView.h:
3127         * BufferView.C: remove showLockedInsetCursor(), showCursor(),
3128         explicit cursor show/hide
3129
3130         * BufferView_pimpl.h:
3131         * BufferView_pimpl.C: hide cursor before dispatching. Show cursor
3132         after a cursor move lfun. Simplify cursorToggle(). Remove show/hideCursor().
3133
3134         * lyxfunc.C: hide cursor before dispatching.
3135
3136         * lyx_cb.C:
3137         * lyxfind.C:
3138         * text.C:
3139         * text3.C: remove explicit cursor hides
3140
3141 2003-05-02  André Pönitz  <poenitz@gmx.net>
3142
3143         * buffer.[Ch]: two instances of Paragraph * -> ParagraphList::iterator
3144
3145         * undo_funcs.C:
3146         * undo.[Ch]: rely on std::vector<Paragraph *> instead of manually
3147           linked lists
3148
3149         * text2.C: tiny whitespace
3150
3151 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3152
3153         * undo_funcs.C: almost only ws changes.
3154
3155         * ParagraphList.C (splice): just return if pl is empty.
3156
3157 2003-05-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3158
3159         * ParagraphList.C (splice): new function.
3160
3161         * CutAndPaste.C (pasteSelection): use it
3162
3163 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3164
3165         * CutAndPaste.C (pasteSelection): remove the last next and
3166         previous from this file.
3167
3168 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3169
3170         * CutAndPaste.C (pasteSelection): more clean up, user proper
3171         ParagraphList functions for pasteing.
3172
3173         * ParagraphList.C (insert): new function, three arg insert
3174
3175 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3176
3177         * ParagraphList.C (insert): new function, three arg insert
3178
3179         * CutAndPaste.C (pasteSelection): work on the simple_cut_clone,
3180         not on paragraphs.
3181
3182 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3183
3184         * CutAndPaste.C (pasteSelection): copy paragraphlist the nice way.
3185
3186 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3187
3188         * CutAndPaste.C (pasteSelection): remove some unneeded code.
3189
3190 2003-05-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3191
3192         * CutAndPaste.C (resetOwnerAndChanges): new helper functor
3193         (copySelection): clean up a bit.
3194         (pasteSelection): use make_pair
3195
3196         * ParagraphList.C (ParagraphList): implement copy constructor
3197         (operator=): implement, base on copy constructor.
3198         (assign): new func
3199
3200         * paragraph.C (erase): return a bool
3201
3202         * paragraph_pimpl.C (erasePos): remove function, move contents...
3203         (erase): ... here. Return a bool.
3204         (erase): call erase instead of erasePos.
3205
3206 2003-04-30  Alfredo Braunstein  <abraunst@libero.it>
3207
3208         * ParagraphList.h: define PitPosPair
3209         * CutAndPaste.C (copySelection, pasteSelection): big rework, use
3210         ParagraphList, fix a bug on pasting multiple pars
3211         * text2.C: change interface to C&P
3212
3213 2003-04-30  André Pönitz  <poenitz@gmx.net>
3214
3215         * undo_func.C: revert part of yesterday's patch 2
3216
3217 2003-04-30  John Levon  <levon@movementarian.org>
3218
3219         * LColor.C: s/tabular/table/
3220
3221 2003-04-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
3222
3223         * text3.C (dispatch): do not convert iterator -> pointer
3224         * undo_funcs.C (setCursorParUndo): ditto
3225         * text_funcs.C (transposeChars): ditto
3226
3227         * text2.C (setLayout): ws changes only
3228
3229         * text.C (breakParagraph): do not convert iterator -> pointer
3230         (insertChar): ditto
3231         (acceptChange): ditto
3232         (rejectChange): ditto
3233         (changeCase): ditto
3234         (Delete): ditto
3235         (backspace): ditto
3236
3237         * BufferView.C (lockedInsetStoreUndo): do not convert iterator ->
3238         pointer
3239
3240 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3241
3242         * text3.C (gotoInset): YABG (yet another bad getChar)
3243
3244 2003-04-29  André Pönitz  <poenitz@gmx.net>
3245
3246         * paragraph.h: make operator= private unimplemented as long as
3247           it is unusable
3248
3249         * ParagraphList.C: whitespace
3250
3251         * paragraph.[Ch]:
3252         * paragraph_pimpl.[Ch]:
3253         * paragraph_funcs.C:
3254         * CutAndPaste.C:
3255         * undo_funcs.C: whitespace + Paragraph *  -> Paragraph (const) &
3256
3257         * text2.C:
3258           undo_funcs.[Ch]: Paragraph * -> ParagraphList::iterator
3259
3260 2003-04-29  Alfredo Braunstein  <abraunst@libero.it>
3261
3262         * CutAndPaste.[Ch] (cutSelection): big rework, some bugs fixed
3263         * paragraph.[Ch] (erase):
3264         * paragraph_pimpl.[Ch] (erase): change return type and value
3265         * text2.C (cutSelection): some rework
3266
3267 2003-04-28  John Levon  <levon@movementarian.org>
3268
3269         * bufferlist.C: changes for unsaved changes dialog
3270
3271 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3272
3273         * bufferlist.C (newFile): set language (messages_) for new
3274         documents also.
3275
3276         * buffer.C (readFile): ws changes only.
3277
3278 2003-04-28  André Pönitz  <poenitz@gmx.net>
3279
3280         * undo_funcs.C:
3281         * lyxfunc.C:
3282         * buffer.[Ch]:
3283         * BufferView_pimpl.C:
3284         * BufferView.C: getParFromID related ParagraphList::iterator changes
3285
3286 2003-04-28  André Pönitz  <poenitz@gmx.net>
3287
3288         * tabular.[Ch]: part of Lars' Paragraph * -> ParagraphList::iterator
3289           Changes
3290
3291 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3292
3293         * messages.C: remove one more localedir class variable.
3294
3295 2003-04-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
3296
3297         * messages.C (getLocaleDir): singleton generation function
3298         (Pimpl): use it.
3299         (Messages): add a default constructor.
3300
3301         * main.C (main): do not setup localedir here, do not call
3302         gettext_init.
3303
3304         * gettext.C (_): use it.
3305         (gettext_init): delete funciton
3306
3307 2003-04-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
3308
3309         * gettext.C (getLyXMessages): new singleton generating function.
3310
3311         * buffer.C (updateDocLang): adjust
3312
3313         * Makefile.am (messages.o): add target
3314         (main.o): remove target
3315
3316 2003-04-27  John Levon  <levon@movementarian.org>
3317
3318         * bufferlist.C:
3319         * lyx_cb.C:
3320         * lyxfunc.C:
3321         * lyxvc.C: specify cancel button in Alert::prompt
3322
3323 2003-04-26  John Levon  <levon@movementarian.org>
3324
3325         * text3.C:
3326         * lyxfunc.C:
3327         * lfuns.h:
3328         * LyXAction.C: add LFUN_INSET_SETTINGS
3329
3330         * lyxfunc.C: don't enable tabular-feature when there's
3331         just any locking inset
3332
3333 2003-04-26  John Levon  <levon@movementarian.org>
3334
3335         * bufferlist.C: re-add Cancel to buffer close question
3336
3337         * lyxfunc.C: fix import UI a bit
3338
3339 2003-04-25  John Levon  <levon@movementarian.org>
3340
3341         * gettext.C: remove the broken asserts for now
3342
3343 2003-04-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
3344
3345         * messages.C: make case where setlocale cannot comply work better.
3346
3347         * buffer.C (updateDocLang): new function
3348         (changeLanguage): use it
3349         (readFile): use it
3350
3351         * text2.C (setCounter): use B_ a bit.
3352
3353         * lyxlayout.C (Read): be sure to trim the label strings.
3354
3355         * messages.C (Messages): fix typo in comment
3356
3357         * buffer.C (readFile): set message_ after file is loaded.
3358         (makeDocBookFile): remove double return
3359         (changeLanguage): reset message_ upon language change.
3360         (B_): new func, use this to get translated buffer strings.
3361
3362         * main.C: add myself and Jean Marc as authors.
3363
3364 2003-04-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
3365
3366         * messages.[hC]: pimplify Messages, and three different pimpls to be
3367         used in different circumstances.
3368
3369         * gettext.[Ch]: change for use with new message code.
3370
3371 2003-04-24 André Pönitz <poenitz@gmx.net>
3372
3373         * factory.C: support for eqref
3374
3375 2003-04-23  Lars Gullik Bjønnes  <larsbj@gullik.net>
3376
3377         * messages.[Ch]: add missing char
3378
3379         * Makefile.am (lyx_SOURCES): add messages.[Ch]
3380
3381         * messages.[Ch]: New files
3382
3383 2003-04-18  John Levon  <levon@movementarian.org>
3384
3385         * BufferView.h:
3386         * BufferView.C:
3387         * BufferView_pimpl.C:
3388         * lfuns.h:
3389         * LyXAction.C:
3390         * lyxtext.h:
3391         * text2.C: remove layout-copy/paste (bug 778)
3392
3393 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3394
3395         * text2.C (redoParagraphs): eliminate good_prevrit, rewrite a loop
3396
3397 2003-04-16  Alfredo Braunstein  <abraunst@libero.it>
3398
3399         * bufferlist.C (quitWriteBuffer): WriteAs and MenuWrite return true
3400         if they succeed. Act accordingly.
3401
3402 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3403
3404         * text2.C (setCharFont): adjust
3405         (setCounter): adjust
3406         (insertStringAsLines): adjust
3407
3408         * text.C (leftMargin): adjust
3409         (setHeightOfRow): adjust
3410
3411         * rowpainter.C (paintFirst): adjust
3412         (paintLast): adjust
3413
3414         * paragraph_funcs.C (depthHook): ParagraphList::iterators
3415         (outerHook): ditto
3416         (isFirstInSequence): ditto
3417         (getEndLabel): ditto
3418         (outerFont): adjust
3419
3420         * paragraph.C (getParLanguage): comment out some hard stuff.
3421
3422         * buffer.C (insertStringAsLines): take a ParagraphList as arg
3423         (sgmlError): ditto
3424         (simpleDocBookOnePar): ditto
3425         (makeDocBookFile): use ParagraphList::iterator
3426
3427         * CutAndPaste.C (pasteSelection): adjust
3428
3429 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3430
3431         * text2.C (getFont): adjust
3432         (getLayoutFont): adjust
3433         (getLabelFont): adjust
3434
3435         * paragraph_funcs.C (TeXOnePar): adjust
3436
3437         * buffer.C (simpleLinuxDocOnePar): adjust
3438         (simpleDocBookOnePar): adjust
3439
3440         * CutAndPaste.C (pasteSelection): adjust
3441
3442         * BufferView.C (getEncoding): adjust
3443
3444         * paragraph_funcs.C (outerFont): prepare for a ParagraphList arg.
3445
3446 2003-04-16  John Levon  <levon@movementarian.org>
3447
3448         * lyxfind.C: use parlist stuff for search/changes
3449
3450 2003-04-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
3451
3452         * undo_funcs.C (textHandleUndo): ajust (rather big adsjust this one)
3453
3454         * text2.C (deleteEmptyParagraphMechanism): adjust
3455
3456         * text2.[Ch] (ownerParagraph): delete func (both of them
3457
3458 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3459
3460         * text_funcs.C (transposeChars): use ParagraphList::iterator here.
3461
3462 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3463
3464         * ParagraphList.C: prepare for NO_NEXT
3465
3466 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3467
3468         * text2.C (getFont): adjust
3469         (getLayoutFont): adjust
3470         (getLabelFont): adjust
3471
3472         * paragraph.C (getFont): adjust
3473         (getLabelFont): adjust
3474         (getLayoutFont): adjust
3475
3476         * paragraph_funcs.[Ch] (realizeFont): remove unneeded arguments.
3477
3478 2003-04-15  John Levon  <levon@movementarian.org>
3479
3480         From Angus Leeming
3481
3482         * lyx_main.C: handle Include in .ui files
3483
3484 2003-04-15  John Levon  <levon@movementarian.org>
3485
3486         * MenuBackend.C: make the doc files length shorter
3487
3488         * ToolbarBackend.h:
3489         * ToolbarBackend.C: handle toolbar placement flags,
3490         Minibuffer
3491
3492 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3493
3494         * paragraph_pimpl.C (simpleTeXSpecialChars): take a outerfont arg,
3495         adjust
3496
3497         * paragraph_funcs.C (TeXOnePar): adjust
3498
3499         * paragraph.C (getLabelFont): add outerfont arg, adjust
3500         (getLayoutFont): ditto
3501         (simpleTeXOnePar): adjust
3502
3503         * paragraph_pimpl.C (realizeFont): delete func
3504
3505 2003-04-14  Alfredo Braunstein  <abraunst@libero.it>
3506
3507         * text2.C (beforeFullRowInset): added a bad getchar check, removed
3508         row argument, constify cur argument.
3509
3510 2003-04-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
3511
3512         * text2.C (getFont): adjust
3513         (getLayoutFont): adjust
3514         (getLabelFont): adjust
3515
3516         * paragraph_funcs.C (TeXOnePar): adjust
3517         (outerFont): new func...
3518         (realizeFont): ...moved out from here, changed this to facilitate
3519         transition
3520
3521         * paragraph.C (getFont): take outerfont as arg, adjust
3522         (simpleTeXOnePar): add outerfont arg, adjust
3523
3524         * buffer.C (simpleLinuxDocOnePar): adjust
3525         (simpleDocBookOnePar): adjust
3526
3527         * CutAndPaste.C (pasteSelection): adjust
3528
3529         * BufferView.C (getEncoding): adjust
3530
3531 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3532
3533         * text2.C (setCharFont): adjust
3534         (setCounter): adjust
3535
3536         * text.C (leftMargin): adjust
3537         (setHeightOfRow): adjust
3538
3539         * rowpainter.C (paintFirst): adjust
3540         (paintLast): adjust
3541
3542         * paragraph_pimpl.C (realizeFont): adjust
3543
3544         * paragraph.C (isFirstInSequence): move from here...
3545         * paragraph_funcs.C (isFirstInSequence): ...to here
3546
3547         * paragraph.C (outerHook): move from here...
3548         * paragraph_funcs.C (outerHook): ...to here
3549
3550         * paragraph.C (depthHook): move from here...
3551         * paragraph_funcs.C (depthHook): ...to here
3552
3553         * paragraph.C (getEndLabel): move from here...
3554         * paragraph_funcs.C (getEndLabel): ...to here
3555
3556         * text2.C (realizeFont): move from here...
3557         * paragraph_funcs.C (realizeFont): ...to here
3558
3559 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3560
3561         * text3.C (gotoNextInset): use separate tmp vars for par and pos.
3562
3563 2003-04-14  Angus Leeming  <leeming@lyx.org>
3564
3565         * LColor.[Ch]: scrap LColor mathcursor.
3566
3567 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3568
3569         * lyxlex.[Ch] (text): delete function
3570         * trans.C (Load): adjust
3571         * paragraph_funcs.C (readParToken): adjust
3572
3573 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3574
3575         * lyxlex_pimpl.h: get rid of LEX_MAX_BUFF, change buff to be a
3576         vector<char> instead of a char[].
3577
3578         * lyxlex_pimpl.C (getString): adjust
3579         (next): adjust
3580         (lex): use getString
3581         (eatLine): adjust
3582         (nextToken): adjust
3583
3584         * lyxlex.C (text): use pimpl_->getString()
3585         (getBool): ditto
3586         (findToken): ditto
3587
3588 2003-04-14  Lars Gullik Bjønnes  <larsbj@gullik.net>
3589
3590         * text2.C (getInset): temp vars for cursor.par() and cursor.pos()
3591         (makeFontEntriesLayoutSpecific): temp var for par.size()
3592         (setLayout): temp var for ownerParagraphs().end()
3593         (fullRebreak): temp var for rows().end()
3594         (selectionAsString): temp var for boost::next(startpit), realize
3595         that the while really is a regular for loop.
3596         (cursorEnd): temp vars for cursor.row(), lastPos ++, only call
3597         setCursor in one place.
3598         (setParagraph): temp vr for ownerParagraphs().end()
3599         (updateCounters): make the while loop a for loop
3600         (cutSelection): temp var for ownerParagraphs().end()
3601         (updateInset): make the do {} while() a regular for loop
3602         (getCursorX): use temp vars
3603         (setCurrentFont): use temp vars
3604         (getColumnNearX): use temp vars
3605
3606 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3607
3608         * text.C (transformChar): use temp var for getChar
3609         (computeBidiTables): use temp var for row->par()
3610         (fill): move temp vars for row->par() and pit->layout() earlier in
3611         the function.
3612         (labelFill): use temp var for row->par()
3613         (setHeightOfRow): do not allow rit to be RowList::end, get rid of
3614         asc and desc, realize that pit never changes and that firstpit is
3615         just a duplicate and not needed. Exchange rit->par() with pit in a
3616         lot of places.
3617         (breakAgain): use a temp var for boost::next(rit)
3618         (breakAgainOneRow): ditto
3619         (breakParagraph): use a temp var for rows().begin()
3620         (prepareToPrint): move nlh into minimal scope, use temp var for rit->par()
3621         (cursorRightOneWord): use temp var for cursor.par() and
3622         cursor.pos(), remove usage of tmpcursor.
3623         (cursorLeftOneWord): use temp var for cursor.par() and
3624         cursor.pos() only set cur at end of function.
3625
3626 2003-04-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
3627
3628         * text.C, text2.C: exchange all usage of Paragraph::next with
3629         boost::next(ParagraphList::iterator)
3630
3631         * CutAndPaste.C (cutSelection): change 2. arg to a Paragraph*
3632
3633         * text2.C (cursorTop): simplify implementation
3634         (cursorBottom): ditto
3635         (setParagraph): use ParagraphList::iterator
3636         (setCurrentFont): adjust
3637         (getColumnNearX): adjust
3638         (cursorRight): adjust
3639         (cursorLeft): remove usage of Paragraph::previous
3640         (cursorUpParagraph): ditto
3641         (deleteEmptyParagraphMechanism): slight cleanup
3642
3643         * text.C (isBoundary): take a Paragraph const & instead of a
3644         pointer as arg.
3645         (addressBreakPoint): ditto
3646         (leftMargin): remove usage of Paragraph::previous.
3647         (setHeightOfRow): ditto
3648         (cursorLeftOneWord): ditto
3649         (selectNextWordToSpellcheck): ditto
3650         (Delete): ditto
3651         (backspace): ditto
3652         (breakParagraph): remove one usage of Paragraph::next
3653         (redoParagraph): ditto
3654         (acceptChange): ditto
3655         (insertChar): adjust
3656         (rowBreakPoint): adjust
3657
3658         * bufferview_funcs.C (toggleAndShow): adjust
3659
3660 2003-04-11  Alfredo Braunstein  <abraunst@libero.it>
3661
3662         * lyxrow.[Ch]: add a cached y position to a Row and Row::y()
3663         methods to access it.
3664         * lyxtext.h:
3665         * text.C: Added updateRowPositions to compute all row positions.
3666         Make top_y and getRowNearY() to use the cached y position
3667
3668 2003-04-11  John Levon  <levon@movementarian.org>
3669
3670         * text.C (rowBreakPoint): reintroduce the labelEnd
3671         checks, code copied from the row fill stuff. Deep voodoo.
3672
3673         * text.C (fill): add a comment and debugging for the
3674         next poor soul.
3675
3676 2003-04-11  John Levon  <levon@movementarian.org>
3677
3678         * text.C: make sure fullrow insets get wrapped to the next line,
3679         even when they're in a manual label
3680
3681 2003-04-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
3682
3683         * text2.C (insertParagraph): make it take ParagraphList::iterator
3684         as arg.
3685         (setLayout): make it return ParagraphList::iterator
3686         (redoParagraphs): ditto
3687         (setCounter): ditto
3688         (checkParagraph): ditto
3689
3690         * text.C (getRow): make getrow take ParagraphList::iterator as arg
3691
3692         * text2.C: adjust several funcs.
3693         (realizeFont): take a ParagraphList::iterator as arg.
3694         (getLayoutFont): ditto
3695         (getLabelFont): ditto
3696         (setCharFont): ditto
3697
3698         * text.C: adjust several funcs.
3699
3700 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3701
3702         * text.C (selectNextWordToSpellcheck): don't accidentally
3703         skip insets
3704
3705 2003-04-10  John Levon  <levon@movementarian.org>
3706
3707         * ToolbarBackend.C (getIcon): special handling for
3708         LFUN_MATH_DELIM
3709
3710 2003-04-09  Alfredo Braunstein  <abraunst@libero.it>
3711
3712         * text2.C (cursorRight): a getChar assert fixed
3713
3714 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3715
3716         * text2.C (getFont): change to take a ParagraphList::iterator
3717         instead of Paragraph*
3718         Adjust several functions.
3719
3720         * text.C (transformChar): change to take a ParagraphList::iterator
3721         instead of Paragraph*
3722         (singleWidth): ditto
3723         Adjust several functions.
3724
3725         * rowpainter.C: adjust several functions
3726         * rowpainter.h:store a ParagraphList::iterator and not a
3727         Paragraph&.
3728
3729
3730 2003-04-09  John Levon  <levon@movementarian.org>
3731
3732         * lyxfunc.C:
3733         * lfuns.h:
3734         * LyXAction.h:
3735         * LyXAction.C: remove LFUN_APROPOS, LFUN_GETTIP,
3736         and the "help" bits as well
3737
3738 2003-04-09  John Levon  <levon@movementarian.org>
3739
3740         * ToolbarBackend.h:
3741         * ToolbarBackend.C: allow multiple toolbars
3742
3743 2003-04-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
3744
3745         * undo_funcs.C (setCursorParUndo): adjust
3746
3747         * text_funcs.C (transposeChars): adjust
3748
3749         * text3.C (gotoNextInset): adjust
3750         (dispatch): adjust
3751
3752         * text2.C (setLayout): adjust
3753         (changeDepth): adjust
3754         (setFont): adjust
3755         (redoParagraphs): adjust
3756         (selectionAsString): adjust
3757         (setParagraph): adjust
3758         (insertInset): adjust
3759         (cutSelection): adjust
3760         (copySelection): adjust
3761         (pasteSelection): adjust
3762         (insertStringAsLines): adjust
3763         (updateInset): adjust
3764         (setCursor): change to take a ParagraphList::iterator parameter
3765         (setCursorIntern): change to take a ParagraphList::iterator parameter
3766         (setCurrentFont): adjust
3767         (cursorLeft): adjust
3768         (cursorRight): adjust
3769         (deleteEmptyParagraphMechanism): adjust
3770
3771         * text.C (breakParagraph): adjust
3772         (insertChar): adjust
3773         (acceptChange): adjust
3774         (rejectChange): adjust
3775         (selectNextWordToSpellcheck): adjust
3776         (changeCase): adjust
3777         (Delete): adjust
3778         (backspace): adjust
3779
3780         * lyxfind.C (SearchForward): adjust
3781         (SearchBackward): adjust
3782         (nextChange): adjust
3783
3784         * lyxcursor.C (par): adjust
3785
3786         * lyxcursor.h: store a ParagraphList::iterator instead of a
3787         Paragraph*
3788
3789         * lyx_cb.C (getPossibleLabel): adjust
3790
3791         * bufferview_funcs.C (toggleAndShow): adjust
3792
3793         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
3794         (dispatch): adjust
3795
3796         * BufferView.C (removeAutoInsets): adjust
3797         (lockedInsetStoreUndo): adjust
3798
3799 2003-04-09  John Levon  <levon@movementarian.org>
3800
3801         * ToolbarBackend.C: try icon without argument
3802         if with argument fails
3803
3804 2003-04-08  John Levon  <levon@movementarian.org>
3805
3806         * ToolbarBackend.h:
3807         * ToolbarBackend.C: add getIcon(), handle tooltip,
3808         and change from "Icon" to "Item".
3809
3810 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3811
3812         * BufferView.C (lockInset): another bad getchar crunched
3813
3814 2003-04-08  Alfredo Braunstein  <abraunst@libero.it>
3815
3816         * text2.C (changeDepth): do not setUndo on test_only (make undo work
3817         again)
3818
3819 2003-04-05  Alfredo Braunstein  <abraunst@libero.it>
3820
3821         * lyxfind.C (searchForward, searchBackwards): bug 782
3822
3823 2003-04-07  John Levon  <levon@movementarian.org>
3824
3825         * paragraph.C: remove dead comment
3826
3827         * text.C: remove troublesome depth-fiddling code
3828         in leftMargin() and rightMargin() (bug 1017)
3829
3830         * text.C: fix breaking of rows in nested lists
3831         (bug 1004)
3832
3833         * text2.C (updateCounters): fix up depth values
3834         (bug 1013)
3835
3836 2003-04-07  John Levon  <levon@movementarian.org>
3837
3838         * BufferView_pimpl.C: clear message when doc finishes resizing,
3839         and after a mouse event
3840
3841         * lyxfunc.C: clear message after exiting inset
3842
3843 2003-04-07  John Levon  <levon@movementarian.org>
3844
3845         * bufferview_funcs.C: show math status not outside
3846         status in the statusbar
3847
3848 2003-04-07  John Levon  <levon@movementarian.org>
3849
3850         * lyxfunc.C: note status changed after a depth change
3851
3852 2003-04-04  Angus Leeming  <leeming@lyx.org>
3853
3854         * LaTeX.h: move AuxInfo operator==, != out of line.
3855         Remove LaTeX virtual destructor; nothing derives from it.
3856         Move operator()() out of public area and rename it startscript().
3857         Change protected for private.
3858
3859 2003-04-04  Angus Leeming  <leeming@lyx.org>
3860
3861         * lyxfunc.C:
3862         * text2.C: remove unneeded #includes.
3863
3864 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3865
3866         * text2.C (dEPM): fix the heigth of the next row
3867
3868 2003-04-03  Alfredo Braunstein  <abraunst@libero.it>
3869
3870         * text.C: squashed an invalid getChar requester + some ws changes
3871
3872 2003-04-03  John Levon  <levon@movementarian.org>
3873
3874         * bufferview_funcs.h:
3875         * bufferview_funcs.C:
3876         * lyxfunc.C:
3877         * lyxtext.h:
3878         * text2.C: make getStatus work for the env depth lfuns
3879
3880 2003-04-03  John Levon  <levon@movementarian.org>
3881
3882         * bufferview_funcs.h:
3883         * bufferview_funcs.C:
3884         * lyxfunc.C:
3885         * lyxtext.h:
3886         * text2.C: parlistize decDepth(), by merging it with incDepth()
3887
3888 2003-04-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
3889
3890         * lyxrow.h: store a ParagraphList::iterator instead of a
3891         Paragraph* and adjust other class functions to suit.
3892
3893         * lyxrow_funcs.C, text.C, text2.C, text3.C: adjust because of the
3894         above.
3895
3896 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
3897
3898         * text2.C (setCursor): do not anchor to cursor row for the time being
3899
3900 2003-04-02  John Levon  <levon@movementarian.org>
3901
3902         * LyXAction.C:
3903         * lfuns.h:
3904         * lyx_main.C:
3905         * lyxtext.h:
3906         * text.C:
3907         * text3.C: rename the "tab" lfuns. Remove tab support from normal text
3908
3909 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3910
3911         * paragraph.h: make ParagraphList and ParagraphList::iterator
3912         friends of Paragraph.
3913
3914         * buffer.C (makeLinuxDocFile): move towards ParagraphList
3915
3916         * ParagraphList.C: Use the private next_ and previous_ from
3917         Paragraph.
3918
3919 2003-04-01  John Levon  <levon@movementarian.org>
3920
3921         * ToolbarBackend.h:
3922         * ToolbarBackend.C:
3923         * Makefile.am: rename, remove defaults gunk
3924
3925         * MenuBackend.h:
3926         * MenuBackend.C: remove defaults gunk
3927
3928         * Languages.h:
3929         * Languages.C: remove defaults gunk
3930
3931         * lyx_main.h:
3932         * lyx_main.C: error out if files couldn't be found.
3933
3934 2003-04-02  John Levon  <levon@movementarian.org>
3935
3936         * text2.C: make incDepth() use parlist
3937
3938 2003-04-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
3939
3940         * undo_funcs.C (firstUndoParagraph): adjust
3941
3942         * text3.C (gotoInset): adjust
3943         (dispatch): adjust, and rewrite loop.
3944
3945         * text2.C (init): adjust, and rewrite loop.
3946         (redoParagraphs): adjust
3947         (updateInset): adjust, and rewrite loop.
3948         (deleteEmptyParagraphMechanism): adjust
3949
3950         * tabular.C (LyXTabular): adjust
3951         (SetMultiColumn): adjust
3952         (TeXRow): adjust
3953
3954         * lyxtext.[Ch] (ownerParagraph): delete function
3955         (ownerParagraphs): new function returns a ParagraphList.
3956
3957         * BufferView.C (removeAutoInsets): adjust
3958         (insertErrors): adjust
3959         (setCursorFromRow): adjust
3960
3961 2003-04-01  Angus Leeming  <leeming@lyx.org>
3962
3963         * BufferView_pimpl.C (buffer): ensure that the Layout is correct
3964         in the frontends.
3965
3966 2003-04-02  John Levon  <levon@movementarian.org>
3967
3968         * lyxtext.h:
3969         * text.C:
3970         * Makefile.am:
3971         * text_funcs.h:
3972         * text_funcs.C: make transposeChars a free function
3973
3974         * lyxrow_funcs.C: remove wrong comment
3975
3976 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
3977
3978         * lyxtext.h: adjust
3979         * rowpainter.C: adjust
3980         * text.C: adjust
3981         * text2.C: adjust
3982         * text3.C: adjust
3983
3984         * lyxrow_funcs. [Ch]: new files
3985
3986         * lyxrow.[Ch]: remove next and previous pointers
3987         (next,previous): remove accessor functions
3988         (isParEnd): move to lyxrow_funcs
3989         (lastPos): move to lyxrow_funcs
3990         (nextRowIsAllInset): move to lyxrow_funcs
3991         (lastPrintablePos): move to lyxrow_funcs
3992         (numberOfSeparators): move to lyxrow_funcs
3993         (numberOfHfills): move to lyxrow_funcs
3994         (numberOfLabelHfills): move to lyxrow_funcs
3995         (hfillExpansion): move to lyxrow_funcs
3996
3997         * lyxfunc.C: adjust
3998
3999         * bufferview_funcs.C (toggleAndShow): adjust
4000
4001         * RowList.h: Remove class RowList from file leave just a
4002         std::list<Row>.
4003
4004         * RowList.C: delete file
4005
4006         * Makefile.am (lyx_SOURCES): remove RowList.C, add lyxrow_funcs.C
4007         and lyxrow_funcs.h
4008
4009 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4010
4011         * text3.C (cursorPrevious): adjust
4012         (cursorNext): adjust
4013         (dispatch): adjust
4014
4015         * text2.C (redoHeightOfParagraph): adjust
4016         (redoDrawingOfParagraph): adjust
4017         (setCursor): adjust
4018
4019         * text.C (breakParagraph): adjust
4020         (insertChar): adjust
4021         (backspace): adjust
4022
4023         * rowpainter.C (RowPainter): adjust
4024         (leftMargin): simplify and adjust
4025         (most rowpainter functions): adjust.
4026
4027         * rowpainter.h: store the row as RowList::iterator not as Row*
4028
4029         * lyxcursor.C (row): taka RowList::iterator as arg
4030         (irow): ditto
4031
4032         * lyxcursor.h: make the LyXCursor store RowList::iterators instead
4033         of Row*.
4034
4035 2003-04-01  Angus Leeming  <leeming@lyx.org>
4036
4037         * bufferview_funcs.C (string2font): rewrite so that it no longer uses
4038         stuff like bool Bool.
4039
4040 2003-04-01  Alfredo Braunstein  <abraunst@libero.it>
4041
4042         * text2.C (redoParagraphs): fix a bug (introduced by myself) and
4043         rewrite a loop
4044
4045 2003-04-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
4046
4047         * text2.C (redoParagraphs): rewrite (with help from Alfredo) for
4048         RowList::iterator.
4049
4050         * lyxtext.h (rows): drop one version and leve a const variant that
4051         returns a RowList::iterator.
4052
4053 2003-03-31  Angus Leeming  <leeming@lyx.org>
4054
4055         * text.C (fill): ensure that the signature is the same as that in the
4056         header file.
4057
4058 2003-03-31  Lars Gullik Bjønnes  <larsbj@gullik.net>
4059
4060         * text2.C (redoParagraphs): adjust
4061         (updateCounters): adjust
4062         (checkParagraph): adjust
4063         (getColumnNearX): adjust and reformat a bit.
4064
4065         * text.C (top_y): adjust
4066         (workWidth): adjust
4067         (leftMargin): adjust
4068         (prepareToPrint): adjust
4069         (getRow): adjust
4070         (getRowNearY): adjust
4071
4072         * lyxtext.h: make rowlist_ mutable.
4073
4074         * RowList.h: add const_iterator
4075         * RowList.C: adjust for RowList::const_iterator.
4076
4077         * text2.C (getCursorX): make it take a RowList::iterator as arg,
4078         adjust.
4079
4080 2003-03-31  John Levon  <levon@movementarian.org>
4081
4082         * lyxrc.h:
4083         * lyxrc.C: moved pdf_mode and use_gui to elsewhere
4084
4085         * lyx_main.C: set default fonts from using lyx_gui funcs
4086
4087         * exporter.C: pdf_mode moved from lyxrc
4088
4089         * lyx_cb.C:
4090         * lyxfunc.C: changes from above
4091
4092 2003-03-31  John Levon  <levon@movementarian.org>
4093
4094         * lyx_main.C: fix to the last fix
4095
4096 2003-03-31  John Levon  <levon@movementarian.org>
4097
4098         * bufferlist.C: "Load original" -> "Load Original"
4099
4100         * converter.C:
4101         * exporter.C:
4102         * importer.C:
4103         * lyx_main.C:
4104         * format.C: more Alert cleanups
4105
4106 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4107
4108         * text2.C (removeParagraph): make it take a RowList::iterator as
4109         arg, adjust.
4110         (getColumnNearX): make it take a RowList::iterator as arg, adjust.
4111         (postRowPaint): make it take a RowList::iterator as arg, adjust.
4112
4113         * text.C (anchor_row): make it take a RowList::iterator as arg,
4114         adjust.
4115         (computeBidiTables): make it take a const reference to Row instead
4116         of Row pointer, adjust.
4117         (leftMargin): make it take a RowList::iterator as arg, adjust.
4118         (rowBreakPoint): adjust
4119         (breakAgainOneRow): make it take a RowList::iterator as arg,
4120         adjust.
4121         (prepareToPrint): make it take a RowList::iterator as arg, adjust.
4122
4123         * bufferview_funcs.C (toggleAndShow): adjust
4124
4125 2003-03-30  John Levon  <levon@movementarian.org>
4126
4127         * Makefile.am:
4128         * BoostFormat.h:
4129         * boost-inst.C: moved to support
4130
4131         * several files: changes as a result
4132
4133 2003-03-30  Lars Gullik Bjønnes  <larsbj@gullik.net>
4134
4135         * text2.C (LyXText): adjust.
4136         (init): adjust
4137         (removeRow): make it take a RowList::iterator as arg, adjust.
4138         (fullRebreak): adjust
4139         (deleteEmptyParagraphMechanism): adjust
4140         (clearPaint): adjust
4141         (postPaint): adjust
4142
4143         * text.C (top_y): adjust
4144         (setHeightOfRow): make it take a RowList::iterator as arg, adjust.
4145         (breakAgain): make it take a RowList::iterator as arg, adjust.
4146         (breakParagraph): adjust
4147         (insertChar): adjust
4148         (backspace): adjust
4149
4150         * lyxtext.h: make anchor_row_ be a RowList::iterator, ditto
4151         need_break_row, and refresh_row.
4152
4153         * text3.C (dispatch): adjust
4154
4155         * text2.C (checkParagraph): adjust
4156         (setCursor): adjust
4157         (setCursorFromCoordinates): adjust
4158
4159         * text.C (top_y): adjust
4160         (workWidth): adjust
4161         (getRow): make it return a RowList::iterator, adjust
4162         (getRowNearY): make it return a RowList::iterator, adjust
4163
4164         * text2.C (init): adjust
4165         (insertRow): remove function
4166         (insertParagraph): adjust
4167         (redoParagraphs): adjust
4168         (fullRebreak): adjust
4169         (updateCounters): adjust
4170
4171         * text.C (top_y): rewrite to use RowList iterators.
4172         (top_y): adjust
4173         (setHeightOfRow): rewrite to sue RowList iterators.
4174         (appendParagraph): adjust
4175         (breakAgain): adjust
4176         (breakAgainOneRow): adjust
4177         (breakParagraph): adjust
4178         (getRow): adjust
4179         (getRowNearY): adjust, and remove commented code.
4180
4181         * lyxtext.h (firstRow): delete function
4182         (lastRow): delete function
4183         (rows): new function (const and non-const versions.)
4184         (insertRow): delete function
4185
4186         * lyxrow.[Ch] (Row): new constructor taking a par and a pos
4187
4188 2003-03-29  John Levon  <levon@movementarian.org>
4189
4190         * BufferView_pimpl.C: always update scrollbar top
4191         because pasting text when we're anchored could mean we
4192         miss an update altogether
4193
4194 2003-03-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
4195
4196         * text2.C (init): use rowlist_.end() and not 0.
4197         (insertRow): change to take a RowList::iterator as arg, adjust
4198         for this.
4199         (insertParagraph): change to take a RowList::iterator as arg,
4200         adjust for this.
4201         (redoParagraphs): remove some debug msgs.
4202
4203         * text.C (appendParagraph): change to take a RowList::iterator
4204         arg, adjust for this.
4205         (breakAgain): add an assert
4206         (breakAgainOneRow): ditto
4207
4208 2003-03-29  John Levon  <levon@movementarian.org>
4209
4210         * text2.C: do not clear selection after inc/decDepth
4211         (bug 550)
4212
4213 2003-03-29  John Levon  <levon@movementarian.org>
4214
4215         * BufferView.C:
4216         * buffer.C: fix broken strerrors according to Lars
4217
4218 2003-03-29  John Levon  <levon@movementarian.org>
4219
4220         * converters.C: more Alert cleanups
4221
4222 2003-03-29  John Levon  <levon@movementarian.org>
4223
4224         * bufferview_funcs.C: remove pointless Alert
4225
4226         * buffer.C: fix confusing error message when
4227         a template is chmoded 000
4228
4229 2003-03-29  John Levon  <levon@movementarian.org>
4230
4231         * BufferView.C:
4232         * BufferView.h:
4233         * BufferView_pimpl.C: Alert fixes
4234
4235         * Makefile.am:
4236         * tabular.C:
4237         * tabular-old.C: remove unused table compat reading
4238
4239 2003-03-29  John Levon  <levon@movementarian.org>
4240
4241         * BufferView.C:
4242         * buffer.C:
4243         * lyx_cb.h:
4244         * lyx_cb.C: more Alert cleanups
4245
4246         * lyxfunc.C: don't allow chktex if not latex document
4247
4248 2003-03-29  John Levon  <levon@movementarian.org>
4249
4250         * lyx_cb.C:
4251         * BufferView.C:
4252         * buffer.C: warnings pushed down from support/,
4253         kill err_alert
4254
4255 2003-03-29  John Levon  <levon@movementarian.org>
4256
4257         * lyxfunc.C: safety check for C-r (revert)
4258
4259 2003-03-29  John Levon  <levon@movementarian.org>
4260
4261         * bufferlist.h:
4262         * bufferlist.C: several UI fixes using Alert::prompt.
4263         Fix the pointless looping quit code. Fix stupid revert
4264         behaviour (bug 938)
4265
4266         * lyxvc.h:
4267         * lyxvc.C:
4268         * lyx_cb.C: use Alert::prompt
4269
4270         * lyx_main.C: remove a silly question
4271
4272         * lyxfunc.C: remove a couple of silly questions,
4273         use Alert::prompt
4274
4275 2003-03-28  John Levon  <levon@movementarian.org>
4276
4277         * text2.C: fix bug 974 (End on empty par)
4278
4279 2003-03-28  John Levon  <levon@movementarian.org>
4280
4281         * BufferView_pimpl.C:
4282         * LyXAction.C:
4283         * lfuns.h: remove do-nothing math greek lfuns
4284
4285 2003-03-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
4286
4287         * lyxgluelength.h (isValidGlueLength): add default arg on
4288         parameter 2. Remove default arg from friend in class.
4289
4290         * lyxlength.h (isValidLength): add default arg on parameter 2.
4291         Remove default arg from friend in class.
4292
4293         * text2.C (LyXText): adjust, initialize refresh_row.
4294         (init): adjust
4295         (removeRow): adjust
4296         (insertRow): adjust
4297         (insertParagraph): adjst
4298         (redoParagraphs): adjust
4299         (fullRebreak): adjust
4300         (updateCounters): adjust
4301         (deleteEmptyParagraphMechanism): first attempt at fixing a
4302         crashing bug.
4303
4304         * text.C (top_y): adjust
4305         (setHeightOfRow): adjust
4306         (getRow): adjust
4307         (getRowNearY): adjust
4308
4309         * lyxtext.h: include RowList.h
4310         (~LyXText): not needed anymore, deleted.
4311         (firstRow): modify for RowList
4312         (lastRow): new function
4313         Delete firstrow and lastrow class variables, add a Rowlist
4314         rowlist_ class variable.
4315
4316         * lyxrow.C (lastPos): use empty() and not !size() to check if a
4317         paragraph is empty.
4318
4319         * RowList.C (insert): fix case where it == begin().
4320
4321 2003-03-26  Angus Leeming  <leeming@lyx.org>
4322
4323         * BufferView_pimpl.C (dispatch): changes to the Dialogs interface for
4324         the thesaurus dialog.
4325
4326 2003-03-26  Lars Gullik Bjønnes  <larsbj@gullik.net>
4327
4328         * Makefile.am (lyx_SOURCES): add RowList.[Ch]
4329
4330         * RowList.[Ch]: new files
4331
4332         * ParagraphList.C (erase): handle the case where it == begin
4333         correctly.
4334
4335 2003-03-25  John Levon  <levon@movementarian.org>
4336
4337         * Makefile.am:
4338         * aspell_local.h:
4339         * aspell.C: add new aspell support
4340
4341         * lyxrc.h:
4342         * lyxrc.C: Make use_pspell be use_spell_lib. Always
4343         have it accessible.
4344
4345 2003-03-25  Angus Leeming  <leeming@lyx.org>
4346
4347         * lfuns.h:
4348         * LyXAction.C (init): new LFUN_INSET_INSERT.
4349
4350         * BufferView_pimpl.C (dispatch): split out part of the
4351         LFUN_INSET_APPLY block LFUN_INSET_INSERT.
4352
4353         * factory.C (createInset): act on LFUN_INSET_INSERT rather than
4354         LFUN_INSET_APPLY.
4355
4356 2003-03-25  Angus Leeming  <leeming@lyx.org>
4357
4358         * lyxfunc.C (dispatch): changes to the Dialogs interface.
4359
4360 2003-03-25  Alfredo Braunstein  <abraunst@libero.it>
4361
4362         * text2.C:
4363         * text3.C: remove useless row->height(0)
4364
4365 2003-03-25  John Levon  <levon@movementarian.org>
4366
4367         * lyxtext.h:
4368         * text2.C:
4369         * text3.C: rename the refreshing stuff to better names
4370
4371 2003-03-24  John Levon  <levon@movementarian.org>
4372
4373         * BufferView_pimpl.h:
4374         * BufferView_pimpl.C: update layout choice on a mouse
4375         press/release
4376
4377 2003-03-23  John Levon  <levon@movementarian.org>
4378
4379         * Makefile.am: fix commandtags.h reference
4380
4381 2003-03-22  John Levon  <levon@movementarian.org>
4382
4383         * BufferView_pimpl.C:
4384         * lyxtext.h:
4385         * rowpainter.C:
4386         * rowpainter.h:
4387         * text.C:
4388         * text2.C: remove CHANGED_IN_DRAW, it cannot happen now
4389
4390 2003-03-21  Alfredo Braunstein  <abraunst@libero.it>
4391
4392         * lyxtext.h:
4393         * text.C: take the rtl methods out of line
4394
4395 2003-03-21 André Pönitz <poenitz@gmx.net>
4396
4397         * metricsinfo.[Ch]: new files containing structures to be passed around
4398         during the two-phase-drawing...
4399
4400 2003-03-21 André Pönitz <poenitz@gmx.net>
4401
4402         * lyxtextclass.C: read 'environment' tag.
4403
4404 2003-03-20  Alfredo Braunstein  <abraunst@libero.it>
4405
4406         * text2.C (removeRow): fix bug 964
4407
4408 2003-03-20  John Levon  <levon@movementarian.org>
4409
4410         * rowpainter.C:
4411         * text.C:
4412         * text2.C: paint cleanups. Inset::update() dropped font
4413         parameter
4414
4415 2003-03-19  John Levon  <levon@movementarian.org>
4416
4417         * lyxfunc.C: only fitcursor/markDirty if available()
4418
4419 2003-03-19  John Levon  <levon@movementarian.org>
4420
4421         * commandtags.h: rename to ...
4422
4423         * lfuns.h: ... this, and renumber / cleanup
4424
4425 2003-03-19  John Levon  <levon@movementarian.org>
4426
4427         * lyxfunc.C: mark buffer dirty if we executed a "dirtying" lfun.
4428         fit the cursor after an lfun
4429
4430         * BufferView.h:
4431         * BufferView.C:
4432         * BufferView_pimpl.h:
4433         * BufferView_pimpl.C: remove BufferView::FITCUR/CHANGE
4434
4435         * LyXAction.C: layout-character should have ReadOnly
4436
4437         * ParagraphParameters.C:
4438         * buffer.C:
4439         * bufferview_funcs.C:
4440         * lyx_cb.C:
4441         * lyxfind.C:
4442         * lyxtext.h:
4443         * text.C:
4444         * text2.C:
4445         * text3.C:
4446         * undo_funcs.C: changes from above
4447
4448 2003-03-18  John Levon  <levon@movementarian.org>
4449
4450         * BufferView_pimpl.C (scrollDocView): add updateLayoutChoice(),
4451         remove it from update()
4452
4453         * lyxfunc.C: update layout choice after an lfun
4454
4455         * text3.C: remove extra updateLayoutChoice()s
4456
4457 2003-03-18  John Levon  <levon@movementarian.org>
4458
4459         * text.C: top_y change means full repaint, fix
4460         a drawing bug with cursor movement
4461
4462 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4463
4464         * lyxtext.h:
4465         * text.C:
4466         * text2.C: anchor row on setCursor
4467
4468 2003-03-18  Alfredo Braunstein  <abraunst@libero.it>
4469
4470         * lyxtext.h: remove almost all mutable keywords
4471         * text.C:
4472         * text2.C:
4473         * text3.C: remove const keywords accordingly
4474
4475 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4476
4477         * paragraph_funcs.C (TeXDeeper): reduce number of args, move into
4478         anon namespace
4479         (TeXEnvironment): ditto
4480         (TeXOnePar): ditto
4481
4482 2003-03-17  John Levon  <levon@movementarian.org>
4483
4484         * text.C (rowBreakPoint): remove attempt to fix displayed
4485         math insets inside a manual label
4486
4487 2003-03-17  Lars Gullik Bjønnes  <larsbj@gullik.net>
4488
4489         * lyxtext.h: remove BufferView* as first arg from almost all class
4490         functions.
4491         * other files: adjust.
4492
4493 2003-03-17  John Levon  <levon@movementarian.org>
4494
4495         * lyxtext.h:
4496         * undo_funcs.C:
4497         * text2.C: more paint cleanups
4498
4499         * BufferView_pimpl.C: screen prototype changed, use postPaint etc.
4500
4501         * rowpainter.h:
4502         * rowpainter.C: remove "smart" background painting code
4503
4504 2003-03-16  John Levon  <levon@movementarian.org>
4505
4506         * lyxtext.h:
4507         * text.C:
4508         * text2.C:
4509         * text3.C: add helper functions for setting refresh_row/y
4510
4511 2003-03-14  Kayvan Sylvan  <kayvan@sylvan.com>
4512
4513         * paragraph_pimpl.C (simpleTeXSpecialChars): Added fix for the
4514         newline inset which *can* get inserted in the pass_thru layouts.
4515         This is primarily for literate documents.
4516
4517 2003-03-14  Dekel Tsur  <dekelts@tau.ac.il>
4518
4519         * buffer.C: increment LYX_FORMAT to 223
4520
4521 2003-03-14 André Pönitz <poenitz@gmx.net>
4522
4523         * textclass.h: prepare for environment handling, ws changes
4524         * lyxlayout.C: read latexheader and latexfooter tags
4525
4526 2003-03-14  John Levon  <levon@movementarian.org>
4527
4528         * text2.C: rewrite ::status() a bit
4529
4530 2003-03-13  John Levon  <levon@movementarian.org>
4531
4532         * lyxtext.h: add some docs
4533
4534 2003-03-13  John Levon  <levon@movementarian.org>
4535
4536         * lyxtext.h:
4537         * text.C:
4538         * text2.C:
4539         * text3.C: remove pointless 2nd arg to setHeightOfParagraph()
4540
4541 2003-03-13  John Levon  <levon@movementarian.org>
4542
4543         * text3.C: fix appendix redrawing
4544
4545 2003-03-13  John Levon  <levon@movementarian.org>
4546
4547         * text.C (setHeightOfRow):
4548         * rowpainter.h:
4549         * rowpainter.C: make appendix mark have the text
4550           "Appendix" so the user knows what it is
4551
4552         * LColor.h:
4553         * LColor.C: s/appendixline/appendix/ from above
4554
4555 2003-03-13  John Levon  <levon@movementarian.org>
4556
4557         * paragraph_pimpl.C: fix Andre's backing out of the strong assertion
4558
4559         * text.C: fix a getChar(pos) bug properly
4560
4561 2003-03-13  Angus Leeming  <leeming@lyx.org>
4562
4563         * commandtags.h:
4564         * LyXAction.C (init): new LFUNs PARAGRAPH_APPLY and PARAGRAPH_UPDATE.
4565         Probably only temporary. Let's see how things pan out.
4566
4567         * BufferView.C (unlockInset):
4568         * BufferView_pimpl.C (fitCursor):
4569         replace Dialogs::updateParagraph with dispatch(LFUN_PARAGRAPH_UPDATE).
4570
4571         * BufferView_pimpl.C (dispatch): code for LFUNs LAYOUT_PARAGRAPH,
4572         PARAGRAPH_UPDATE, PARAGRAPH_APPLY.
4573
4574         * ParagraphParameters.[Ch] (setParagraphParams, params2string):
4575         new functions that convert ParagraphParameters to and from a string.
4576
4577         * lyxfunc.C (dispatch): move LFUN_LAYOUT_PARAGRAPH to
4578         BufferView::Pimpl's dispatch.
4579         In LFUN_ESCAPE, dispatch LFUN_PARAGRAPH_UPDATE.
4580
4581 2003-03-13 André Pönitz <poenitz@gmx.net>
4582
4583         * lyxfunc.C:
4584         * text3.C:
4585         * factory.C: make it aware of InsetEnv
4586
4587 2003-03-13  Lars Gullik Bjønnes  <larsbj@gullik.net>
4588
4589         * text2.C (setCursor): never ask for one past last
4590         (setCursor): add some debugging messages.
4591
4592         * text.C (singleWidth): never ask for one past last
4593         (singleWidth): ditto
4594         (leftMargin): ditto
4595         (rightMargin): ditto
4596         (rowBreakPoint): ditto
4597         (setHeightOfRow): ditto
4598         (prepareToPrint): ditto
4599
4600         * rowpainter.C (paintBackground): never ask for one past last
4601         (paintText): never ask for one past last
4602
4603         * paragraph_pimpl.C (getChar): make the assert stricter, never
4604         allow the one past last pos to be taken
4605
4606         * paragraph.C (getChar): ws changes only
4607
4608         * lyxrow.C (nextRowIsAllInset): never ask for one past last
4609         (numberOfSeparators): ditto
4610         (numberOfHfills): ditto
4611
4612 2003-03-12  John Levon  <levon@movementarian.org>
4613
4614         * author.h:
4615         * author.C:
4616         * bufferparams.h:
4617         * bufferparams.C:
4618         * paragraph_funcs.C: fix per-buffer authorlists
4619
4620 2003-03-12  John Levon  <levon@movementarian.org>
4621
4622         * text.C: fix newline in right address
4623
4624 2003-03-12  Angus Leeming  <leeming@lyx.org>
4625
4626         * BufferView_pimpl.C (dispatch): remove LFUNs from switch as they
4627         duplicate those in LyXFunc::dispatch.
4628
4629         * commandtags.h:
4630         * LyXAction.C:
4631         * ToolbarDefaults.C:
4632         rename LFUN_FREE as LFUN_FONTFREE_APPLY.
4633         Add LFUN_FONTFREE_UPDATE.
4634
4635         * lyxfunc.C (dispatch): code for LFUN_FREEFONT_APPLY,
4636         LFUN_FREEFONT_UPDATE, LFUN_LAYOUT_CHARACTER.
4637
4638         * bufferview_func.[Ch]: several new functions to facilliate
4639         transfer of data to and from the character dialog.
4640
4641 2003-03-12  John Levon  <levon@movementarian.org>
4642
4643         * buffer.C:
4644         * paragraph.h:
4645         * paragraph.C:
4646         * paragraph_funcs.C:
4647         * paragraph_pimpl.C:
4648         * sgml.C:
4649         * tabular.C:
4650         * text.C:
4651         * text3.C: remove META_NEWLINE in favour of an inset
4652
4653         * rowpainter.h:
4654         * rowpainter.C: remove paintNewline (done by inset)
4655
4656 2003-03-12  John Levon  <levon@movementarian.org>
4657
4658         * paragraph_pimpl.C: complain about bad getChar()s
4659         for a while at least
4660
4661 2003-03-12  John Levon  <levon@movementarian.org>
4662
4663         * buffer.h:
4664         * buffer.C: move paragraph read into a separate function,
4665         a little renaming to reflect that.
4666
4667         * bufferparams.h:
4668         * bufferparams.C: remove the author_ids map, not necessary now
4669
4670         * factory.h:
4671         * factory.C: moved Buffer::readInset to here
4672
4673         * paragraph_funcs.h:
4674         * paragraph_funcs.C: readParagraph free function moved from
4675         buffer.C
4676
4677         * tabular.C: name change
4678
4679 2003-03-12  John Levon  <levon@movementarian.org>
4680
4681         * buffer.C:
4682         * ParagraphParameters.C: move par params input to
4683         a read() method
4684
4685         * lyxlex_pimpl.C: make nextToken()/next() after a pushToken()
4686         behave like a normal read from the stream wrt reading
4687         a line vs. a \\token
4688
4689 2003-03-12  John Levon  <levon@movementarian.org>
4690
4691         * paragraph.C:
4692         * ParagraphParameters.h:
4693         * ParagraphParameters.C: move output code to a
4694         ::write() method
4695
4696 2003-03-12  John Levon  <levon@movementarian.org>
4697
4698         * BufferView.C (insertLyXFile):
4699         * buffer.h:
4700         * buffer.C:
4701         * tabular.C: use a parlist iterator for creating the
4702           document.
4703
4704 2003-03-12  John Levon  <levon@movementarian.org>
4705
4706         * buffer.C: make current_change static local not
4707           static file-scope
4708
4709 2003-03-12  John Levon  <levon@movementarian.org>
4710
4711         * buffer.C: fix insertStringAsLines for change tracking
4712
4713 2003-03-12  John Levon  <levon@movementarian.org>
4714
4715         * BufferView.C:
4716         * tabular.C:
4717         * buffer.h:
4718         * buffer.C:
4719         * bufferparams.h:
4720         * bufferparams.C: move author list into params. Rename some
4721           functions. Move the header reading into a separate token
4722           loop. Move the header token reading into BufferParams.
4723
4724 2003-03-12  John Levon  <levon@movementarian.org>
4725
4726         * changes.C: put debug inside lyxerr.debugging() checks
4727
4728 2003-03-11 André Pönitz <poenitz@gmx.net>
4729
4730         * factory.C: make it aware of InsetHFill
4731
4732 2003-03-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
4733
4734         * buffer.C (latexParagraphs): move function from here...
4735         * paragraph_funcs.C (latexParagraphs): ...to here, and adjust
4736         args.
4737
4738 2003-03-10  Angus Leeming  <leeming@lyx.org>
4739
4740         * LyXAction.C (init): fix bug in poplating array with multiple entries
4741         with the same LFUN (spotted by JMarc).
4742
4743 2003-03-10  John Levon  <levon@movementarian.org>
4744
4745         * text.C:
4746         * text2.C: move getColumnNearX() near its
4747         only call site
4748
4749 2003-03-10  John Levon  <levon@movementarian.org>
4750
4751         * text.C: fix break before a minipage
4752
4753 2003-03-10  John Levon  <levon@movementarian.org>
4754
4755         * text.C: fix the last commit
4756
4757 2003-03-09  John Levon  <levon@movementarian.org>
4758
4759         * lyxtext.h:
4760         * text.C:
4761         * text2.C: clean up nextBreakPoint (now rowBreakPoint). Fix
4762         bug 365 (don't break before insets unless needed). Don't
4763         return a value > last under any circumstances.
4764
4765 2003-03-09  Angus Leeming  <leeming@lyx.org>
4766
4767         * BufferView_pimpl.C (trackChanges, dispatch): call
4768         Dialogs::show("changes") rather than Dialogs::showMergeChanges().
4769
4770 2003-03-09  Angus Leeming  <leeming@lyx.org>
4771
4772         * lyxfunc.C (dispatch): call Dialogs::show("about") rather
4773         than Dialogs::showAboutlyx().
4774
4775 2003-03-09  Angus Leeming  <leeming@lyx.org>
4776
4777         * factory.C (createInset): call Dialogs::show("tabularcreate") rather
4778         than Dialogs::showTabularCreate().
4779
4780 2003-03-09  John Levon  <levon@movementarian.org>
4781
4782         * lyxtext.h:
4783         * text.C:
4784         * text2.C: 3rd arg to nextBreakPoint was always the same.
4785           Use references.
4786
4787 2003-03-08  John Levon  <levon@movementarian.org>
4788
4789         * lyxrow.C:
4790         * paragraph.C:
4791         * paragraph.h:
4792         * rowpainter.C:
4793         * text.C:
4794         * text2.C: Remove the "main" bit from the "main body"
4795           notion.
4796
4797 2003-03-08  John Levon  <levon@movementarian.org>
4798
4799         * text.C (leftMargin): The left margin of an empty
4800         manual label paragraph should not include the label width
4801         string length.
4802
4803         * text.C (prepareToPrint): don't attempt to measure hfills
4804         for empty manual label paragraphs - the answer should be 0
4805
4806 2003-03-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
4807
4808         * CutAndPaste.C: remove commented code and reindent.
4809
4810 2003-03-08  John Levon  <levon@movementarian.org>
4811
4812         * lyxfunc.h:
4813         * lyxfunc.C: move reloadBuffer()
4814
4815         * BufferView.h:
4816         * BufferView.C: to here
4817
4818         * lyxvc.C: add comment
4819
4820         * vc-backend.h:
4821         * vc-backend.C: call bv->reload() to avoid
4822           getStatus() check on MENURELOAD
4823
4824 2003-03-07  Dekel Tsur  <dekelts@tau.ac.il>
4825
4826         * LaTeX.C (run): Fix a bug where the DVI file was not updated due
4827         to an old format .dep file.
4828
4829 2003-03-07  Angus Leeming  <leeming@lyx.org>
4830
4831         * text3.C (dispatch): remove the 'gross hack' of calling inset->edit
4832         when the LFUN_MOUSE_RELEASE should have been handled by
4833         inset->localDispatch.
4834
4835 2003-03-07  Angus Leeming  <leeming@lyx.org>
4836
4837         * BufferView_pimpl.C (dispatch):
4838         * LyXAction.C (init):
4839         * ToolbarDefaults.C (init):
4840         * commandtags.h:
4841         * lyxfunc.C (getStatus):
4842         remove LFUN_INSET_GRAPHICS.
4843
4844         * factory.C (createInset): add "graphics" to LFUN_INSET_APPLY.
4845
4846 2003-03-07  Angus Leeming  <leeming@lyx.org>
4847
4848         * commandtags.h:
4849         * LyXAction.C (init):
4850         * lyxfunc.C (getStatus): remove LFUN_REF_INSERT.
4851
4852         * lyxfunc.C (getStatus): add LFUN_DIALOG_SHOW_NEW_INSET to switch.
4853
4854         * commandtags.h:
4855         * LyXAction.C: add LFUN_INSET_DIALOG_UPDATE.
4856
4857         * lyxfunc (dispatch): on LFUN_DIALOG_UPDATE, pass the 'open' inset's
4858         localDispatch method LFUN_INSET_DIALOG_UPDATE.
4859
4860 2003-03-07  Angus Leeming  <leeming@lyx.org>
4861
4862         * lyxfunc.C (dispatch): add "include" to LFUN_SHOW_NEW_INSET and
4863         remove "ert".
4864
4865 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4866
4867         * ParagraphList.C (front): new function
4868         (back): implement
4869
4870 2003-03-06  Alfredo Braunstein  <abraunst@libero.it>
4871
4872         * lyxtext.h (top_y): added these 2 methods, and private vars top_row_
4873         and top_row_offset_. removed var first_y.
4874         * text.C (top_y):
4875         * text2.C (LyXText, removeRow):
4876         * text3.C:
4877         * BufferView_pimpl.C:
4878         use these methods instead of using first_y
4879
4880 2003-03-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
4881
4882         * text2.C (pasteSelection): adjust for checkPastePossible
4883
4884         * CutAndPaste.C: remove Paragraph * buf and replace with
4885         ParagraphList paragraphs.
4886         (DeleteBuffer): delete
4887         (cutSelection): change the tc type to textclass_type
4888         (copySelection): change the tc type to textclass_type
4889         (copySelection): adjust for ParagraphList
4890         (pasteSelection): change the tc type to textclass_type
4891         (pasteSelection): adjust for Paragraphlist
4892         (nrOfParagraphs): simplify for ParagraphList
4893         (checkPastePossible): simplify for ParagraphList
4894         (checkPastePossible): remove unused arg
4895
4896         * ParagraphList.C (insert): handle the case where there are no
4897         paragraphs yet.
4898
4899         * CutAndPaste.h: make CutAndPaste a namespace.
4900
4901         * text3.C (dispatch): adjust
4902
4903         * text.C (breakParagraph): add a ParagraphList as arg
4904
4905         * paragraph_funcs.C (breakParagraph): change to take a
4906         BufferParams and a ParagraphList as args.
4907         (breakParagraphConservative): ditto
4908         (mergeParagraph): ditto
4909         (TeXDeeper): add a ParagraphList arg
4910         (TeXEnvironment): ditto
4911         (TeXOnePar): ditto
4912
4913         * buffer.C (readLyXformat2): adjust
4914         (insertStringAsLines): adjust
4915         (latexParagraphs): adjust
4916
4917         * CutAndPaste.C (cutSelection): use 'true' not '1' as truth value.
4918         (cutSelection): adjust
4919         (pasteSelection): adjust
4920
4921         * BufferView_pimpl.C (insertInset): adjust
4922
4923 2003-03-05  Angus Leeming  <leeming@lyx.org>
4924
4925         * commandtags.h:
4926         * LyXAction.C (init):
4927         * BufferView_pimpl.C (dispatch):
4928         * lyxfunc.C (getStatus):
4929         remove LFUN_CHILD_INSERT.
4930
4931         * factory.C (createInset): add "include" to LFUN_INSET_APPLY.
4932
4933 2003-03-05  Angus Leeming  <leeming@lyx.org>
4934
4935         * commandtags.h:
4936         * LyXAction.C (init):
4937         * src/factory.C (createInset):
4938         * lyxfunc.C (getStatus):
4939         * text3.C (dispatch):
4940         remove LFUN_INSET_EXTERNAL and LFUN_INSERT_URL
4941
4942         * factory.C (createInset): add "external" to LFUN_INSET_APPLY.
4943
4944 2003-03-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
4945
4946         * ParagraphList.C (insert): handle insert right before end()
4947         (erase): fix cases where it can be first or last paragraph.
4948
4949 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
4950
4951         * paragraph_funcs.C (TeXEnvironment): remove all usage of
4952         Paragraph::next and Paragraph::previous
4953         (TeXOnePar): ditto
4954
4955         * text.C (breakParagraph): adjust
4956
4957         * paragraph_funcs.C (breakParagraph): take a Buffer* instead of a
4958         BufferParams& as arg.
4959         (breakParagraph): use ParagraphList::insert
4960         (breakParagraphConservative): take a Buffer* instead of a
4961         BufferParams& as arg.
4962         (breakParagraphConservative): use ParagraphList::insert.
4963
4964         * buffer.C (insertStringAsLines): un-const it
4965         (insertStringAsLines): adjust
4966
4967         * ParagraphList.C (insert): new function
4968
4969         * CutAndPaste.C (pasteSelection): adjust
4970
4971         * text.C (backspace): adjust
4972
4973         * tabular.C (SetMultiColumn): adjust
4974
4975         * CutAndPaste.C (cutSelection): adjust
4976         (pasteSelection): adjust
4977
4978         * tabular.C (SetMultiColumn): make it take a Buffer* instead of a
4979         Buffer const * as arg
4980
4981         * ParagraphList.C (erase): new function
4982         * paragraph_funcs.C (mergeParagraph): use it
4983         (mergeParagraph): make it take a Buffer* instead of a
4984         BufferParams* as arg
4985
4986         * paragraph_funcs.C (breakParagraph): take ParagraphList::iterator
4987         as arg
4988         (breakParagraphConservative): ditto
4989
4990         * paragraph.h: remove the breakParagraph friend
4991
4992         * paragraph.C (eraseIntern): new function
4993         (setChange): new function
4994
4995         * paragraph_funcs.C (mergeParagraph): make it take a
4996         ParagraphList::iterator instead of a Paragraph *, adjust
4997         accordingly.
4998
4999         * paragraph.h: move an #endif so that the change tracking stuff
5000         also works in the NO_NEXT case.
5001
5002 2003-03-04  Angus Leeming  <leeming@lyx.org>
5003
5004         * commandtags.h:
5005         * LyXAction.C: new LFUN_INSET_MODIFY.
5006
5007         * BufferView_pimpl.C (dispatch): if an inset is found to be open
5008         on LFUN_INSET_APPLY, pass LFUN_INSET_MODIFY to its localDispatch.
5009
5010 2003-03-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5011
5012         * several files: ws changes only
5013
5014         * paragraph_funcs.C (TeXOnePar): take ParagraphList::iterator as args
5015         (TeXEnvironment): ditto
5016         (TeXDeeper): ditto
5017
5018         * buffer.C (makeLaTeXFile): adjust
5019         (latexParagraphs): make it take ParagraphList::iterator as args
5020
5021 2003-03-03  Lars Gullik Bjønnes  <larsbj@gullik.net>
5022
5023         * buffer.C (latexParagraphs): adjust
5024
5025         * paragraph.C (TeXOnePar): move function...
5026         (optArgInset): move function...
5027         (TeXEnvironment): move function...
5028         * paragraph_pimpl.C (TeXDeeper): move function...
5029         * paragraph_funcs.C: ...here
5030
5031         * tabular.C (UseParbox): rewrite to use ParagraphList iterators.
5032
5033 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5034
5035         * buffer.C (readInset): remove compability code for old Figure and
5036         InsetInfo insets
5037
5038 2003-03-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5039
5040         * buffer.C: ws changes
5041         (readInset):
5042
5043         * BufferView_pimpl.C: ditto
5044         * author.C: ditto
5045         * buffer.h: ditto
5046         * bufferlist.h: ditto
5047         * changes.h: ditto
5048         * lyxfunc.C: ditto
5049
5050 2003-02-28  Alfredo Braunstein <abraunst@libero.it>
5051
5052         * converter.[Ch]: split into itself +
5053         * graph.[Ch]
5054         * format.[Ch]
5055         * Makefile.am: += graph.[Ch] + format.[Ch]
5056         * MenuBackend.C
5057         * buffer.C
5058         * exporter.C
5059         * importer.C
5060         * lyx_main.C
5061         * lyxfunc.C
5062         * lyxrc.C: added #include "format.h"
5063
5064 2003-02-27  Angus Leeming  <leeming@lyx.org>
5065
5066         * BufferView_pimpl.C (dispatch): call a real, LyX dialog to insert
5067           a label.
5068
5069         * factory.C (createInset): add "label" to the factory.
5070
5071         * lyx_cb.[Ch] (getPossibleLabel): rewrite MenuInsertLabel to return the
5072           string and do no more.
5073
5074 2003-02-27  Angus Leeming  <leeming@lyx.org>
5075
5076         * commandtags.h:
5077         * LyXAction.C (init):
5078         * factory.C (createInset):
5079         * BufferView_pimpl.C (dispatch):
5080           collapse LFUN_XYZ_APPLY to LFUN_INSET_APPLY.
5081
5082         * lyxfunc.C (getStatus): remove LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY.
5083
5084         * lyxfunc.C (dispatch):
5085         * text3.C (dispatch): pass name to params2string.
5086
5087 2003-02-26  Angus Leeming  <leeming@lyx.org>
5088
5089         * BufferView_pimpl.C (dispatch): collapse the various LFUN_XYZ_APPLY
5090           blocks together.
5091           Rearrange the ~includes. Strip out the unnecessary ones.
5092
5093         * factory.C (createInset): reformat.
5094           create new insets for the various LFUN_XYZ_APPLY lfuns.
5095
5096 2003-02-26  John Levon  <levon@movementarian.org>
5097
5098         * lyxrow.h:
5099         * lyxrow.C: add isParStart,isParEnd helpers
5100
5101         * paragraph.h: make isInserted/DeletedText take refs
5102
5103         * paragraph_funcs.h:
5104         * paragraph_funcs.C: remove #if 0'd code
5105
5106         * lyxtext.h:
5107         * text3.C:
5108         * text2.C:
5109         * text.C: use lyxrow helpers above.
5110           Move draw and paint routines to RowPainter.
5111           Make several methods use refs not pointers.
5112           Make backgroundColor() const.
5113           Add markChangeInDraw(), isInInset().
5114           Merge changeRegionCase into changeCase.
5115           Make workWidth() shouldn't-happen code into an Assert.
5116
5117         * rowpainter.h:
5118         * rowpainter.C: new class for painting a row.
5119
5120         * vspace.h:
5121         * vspace.C: make inPixels take a ref
5122
5123 2003-02-26  Angus Leeming  <leeming@lyx.org>
5124
5125         * BufferView_pimpl.C (dispatch): use InsetCommand::localDispatch for
5126         LFUN_REF_APPLY.
5127
5128 2003-02-25  John Levon  <levon@movementarian.org>
5129
5130         * ispell.C: give the forked command a more accurate name
5131
5132 2003-02-22  John Levon  <levon@movementarian.org>
5133
5134         * toc.h:
5135         * toc.C: make TocItem store an id not a Paragraph *
5136           (bug #913)
5137
5138 2003-02-21  Angus Leeming  <leeming@lyx.org>
5139
5140         * commandtags.h: Retire LFUN_CITATION_INSERT, LFUN_CITATION_CREATE,
5141           LFUN_INSERT_BIBTEX, LFUN_BIBTEX_STYLE, LFUN_BIBDB_ADD, LFUN_BIBDB_DEL.
5142           Bring to life LFUN_DIALOG_SHOW_NEW_INSET, LFUN_DIALOG_SHOW_NEXT_INSET,
5143           LFUN_DIALOG_UPDATE, LFUN_DIALOG_HIDE, LFUN_DIALOG_DISCONNECT_INSET,
5144           LFUN_BIBITEM_APPLY, LFUN_BIBTEX_APPLY, LFUN_CITATION_APPLY,
5145           LFUN_INDEX_APPLY, LFUN_REF_APPLY, LFUN_TOC_APPLY, LFUN_URL_APPLY,
5146
5147         * BufferView_pimpl.C (dispatch):
5148         * LyXAction.C (init):
5149         * factory.C (createInset):
5150         * lyxfunc.C (getStatus, dispatch):
5151         * text3.C (dispatch): retire old LFUNs and bring new ones to life.
5152
5153 2003-02-21  Angus Leeming  <leeming@lyx.org>
5154
5155         * BufferView_pimpl.C (MenuInsertLyXFile):
5156         * lyx_cb.C (WriteAs, getContentsOfAsciiFile):
5157         * lyxfunc.C (menuNew, open, doImport):
5158           no longer pass a LyXView & to fileDlg.
5159
5160 2003-02-21  Angus Leeming  <leeming@lyx.org>
5161
5162         * BufferView_pimpl.C: replace insetbib.h with insetbibtex.h.
5163         * LyXAction.C: change, BIBKEY to BIBITEM.
5164         * buffer.C: replace insetbib.h with insetbibitem.h and insetbibtex.h.
5165         Change InsetBibKey to InsetBibitem.
5166         Change BIBKEY_CODE to BIBITEM_CODE.
5167         * commandtags.h: change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5168         * factory.C: replace insetbib.h with insetbibitem.h.
5169         Change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5170         * paragraph.C: replace insetbib.h with insetbibitem.h.
5171         * paragraph.[Ch]: change InsetBibKey to InsetBibitem.
5172         Change bibkey() to bibitem().
5173         * text.C: remove insetbib.h.
5174         * text2.C: replace insetbib.h with insetbibitem.h.
5175         change bibkey() to bibitem().
5176         * text3.C: remove insetbib.h.
5177         change LFUN_INSERT_BIBKEY to LFUN_INSERT_BIBITEM.
5178
5179 2003-02-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5180
5181         * lyxrc.C (output): enclose user email in quotes (in case there are
5182         several words)
5183
5184 2003-02-18  John Levon  <levon@movementarian.org>
5185
5186         * buffer.h: add std::
5187
5188 2003-02-17  John Levon  <levon@movementarian.org>
5189
5190         * SpellBase.h:
5191         * ispell.h:
5192         * ispell.C:
5193         * pspell.h:
5194         * pspell.C: reworking. Especially in ispell, a large
5195           number of clean ups and bug fixes.
5196
5197         * lyxfunc.C: fix revert to behave sensibly
5198
5199 2003-02-17 André Pönitz <poenitz@gmx.net>
5200
5201         * LyXAction.C:
5202         * commandtags.h: new LFUN_INSERT_BIBKEY
5203
5204         * layout.h:
5205         * lyxlayout.C:
5206         * buffer.C:
5207         * factory.C:
5208         * text.C:
5209         * text2.C:
5210         * text3.C:
5211         * paragraph.[Ch]:
5212         * paragraph_func.C: remove special bibkey handling
5213
5214 2003-02-17  John Levon  <levon@movementarian.org>
5215
5216         * text.C (Delete): fix case where delete at the end of
5217           the very first paragraph would not merge the pars
5218
5219 2003-02-17  John Levon  <levon@movementarian.org>
5220
5221         * lyxrow.C: fix lastPrintablePos()
5222
5223 2003-02-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5224
5225         * bufferparams.C (writeLaTeX): add a std:here
5226
5227         * buffer.C: and remove a using directive there
5228
5229 2003-02-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5230
5231         * buffer.C (makeLaTeXFile): move the code that generates the
5232           preamble...
5233
5234         * bufferparams.C (writeLaTeX): ... in this new method
5235
5236         * LaTeXFeatures.C (getEncodingSet): make const
5237           (getLanguages): make const
5238
5239         * MenuBackend.C (binding): returns the binding associated to this
5240           action
5241           (add): sets the status of each item by calling getStatus. Adds
5242           some intelligence.
5243           (read): add support for OptSubMenu
5244           (expand): remove extra separator at the end of expanded menu
5245
5246 2003-02-15  John Levon  <levon@movementarian.org>
5247
5248         * BufferView.C:
5249         * BufferView_pimpl.C:
5250         * bufferlist.h:
5251         * bufferlist.C: remove pointless BufferStorage bloat. Remove
5252           inset code that had no actual effect. Remove unneeded status
5253           code.
5254
5255 2003-02-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5256
5257         * buffer.C (makeLaTeXFile): fix counting of number of line feeds
5258           in preamble
5259
5260 2003-02-14  Michael Schmitt <michael.schmitt@teststep.org>
5261
5262         * text.C (drawLengthMarker): also draw an arrow marker for
5263           symbolic lengths (medskip...)
5264
5265 2003-02-14  John Levon  <levon@movementarian.org>
5266
5267         * tabular.h:
5268         * tabular.C: better method names
5269
5270 2003-02-14  John Levon  <levon@movementarian.org>
5271
5272         * BufferView_pimpl.C:
5273         * bufferlist.C:
5274         * buffer.C:
5275         * converter.C:
5276         * lyx_cb.C:
5277         * lyxfunc.C: change prohibit/allowInput to busy(bool), as
5278           it's a more accurate name. Remove some pointless uses.
5279
5280 2003-02-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5281
5282         * text2.C (LyXText): change order of initilizers to shut off
5283           warnings
5284
5285 2003-02-14  John Levon  <levon@movementarian.org>
5286
5287         * buffer.C: use ParIterator for getParFromID()
5288
5289         * paragraph.h:
5290         * paragraph.C:
5291         * paragraph_pimpl.h:
5292         * paragraph_pimpl.C: remove unused getParFromID()
5293
5294 2003-02-14  John Levon  <levon@movementarian.org>
5295
5296         * buffer.C: remove some very old #if 0'd parse code
5297
5298 2003-02-13  John Levon  <levon@movementarian.org>
5299
5300         * text.h:
5301         * text.C:
5302         * text2.C: move hfillExpansion(), numberOfSeparators(),
5303           rowLast(), rowLastPrintable(), numberofHfills(),
5304           numberOfLabelHfills() ...
5305
5306         * lyxrow.h:
5307         * lyxrow.C: ... to member functions here.
5308
5309         * paragraph.h:
5310         * paragraph.C:
5311         * lyxtext.h:
5312         * text.C: remove LyXText::beginningOfMainBody(), and call
5313           p->beginningOfMainBody() directly. Move the check for
5314           LABEL_MANUAL into the latter.
5315
5316         * text.h:
5317         * text.C:
5318         * text2.C:
5319         * vspace.C:
5320         * BufferView.h:
5321         * BufferView.C: make defaultHeight() be a free defaultRowHeight()
5322
5323         * text.h:
5324         * text.C:
5325         * text2.C:
5326         * text3.C:
5327         * frontends/screen.C: move bv_owner private, introduce isTopLevel()
5328           to make it clear we're testing for outmost-lyxtext vs. inset's lyxtext
5329
5330 2003-02-13  John Levon  <levon@movementarian.org>
5331
5332         * CutAndPaste.C: remove debug
5333
5334 2003-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
5335
5336         * paragraph.C (asString): remove two unused variables
5337
5338         * lyxtextclass.C (readTitleType):
5339           (Read):
5340           (LyXTextClass): handle new members titletype_ and titlename_
5341
5342         * buffer.C (latexParagraphs): honor LyXTextClass::titletype
5343
5344 2003-02-09  John Levon  <levon@movementarian.org>
5345
5346         * buffer.h:
5347         * buffer.C: replace hand-coded list with a map for the dep clean
5348
5349 2003-02-08  John Levon  <levon@movementarian.org>
5350
5351         * LaTeX.C: consolidate code into showRunMessage() helper
5352
5353 2003-02-08  John Levon  <levon@movementarian.org>
5354
5355         * lyxfind.C:
5356         * lyxtext.h:
5357         * text2.C:
5358         * BufferView.C: change setSelectionOverString() to setSelectionRange()
5359           and pass the size in explicitly
5360
5361         * BufferView_pimpl.h:
5362         * BufferView_pimpl.C:
5363         * BufferView.h:
5364         * BufferView.C: add getCurrentChange()
5365
5366         * BufferView_pimpl.h:
5367         * BufferView_pimpl.C: handle change lfuns
5368
5369         * CutAndPaste.C: merge the cut and copy code. Rework the cut code
5370           for changes. Mark pasted paragraphs as new.
5371
5372         * support/lyxtime.h:
5373         * support/lyxtime.C:
5374         * DepTable.C: abstract time_t as lyx::time_type
5375
5376         * LColor.h:
5377         * LColor.C: add colours for new text, deleted text, changebars
5378
5379         * LaTeXFeatures.C: add dvipost as a simple feature. Make the color
5380           package use "usenames" option.
5381
5382         * commandtags.h:
5383         * lyxfunc.C:
5384         * LyXAction.C: add change lfuns
5385
5386         * Makefile.am:
5387         * author.h:
5388         * author.C: author handling
5389
5390         * buffer.h:
5391         * buffer.C: add a per-buffer author list, with first entry as
5392           current author. Handle new .lyx tokens for change tracking. Output
5393           author list to .lyx file. Output dvipost stuff to .tex preamble.
5394           Bump lyx format to 222.
5395
5396         * bufferlist.h:
5397         * bufferlist.C: add setCurrentAuthor() to reset current author details
5398           in all buffers.
5399
5400         * bufferparams.h:
5401         * bufferparams.C: add param for tracking
5402
5403         * bufferview_funcs.C: output change info in minibuffer
5404
5405         * Makefile.am:
5406         * changes.h:
5407         * changes.C: add change-tracking structure
5408
5409         * debug.h:
5410         * debug.C: add CHANGES debug flag
5411
5412         * lyxfind.h:
5413         * lyxfind.C: add code for finding the next change piece
5414
5415         * lyxrc.h:
5416         * lyxrc.C: add user_name and user_email
5417
5418         * lyxrow.h:
5419         * lyxrow.C: add a metric for the top of the text line
5420
5421         * lyxtext.h:
5422         * text.C: implement accept/rejectChange()
5423
5424         * lyxtext.h:
5425         * text.C: paint changebars. Paint new/deleted text in the chosen
5426         colours. Strike through deleted text.
5427
5428         * paragraph.h:
5429         * paragraph.C:
5430         * paragraph_pimpl.h:
5431         * paragraph_pimpl.C: output change markers in .lyx and .tex. Pass
5432           in the current change to the insert functions. Rework erase to
5433           mark text as deleted, adding an eraseIntern() and a range-based
5434           erase(). Implement per-paragraph change lookup and
5435           accept/reject.
5436
5437         * paragraph_funcs.C: Fixup paste for change tracking.
5438
5439         * tabular.C: mark added row/columns as new.
5440
5441         * text.C: fix rowLast() to never return -1. Don't allow
5442           spellchecking of deleted text. Track transpose changes. Don't
5443           allow paragraph break or merge where appropriate.
5444
5445         * text2.C: leave cursor at end of selection after a cut.
5446
5447 2003-02-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5448
5449         * text.C (getLengthMarkerHeight):
5450         (drawLengthMarker): make the `symbolic' lengths (small/med/big)
5451         visible on screen too.
5452
5453 2003-02-07  John Levon  <levon@movementarian.org>
5454
5455         * text.C: s/LYX_PAPER_MARGIN/PAPER_MARGIN/g
5456
5457 2003-02-05  Angus Leeming  <leeming@lyx.org>
5458
5459         * lyxserver.C (read_ready): revert my patch of 11 September last year
5460         as it sends PC cpu through the roof. Presumably this means that
5461         the lyxserver will no longer run on an Alpha...
5462
5463 2003-01-30  Angus Leeming  <leeming@lyx.org>
5464
5465         * factory.C (createInset): create an InsetCommandParam of type "index"
5466         and use it to 'do the right thing'.
5467
5468         * text2.C (getStringToIndex): ensure that cursor position is always
5469         reset to the reset_cursor position.
5470
5471 2003-01-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5472
5473         * lyxfunc.C (getStatus): "buffer-export custom" should never be
5474         disabled.
5475
5476 2003-01-20  Michael Schmitt <michael.schmitt@teststep.org>
5477
5478         * bufferview.C:
5479         * lyxcb.C:
5480         * lyxfunc.C: Output messages with identical spelling, punctuation,
5481         and spaces
5482
5483 2003-01-22  Michael Schmitt  <Michael.Schmitt@teststep.org>
5484
5485         * MenuBackend.C (expandFormats): List only viewable export formats
5486         in "View" menu
5487
5488         * buffer.C (parseSingleLyXformat2Token): Fix misleading error
5489         message
5490
5491         * lyxfunc.C (getStatus): Make sure that formats other than
5492         "fax" can also be disabled
5493
5494 2003-01-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5495
5496         * text3.C (dispatch): put the lfuns that insert insets in 3
5497         groups, and call doInsertInset with appropriate arguments.
5498         (doInsertInset): new function, that creates an inset and inserts
5499         it according to some boolean parameters.
5500
5501 2003-01-16  Lars Gullik Bjønnes  <larsbj@gullik.net>
5502
5503         * buffer.C (readFile): remember to pass on 'par' when calling
5504         readFile recursively.
5505
5506 2003-01-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5507
5508         * MenuBackend.C (expandFormats): add "..." to import formats.
5509
5510 2003-01-15  Dekel Tsur  <dekelts@tau.ac.il>
5511
5512         * paragraph.C (asString): Remove XForms RTL hacks.
5513
5514 2003-01-13  Alfredo Braunstein <abraunst@libero.it>
5515         * buffer.C: fix typo
5516
5517 2003-01-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
5518
5519         * Makefile.am (LIBS): delete var
5520         (lyx_LDADD): add @LIBS@ here instead.
5521
5522 2003-01-08  Michael Schmitt <Michael.Schmitt@teststep.org>
5523
5524         * Clarify the meaning of "wheel mouse jump"
5525
5526 2003-01-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5527
5528         * lyxfunc.C (getStatus): fix disabling of cut/paste of cells in a
5529         tabular in a float
5530
5531 2003-01-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5532
5533         * importer.C (Loaders): do not preallocate 3 elements in the
5534         vector, since one ends up with 6 elements otherwise
5535
5536 2002-12-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5537
5538         * DepTable.C (write): write the file name as last element of the
5539         .dep file (because it may contain spaces)
5540         (read): read info in the right order
5541
5542 2003-01-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5543
5544         * paragraph_pimpl.C (simpleTeXBlanks):
5545         (simpleTeXSpecialChars):
5546         * paragraph.C (simpleTeXOnePar): make `column' unsigned.
5547
5548         * tabular.C (latex): add some missing case statements. Reindent.
5549
5550         * MenuBackend.C (expandToc): remove unused variable.
5551
5552 2003-01-06  Michael Schmitt <Michael.Schmitt@teststep.org>
5553
5554         * LColor.C:
5555         * LaTeX.C:
5556         * LyXAction.C:
5557         * MenuBackend.C:
5558         * buffer.C:
5559         * exporter.C:
5560         * lyxfunc.C:
5561         * lyxrc.C: fix inconsistent usage of spaces, colons, capitalization,
5562         and the like.
5563
5564 2003-01-05  John Levon  <levon@movementarian.org>
5565
5566         * BufferView.h:
5567         * BufferView.C: add getEncoding()
5568
5569         * kbsequence.h:
5570         * kbsequence.C: do not store last keypress
5571
5572         * lyxfunc.h:
5573         * lyxfunc.C: store last keypress here instead. Pass encoding
5574           to getISOEncoded()
5575
5576 2002-12-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5577
5578         * lyx_main.C (init): remove annoying error message when following
5579         symbolic links (bug #780)
5580
5581 2002-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5582
5583         * text.C (insertChar):
5584         * lyxrc.C (getDescription): remove extra spaces
5585
5586 2002-12-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5587
5588         * lyxrc.C (getDescription): remove extra spaces
5589
5590 2002-12-20  John Levon  <levon@movementarian.org>
5591
5592         * text3.C: hack fix for page up/down across tall rows
5593
5594 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5595
5596         * text2.C (pasteEnvironmentType): avoid crash if layout-copy has
5597         not been invoked
5598
5599 2002-12-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5600
5601         * lyxfunc.C (getStatus): query lyx_gui::getStatus() to catter for
5602         unimplemented lfuns. Make LFUN_THESAURUS_ENTRY status unknown if
5603         thesaurus is not compiled in
5604
5605 2002-12-17  Alfredo Braunstein <abraunst@libero.it>
5606
5607         * lyxfunc.C: correct  inversion of WORDFINDBACK/FORWARD
5608
5609 2002-12-16  Angus Leeming  <leeming@lyx.org>
5610
5611         * lyxrc.[Ch]:
5612         * lyx_main.C (init): remove override_x_deadkeys stuff.
5613
5614 2002-12-12  John Levon  <levon@movementarian.org>
5615
5616         * lyxfunc.C: use LyXKeySym->isText() as last-ditch
5617           insert. Only remove shift modifier under strict
5618           circumstances.
5619
5620 2002-12-09  Lars Gullik Bjønnes  <larsbj@gullik.net>
5621
5622         * MenuBackend.C (expandToc): fix crash.
5623
5624 2002-12-08  Lars Gullik Bjønnes  <larsbj@gullik.net>
5625
5626         * MenuBackend.C (expandToc): gettext on float names.
5627
5628 2002-12-03  Juergen Spitzmueller  <j.spitzmueller@gmx.de>
5629
5630         * lyxlength.[Ch]: set default unit to UNIT_NONE,
5631         implement bool empty() [bug 490]
5632
5633 2002-12-02  Lars Gullik Bjønnes  <larsbj@gullik.net>
5634
5635         * text2.C, CutAndPaste.C: use BoostFormat.h not boost/format.hpp
5636
5637 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5638
5639         * several files: ws changes
5640
5641 2002-12-01  Lars Gullik Bjønnes  <larsbj@gullik.net>
5642
5643         * text2.C (setCounter): clean up a bit, use boost.format.
5644         (updateCounters): initialize par upon declaration.
5645
5646         * CutAndPaste.C (SwitchLayoutsBetweenClasses): set the layout also
5647         if the layout exists. We do not just store the layout any more.
5648         (SwitchLayoutsBetweenClasses): use boost.format
5649
5650 2002-11-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5651
5652         * converter.C (convert): if from and to files are the same, use a
5653         temporary files as intermediary
5654
5655 2002-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5656
5657         * commandtags.h:
5658         * LyXAction.C (init): remove LFUN_VECTOR (bug 662)
5659
5660 2002-11-27  Dekel Tsur  <dekelts@tau.ac.il>
5661
5662         * lyxrc.[Ch]: Add {roman,sans,typewriter}_font_foundry variables.
5663
5664 2002-11-27  Lars Gullik Bjønnes  <larsbj@gullik.net>
5665
5666         * tabular.C (asciiPrintCell): use string(size, char) instead of
5667         explicit loop.
5668
5669         * sgml.C (openTag): fix order of arguments to string constructor
5670         (closeTag): ditto
5671
5672         * lyxfunc.C (dispatch): use boost.format
5673
5674         * lots of files: change "c" -> 'c'
5675
5676 2002-11-25  Dekel Tsur  <dekelts@tau.ac.il>
5677
5678         * encoding.C: Patch from Isam Bayazidi: Fix Arabic shaping.
5679
5680 2002-11-25  Angus Leeming  <leeming@lyx.org>
5681
5682         * BoostFormat.h: wrap code inside #ifdef __GNUG__ block.
5683
5684         * lyx_main.C (init): compile fix.
5685
5686 2002-11-25  Lars Gullik Bjønnes  <larsbj@gullik.net>
5687
5688         * lyx_cb.C (start): boost.formatify
5689         do not include <iostream>
5690
5691         * lengthcommon.C: ws only
5692
5693         * boost-inst.C,BoostFormat.h: add more explict instantations
5694
5695 2002-11-24  Lars Gullik Bjønnes  <larsbj@gullik.net>
5696
5697         * lots of files: handle USE_BOOST_FORMAT
5698
5699 2002-11-21  John Levon  <levon@movementarian.org>
5700
5701         * pspell.C: fix compile
5702
5703 2002-11-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5704
5705         * lyxfunc.C (dispatch): use boost::format
5706         (open): ditto
5707         (doImport): ditto
5708
5709         * lyxfont.C (stateText): use boost::format
5710
5711         * lyx_main.C (LyX): use boost::format
5712         (init): ditto
5713         (queryUserLyXDir): ditto
5714         (readRcFile): ditto
5715         (parse_dbg): ditto
5716         (typedef boost::function): use the recommened syntax.
5717
5718         * importer.C (Import): use boost::format
5719
5720         * debug.C (showLevel): use boost::format
5721
5722         * converter.C (view): use boost::format
5723         (convert): ditto
5724         (move): ditto
5725         (scanLog): ditto
5726
5727         * bufferview_funcs.C (currentState): use boost::format
5728
5729         * bufferlist.C (emergencyWrite): use boost::format
5730
5731         * buffer.C (readLyXformat2): use boost::format
5732         (parseSingleLyXformat2Token): ditto
5733
5734         * Makefile.am (lyx_SOURCES): add BoostFormat.h and boost-inst.C
5735
5736         * LaTeX.C (run): use boost::format
5737
5738         * Chktex.C (scanLogFile): use boost::format
5739
5740         * BufferView_pimpl.C (savePosition): use boost::format
5741         (restorePosition): ditto
5742         (MenuInsertLyXFile): ditto
5743
5744         * BoostFormat.h: help file for explicit instation.
5745
5746 2002-11-21  Dekel Tsur  <dekelts@tau.ac.il>
5747
5748         * tabular.C (latex): Support for block alignment in fixed width
5749         columns.
5750
5751 2002-11-17  John Levon  <levon@movementarian.org>
5752
5753         * BufferView_pimpl.C:
5754         * lyx_cb.C:
5755         * lyxfunc.C: split filedialog into open/save
5756
5757 2002-11-08  Juergen Vigna  <jug@sad.it>
5758
5759         * undo_funcs.C (textHandleUndo): fixed problems with undo introduced
5760         by my last patch (hopefully).
5761
5762 2002-11-08  John Levon  <levon@movementarian.org>
5763
5764         * iterators.h:
5765         * iterators.C:
5766         * buffer.h:
5767         * buffer.C:
5768         * paragraph.h:
5769         * paragraph.C:
5770         * toc.h:
5771         * toc.C: ParConstIterator, and use it (from Lars)
5772
5773 2002-11-07  Ben Stanley  <bds02@uow.edu.au>
5774
5775         * lyxtextclass.[Ch]: revise and add doxygen comments
5776
5777 2002-11-07  John Levon  <levon@movementarian.org>
5778
5779         * text.C: fix progress value for spellchecker
5780
5781         * toc.C: fix navigate menu for insetwrap inside minipage
5782
5783         * paragraph_funcs.C: added FIXME for suspect code
5784
5785 2002-11-07  John Levon  <levon@movementarian.org>
5786
5787         * BufferView_pimpl.C: fix redrawing of insets
5788           on buffer switch
5789
5790 2002-11-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
5791
5792         * text2.C (updateCounters): fix bug 668
5793
5794 2002-11-04  Dekel Tsur  <dekelts@tau.ac.il>
5795
5796         * text3.C (dispatch): Do not make the buffer dirty when moving the
5797         cursor.
5798
5799 2002-11-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
5800
5801         * vc-backend.C: STRCONV
5802         (scanMaster): ditto
5803
5804         * text2.C (setCounter): STRCONV
5805
5806         * paragraph.C (asString): STRCONV
5807
5808         * lyxlength.C (asString): STRCONV
5809         (asLatexString): ditto
5810
5811         * lyxgluelength.C (asString): STRCONV
5812         (asLatexString): ditto
5813
5814         * lyxfunc.C (dispatch): STRCONV
5815         (open): ditto
5816
5817         * lyxfont.C (stateText): STRCONV
5818
5819         * importer.C (Import): STRCONV
5820
5821         * counters.C (labelItem): STRCONV
5822         (numberLabel): ditto
5823         (numberLabel): remove unused ostringstream o
5824
5825         * chset.C: STRCONV
5826         (loadFile): ditto
5827
5828         * bufferview_funcs.C (currentState): STRCONV
5829
5830         * buffer.C (readFile): STRCONV
5831         (asciiParagraph): ditto
5832         (makeLaTeXFile): ditto
5833
5834         * Spacing.C (writeEnvirBegin): STRCONV
5835
5836         * LaTeXFeatures.C (getLanguages): STRCONV
5837         (getPackages): ditto
5838         (getMacros): ditto
5839         (getBabelOptions): ditto
5840         (getTClassPreamble): ditto
5841         (getLyXSGMLEntities): ditto
5842         (getIncludedFiles): ditto
5843
5844         * LaTeX.C: STRCONV
5845         (run): ditto
5846         (scanAuxFile): ditto
5847         (deplog): ditto
5848
5849         * LString.h: add the STRCONV macros
5850
5851         * BufferView_pimpl.C (savePosition): STRCONV
5852         (restorePosition): ditto
5853         (MenuInsertLyXFile): ditto
5854
5855         * vc-backend.C (scanMaster): change from submatch[...] to
5856         submatch.str(...)
5857
5858         * funcrequest.C: include config.h
5859
5860         * factory.C: include config.h
5861
5862         * chset.C (loadFile): change from submatch[...] to submatch.str(...)
5863
5864         * box.C: include config.h
5865
5866         * LaTeX.C (scanAuxFile): change from submatch[...] to
5867         submatch.str(...)
5868         (deplog): ditto
5869
5870 2002-10-25  Angus Leeming  <leeming@lyx.org>
5871
5872         * BufferView_pimpl.C (cursorToggle): remove reapSpellchecker hack.
5873
5874         * ispell.[Ch] (setError): new method.
5875         * ispell.C (c-tor): move out child process into new class LaunchIspell.
5876         Use setError() insetead of goto END.
5877
5878         * lyx_cb.C (AutoSave): move out child process into new class
5879         AutoSaveBuffer.
5880
5881 2002-10-30  John Levon  <levon@movementarian.org>
5882
5883         * text3.C: make start appendix undoable
5884
5885 2002-10-24  Dekel Tsur  <dekelts@tau.ac.il>
5886
5887         * lyxlength.C (inPixels): Fix returned value.
5888
5889         * paragraph.C (TeXOnePar): Fix bug with language changes in nested
5890         environment.
5891
5892 2002-10-24  Angus Leeming  <leeming@lyx.org>
5893
5894         * lyxgluelength.h: no need to forward declare BufferParams
5895         or BufferView, so don't.
5896
5897 2002-10-21  John Levon  <levon@movementarian.org>
5898
5899         * BufferView.C: menuUndo ->undo, redo
5900
5901         * BufferView.h: document, remove dead, make some methods private
5902
5903         * paragraph_funcs.h:
5904         * paragraph_funcs.C:
5905         * CutAndPaste.C: s/pasteParagraph/mergeParagraph
5906
5907         * buffer.h:
5908         * buffer.C:
5909         * sgml.h:
5910         * sgml.C: move sgml open/close tag into sgml.C
5911
5912         * bufferview_funcs.h: unused prototype
5913
5914         * lyxfunc.h:
5915         * lyxfunc.C: remove unused
5916
5917         * lyxtext.h:
5918         * text.C: remove unused
5919
5920 2002-10-21  John Levon  <levon@movementarian.org>
5921
5922         * BufferView.h:
5923         * BufferView.C:
5924         * BufferView_pimpl.h:
5925         * BufferView_pimpl.C: fix mouse wheel handling based on
5926           patch from Darren Freeman
5927
5928 2002-10-09  Dekel Tsur  <dekelts@tau.ac.il>
5929
5930         * lyx_main.C (queryUserLyXDir): Fix automatic reconfiguration.
5931
5932 2002-10-17  Dekel Tsur  <dekelts@tau.ac.il>
5933
5934         * lyxlength.C (inPixels): Fix hanfling of negative length.
5935         Fix LyXLength::MU case.
5936
5937 2002-10-16  John Levon  <levon@movementarian.org>
5938
5939         * buffer.C: remove \\protected_separator parsing done by lyx2lyx now
5940
5941 2002-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5942
5943         * converter.C (view): add support for $$i (file name) and $$p
5944         (file path) for the viewer command. If $$i is not specified, then
5945         it is appended to the command (for compatibility with old syntax)
5946
5947 2002-10-14  Juergen Vigna  <jug@sad.it>
5948
5949         * undo_funcs.C (textHandleUndo): alter the order in which the
5950         new undopar is added to the LyXText, as we have to set first
5951         the right prev/next and then add it as otherwise the rebuild of
5952         LyXText is not correct. Also reset the cursor to the right paragraph,
5953         with this IMO we could remove the hack in "redoParagraphs()".
5954
5955 2002-10-09  Angus Leeming  <leeming@lyx.org>
5956
5957         * Bufferview_pimpl.C (dispatch): call InsetCitation::setLoadingBuffer
5958         to turn off an optimisation if a new inset is to be inserted.
5959
5960 2002-10-11 André Pönitz <poenitz@gmx.net>
5961
5962         * lyxtext.h: make some functions public to allow access
5963         from inset/lyxtext for handling LFUN_PRIOR/NEXT
5964
5965 2002-10-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5966
5967         * text3.C (dispatch): when changing layout, avoid an infinite loop
5968         [bug #652]
5969
5970 2002-10-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
5971
5972         * lyxrc.C (read): treat a viewer or converter command of "none" as
5973         if it were empty.
5974
5975         * MenuBackend.C (expandFormats): for an update, also allow the
5976         formats that are not viewable
5977
5978         * lyx_main.C (queryUserLyXDir): re-run automatically the configure
5979         script if it is newer than the lyxrc.defaults in user directory
5980
5981 2002-10-07 André Pönitz <poenitz@gmx.net>
5982
5983         * text.C: Vitaly Lipatov's small i18n fix
5984
5985 2002-09-25  Angus Leeming  <leeming@lyx.org>
5986
5987         * ispell.h: doxygen fix.
5988
5989 2002-09-25  Dekel Tsur  <dekelts@tau.ac.il>
5990
5991         * buffer.h (readFile): Add a new argument to the method, to allow
5992         reading of old-format templates.
5993
5994 2002-09-24  Dekel Tsur  <dekelts@tau.ac.il>
5995
5996         * toc.C (getTocList): Get TOC from InsetWrap.
5997
5998 2002-09-16  John Levon  <levon@movementarian.org>
5999
6000         * lyxfunc.C: check tabular for cut/copy too
6001
6002 2002-09-12  John Levon  <levon@movementarian.org>
6003
6004         * LyXAction.C: tidy
6005
6006         * factory.h:
6007         * factory.C: add header
6008
6009         * paragraph_funcs.h:
6010         * paragraph_funcs.C: cleanup
6011
6012 2002-09-11  John Levon  <levon@movementarian.org>
6013
6014         * PrinterParams.h: odd/even default to true
6015
6016 2002-09-12  Rob Lahaye  <lahaye@snu.ac.kr>
6017
6018         * PrinterParams.h: update printer parameters for new xforms dialog
6019
6020 2002-09-11  Angus Leeming  <leeming@lyx.org>
6021
6022         * lyxserver.C (read_ready): re-write to make it more transparent
6023         and to make it work in coherent fashion under Tru64 Unix.
6024
6025 2002-09-11  André Pönitz <poenitz@gmx.net>
6026
6027         * commandtags.h:
6028         * LyXAction.C:
6029         * text3.C: implement LFUN_WORDSEL
6030
6031 2002-09-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6032
6033         * lyxtextclass.h: don't include FloatList.h, forward declare instead.
6034         make floatlist_ a boost::shared_ptr<FloatList>
6035
6036         * lyxtextclass.C: include FloatList.h
6037         (LyXTextClass): initialize floatlist_
6038         (TextClassTags): add TC_NOFLOAT
6039         (Read): match "nofloat" to TC_NOFLOAT and use it.
6040         (readFloat): modify call to floatlist_
6041         (floats): ditto
6042         (floats): ditto
6043
6044         * FloatList.[Ch] (FloatList): remove commented out float
6045         initialization.
6046         (erase): new function
6047
6048 2002-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
6049
6050         * MenuBackend.C (expandToc): fix crash when there is no document
6051         open
6052
6053 2002-09-10  Dekel Tsur  <dekelts@tau.ac.il>
6054
6055         * many files: Add insetwrap.
6056
6057 2002-09-09  John Levon  <levon@movementarian.org>
6058
6059         * text2.C: remove confusing and awkward depth wraparound
6060
6061 2002-09-09  John Levon  <levon@movementarian.org>
6062
6063         * BufferView_pimpl.C: Don't use empty arg for LFUN_CHILD_INSERT
6064
6065         * buffer.h:
6066         * buffer.C: remove getIncludeonlyList()
6067
6068         * paragraph.C:
6069         * lyxfunc.C: remove headers
6070
6071 2002-09-09  Juergen Vigna  <jug@sad.it>
6072
6073         * text.C (getColumnNearX): fix form Michael this is most
6074         probably a cut&paste bug.
6075
6076 2002-09-06  Lars Gullik Bjønnes  <larsbj@gullik.net>
6077
6078         * remove all INHERIT_LANG and INHERIT_LANGUAGE commented code
6079
6080         * LaTeXFeatures.C (useLayout): let tclass and lyt be a const
6081         references, ws changes.
6082
6083         * text2.C (init): update counters after init
6084         (insertParagraph): no need to set counter on idividual paragraphs.
6085         (setCounter): access the counters object in the textclass object
6086         on in the buffer object.
6087         (updateCounters): ditto
6088
6089         * lyxtextclass.C: include counters.h, add variable ctrs_ as
6090         shared_ptr<Counters> to avoid loading counters.h in all
6091         compilation units.
6092         (LyXTextClass): initialize ctrs_
6093         (TextClassTags): add TC_COUNTER, and ...
6094         (Read): use it here.
6095         (CounterTags): new tags
6096         (readCounter): new function
6097         (counters): new funtion
6098         (defaultLayoutName): return a const reference
6099
6100         * counters.C (Counters): remove contructor
6101         (newCounter): remove a couple of unneeded statements.
6102         (newCounter): simplify a bit.
6103         (numberLabel): some small formatting changes.
6104
6105         * buffer.[Ch]: remove all traces of counters, move the Counters
6106         object to the LyXTextClass.
6107
6108 2002-09-06  Alain Castera  <castera@in2p3.fr>
6109
6110         * tabular.C: uses \tabularnewline; uses >{...} construct from array
6111         package to set the horizontal alignment on fixed width columns.
6112
6113         * lyx_sty.C:
6114         * lyx_sty.h: added tabularnewline macro def.
6115
6116         * LaTeXFeatures.C: added NeedTabularnewline macro feature
6117
6118 2002-09-06  John Levon  <levon@movementarian.org>
6119
6120         * LyXAction.C: tooltips for sub/superscript
6121
6122         * MenuBackend.C: a bit more verbose
6123
6124         * lyxfunc.C: tiny clean
6125
6126         * undo_funcs.C: document undo_frozen
6127
6128 2002-09-05  Lars Gullik Bjønnes  <larsbj@gullik.net>
6129
6130         * counters.C (Counters): add missing algorithm counter.
6131
6132         * text2.C (setCounter): lookup the counter with layouts latexname
6133         instead of by section number.
6134         (setCounter): use a hackish way to lookup the correct enum
6135         counter.
6136         a float name->type change
6137         reset enum couners with counter name directly instead of depth value.
6138
6139         * counters.C (Counters): remove the push_backs, change to use the
6140         float type not the float name.
6141         (labelItem): remove unused string, float name->type change
6142
6143         * counters.h: don't include vector, loose the enums and sects vectors
6144
6145 2002-09-04  Lars Gullik Bjønnes  <larsbj@gullik.net>
6146
6147         * lyxtextclass.C (TextClassTags): add TC_FLOAT
6148         (Read): add float->TC_FLOAT to textclassTags
6149         (Read): and handle it in the switch
6150         (readFloat): new function
6151
6152         * FloatList.C (FloatList): comment out the hardcoded float
6153         definitions.
6154
6155         * lyxlayout.h: ws change.
6156
6157 2002-08-29  Dekel Tsur  <dekelts@tau.ac.il>
6158
6159         * buffer.C (readFile): Look for lyx2lyx in LYXDIR/lyx2lyx/
6160
6161 2002-09-03  Angus Leeming  <leeming@lyx.org>
6162
6163         * BufferView_pimpl.h: qualified name is not allowed in member
6164         declaration: WorkArea & Pimpl::workarea() const;
6165
6166         * factory.C: added using std::endl directive.
6167
6168         * text3.C: added using std::find and std::vector directives.
6169
6170 2002-08-29  André Pönitz <poenitz@gmx.net>
6171
6172         * lyxtext.h:
6173         * text2.C: remove unused member number_of_rows
6174
6175         * Makefile.am:
6176         * BufferView2.C: remove file, move contents to...
6177         * BufferView.C: ... here
6178
6179         * BufferView_pimpl.C:
6180         * factory.C: move more inset creation to factory
6181
6182         * vspace.C: avoid direct usage of LyXText, ws changes
6183
6184         * BufferView.[Ch]:
6185                 don't provide direct access to WorkArea, use two simple
6186                 acessors haveSelction() and workHeight() instead
6187
6188
6189 2002-08-29  John Levon  <levon@movementarian.org>
6190
6191         * BufferView_pimpl.C (dispatch): do not continue when
6192           no buffer
6193
6194 2002-08-28  André Pönitz <poenitz@gmx.net>
6195
6196         * commandtags.h: new LFUN_MOUSE_DOUBLE, LFUN_MOUSE_TRIPLE
6197
6198         * BufferView.h:
6199         * BufferView_pimpl.[Ch] move work area mouse event to LFUNs
6200
6201 2002-08-28  Rob Lahaye  <lahaye@snu.ac.kr>
6202
6203         * buffer.C: increment LYX_FORMAT to 221
6204
6205         * lyxrc.[Ch]: declare display_graphics as grfx::DisplayType and use
6206         grfx::displayTranslator.find(foo); include graphics/GraphicsTypes.h.
6207
6208         * lyxrc.C: use more "if (...) { } else { }" style (John's advice).
6209
6210         * lyx_main.C: call once the setDisplayTranslator(); is that okay here?
6211
6212 2002-08-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6213
6214         * factory.C (createInset): use LyXTextClass::floats
6215
6216         * MenuBackend.C (expandFloatListInsert):
6217         (expandFloatInsert):
6218         (expandToc):
6219
6220         * text2.C (setCounter):
6221
6222         * LaTeXFeatures.C (useFloat):
6223         (getFloatDefinitions):
6224
6225         * BufferView_pimpl.C (dispatch): use LyXTextClass::floats()
6226
6227         * lyxtextclass.[Ch]: rename layoutlist to layoutlist_; add
6228         floatlist_, with accessor floats().
6229
6230         * FloatList.h: remove global FloatList
6231
6232 2002-08-26  André Pönitz <poenitz@gmx.net>
6233
6234         * paragraph.[Ch]: Martin's patch for the \end_deeper bug
6235
6236         * BufferView.h:
6237         * BufferView2.C:
6238         * BufferView_pimpl.C:
6239         * text3.C: mun hanfling of LFUN_CUT/COPY/PASTE to LyXText
6240
6241 2002-08-25  John Levon  <levon@movementarian.org>
6242
6243         * LyXAction.C: fix margin note description
6244
6245 2002-08-24  John Levon  <levon@movementarian.org>
6246
6247         * buffer.C:
6248         * bufferlist.C:
6249         * bufferview_funcs.C:
6250         * lyxfont.C:
6251         * undo_funcs.C: cleanups
6252
6253         * lyxfunc.C: disable CUT/COPY when no selection
6254
6255 2002-08-23  Rob Lahaye  <lahaye@snu.ac.kr>
6256
6257         * lyxlength.[Ch]: use better (three letters) mnemonics for percentage units
6258         in "enum UNIT"; e.g. PTW for Percent of TextWidth
6259
6260         * lyxrc.C: graphics display is now monochrome|grayscale|color|none.
6261         Add backward compatibility to "mono", "gray" and "no".
6262
6263 2002-08-24  Dekel Tsur  <dekelts@tau.ac.il>
6264
6265         * buffer.C (readFile): Always run lyx2lyx if file_format < LYX_FORMAT
6266         (and file_format >= 200).
6267
6268 2002-08-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6269
6270         * lyxlayout.C (Read): treat LT_OPTARGS as an integer, not a bool
6271
6272 2002-08-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6273
6274         * lyxfunc.C (getStatus): handle LFUN_INSET_OPTARG
6275
6276 2002-08-20  Martin Vermeer  <martin.vermeer@hut.fi>
6277
6278         * BufferView_pimpl.C:
6279         * LyXAction.C:
6280         * buffer.C:
6281         * commandtags.h:
6282         * lyxfunc.C:
6283         * paragraph.[Ch]:
6284         * text2.C:
6285         * insets/insetoptarg.[Ch]: Added "optional argument" collapsible
6286         inset and code to make it  work with the paragraph code. The inset
6287         can be anywhere in the paragraph, but will only do the expected
6288         thing in LaTeX if the layout file contains the parameter line
6289                         OptionalArgs    1
6290         (or more generally, a nonzero value) for that layout.
6291
6292 2002-08-22  Lars Gullik Bjønnes  <larsbj@gullik.net>
6293
6294         * paragraph.h: remove the declaration of undefined counters class
6295         function.
6296
6297 2002-08-22  Martin Vermeer <martin.vermeer@hut.fi>
6298
6299         * text2.C (setCounter):  fixed enumeration mis-count as reported by
6300         Dr. Richard Hawkins.
6301
6302 2002-08-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6303
6304         * paragraph_funcs.h: remove some unneeded includes
6305
6306         * text.C (backspace): pasteParagraph now in global scipe
6307
6308         * CutAndPaste.C (cutSelection): pasteParagraph now in global scope
6309         (pasteSelection): ditto
6310
6311         * paragraph.[Ch] (pasteParagraph): move function to global scope ...
6312         * paragraph_funcs.C (pasteParagraph): ... here
6313
6314 2002-08-20  André Pönitz <poenitz@gmx.net>
6315
6316         * commandtags.h: new LFUNs for swapping/copying table row/colums
6317
6318         * LyXAction.C:
6319         * lyxfunc.C: support for new lfuns
6320
6321 2002-08-21  Lars Gullik Bjønnes  <larsbj@gullik.net>
6322
6323         * tabular.C:
6324         * buffer.[Ch]: remove NO_COMPABILITY stuff
6325
6326 2002-08-20  Lars Gullik Bjønnes  <larsbj@gullik.net>
6327
6328         * boost.C (throw_exception): new file, with helper function for
6329         boost compiled without exceptions.
6330
6331         * paragraph.h:
6332         * lyxlength.C:
6333         * buffer.C:
6334         * ParameterStruct.h:
6335         * ParagraphParameters.[Ch]: remove NO_PEXTRA_REALLY stuff
6336
6337         * bufferlist.C (emergencyWriteAll): use boost bind
6338
6339         * BufferView_pimpl.C (moveCursorUpdate): remove inline
6340
6341         * text.C: include paragraph_funcs.h
6342         (breakParagraph): breakParagraph is now in global scope
6343
6344         * paragraph_funcs.[Ch]: new files
6345
6346         * paragraph.C (breakParagraph,breakParagraphConservative): move to
6347         global scope
6348
6349         * buffer.C: include paragraph_funcs.h
6350         (insertStringAsLines): breakParagraph is now in global scope
6351
6352         * Makefile.am (lyx_SOURCES): add paragraph_funcs.h and
6353         paragraph_funcs.C
6354
6355         * CutAndPaste.C: include paragraph_funcs.h
6356         (cutSelection): breakParagraphConservative is now in global scope
6357         (pasteSelection): ditto
6358
6359         * buffer.h: declare oprator== and operator!= for
6360         Buffer::inset_iterator
6361
6362         * bufferlist.C (emergencyWrite): don't use fmt(...)
6363
6364         * text3.C: add using std::endl
6365
6366         * BufferView.C (moveCursorUpdate): remove default arg
6367
6368 2002-08-20  André Pönitz <poenitz@gmx.net>
6369
6370         * buffer.[Ch]: move inline functions to .C
6371
6372         * BufferView2.C:
6373         * BufferView_pimpl.C:
6374         * text.C:
6375         * buffer.[Ch]: use improved inset_iterator
6376
6377         * buffer.C:
6378         * paragraph.[Ch]: write one paragraph at a time
6379
6380 2002-08-20  Dekel Tsur  <dekelts@tau.ac.il>
6381
6382         * BufferView_pimpl.C (dispatch): Insert insetbibtex with "plain"
6383         style if style is not specified.
6384
6385 2002-08-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6386
6387         * text2.C (setCounter): when searching for right label for a
6388         caption, make sure to recurse to parent insets (so that a caption
6389         in a minipage in a figure float works) (bug #568)
6390
6391 2002-08-20  André Pönitz <poenitz@gmx.net>
6392
6393         * text3.C: new file for LyXText::dispatch() and helpers
6394
6395         * BufferView.[Ch]: move text related stuff to LyXText::dispatch()
6396
6397         * funcrequest.[Ch]: add message() do avoid direct access to LyXFunc
6398
6399 2002-08-19  André Pönitz <poenitz@gmx.net>
6400
6401         * lyxtext.h:
6402         * text.C: new LyXText::dispatch()
6403
6404         * BufferView_pimpl.C: move handling of LFUN_APPENDIX to LyXText
6405
6406 2002-08-18  Dekel Tsur  <dekelts@tau.ac.il>
6407
6408         * text.C (paintRowSelection): Fix code for rows with both RTL & LTR text.
6409
6410         * BufferView_pimpl.C (smartQuote): Insert typewriter quotes in
6411         Hebrew text.
6412
6413 2002-08-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6414
6415         * Makefile.am: use $(variables) instead of @substitutions@
6416
6417 2002-08-15  André Pönitz <poenitz@gmx.net>
6418
6419         * lyxfunc.C:
6420         * BufferView_pimpl.C: streamlining mathed <-> outer world
6421         interaction
6422
6423         * commandtags.h:
6424         * LyXAction.C: remove unused LFUN_MATH
6425
6426 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6427
6428         * paragraph.[Ch]: add some NO_NEXT ifdefs.
6429
6430 2002-08-15  Lars Gullik Bjønnes  <larsbj@gullik.net>
6431
6432         * paragraph.C (Paragraph): reformat a bit
6433         (cutIntoMinibuffer): use builtin InsetList function instad of
6434         doing it manually.
6435         (getInset): ditto
6436
6437         * buffer.C: include boost/bind.hpp, add using std::for_each
6438         (writeFileAscii): use ParagraphList iterators
6439         (validate): use for_each for validate traversal of paragraphs
6440         (getBibkeyList): use ParagraphList iterators
6441         (resizeInsets): use for_each to resizeInsetsLyXText for all
6442         paragraphs.
6443         (getParFromID): use ParagraphList iterators
6444
6445         * BufferView2.C (lockInset): use paragraph list and iterators
6446
6447 2002-08-14  John Levon  <levon@movementarian.org>
6448
6449         * lyxserver.C: remove spurious xforms include
6450
6451 2002-08-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6452
6453         * lyxfunc.C (getStatus): disable math-extern outside of math mode
6454
6455 2002-08-13  André Pönitz <poenitz@gmx.net>
6456
6457         * LyXAction.[Ch]:
6458         * lyxfunc.C: further cleaning
6459
6460 2002-08-13  André Pönitz <poenitz@gmx.net>
6461
6462         * funcrequest.h: new constructor
6463
6464         * funcrequest.C: move stuff here from .h
6465
6466         * Makefile.am:
6467         * BufferView_pimpl.C:
6468         * LyXAction.C:
6469         * toc.C:
6470         * lyxfunc.C: subsequent changes
6471
6472         * lyxfunc.h: new view() member function
6473
6474         * lyxfunc.C: subsequent changes
6475
6476 2002-08-13  Angus Leeming  <leeming@lyx.org>
6477
6478         * BufferView2.C:
6479         * BufferView_pimpl.C:
6480         * buffer.C:
6481         * converter.C:
6482         * importer.C:
6483         * lyxfunc.C:
6484         * lyxvc.C:
6485         * toc.C:
6486         * vc-backend.C:
6487         changes due to the changed LyXView interface that now returns references
6488         to member variables not pointers.
6489
6490 2002-08-13  Angus Leeming  <leeming@lyx.org>
6491
6492         * WordLangTuple (word, lang_code): return references to strings,
6493         not strings.
6494
6495         * BufferView.h:
6496         * SpellBase.h:
6497         * lyxtext.h: forward-declare WordLangTuple.
6498
6499         * BufferView2.C:
6500         * ispell.C:
6501         * pspell.C:
6502         * text.C: #include "WordLangTuple.h".
6503
6504         * lyxtext.h:
6505         * text.C: (selectNextWordToSpellcheck): constify return type.
6506
6507 2002-08-12  Martin Vermeer <martin.vermeer@hut.fi>
6508
6509         * buffer.C:
6510         * buffer.h:
6511         * lyxtext.h:
6512         * paragraph.C:
6513         * paragraph_pimpl.h:
6514         * text.C:
6515         * text2.C:
6516         * undo_funcs.C: replaced per-paragraph counter logic by per-buffer, as
6517         suggested by Angus.
6518         Made updateCounter always count from start of buffer, and removed
6519         second argument (par).
6520         Reverted floats number display to '#'. Perhaps I'll try again when the
6521         code base is sanitized a bit.
6522
6523 2002-08-12  Angus Leeming  <leeming@lyx.org>
6524
6525         * buffer.[Ch] (getLabelList): constify.
6526
6527 2002-08-07  André Pönitz <poenitz@gmx.net>
6528
6529         * commandtags.h: new LFUN_MOUSE_(PRESS|MOTION|RELEASE)
6530
6531         * funcrequest.h: extension to keep mouse (x,y) position
6532
6533 2002-08-12  Juergen Vigna  <jug@sad.it>
6534
6535         * BufferView2.C (insertErrors): forbid undo when inserting error
6536         insets.
6537
6538         * CutAndPaste.C (SwitchLayoutsBetweenClasses): ditto
6539
6540 2002-08-12  Lars Gullik Bjønnes  <larsbj@gullik.net>
6541
6542         * ParagraphList.[Ch]: new files
6543
6544         * Makefile.am (lyx_SOURCES): add ParagraphList.[Ch]
6545
6546         * BufferView2.C (lockInset): ParagraphList changes
6547         * toc.C: ditto
6548         * text2.C: ditto
6549         * bufferlist.C: ditto
6550         * buffer.h: ditto
6551         * buffer.C: ditto
6552
6553 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6554
6555         * paragraph_pimpl.h: remove inclusion of boost/array.hpp, remove
6556         unused class variable counter_,
6557
6558         * paragraph.[Ch] (getFirstCounter): delete unused function
6559
6560         * counters.C: include LAssert.h
6561         (reset): add a new function with no arg, change other version to
6562         not have def. arg and to not allow empty arg.
6563
6564         * text2.C (setCounter): remove empty arg from call to Counters::reset
6565
6566 2002-08-11  John Levon  <levon@movementarian.org>
6567
6568         * Makefile.am: add WordLangTuple.h
6569
6570 2002-08-11  Lars Gullik Bjønnes  <larsbj@gullik.net>
6571
6572         * paragraph.C, ToolbarDefaults.h, kbsequence.h, lyx_main.C,
6573         lyxfunc.C lyxlex_pimpl.C: ws changes only.
6574
6575         * insets/insettext.C: InsetList changes
6576
6577         * graphics/GraphicsSupport.C (operator()): InsetList changes
6578
6579         * toc.C (getTocList): InsetList changes
6580
6581         * paragraph_pimpl.[Ch]: InsetList changes
6582
6583         * paragraph.[Ch]: InsetList changes
6584
6585         * buffer.C (inset_iterator): InsetList changes
6586         (setParagraph): ditto
6587         * buffer.h (inset_iterator): ditto
6588         * iterators.C (operator++): ditto
6589         * iterators.h: ditto
6590
6591         * Makefile.am (lyx_SOURCES): add InsetList.C and InsetList.h
6592
6593         * InsetList.[Ch]: new files, most InsetList handling moved out of
6594         paragraph.C.
6595
6596         * BufferView2.C (removeAutoInsets): InsetList changes
6597         (lockInset): ditto
6598         (ChangeInsets): ditto
6599
6600 2002-08-10  Lars Gullik Bjønnes  <larsbj@gullik.net>
6601
6602         * paragraph_pimpl.h (empty): new function
6603
6604         * paragraph.[Ch] (empty): new function
6605
6606         * other files: use the new Paragraph::empty function
6607
6608 2002-08-09  John Levon  <levon@movementarian.org>
6609
6610         * lyxtext.h: remove unused refresh_height
6611
6612 2002-08-09  John Levon  <levon@movementarian.org>
6613
6614         * Makefile.am:
6615         * sgml.h:
6616         * sgml.C:
6617         * buffer.C:
6618         * paragraph.h:
6619         * paragraph.C: move sgml char escaping out of paragraph
6620
6621         * paragraph.h:
6622         * paragraph.C: remove id setter
6623
6624         * buffer.C:
6625         * paragraph.C:
6626         * paragraph_pimpl.C: remove dead tex_code_break_column
6627
6628         * bufferview_funcs.C: small cleanup
6629
6630         * lyxfunc.C: remove dead proto
6631
6632         * lyxtext.h: make some stuff private. Remove some dead stuff.
6633
6634         * lyxgluelength.C: make as[LyX]String() readable
6635
6636 2002-08-08  John Levon  <levon@movementarian.org>
6637
6638         * LyXAction.h:
6639         * LyXAction.C:
6640         * MenuBackend.C:
6641         * ToolbarDefaults.C:
6642         * lyxfunc.C:
6643         * lyxrc.C:
6644         * toc.C: lyxaction cleanup
6645
6646 2002-08-08  John Levon  <levon@movementarian.org>
6647
6648         * BufferView2.C: small cleanup
6649
6650         * lyxfind.h:
6651         * lyxfind.C: move unnecessary header into the .C
6652
6653 2002-08-08  John Levon  <levon@movementarian.org>
6654
6655         * funcrequest.h: just tedious nonsense
6656
6657         * lyx_main.h:
6658         * lyx_main.C: cleanups
6659
6660         * buffer.C:
6661         * vspace.C: remove dead header lyx_main.h
6662
6663 2002-08-07  Angus Leeming  <leeming@lyx.org>
6664
6665         * Paragraph.[Ch]:
6666         * paragraph_pimpl.h:
6667         Forward declare class Counters in paragraph.h by moving the ctrs member
6668         variable into Paragraph::Pimpl.
6669         (counters): new method, returning a reference to pimpl_->ctrs.
6670
6671         * text2.C: ensuing changes.
6672
6673 2002-08-07  John Levon  <levon@movementarian.org>
6674
6675         * BufferView_pimpl.C (resizeCurrentBuffer): update scrollbar
6676
6677         * BufferView_pimpl.C: announce X selection on double/triple
6678           click
6679
6680         * lyx_main.C: use correct bool in batch dispatch
6681
6682         * counters.h: srcdocs (from Martin Vermeer and Angus Leeming)
6683
6684 2002-08-07  André Pönitz <poenitz@gmx.net>
6685
6686         * funcrequest.h: new class to wrap a kb_action and its argument
6687
6688         * BufferView.[Ch]:
6689         * BufferView_pimpl[Ch]:
6690         * LaTeX.C:
6691         * LyXAction.[Ch]:
6692         * lyxfunc.[Ch]:
6693         * lyxrc.C: subsequent changes
6694
6695
6696 2002-08-07  John Levon  <levon@movementarian.org>
6697
6698         * BufferView_pimpl.C (redoCurrentBuffer): fix screen update when
6699           document options change.
6700
6701 2002-08-06  Martin Vermeer  <martin.vermeer@hut.fi>
6702
6703         * counters.[Ch]
6704         * text2.C
6705         * paragraph.[Ch]
6706         * makefile.am: move counters functionality over from
6707         text2.C/paragraph.[Ch] to counters.[Ch], and make proper C++.
6708
6709 2002-08-06  John Levon  <levon@movementarian.org>
6710
6711         * WordLangTuple.h: new file for word + language code tuple
6712
6713         * SpellBase.h:
6714         * pspell.h:
6715         * pspell.C:
6716         * ispell.h:
6717         * ispell.C:
6718         * lyxtext.h:
6719         * text.C:
6720         * text2.C:
6721         * BufferView.h:
6722         * BufferView2.C: use WordLangTuple
6723
6724         * layout.h:
6725         * buffer.C: remove very dead LYX_LAYOUT_DEFAULT
6726
6727 2002-08-06  John Levon  <levon@movementarian.org>
6728
6729         * lyx_main.C: fix cmdline batch handling
6730
6731 2002-08-06  André Pönitz <poenitz@gmx.net>
6732
6733         * lyxrc.C: set default for show_banner to true
6734
6735 2002-08-06  John Levon  <levon@movementarian.org>
6736
6737         * pspell.C: fix a crash, and allow new aspell to work
6738
6739 2002-08-06  John Levon  <levon@movementarian.org>
6740
6741         * lyxfunc.C:
6742         * kbmap.C: small cleanup
6743
6744         * vspace.h:
6745         * vspace.C: add const
6746
6747 2002-08-05  John Levon  <levon@movementarian.org>
6748
6749         * LyXAction.C: back to tabular-insert
6750
6751 2002-08-04  John Levon  <levon@movementarian.org>
6752
6753         * BufferView.h:
6754         * BufferView.C: cosmetic change
6755
6756         * BufferView_pimpl.C: s/IGNORE_CODE/NOTE_CODE/
6757
6758         * bufferlist.C:
6759         * buffer.h:
6760         * buffer.C:
6761         * lyxcb.h:
6762         * lyxcb.C:
6763         * lyxserver.C:
6764         * lyxvc.C:
6765         * vc-backend.C:
6766         * BufferView2.C: purge all "Lyx" not "LyX" strings
6767
6768         * lyxcursor.h:
6769         * lyxcursor.C: attempt to add some documentation
6770
6771         * lyxfunc.C:
6772         * commandtags.h:
6773         * LyXAction.C:
6774         * ToolbarDefaults.C:
6775         * BufferView_pimpl.C: remove LFUN_DIALOG_TABULAR_INSERT and
6776           merge with LFUN_TABULAR_INSERT
6777
6778         * Makefile.am:
6779         * SpellBase.h:
6780         * ispell.h:
6781         * ispell.C:
6782         * pspell.h:
6783         * pspell.C: split up i/pspell implementations into separate
6784           files, many cleanups
6785
6786         * lyxlex.C: unrevert, with a proper fix for prefix.length() == 0
6787
6788         * text2.C: some cleanup
6789
6790         * lyxfunc.C: don't check for isp_command == "none" any more, it
6791           didn't make any sense
6792
6793 2002-08-06      Martin Vermeer <martin.vermeer@hut.fi>
6794
6795         * counters.[Ch]
6796         * text2.C
6797         * paragraph.[Ch]
6798         * makefile.am: move counters functionality over
6799         from text2.C/paragraph.[Ch] to counters.[Ch], and
6800         make proper C++.
6801 2002-08-02  John Levon  <levon@movementarian.org>
6802
6803         * buffer.C: s/lyxconvert/lyx2lyx/
6804
6805 2002-08-02  Angus Leeming  <leeming@lyx.org>
6806
6807         * lyxlex.C: revert John's change as it breaks reading of the user
6808         preamble.
6809
6810 2002-08-02  Angus Leeming  <leeming@lyx.org>
6811
6812         * importer.C (Import):
6813         * lyxfunc.C (moveCursorUpdate, dispatch, view_status_message):
6814         changes due to LyXView::view() now returning a boost::shared_ptr.
6815
6816 2002-08-02  John Levon  <levon@movementarian.org>
6817
6818         * lyxlex.C: small cleanup
6819
6820 2002-08-02  John Levon  <levon@movementarian.org>
6821
6822         * text2.C (status): small cleanup, no logic change
6823
6824 2002-08-01  John Levon  <levon@movementarian.org>
6825
6826         * buffer.h:
6827         * buffer.C (writeFile): don't output alerts, caller
6828           handles this
6829
6830         * bufferlist.C:
6831         * lyx_cb.C: from above
6832
6833         * lyxfunc.C: allow to open non-existent files
6834
6835 2002-07-31  John Levon  <levon@movementarian.org>
6836
6837         * lyxserver.C: don't let incidental errors get
6838           in the way (errno)
6839
6840 2002-07-30  John Levon  <levon@movementarian.org>
6841
6842         * lyxfunc.C: disable character dialog in ERT inset (partial fix)
6843
6844 2002-07-30  John Levon  <levon@movementarian.org>
6845
6846         * lyxserver.h:
6847         * lyxserver.C: remove I/O callback too
6848
6849 2002-07-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6850
6851         * lyxfunc.C (getStatus): disable LFUN_LATEX_LOG when there is no
6852         log.
6853
6854 2002-07-29  Lars Gullik Bjønnes  <larsbj@gullik.net>
6855
6856         * many files: strip,frontStrip -> trim,ltrim,rtrim
6857
6858 2002-07-28  Lars Gullik Bjønnes  <larsbj@gullik.net>
6859
6860         * PrinterParams.h: remove extern containsOnly, and include
6861         support/lstrings.h instead.
6862
6863         * LaTeX.C (scanAuxFile): modify because of strip changes
6864         (deplog): ditto
6865         * buffer.C (makeLaTeXFile): ditto
6866         * bufferparams.C (writeFile): ditt
6867         * lyxfont.C (stateText): ditto
6868         * lyxserver.C (read_ready): ditto
6869         * vc-backend.C (scanMaster): ditto
6870
6871         * BufferView_pimpl.h: ws changes
6872
6873         * BufferView_pimpl.C: inlude boost/signals/connection.hpp
6874
6875 2002-07-26  André Pönitz <poenitz@gmx.net>
6876
6877         * kb_sequence.C: remove unnedred usings
6878
6879 2002-07-26  Juergen Vigna  <jug@sad.it>
6880
6881         * lyxfind.C (LyXReplace): we have to check better if the returned
6882         text is not of theLockingInset()->getLockingInset().
6883
6884 2002-07-25  Juergen Vigna  <jug@sad.it>
6885
6886         * lyxfind.C (LyXReplace): don't replace if we don't get the
6887         right LyXText.
6888
6889         * undo_funcs.C (createUndo): remove debugging code.
6890
6891 2002-07-25  Dekel Tsur  <dekelts@tau.ac.il>
6892
6893         * buffer.C (parseSingleLyXformat2Token): Use default placement
6894         when reading old floats.
6895
6896         * FloatList.C (FloatList): Change the default placement of figure
6897         and tables to "tbp".
6898
6899 2002-07-25  John Levon  <moz@compsoc.man.ac.uk>
6900
6901         * MenuBackend.C: using std::max
6902
6903 2002-07-25  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6904
6905         * MenuBackend.C (expandToc):
6906         (expandToc2): code moved from xforms menu frontend. It is now
6907         generic and TOCs are transparent to menu frontends.
6908
6909 2002-07-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6910
6911         * toc.C (getTocList): protect against buf=0
6912
6913         * MenuBackend.C (expand): move from Menu to MenuBackend; pass a
6914         Menu as first parameter. Now, this calls itself recursively to
6915         expand a whole tree (this will be useful for TOC handling)
6916         (expandFloatInsert): remove 'wide' version of floats
6917
6918         * MenuBackend.h (submenuname): returns the name of the submenu.
6919         (submenu): returns the submenu itself, provided it has been
6920         created by MenuBackend::expand
6921
6922 2002-07-23  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6923
6924         * paragraph_pimpl.C (simpleTeXSpecialChars): close fonts before
6925         insets which have noFontChange == true. (bug #172)
6926
6927 2002-07-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
6928
6929         * BufferView_pimpl.C: add connection objects and use them...
6930         (Pimpl): here.
6931
6932 2002-07-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6933
6934         * MenuBackend.C (expandLastfiles):
6935         (expandDocuments):
6936         (expandFormats):
6937         (expandFloatListInsert):
6938         (expandFloatInsert):
6939         (expand): split expand in parts
6940
6941 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6942
6943         * lyx_gui.C: use lyx_gui::exit()
6944
6945 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6946
6947         * LyXAction.C: show the failing pseudo action
6948
6949 2002-07-22  Dekel Tsur  <dekelts@tau.ac.il>
6950
6951         * buffer.C (readFile): Run the lyxconvert script in order to read
6952         old files.
6953
6954 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6955
6956         * LyXAction.C:
6957         * commandtags.h:
6958         * lyxfunc.C: remove LFUN_ADD_TO_TOOLBAR
6959
6960 2002-07-22  John Levon  <moz@compsoc.man.ac.uk>
6961
6962         * LyXAction.C:
6963         * commandtags.h:
6964         * lyxfunc.C: remove LFUN_TOOLBAR_PUSH
6965
6966 2002-07-22  Herbert Voss  <voss@lyx.org>
6967
6968         * lengthcommon.C:
6969         * lyxlength.[Ch]: add support for the vertical lengths
6970
6971 2002-07-21  John Levon  <moz@compsoc.man.ac.uk>
6972
6973         * toc.[Ch]: std:: fixes
6974
6975 2002-07-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
6976
6977         * lyxrc.C: do not include lyx_main.h
6978
6979         * LaTeXFeatures.h: use a list<string> instead of a vector<string>
6980         for layouts
6981
6982         * lyxrc.C:
6983         * encoding.C:
6984         * bufferlist.C:
6985         * BufferView2.C: include "lyxlex.h"
6986
6987         * tabular.h:
6988         * bufferparams.h: do not #include "lyxlex.h"
6989
6990         * lyxtextclasslist.C (Add): remove method
6991         (classlist): renamed to classlist_
6992
6993         * paragraph_pimpl.C:
6994         * paragraph.C:
6995         * text2.C:
6996         * CutAndPaste.C:
6997         * bufferview_funcs.C:
6998         * bufferlist.C:
6999         * text.C:
7000         * LaTeXFeatures.C:
7001         * buffer.C:
7002         * toc.C (getTocList): use BufferParams::getLyXTextClass
7003
7004         * toc.C (getTocList): use InsetFloat::addToToc
7005
7006         * toc.[Ch]: new files, containing helper functions to handle table
7007         of contents
7008
7009         * lyxfunc.C (dispatch): no need to remove spaces around command
7010         given as a string
7011         (getStatus): handle LFUN_SEQUENCE by returning the status of the
7012         first command of the sequence; it is not very clever, but I do not
7013         have a better idea, actually
7014
7015         * LyXAction.C (LookupFunc): make sure to remove space at the
7016         beginning and end of the command
7017
7018 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7019
7020         * MenuBackend.C (getMenubar): new method: return the menubar of
7021         this menu set
7022         (read): treat differently reading of menu and menubar (in
7023         particular, the menubar has no name now)
7024         (Menu::menubar): remove
7025
7026         * lyxfunc.C (dispatch): add 'done' message to minibuffer when
7027         saving is finished
7028
7029 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7030
7031         * BufferView_pimpl.C (workAreaButtonRelease): Fix opening of
7032         a bibitem inset in a RTL paragraph.
7033
7034 2002-07-20  John Levon  <moz@compsoc.man.ac.uk>
7035
7036         * paragraph_pimpl.C: constify
7037
7038         * BufferView_pimpl.C:
7039         * LaTeX.C:
7040         * lyxfunc.C: fix dispatch in a nicer way
7041
7042 2002-07-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7043
7044         * lyxfunc.C (dispatch):
7045         * BufferView_pimpl.C:
7046         * BufferView_pimpl.h:
7047         * BufferView.C:
7048         * BufferView.h: rename Dispatch() to dispatch()
7049
7050         * LaTeXFeatures.C (useLayout): honor LyXLayout::depends_on()
7051
7052         * lyxlayout.C (Read): honor DependsOn tag
7053
7054         * lyxlayout.[Ch] (depends_on): new method
7055
7056         * version.C.in: update lyx_docversion
7057
7058         * LaTeXFeatures.C (getMacros): only define \LyX when needed
7059
7060         * paragraph.C (validate): remove from here...
7061         * paragraph_pimpl.C (validate): ... and move here
7062         (isTextAt): make it const
7063
7064         * buffer.C (getLists): ws cleanup
7065
7066 2002-07-20  Dekel Tsur  <dekelts@tau.ac.il>
7067
7068         * language.C (read): Use iso8859-1 encoding in latex_lang
7069         (this prevents LyX from crashing when using iso10646-1 encoding).
7070
7071 2002-07-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7072
7073         * text2.C (toggleInset): if cursor is inside an inset, close the
7074         inset and leave cursor _after_ it
7075
7076 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7077
7078         * lyxfunc.C: move minibuffer completion handling out of here
7079
7080 2002-07-19  John Levon  <moz@compsoc.man.ac.uk>
7081
7082         * BufferView_pimpl.C:
7083         * LaTeX.C: fix dispatch calls
7084
7085 2002-07-19  Dekel Tsur  <dekelts@tau.ac.il>
7086
7087         * text.C (drawChars): Fix Arabic text rendering.
7088
7089 2002-07-18  John Levon  <moz@compsoc.man.ac.uk>
7090
7091         * LyXAction.C:
7092         * commandtags.h:
7093         * lyxfunc.C: remove message-push/pop
7094
7095         * lyxserver.C:
7096         * lyxfunc.h:
7097         * lyxfunc.C: rationalise some code by removing verboseDispatch
7098           in favour of a bool argument to dispatch()
7099
7100 2002-07-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7101
7102         * lyx_main.C (init): make sure to read symlinks as absolute paths
7103
7104 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7105
7106         * lyxfunc.h:
7107         * lyxfunc.C: no need for commandshortcut to be a member
7108
7109 2002-07-15  André Pönitz <poenitz@gmx.net>
7110
7111         * converter.C: add support for $$s (scripts from lib/scripts dir)
7112         * lyx_main.C: white space
7113
7114 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7115
7116         * bufferlist.C:
7117         * lyxrc.h:
7118         * lyxrc.C: remove second exit confirmation
7119
7120 2002-07-17  John Levon  <moz@compsoc.man.ac.uk>
7121
7122         * BufferView.h:
7123         * BufferView.C:
7124         * BufferView2.C:
7125         * BufferView_pimpl.h:
7126         * BufferView_pimpl.C:
7127         * lyxfunc.C: s/setState/switchKeyMap/, s/showState/view_state_changed/
7128
7129 2002-07-16  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7130
7131         * MenuBackend.C (expand): add numeric shortcuts to document menu
7132
7133         * lyxrc.C (getDescription): remove RC_NEW_ASK_FILENAME
7134
7135 2002-07-15  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7136
7137         * lyxfont.C (setLyXFamily):
7138         (setLyXSeries):
7139         (setLyXShape):
7140         (setLyXSize):
7141         (setLyXMisc):
7142         (lyxRead):
7143         * debug.C (value):
7144         * buffer.C (asciiParagraph): use ascii_lowercase
7145
7146 2002-07-15  Mike Fabian  <mfabian@suse.de>
7147
7148         * lyxlex_pimpl.C (search_kw):
7149         * lyxlex.C (getLongString):
7150         * converter.h (operator<):
7151         * converter.C (operator<):
7152         * buffer.C (parseSingleLyXformat2Token):
7153         (asciiParagraph):
7154         * ToolbarDefaults.C (read):
7155         * MenuBackend.C (checkShortcuts):
7156         (read):
7157         * LColor.C (getFromGUIName):
7158         (getFromLyXName): use the compare_ascii_no_case instead of
7159         compare_no_case, because in turkish, 'i' is not the lowercase
7160         version of 'I', and thus turkish locale breaks parsing of tags.
7161
7162 2002-07-16  Angus Leeming  <leeming@lyx.org>
7163
7164         * BufferView_pimpl.C (buffer): Previews::generateBufferPreviews
7165         now takes a Buffer const & argument.
7166
7167 2002-07-15  John Levon  <moz@compsoc.man.ac.uk>
7168
7169         * BufferView.C (resize): check there's a buffer to resize
7170
7171 2002-07-14  John Levon  <moz@compsoc.man.ac.uk>
7172
7173         * lyxfunc.C: remove dead code
7174
7175         * lyxserver.h:
7176         * lyxserver.C: use lyx_guii::set_read_callback
7177
7178 2002-07-13  Dekel Tsur  <dekelts@tau.ac.il>
7179
7180         * lyxfunc.C (dispatch): Correct cursor behaviour when exiting
7181         an inset in a RTL paragraph.
7182
7183 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7184
7185         * lyxfunc.C: repaint after a font size update
7186
7187 2002-07-15  André Pönitz <poenitz@gmx.net>
7188
7189         * lyxlength.C: inBP should be able to return negative values
7190
7191 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7192
7193         * lyxfunc.C: use lyx_gui::update_fonts()
7194
7195 2002-07-12  John Levon  <moz@compsoc.man.ac.uk>
7196
7197         * lyxfunc.C: use lyx_gui::update_color()
7198
7199 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7200
7201         * bufferlist.C:
7202         * lyxfunc.h:
7203         * lyxfunc.C:
7204         * lyxrc.h:
7205         * lyxrc.C: remove file->new asks for name option, and let
7206           buffer-new take an argument
7207
7208 2002-07-11  John Levon  <moz@compsoc.man.ac.uk>
7209
7210         * BufferView_pimpl.C: remove unneeded extra repaint()
7211
7212 2002-07-10  John Levon  <moz@compsoc.man.ac.uk>
7213
7214         * LyXAction.C: allow command-sequence with NoBuffer
7215
7216         * lyxfunc.C: don't insist on trailing ';' for command-sequence
7217
7218 2002-07-10  Angus Leeming  <leeming@lyx.org>
7219
7220         * lyxrc.[Ch]: preview_scale_factor should be a float not an int.
7221
7222 2002-07-09  Angus Leeming  <leeming@lyx.org>
7223
7224         * lyxrc.[Ch]: added preview_hashed_labels and preview_scale_factor.
7225
7226 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7227
7228         * lengthcommon.h: whitespace
7229
7230         * lyxfunc.C: update scrollbar after goto paragraph
7231
7232         * lyxtext.h: factor out page break drawing, and fix it so
7233           page break/added space paints as selected nicely
7234
7235 2002-07-09  John Levon  <moz@compsoc.man.ac.uk>
7236
7237         * BufferView_pimpl.C: add FIXMEs, clean up a little
7238
7239 2002-07-09  André Pönitz <poenitz@gmx.net>
7240
7241         * lyxfont.[Ch]: support for wasy symbols
7242
7243 2002-07-08  André Pönitz <poenitz@gmx.net>
7244
7245         * BufferView_pimpl.C: apply John's patch for #93.
7246
7247 2002-07-05  Angus Leeming  <leeming@lyx.org>
7248
7249         * BufferView_pimpl.C (buffer): generate previews if desired.
7250
7251         * LColor.h: add "preview" to the color enum.
7252
7253         * LColor.C (LColor): add a corresponding entry to the items array.
7254
7255         * buffer.C (~Buffer): remove any previewed LaTeX snippets associated
7256         with this buffer.
7257
7258 2002-07-05  Angus Leeming  <leeming@lyx.org>
7259
7260         * buffer.[Ch] (makeLaTeXFile): create two methods where there was one.
7261         The body of the code is now in the method that is passed an ostream &
7262         rather than a file name.
7263         Pass an additional only_preamble parameter, useful for the forthcoming
7264         preview stuff.
7265
7266 2002-07-03  André Pönitz <poenitz@gmx.net>
7267
7268         * lyxfunc.C: simplify getStatus() a bit for math stuff
7269
7270 2002-07-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7271
7272         * BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
7273
7274 2002-06-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7275
7276         * text.C (changeRegionCase): do not change case of all the
7277         document when region ends at paragraph end (bug #461)
7278
7279 2002-07-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7280
7281         * paragraph.C (startTeXParParams):
7282         (endTeXParParams): add \protect when necessary
7283
7284 2002-06-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7285
7286         * BufferView_pimpl.C (workAreaExpose): remove warning
7287
7288 2002-06-27  Angus Leeming  <leeming@lyx.org>
7289
7290         * Makefile.am: add lyxlayout_ptr_fwd.h.
7291
7292 2002-06-26  André Pönitz <poenitz@gmx.net>
7293
7294         * lyxrc.[Ch]: introduce \preview, revive half-dead \show_banner
7295
7296 2002-06-25  Angus Leeming  <leeming@lyx.org>
7297
7298         * lyxfunc.C (dispatch): Comment out the call to
7299         grfx::GCache::changeDisplay. The method no longer exists now that the
7300         pixmap generation part of the graphics loader has been moved into
7301         InsetGraphics.
7302
7303 2002-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7304
7305         * text2.C: layout as layout
7306
7307         * text.C: layout as layout
7308
7309         * tabular.C (OldFormatRead): layout as layout
7310
7311         * paragraph_pimpl.C (TeXDeeper): layout as layout
7312         (realizeFont): layout as layout
7313
7314         * paragraph.C (writeFile): layout as layout
7315         (validate): layout as layout
7316         (getFont): layout as layout
7317         (getLabelFont): layout as layout
7318         (getLayoutFont): layout as layout
7319         (breakParagraph): layout as layout
7320         (stripLeadingSpaces): layout as layout
7321         (getEndLabel): layout as layout
7322         (getMaxDepthAfter): layout as layout
7323         (applyLayout): layout as layout
7324         (TeXOnePar): layout as layout
7325         (simpleTeXOnePar): layout as layout
7326         (TeXEnvironment): layout as layout
7327         (layout): layout as layout
7328         (layout): layout as layout
7329
7330         * lyxtextclass.C (compare_name): new functor to work with
7331         shared_ptr, layout as layout
7332         (Read): layout as layout
7333         (hasLayout): layout as layout
7334         (operator): layout as layout
7335         (delete_layout): layout as layout
7336         (defaultLayout): layout as layout
7337
7338         * lyxlayout_ptr_fwd.h: new file
7339
7340         * lyxlayout.C (Read): layout as layout
7341
7342         * lyx_cb.C (MenuInsertLabel): layout as layout
7343
7344         * bufferlist.C (newFile): layout as layout
7345
7346         * buffer.C (readLyXformat2): layout as layout
7347         (parseSingleLyXformat2Token): layout as layout
7348         (insertStringAsLines): layout as layout
7349         (asciiParagraph): layout as layout
7350         (latexParagraphs): layout as layout
7351         (makeLinuxDocFile): layout as layout
7352         (simpleLinuxDocOnePar): layout as layout
7353         (makeDocBookFile): layout as layout
7354         (simpleDocBookOnePar): layout as layout
7355         (getLists): layout as layout
7356
7357         * LaTeXFeatures.C (getTClassPreamble): layout as layout
7358
7359         * CutAndPaste.C (cutSelection): layout as layout
7360         (pasteSelection): layout as layout
7361         (SwitchLayoutsBetweenClasses): layout as layout
7362
7363         * BufferView_pimpl.C (Dispatch): layout as layout
7364         (smartQuote): layout as layout
7365
7366         * BufferView2.C (unlockInset): layout as layout
7367
7368 2002-06-24  André Pönitz <poenitz@gmx.net>
7369
7370         * lyxfunc.C: fix #487
7371
7372 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7373
7374         * lyxrc.h:
7375         * lyxrc.C:
7376         * lyxfunc.C: remove display_shortcuts, show_banner
7377
7378 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7379
7380         * Buffer_pimpl.C: oops, update on resize
7381
7382 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7383
7384         * buffer.C:
7385         * converter.C:
7386         * exporter.C:
7387         * lyxfunc.C:
7388         * BufferView.h:
7389         * BufferView.C: use repaint()
7390
7391         * BufferView_pimpl.h:
7392         * BufferView_pimpl.C: s/updateScreen()/repaint()/
7393           as it's a clearer description. Remove superfluous
7394           redraws.
7395
7396 2002-06-21  John Levon  <moz@compsoc.man.ac.uk>
7397
7398         * text.C: fix bug 488. Not ideal, but getting
7399           getWord() to work properly for the insets that
7400           matter is more difficult ...
7401
7402 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7403
7404         * BufferView_pimpl.C:
7405         * LyXAction.C:
7406         * commandtags.h:
7407         * lyxfunc.C: remove the six million index lyxfuncs to just
7408           one, and DTRT (bug 458)
7409
7410 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7411
7412         * BufferView.h:
7413         * BufferView.C:
7414         * BufferView_pimpl.h:
7415         * BufferView_pimpl.C: clean up resize() stuff,
7416           and unnecessary updateScreen()s
7417
7418 2002-06-20  John Levon  <moz@compsoc.man.ac.uk>
7419
7420         * BufferView.h:
7421         * BufferView.C:
7422         * BufferView_pimpl.h:
7423         * BufferView_pimpl.C:
7424         * lyxfind.h:
7425         * lyxfind.C:
7426         * minibuffer.C: remove focus management of workarea,
7427           not needed. Use screen's greyOut()
7428
7429 2002-06-17  Herbert Voss  <voss@lyx.org>
7430
7431         * converter.C: (convert) do not post a message, when converting
7432         fails, let the calling function decide what to do in this case
7433
7434 2002-06-18  John Levon  <moz@compsoc.man.ac.uk>
7435
7436         * lyxfunc.C: tidy up a little
7437
7438 2002-06-16    <alstrup@diku.dk>
7439
7440         * BufferView_pimpl.C (Pimpl): Use WorkAreaFactory.
7441         Got rid of FORMS_H_LOCATION include. Now we are
7442         GUII.
7443
7444 2002-06-15  LyX Development team  <lyx@rilke>
7445
7446         * buffer.[Ch] (sgmlOpenTag):
7447         (sgmlCloseTag): Added support for avoiding pernicious mixed
7448         content. Return number of lines written.
7449
7450         (makeLinuxDocFile):
7451         (makeDocBookFile): Fixed calls to sgml*Tag.
7452         Simple white space clean.
7453
7454         (simpleDocBookOnePar): Simple white space clean.
7455
7456         * tabular.[Ch] (docBook): Renamed to docbook and got another
7457         argument to related with the pernicious mixed content.
7458
7459         (docbookRow): Fixed calls for docbook inset method.
7460
7461 2002-06-15  Lyx Development team  <larsbj@birdstep.com>
7462
7463         * lyxfunc.[Ch]: Use LyXKeySym instead of KeySym,
7464         so it's X11 independent.
7465
7466         * kb*.[Ch]: ditto.
7467
7468         * BufferView_pimpl.[Ch] (workAreaKeyPress): ditto.
7469
7470 2002-06-15  Lyx Development team  <lyx@electronia>
7471
7472         * intl.h: Renamed getTrans to getTransManager.
7473
7474 2002-06-14  Angus Leeming  <leeming@lyx.org>
7475
7476         * Makefile.am: nuke forgotten stl_string_fwd.h.
7477
7478 2002-06-12  Angus Leeming  <leeming@lyx.org>
7479
7480         * stl_string_fwd.h: unused and non-compliant anyway. Nuked.
7481
7482 2002-06-13  Angus Leeming  <leeming@lyx.org>
7483
7484         * LaTeX.C:
7485         * vspace.C: wrap using std::sscanf inside a CXX_GLOBAL_CSTD block.
7486
7487 2002-06-12  Andrew Zabolotny  <zap@cobra.ru>
7488
7489         * kbmap.C (getiso): add support for cyrillic and greek
7490
7491 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7492
7493         * BufferView.h:
7494         * BufferView.C:
7495         * BufferView_pimpl.h:
7496         * BufferView_pimpl.C: move bogus scrolling logic
7497           to xforms
7498
7499 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7500
7501         * lyxfunc.C:
7502         * BufferView_pimpl.C: view->resize() change
7503
7504 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7505
7506         * BufferView_pimpl.C: topCursorVisible
7507           prototype change
7508
7509 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7510
7511         * Makefile.am:
7512         * lyx_gui.h:
7513         * lyx_gui.C: move to frontends/
7514
7515         * main.C:
7516         * lyx_main.h:
7517         * lyx_main.C: changes from above
7518
7519 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7520
7521         * intl.C:
7522         * intl.h:
7523         * kbmap.C:
7524         * kbsequence.C:
7525         * lyx_cb.C:
7526         * lyx_main.C: minor tidy
7527
7528 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7529
7530         * BufferView_pimpl.h:
7531         * BufferView_pimpl.C:
7532         * BufferView.h:
7533         * BufferView.C: make painter() const,
7534           remove dead code
7535
7536         * BufferView2.C: use screen() accessor
7537
7538         * lyx_main.h:
7539         * lyx_main.C: some minor cleanup
7540
7541 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7542
7543         * BufferView_pimpl.h:
7544         * BufferView_pimpl.C: remove enter/leaveView,
7545           use workHeight()
7546
7547 2002-06-12  John Levon  <moz@compsoc.man.ac.uk>
7548
7549         * BufferView.h:
7550         * BufferView.C:
7551         * BufferView2.C:
7552         * BufferView_pimpl.h:
7553         * BufferView_pimpl.C: only construct screen once,
7554           rename
7555
7556         * lyxrc.C: remove pointless comment
7557
7558 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7559
7560         * BufferView.h:
7561         * BufferView.C: remove active() and belowMouse()
7562
7563         * BufferView_pimpl.h:
7564         * BufferView_pimpl.C: use workarea() not workarea_,
7565           and make it use a scoped_ptr instead
7566
7567 2002-06-11  John Levon  <moz@compsoc.man.ac.uk>
7568
7569         * lyx_gui.C: add debug message on BadWindow
7570
7571 2002-06-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7572
7573         * sp_spell.C: fdopen is not part of the C++ standard.
7574
7575         * paragraph.C (InsetIterator): use >= instead of ==
7576
7577 2002-06-07  Angus Leeming  <leeming@lyx.org>
7578
7579         Fixes needed to compile with Compaq cxx 6.5.
7580         * BufferView_pimpl.C:
7581         * DepTable.C:
7582         * buffer.C:
7583         * converter.C:
7584         * encoding.C:
7585         * lyx_gui.C:
7586         * lyx_main.C:
7587         * lyxtextclasslist.C:
7588         * minibuffer.C:
7589         * sp_spell.C:
7590         * tabular_funcs.C:
7591         * vc-backend.C:
7592         all c-library variables have been moved into namespace std. Wrap
7593         using std::xyz declarations inside a #ifndef CXX_GLOBAL_CSTD block.
7594
7595         * lyxlength.C:
7596         * tabular-old.C:
7597         * tabular.C:
7598         Add a using std::abs declaration.
7599
7600         * kbmap.h (modifier_pair):
7601         * paragraph.h (InsetTable, InsetList):
7602         * lyxfont.h (FontBits):
7603         type definition made public.
7604
7605         * bufferlist.C (emergencyWriteAll): the compiler complains that
7606         there is more than one possible lyx::class_fun template to choose from.
7607         I re-named the void specialisation as lyx::void_class_fun.
7608
7609         * lyxfont.C (FontBits' operator==, operator!=): taken out of class.
7610
7611         * tabular_funcs.C: lstrings.h must come before tabular_funcs.h or
7612         the compiler is is unable to find tostr in write_attribute.
7613
7614 2002-06-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7615
7616         * buffer.C (sgmlError): hide #warning
7617
7618 2002-06-05  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7619
7620         * xtl/*: get rid of xtl, which is not in use anyway
7621
7622         * LyXAction.C (init):
7623         * commandtags.h: remove BUFFER_PRINT and BUFFER_PARAMS_GET, which
7624         were unimplemented xtl experimentation
7625
7626 2002-06-04  André Pönitz <poenitz@gmx.net>
7627
7628         * lyxfunc.C: disable array operation on simple formulae
7629
7630 2002-06-03  John Levon  <moz@compsoc.man.ac.uk>
7631
7632         * converter.C: constify a bit
7633
7634 2002-06-02  John Levon  <moz@compsoc.man.ac.uk>
7635
7636         * lyx_gui.C: check xforms version correctly
7637
7638 2002-04-30  Herbert Voss  <voss@lyx.org>
7639
7640         * buffer.C (parseSingleLyXformat2Token): fix bug with ignored
7641         "keep" option
7642
7643 2002-05-31  John Levon  <moz@compsoc.man.ac.uk>
7644
7645         * lyxvc.C: fix bug 416 (make sure buffer is saved before
7646           attempt to register it with a VCS)
7647
7648 2002-05-30  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7649
7650         * lyx_main.C (init): honor variables LYX_DIR_13x and
7651         LYX_USERDIR_13x
7652
7653 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7654
7655         * buffer.h:
7656         * buffer.C:
7657         * lyx_main.C: fix a crash on bad command line,
7658           and give a useful exit status on error
7659
7660         * lyxfunc.C (doImport): allow -i lyx to work
7661
7662 2002-03-30  André Pönitz <poenitz@gmx.net>
7663
7664         * lyxfunc.C: mathed font changes
7665
7666 2002-05-30  John Levon  <moz@compsoc.man.ac.uk>
7667
7668         * LaTeX.C:
7669         * importer.h:
7670         * importer.C:
7671         * lyx_sty.h:
7672         * lyx_sty.C:
7673         * lyxlex.C:
7674         * lyxrow.h:
7675         * lyxtext.h:
7676         * paragraph.h:
7677         * paragraph.C:
7678         * texrow.h:
7679         * texrow.C:
7680         * text.C:
7681         * trans_mgr.h: srcdocs, and some minor cleanups
7682
7683 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7684
7685         * paragraph_pimpl.C (isTextAt): rewrite to be much faster (do not
7686         call getFont all the time)
7687
7688 2002-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7689
7690         * switch from SigC signals to boost::signals
7691
7692 2002-05-29  André Pönitz <poenitz@gmx.net>
7693
7694         * paragraph_pimpl.C (getChar): don't call size() too often...
7695
7696 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7697
7698         * paragraph_pimpl.C (insertChar): do not try to update tables when
7699         appending (pos == size())
7700
7701         * buffer.C (parseSingleLyXformat2Token): reorder a bit the tests
7702         in order to reduce drastically the number of comparisons needed to
7703         parse a large document
7704
7705 2002-05-29  André Pönitz <poenitz@gmx.net>
7706
7707         * text.C:
7708         * text2.C:
7709         * lyxtextclass.C:
7710         * sp_pspell.h:
7711         * textclasslist.[Ch]:
7712         * sp_ispell.h: whitespace change
7713
7714 2002-05-29  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
7715
7716         * lyxserver.C (callback): tentative fix of lyxserver. Does not use
7717         lyxaction directly now.
7718
7719 2002-05-27  John Levon  <moz@compsoc.man.ac.uk>
7720
7721         * trans.C:
7722         * lyxfont.C:
7723         * lyxvc.C: remove unused headers
7724
7725 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7726
7727         * Makefile.am:
7728         * buffer.h:
7729         * undostack.h:
7730         * undostack.C:
7731         * undo_funcs.h:
7732         * undo_funcs.C: some cleanups. Use shared_ptr
7733           and a template for the undo stacks.
7734
7735 2002-05-26  John Levon  <moz@compsoc.man.ac.uk>
7736
7737         * BufferView_pimpl.h:
7738         * BufferView_pimpl.C:
7739         * kbmap.h:
7740         * kbmap.C:
7741         * kbsequence.h:
7742         * kbsequence.C:
7743         * lyxfunc.h:
7744         * lyxfunc.C:
7745         * text2.C: use key_state/mouse_state
7746
7747 2002-05-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7748
7749         * vc-backend.C (scanMaster): use boost regex and get rid of LRegex
7750         and LSubstring
7751
7752         * chset.C: change include order
7753         (loadFile): use boost regex and get rid of LRegex and LSubstring
7754
7755         * Makefile.am (BOOST_LIBS): new variable
7756         (lyx_LDADD): use it
7757
7758         * LaTeX.C: change include order.
7759         (scanAuxFile): use boost regex and get rid of LRegex and
7760         LSubstring
7761         (deplog): ditto
7762
7763 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7764
7765         * ColorHandler.h:
7766         * ColorHandler.C:
7767         * FontInfo.h:
7768         * FontInfo.C: moved to frontends/xforms/
7769
7770         * FontLoader.h:
7771         * FontLoader.C: moved into frontends for GUIIzation
7772
7773         * Makefile.am:
7774         * lyx_gui.C:
7775         * lyxfont.C:
7776         * lyxfunc.C: changes from above
7777
7778 2002-05-24  John Levon  <moz@compsoc.man.ac.uk>
7779
7780         * LColor.C: remove spurious X include
7781
7782         * BufferView_pimpl.C:
7783         * Makefile.am:
7784         * font.h:
7785         * font.C:
7786         * text.C:
7787         * text2.C: move font metrics to frontends/
7788
7789 2002-05-24  Juergen Vigna  <jug@sad.it>
7790
7791         * undo_funcs.C (textHandleUndo): fix the cursor selection after
7792         setting the undo_cursor.
7793
7794         * ParagraphParameters.h: include local includes first.
7795
7796 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7797
7798         * BufferView_pimpl.C:
7799         * BufferView_pimpl.h:
7800         * Makefile.am:
7801         * WorkArea.h:
7802         * WorkArea.C:
7803         * screen.C: move WorkArea into frontends/
7804
7805         * lyxscreen.h:
7806         * screen.C:
7807         * text.C:
7808         * BufferView.C:
7809         * BufferView2.C: move LyXScreen into frontends/
7810
7811         * lyxlookup.h:
7812         * lyxlookup.C:
7813         * lyx_gui.C: move lyxlookup into frontends/xforms/
7814
7815 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7816
7817         * BufferView2.C:
7818         * BufferView_pimpl.C:
7819         * FontLoader.C:
7820         * LyXView.h:
7821         * LyXView.C:
7822         * Makefile.am:
7823         * WorkArea.C:
7824         * XFormsView.h:
7825         * XFormsView.C:
7826         * buffer.C:
7827         * bufferlist.C:
7828         * bufferview_funcs.C:
7829         * converter.C:
7830         * importer.C:
7831         * lyx_cb.C:
7832         * lyx_gui.C:
7833         * lyx_main.C:
7834         * lyx_find.C:
7835         * lyxfunc.C:
7836         * lyxvc.C:
7837         * minibuffer.C:
7838         * text.C:
7839         * text2.C:
7840         * trans.C:
7841         * vc-backend.C: move LyX/XFormsView into frontends/
7842
7843 2002-05-23  John Levon  <moz@compsoc.man.ac.uk>
7844
7845         * Makefile.am:
7846         * PainterBase.C:
7847         * PainterBase.h:
7848         * Painter.C:
7849         * Painter.h:
7850         * WorkArea.C:
7851         * WorkArea.h:
7852         * screen.C:
7853         * tabular.C:
7854         * text.C:
7855         * text2.C: move Painter to frontends/
7856
7857 2002-05-22  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7858
7859         * buffer.C: comment out some some code that depend upon lyx_format
7860         < 220
7861
7862         * paragraph.h (NO_PEXTRA_REALLY): turn off all pextra
7863         * ParagraphParameters.h (NO_PEXTRA_REALLY): ditto
7864
7865         * buffer.h (NO_COMPABILITY): turn off compability
7866
7867         * ColorHandler.C: include scoped_array.hpp
7868
7869         * font.C: Use more specific smart_ptr header.
7870         * Painter.C: ditto
7871         * gettext.C: ditto
7872         * ShareContainer.h: ditto
7873         * lyx_main.h: ditto
7874         * kbmap.h: ditto
7875         * FontInfo.h: ditto
7876         * BufferView_pimpl.h: ditto
7877         * ColorHandler.h: ditto
7878
7879         * kbmap.C (defkey): change call to shared_ptr::reset
7880
7881 2002-05-21  Juergen Vigna  <jug@sad.it>
7882
7883         * buffer.C (insertErtContents): fix to insert ert asis if it is
7884         non empty. Skip it completely if it contains only whitespaces.
7885
7886 2002-05-15  John Levon  <moz@compsoc.man.ac.uk>
7887
7888         * BufferView_pimpl.C:
7889         * BufferView2.C: clear selection on paste (bug 393)
7890
7891 2002-05-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7892
7893         * DepTable.C: include ctime
7894
7895 2002-05-11  Dekel Tsur  <dekelts@tau.ac.il>
7896
7897         * buffer.C (latexParagraphs): Add new argument (moving_arg).
7898
7899 2002-05-14  Juergen Vigna  <jug@sad.it>
7900
7901         * text.C (breakParagraph): fixed function to honor the keepempty
7902         layout in the right maner and also to permit the right breaking
7903         algorithm on empty or non empyt keepempty paragraphs.
7904
7905         * paragraph.C (breakParagraph): we have to check also if the par
7906         is really empty (!size()) for isempty otherwise we do the wrong
7907         paragraph break.
7908
7909 2002-05-10  Juergen Vigna  <jug@sad.it>
7910
7911         * buffer.[Ch] : The following are only changes to the ert
7912         compatibility read reading old LaTeX layout and font stuff and
7913         convert it to ERTInsets.
7914
7915         * buffer.h: added isErtInset().
7916
7917         * buffer.C (struct ErtComp): add a fromlayout bool to check
7918         if we're inside a LaTeX layout.
7919         (isErtInset): new helper function.
7920         (insertErtContents): look for other ert insets before this one
7921         and insert the contents there, so that we don't have subsequent
7922         ERT insets with nothing between them. This way we create only one
7923         inset with multiple paragraphs. Also check if we don't insert only
7924         spaces ' ' as they are ignored anyway afterwards in the .tex file
7925         so if we have only spaces we will ignore this latex part in the
7926         new file.
7927         (parseSingleLyXformat2Token \\layout): better compatibility when
7928         reading layout-latex stuff.
7929         (parseSingleLyXformat2Token \\lang): put the insetERT in the right
7930         language tag.
7931         (parseSingleLyXformat2Token \\begin_inset): don't reset ert_comp
7932         stuff after reading the inset only get the information back from
7933         the stack.
7934
7935 2002-05-10  Dekel Tsur  <dekelts@tau.ac.il>
7936
7937         * buffer.C (makeLaTeXFile): Put language options after loading babel.
7938
7939         * LaTeXFeatures.C (getBabelOptions): New method.
7940
7941 2002-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7942
7943         * BufferView_pimpl.C (Dispatch): work around missing argument for
7944         'layout'
7945
7946 2002-05-08  Juergen Vigna  <jug@sad.it>
7947
7948         * text.C (leftMargin): handle paragraph leftindent.
7949
7950         * paragraph.C (writeFile): write the new \\leftindent tag.
7951         (validate): handle leftindent code.
7952         (TeXEnvironment): handle paragraphleftindent code again.
7953
7954         * lyx_sty.h: changed ParagraphIndent to ParagraphLeftIndent.
7955
7956         * buffer.C (parseSingleLyXformat2Token): added compatibility code
7957         for paragrap_extra indent code and new token \\leftindent.
7958         (latexParagraphs): handle the leftindent as environment.
7959
7960         * ParameterStruct.h: added leftindent support.
7961
7962         * ParagraphParameters.C (leftIndent): added support functions for
7963         the paragraph left indent.
7964
7965         * LaTeXFeatures.C: change paragraphindent to paragraphleftindent seems
7966         more appropriate.
7967
7968 2002-05-05  Dekel Tsur  <dekelts@tau.ac.il>
7969
7970         * paragraph.C (isRightToLeftPar): Return false for a paragraph
7971         inside insetERT.
7972
7973         * text.C (computeBidiTables): No bidi in insetERT.
7974
7975         * BufferView_pimpl.C (setState): Fix keymap handling inside insetERT
7976         in RTL documents.
7977
7978 2002-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
7979
7980         * version.C.in: pre 5
7981
7982 2002-05-02  José Matos  <jamatos@fep.up.pt>
7983         * buffer.C (makeDocBookFile): white space changes, add newline to
7984         command styles.
7985         (simpleDocBookOnePar): protect <emphasis> inside a CDATA section.
7986
7987         * tabular.C (docBook): fix typo.
7988
7989 2002-05-03  Juergen Vigna  <jug@sad.it>
7990
7991         * screen.C (drawFromTo): recalculate the rowpointer if we had a
7992         change in LyXText as we can not be sure it was not freed.
7993         (drawOneRow): remove unused code.
7994
7995         * text.C (drawInset): redo the calculation of the need_break_row as
7996         it could have a row which was already freed.
7997         (draw): look at the return value of drawInset and return false if
7998         it also returned false.
7999         (paintRowText): look at the return value of draw and return false if
8000         it also returned false.
8001
8002         * lyxtext.h: added bool return type to drawInset() and draw() so that
8003         if we have a change in the row so that the rowbreak has to be redone
8004         we abort drawing as it will be called again.
8005
8006 2002-05-02  Juergen Vigna  <jug@sad.it>
8007
8008         * BufferView_pimpl.C (moveCursorUpdate): make repaint if we had
8009         a change in the maintext also if we're inside an inset.
8010         (Dispatch): set the cursor again after a break line and after the
8011         screen has been updated as it could be we're in a different row.
8012
8013         * text2.C (fixCursorAfterDelete): check to make sure we don't request
8014         to set the cursor behind the pargraph with > size().
8015         (setCursor): check also for the same paragraph when checking where
8016         to put the cursor if we have a NFR inset.
8017
8018         * buffer.C (parseSingleLyXformat2Token): move the compatibility
8019         parts of layout read further up as it still was in the wrong
8020         position.
8021
8022 2002-05-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8023
8024         * screen.C (drawFromTo): change sine fullRebreak always return
8025         true.
8026
8027         * buffer.C (parseSingleLyXformat2Token): reindent some
8028
8029         * BufferView_pimpl.C (update): change since fullRebreak always
8030         return true.
8031         (Dispatch): git rid of the last hardcoded "Standard"s.
8032
8033 2002-05-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8034
8035         * text2.[Ch] (fullRebreak): make it return void now that we always
8036         returned true.
8037
8038 2002-04-30  Juergen Vigna  <jug@sad.it>
8039
8040         * buffer.C (parseSingleLyXformat2Token): reset the font before the
8041         ert compatibility check for "latex" layout.
8042
8043 2002-04-29  Dekel Tsur  <dekelts@tau.ac.il>
8044
8045         * buffer.C (parseSingleLyXformat2Token): Fix reading of old format
8046         minipages: use col% instead of p%, and also use the current font.
8047         (makeLaTeXFile): Fix use babel condition.
8048         (parseSingleLyXformat2Token): Correct font when reading old floats.
8049
8050 2002-04-28  Dekel Tsur  <dekelts@tau.ac.il>
8051
8052         * BufferView_pimpl.C (Dispatch): Check that float type exists when
8053         inserting list of floats.
8054
8055 2002-04-25  Herbert Voss  <voss@lyx.org>
8056
8057         * MenuBackend.C (expand): don't add the graphics extensions to the
8058         export menu
8059
8060 2002-04-24  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8061
8062         * CutAndPaste.C (SwitchLayoutsBetweenClasses): when converting a
8063         non-existing layout, do not complain if it was the default layout
8064         of the original class (bug #342)
8065
8066 2002-04-24  Juergen Vigna  <jug@sad.it>
8067
8068         * BufferView_pimpl.C (workAreaButtonPress): fix handling of mouse-wheel
8069         (workAreaButtonRelease): don't do anything if it was a mouse-wheel
8070
8071 2002-04-22  Angus Leeming  <a.leeming@ic.ac.uk>
8072
8073         * buffer.C (getBibkeyList): If using \bibliography, return the
8074         option field with the reference itself. Enables us to provide natbib
8075         support when using \bibliography.
8076
8077 2002-04-23  Mike Ressler  <mike.ressler@alum.mit.edu>
8078
8079         * lyxtextclass.[Ch]: add layout keyword ProvidesNatbib.
8080
8081         * LaTeXFeatures.C: do not add \usepackage{natbib} to tex file if
8082         natbib is provided by the LaTeX class.
8083
8084 2002-04-23  Juergen Vigna  <jug@sad.it>
8085
8086         * BufferView_pimpl.[Ch]: remove use of wrong and unneeded insetSleep/
8087         Wakeup functions.
8088
8089         * BufferView.[Ch]: remove not needed insetSleep/Wakeup functions.
8090
8091 2002-04-22  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8092
8093         * lyxfunc.C (getStatus): LFUN_PROTECTED_SPACE is allowed in maths
8094
8095         * paragraph_pimpl.C (simpleTeXSpecialChars): remove bogus
8096         ensuremath around textordmasculine, textordfeminine and
8097         textdegree.
8098
8099 2002-04-19  Juergen Vigna  <jug@sad.it>
8100
8101         * BufferView_pimpl.C (resizeCurrentBuffer): resize the insets before
8102         reinitializing the buffer otherwise row-dimensions may be wrong.
8103         (update): reset also the selection cursors if they do exits otherwise
8104         their x/y positions may be wrong.
8105
8106         * text2.C (cursorDown): don't enter the inset if we came from a row
8107         above and are one row over the inset.
8108
8109         * lyxfunc.C (dispatch): update paragraph layout after LFUN_ESCAPE when
8110         really leaving an inset.
8111
8112 2002-04-18  Juergen Vigna  <jug@sad.it>
8113
8114         * BufferView_pimpl.C (Dispatch): fixed to change layout also if one
8115         of the selected paragraph does not have the selected layout also if
8116         the last one had!
8117
8118         * text2.C (setLayout): fixed bug which did not change last selected
8119         paragraph.
8120
8121         * tabular.C (OldFormatRead): check also for \\end_inset as Lars
8122         changed the read and substituted \\end_float with \\end_inset!
8123
8124         * BufferView_pimpl.C (cursorPrevious):
8125         (cursorNext): fixed to make it work with rows heigher than the work
8126         area without moving the cursor only the draw of the row.
8127         (workAreaMotionNotify): fix jumping over high rows.
8128
8129 2002-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8130
8131         * lyxtextclass.C (Read): fix bit adding, bug discovered by Mike
8132         Ressler.
8133
8134 2002-04-16  Juergen Vigna  <jug@sad.it>
8135
8136         * text2.C (setCursor): set also the irow().
8137         (setCursorFromCoordinates): fixed to set the (i) cursor values right!
8138         (cursorUp):
8139         (cursorDown): support for locking an inset if the x_fix value goes
8140         inside it. That way I can transverse insets too with cursor up/down.
8141
8142         * lyxrow.h: added irow helper function same as other (i) functions.
8143
8144         * BufferView_pimpl.C (cursorPrevious):
8145         (cursorNext): fixed for insets!
8146
8147 2002-04-15  Juergen Vigna  <jug@sad.it>
8148
8149         * BufferView_pimpl.C (insetDimensions): use ix/iy values for inset
8150         position otherwise it is wrong in some cases.
8151
8152         * lyxfunc.C (dispatch): fix FINISHED UP/DOWN to handle x position
8153         inside the inset before the call.
8154
8155 2002-04-16  Angus Leeming  <a.leeming@ic.ac.uk>
8156
8157         * buffer.[Ch] (getBibkeyList): make it const.
8158
8159 2002-04-12  Juergen Vigna  <jug@sad.it>
8160
8161         * BufferView_pimpl.C (workAreaMotionNotify): use new ix() cursor pos.
8162
8163         * text2.C (getCursorX): new helper function
8164         (setCursor): compute also ix_
8165         (setCursorFromCoordinates): set also ix.
8166
8167         * lyxcursor.h: added ix_ and helper functions.
8168
8169         * BufferView_pimpl.C (workAreaMotionNotify): forgot to use iy().
8170
8171         * buffer.C (insertStringAsLines): dont break paragraph if the this
8172         paragraph is inside an inset which does not permit it!
8173
8174         * text.C (breakParagraph): honor keepempty flag and break the paragraph
8175         also with no chars on this paragraph.
8176         (paintRowText): only paint stuff if it's inside the workarea!
8177
8178         * paragraph.C (breakParagraph): honor keepempty flag and break the
8179         paragraph always below not above.
8180
8181         * BufferView2.C (unlockInset): update the paragraph layout on inset
8182         unlock as we changed paragraph in such a case.
8183
8184         * lyxfind.C (LyXFind): clear the former selection if not found!
8185
8186         * text2.C (insertInset): freeze Undo after setUndo so that it is not
8187         again called in insertChar().
8188
8189         * text.C (leftMargin): return LYX_PAPER_MARGIN if this row contains
8190         an inset which uses the whole row!
8191         (rightMargin): ditto.
8192         (insertChar): force a rebreak if we inserted an inset!
8193
8194 2002-03-28  Herbert Voss  <voss@lyx.org>
8195
8196         * lyxlength.[Ch]: add inBP() to get the right PS-point
8197         units (BigPoint). With inPixels we have rounding errors
8198
8199 2002-04-11  Juergen Vigna  <jug@sad.it>
8200
8201         * text2.C (setCursorFromCoordinates): set iy to the right value.
8202         (setCursor): add check if row->previous exists!
8203
8204         * buffer.C (parseSingleLyXformat2Token): reset font after read of
8205         an old float_type as this was the case in the old code!
8206
8207         * paragraph.C (simpleTeXOnePar): fix closing of foreignlanguage tags.
8208
8209         * BufferView2.C (showLockedInsetCursor): use iy
8210         (fitLockedInsetCursor): ditto
8211
8212         * BufferView_pimpl.C (checkInset): use LyXCursor::iy for baseline of
8213         locked insets as there we have the right value now.
8214
8215         * lyxcursor.C: added iy_ variable and iy functions to set to the
8216         baseline of cursor-y of the locked inset.
8217
8218         * text2.C (setCursorFromCoordinates): set LyXCursor::iy.
8219         (setCursor): fixed for insets which need a full row.
8220
8221         * text.C (rowLastPrintable): don't ignore the last space when before
8222         an inset which needs a full row.
8223         (numberOfSeparators): use rowLastPrintable and <= last to honor a space
8224         as last character of a row when before a inset which needs a full row.
8225
8226 2002-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8227
8228         * version.C.in: update date
8229
8230         * text2.C (fullRebreak): try to always return true and see what
8231         happens...
8232
8233 2002-04-04  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8234
8235         * MenuBackend.C (expand): use Floating::listName
8236
8237         * FloatList.C (FloatList): add listName argument to the built-in
8238         floats
8239
8240         * Floating.[Ch]: add listName member, which is the 'List of XXX'
8241         text associated with the float.
8242
8243 2002-04-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8244
8245         * MenuBackend.C (expand): change label "Wide xxx" to "xxx (wide)".
8246
8247 2002-04-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8248
8249         * ShareContainer.h: add a couple of missing typenames.
8250
8251 2002-04-02  Angus Leeming  <a.leeming@ic.ac.uk>
8252
8253         * lyxrc.C (getDescription): use _() correctly rather than N_().
8254
8255 2002-03-28  Herbert Voss  <voss@lyx.org>
8256
8257         * lyxlength.C: compatibility stuff for < 1.1.6fix4 and
8258         "old" 1.2.0 files which use c%, l%, p% t% instead of text%, ...
8259
8260 2002-04-02  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8261
8262         * lyx_main.C (init): use environment variable LYX_DIR_12x instead
8263         of LYX_DIR_11x. Same for LYX_USERDIR_12x.
8264
8265 2002-03-29  Juergen Vigna  <jug@sad.it>
8266
8267         * lyxfunc.C (dispatch): add a missing fitCursor call.
8268
8269         * BufferView2.C (fitLockedInsetCursor): the inset needs to know if
8270         it was scrolled by a cursor move, so return the bool status.
8271
8272         * BufferView.C (fitCursor): return the bool flag also to the outside
8273         world as this is needed.
8274
8275         * screen.C (toggleToggle): don't subtract the offset if it's positive.
8276
8277         * BufferView_pimpl.C (workAreaButtonPress): just lock the inset don't
8278         call the edit() as it is not needed (and wrong) IMO.
8279         (workAreaButtonPress): set the screen_first variable before evt.
8280         unlock the inset as this may change screen_first and then we have
8281         a wrong y position for the click!
8282
8283 2002-03-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8284
8285         * MenuBackend.C (expand): another translation that I missed
8286
8287 2002-03-28  Juergen Vigna  <jug@sad.it>
8288
8289         * screen.C (toggleToggle): fix for insettexts y_offset on drawing.
8290
8291         * tabular.C (OldFormatRead): fix ert compatibility read inside cells.
8292
8293 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8294
8295         * lyxfunc.C (getStatus): return 'disabled' early for LFUN_NOACTION
8296
8297         * MenuBackend.C (expand): fix export/view/update when there is no
8298         document open.
8299
8300 2002-03-27  Herbert Voss  <voss@lyx.org>
8301
8302         * lengthcommon.C: change c%, l%, p% t% to col%, line%, page%
8303         and text%
8304
8305 2002-03-27  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8306
8307         * bufferview_funcs.C (currentState): only show paragraph number
8308         for is DEVEL_VERSION is set.
8309
8310         * lyxfunc.C (dispatch): put warning in INFO channel
8311
8312         * MenuBackend.C (expand): translate the name of floats
8313
8314         * FloatList.C (FloatList): mark the float names for translation
8315
8316         * converter.C (convert): use LibScriptSearch
8317
8318 2002-03-26  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8319
8320         * MenuBackend.C (defaults): fix default menu (we might as well get
8321         rid of it...)
8322
8323 2002-03-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8324
8325         * lyxvc.C (registrer): register the file with CVS if it's in a CVS
8326         directory.
8327
8328 2002-03-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8329
8330         * lyxvc.C: reorder includes.
8331
8332 2002-03-25  John Levon  <moz@compsoc.man.ac.uk>
8333
8334         * BufferView_pimpl.C (updateScrollbar): update on buffer switch
8335           properly
8336
8337 2002-03-19  John Levon  <moz@compsoc.man.ac.uk>
8338
8339         * CutAndPaste.C: change layouts earlier on paste
8340           to avoid crashing when calling getFont()
8341
8342 2002-03-22  Angus Leeming  <a.leeming@ic.ac.uk>
8343
8344         * PrinterParams.h: #include "lyxrc.h" and remove that bloody
8345         irritating #error.
8346
8347 2002-03-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8348
8349         * WorkArea.C: remove 'Pending' debug message.
8350
8351         * most files: ws cleanup
8352
8353         * buffer.[Ch]: ws changes
8354
8355         * Makefile.am (LYX_CONV_LIBS): remove ld -r stuff.
8356
8357 2002-03-21  Juergen Vigna  <jug@sad.it>
8358
8359         * tabular.C (SetMultiColumn): collapse also the contents of the
8360         cells and set the last border right. Added a Buffer const * param.
8361
8362 2002-03-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8363
8364         * Makefile.am (LYX_CONV_LIBS): select libs depending on partial
8365         linking or not.
8366
8367 2002-03-19  Juergen Vigna  <jug@sad.it>
8368
8369         * text2.C (clearSelection): reset also xsel_cache.
8370
8371         * BufferView_pimpl.C (Dispatch): call WorkArea::haveSelection(false)
8372         where it needs to be called (John tells us to do so too :)
8373         (selectionLost): reset sel_cache.
8374
8375         * WorkArea.C (event_cb): leave ret to 0 (John tells us to do so :)
8376
8377 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8378
8379         * text2.C (setCursorIntern): put debuging code in INSETS channel
8380
8381 2002-03-19  André Pönitz <poenitz@gmx.net>
8382
8383         * lyxfunc.C: tiny whitespace change
8384
8385 2002-03-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8386
8387         * ToolbarDefaults.C (init):
8388         * LyXAction.C (init):
8389         * commandtags.h:
8390         * BufferView_pimpl.C (Dispatch):
8391         * lyxfunc.C (dispatch): remove LFUN_DEPTH
8392
8393 2002-03-19  Allan Rae  <rae@lyx.org>
8394
8395         * exporter.C (Export): removeAutoInsets before doing anything else.
8396         While I've just introduced a dependency on BufferView this really is
8397         the best place to clean the buffer otherwise you need to cleanup in
8398         a dozen places before calling export or cleanup in a dozen functions
8399         that export calls.
8400
8401         * converter.C (runLaTeX):
8402         (scanLog): Better handling of removeAutoInsets and screen updates.
8403
8404         * lyxfunc.C (dispatch): small whitespace changes
8405
8406 2002-03-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8407
8408         * WorkArea.C (C_WorkAreaEvent): return a value.
8409         (event_cb): return 1 if we handled the event, 0 otherwise.
8410
8411         * lyx_gui.C (LyX_XErrHandler): don't abort on BadWindow
8412
8413 2002-03-18  Juergen Vigna  <jug@sad.it>
8414
8415         * tabular.C (LeftAlreadyDrawed): fixed for multicolumn borders.
8416         (GetAdditionalWidth): ditto.
8417         (RightLine): ditto.
8418         (LeftLine): ditto.
8419
8420         * BufferView2.C (copy): use getLyXText() so that we do it inside an
8421         inset if we're there actually (probably not used right now but this
8422         is the direction to go for unifying code).
8423         (paste): disable code to clear the selection.
8424
8425         * BufferView_pimpl.C (workAreaButtonPress): check also for a selection
8426         inside an InsetText and move the check further up as it is in the
8427         wrong place.
8428
8429         * text2.C (pasteSelection): set a selection over the pasted text.
8430
8431 2002-03-14  Kayvan A. Sylvan  <kayvan@sylvan.com>
8432
8433         * Makefile.am (lyx_DEPENDENCIES): Swap the order of libfrontend
8434         and libgraphics to build on Cygwin.
8435
8436 2002-03-15  Juergen Vigna  <jug@sad.it>
8437
8438         * CutAndPaste.C (SwitchLayoutsBetweenClasses): fix the wrong use of
8439         inserting an Inset into the paragraph. I know this is not the best
8440         fix but we already use current_view in CutAndPaste so we will remove
8441         all of it's using at the same time.
8442
8443         * buffer.C (sgmlError): deactivated function till it is rewritten in
8444         the right mode, now it can create problems.
8445
8446         * paragraph.C (isLineSeparator): check if getInset returns != 0,
8447         before accessing it.
8448
8449 2002-03-14  Juergen Vigna  <jug@sad.it>
8450
8451         * undo_funcs.C (textHandleUndo): do the right thing when updating
8452         the inset after the undo/redo.
8453
8454         * text2.C (setCursor): just some testcode for #44 not ready yet.
8455
8456         * undo_funcs.C (textHandleUndo): set the next() and previous()
8457         pointers of the paragraph to 0 before deleting otherwise we have
8458         problems with the Paragraph::[destructor].
8459
8460         * text.C (breakParagraph): IMO we should ALWAYS force a real undo
8461         on a paragraph insertion.
8462
8463 2002-03-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8464
8465         * buffer.C (asciiParagraph): use += operator for char append to
8466         string.
8467
8468         * paragraph.C (getFontSettings): compare >= not just >
8469         (highestFontInRange): ditto
8470         (setFont): ditto
8471
8472 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8473
8474         * paragraph.C: change several algorithm to be more appripriate for
8475         the problem domain. This is lookip in FontList and in the InsetList.
8476
8477 2002-03-13  André Pönitz <poenitz@gmx.net>
8478
8479         * commandtags.h:
8480         * LyXAction.C: remove unused LFUN_MATH_MACROARG
8481
8482 2002-03-06  John Levon  <moz@compsoc.man.ac.uk>
8483
8484         * commandtags.h:
8485         * LyXAction.C:
8486         * lyxfunc.C:
8487         * BufferView_pimpl.C: remove unused LFUN_CORE, LFUN_TEXT_INSET
8488
8489 2002-03-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8490
8491         * Painter.C (display): anon helper function, adjust code for this
8492         change.
8493         (pixmap): remove function.
8494
8495         * Painter.h: remove private display variable.
8496
8497         * PainterBase.[Ch]: remove dummy[123] cruft, ws changes
8498
8499 2002-03-13  Angus Leeming  <a.leeming@ic.ac.uk>
8500
8501         * WorkArea.[Ch]: remove figinset_canvas cruft.
8502
8503 2002-03-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8504
8505         * lyxtextclass.C (operator): add one item cache optimization.
8506
8507         * bufferlist.h: doxy changes
8508
8509         * bufferlist.C: ws changes
8510
8511         * DepTable.[Ch] (ext_exist): place const in the right spot.
8512
8513         * BufferView_pimpl.C (resizeCurrentBuffer): further refine when to
8514         call resizeInsets.
8515         (workAreaExpose): call resizeInsets when the with BufferView changes.
8516         (Dispatch): adjust for protectedBlank removal
8517         (specialChar): call updateInset if the insert went ok.
8518
8519         * BufferView_pimpl.[Ch] (protectedBlank): remove func, use
8520         specialChar instead.
8521
8522         * BufferView2.C (ChangeInsets): remove warning add FIXME comment
8523
8524         * BufferView.h: doxy change
8525
8526         * Makefile.am (INCLUDES): remove @FRONTEND_INCLUDES@
8527
8528         * lyxtextclass.C (operator[]): remove non-const version
8529         (defaultLayout): remove non-const version
8530
8531 2002-03-12  Juergen Vigna  <jug@sad.it>
8532
8533         * BufferView_pimpl.C (resizeCurrentBuffer): only resize insets if we
8534         did resize the LyXText too.
8535
8536         * buffer.C (readLyXformat2): set layout information on newly allocated
8537         paragraphs.
8538
8539         * tabular.C (OldFormatRead): set layout information on the paragraph.
8540
8541 2002-03-12  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8542
8543         * buffer.C (simpleDocBookOnePar): fix empty definition case for now.
8544
8545 2002-03-11  Juergen Vigna  <jug@sad.it>
8546
8547         * BufferView_pimpl.C (cursorPrevious): remove old cruft which is
8548         plainly wrong.
8549         (resizeCurrentBuffer): force also the insets to resize themselfes.
8550         (moveCursorUpdate): fixed up for InsetText.
8551
8552 2002-03-08  Angus Leeming  <a.leeming@ic.ac.uk>
8553
8554         * commandtags.h:
8555         * LyXAction.C: add LFUN_TOOLTIPS_TOGGLE, "toggle-tooltips"
8556         * lyxfunc.C (getStatus(LFUN_TOOLTIPS_TOGGLE)): set flag based on
8557         value of Dialogs::tooltipsEnabled().
8558         (dispatch(LFUN_TOOLTIPS_TOGGLE)): emit signal Dialogs::toggleTooltips.
8559
8560 2002-03-08  Juergen Vigna  <jug@sad.it>
8561
8562         * BufferView_pimpl.C (updateInset): update inset inside inset also
8563         if it isn't inside theLockingInset().
8564
8565 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8566
8567         * buffer.C (asciiParagraph): redo some of the word and line length
8568         handling.
8569         (getLists): look for Caption instead of caption.
8570
8571 2002-03-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8572
8573         * buffer.C (Buffer): initialize niceFile to true
8574         (makeLaTeXFile):
8575         (makeLinuxDocFile):
8576         (makeDocBookFile): make sure niceFile is true on exit
8577
8578 2002-03-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8579
8580         * buffer.C (makeLaTeXFile): escape ~ in \input@path
8581
8582 2002-03-07  Angus Leeming  <a.leeming@ic.ac.uk>
8583
8584         * LyXSendto.C: remove.
8585         * LyXView.C (c-tor): clean-up Jürgen's #if 0 correctly.
8586         * lyx_gui.C: remove now-redundant comment.
8587         * ColorHandler.h: remove forward declaration of class WorkArea.
8588         * lyxfunc.C: remove #include "WorkArea.h".
8589
8590 2002-03-07  Juergen Vigna  <jug@sad.it>
8591
8592         * undo_funcs.C (textHandleUndo): fix problems when the paragraph
8593         got moved away with the DEPM and also set the inset_owner always
8594         right which before could have been omitted.
8595
8596 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8597
8598         * buffer.C (parseSingleLyXformat2Token): use default layout is the
8599         wanted layout is not found.
8600
8601 2002-03-07  Juergen Vigna  <jug@sad.it>
8602
8603         * CutAndPaste.C (cutSelection): another layout settings forgotten.
8604
8605 2002-03-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8606
8607         * paragraph.C (breakParagraph): use default layout not layout of
8608         prev paragraph.
8609         (Paragraph): clear ParagraphParameters.
8610
8611 2002-03-06  Juergen Vigna  <jug@sad.it>
8612
8613         * buffer.C (parseSingleLyXformat2Token): changed "%" to "p%" as
8614         otherwise it would not be a valid lenght. Fixed a special case in
8615         the minipage compatibility read where we end the document with a
8616         minipage.
8617
8618         * text2.C (deleteEmptyParagraphMechanism): check if old_cursor.par()
8619         was set as it could be 0 for InsetTexts first entry.
8620
8621 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8622
8623         * paragraph.C (writeFile): if layout is empty write out
8624         defaultLayoutName().
8625
8626         * buffer.C (parseSingleLyXformat2Token): if we have a buggy .lyx
8627         file without named layout we set layout to defaultLayoutName().
8628
8629 2002-03-06  Juergen Vigna  <jug@sad.it>
8630
8631         * CutAndPaste.C (copySelection): set layout for new paragraph.
8632
8633         * text.C (prepareToPrint): leave ERT inset left aligned
8634         (leftMargin): don't indent paragraphs inside ERT insets
8635
8636 2002-03-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8637
8638         * paragraph.C (breakParagraph): dont call clear do the work manually
8639
8640         * paragraph.[Ch] (clear): remove function
8641
8642 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8643
8644         * paragraph.C (Paragraph): dont call clear, the work has already
8645         been done.
8646
8647         * lyxtextclass.C (operator): assert if n is empty
8648
8649         * CutAndPaste.C (cutSelection): dont call Paragraph::clear, do the
8650         work manually instead.
8651
8652 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8653
8654         * BufferView_pimpl.C: protect selectionLost against text == 0
8655
8656 2002-03-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8657
8658         * text.C (breakParagraph): fix a setting layout to '0' problem.
8659
8660 2002-03-05  José Abílio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8661
8662         * buffer.C (makeLinuxDocFile, makeDocBookFile): take in account the
8663         final location of file, for the included files, and graphics.
8664
8665 2002-03-05  Juergen Vigna  <jug@sad.it>
8666
8667         * CutAndPaste.C (pasteSelection): fix the depth level on paste.
8668
8669 2002-03-04  Juergen Vigna  <jug@sad.it>
8670
8671         * lyx_cb.C (getContentsOfAsciiFile): new helper function.
8672
8673         * tabular.C (calculate_width_of_column_NMC): fixed to use also the
8674         last column of multicolumn cells.
8675         (SetWidthOfMulticolCell): recalculate NMC and real columns.
8676
8677 2002-03-04  Jose Abilio Oliveira Matos  <jamatos@novalis.fc.up.pt>
8678
8679         * exporter.C (Export): for linuxdoc and docbook the buffer is a nice
8680         file if it doesn't go to a temporary file.
8681
8682         * buffer.C (sgmlOpenTag):
8683         (sgmlCloseTag):  remove extra newline insertion.
8684
8685 2002-03-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8686
8687         * text.C (getRowNearY): comment out debug msg
8688
8689 2002-03-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8690
8691         * text2.C: first -> first_y
8692
8693         * text.C (getRowNearY): add some attemts at a possible
8694         optimization, not working.
8695
8696         * tabular.[Ch]: add BufferParams to several function so that newly
8697         created paragraph can be initialized to he default layotu for the
8698         buffers textclass.
8699
8700         * tabular-old.C (ReadOld): add buf->params to call of Init
8701
8702         * screen.C: rename text->first to text->first_y
8703
8704         * paragraph.C (breakParagraph): always set layout in the broken
8705         paragraph
8706
8707         * lyxtextclass.C (Read): remove lowercase
8708         (hasLayout): ditto
8709         (operator): ditto
8710         (delete_layout): ditto
8711
8712         * lyxtext.h: rename first -> first_y
8713
8714         * lyxlayout.C (Read): remove lowercase
8715         (name): ditto
8716         (setName): ditto
8717         (obsoleted_by): ditto
8718
8719         * bufferlist.C (newFile): set layout on first paragrpah of new buffers.
8720
8721         * buffer.C (insertErtContents): add params are to InsetERT
8722         (parseSingleLyXformat2Token): add code to check if a paragraphs
8723         layout really exist.
8724         (parseSingleLyXformat2Token): add params to several inset
8725         constructors
8726         (asciiParagraph): remove lowercase, do the layout comparisons with
8727         no_case
8728
8729         * BufferView_pimpl.C (cursorNext): first -> first_y
8730         (resizeCurrentBuffer): first -> first_y
8731         (updateScrollbar): first -> first_y
8732         (scrollCB): first -> first_y
8733         (workAreaMotionNotify): first -> first_y
8734         (workAreaButtonPress): first -> first_y
8735         (checkInsetHit): first -> first_y
8736         (cursorPrevious): first -> first_y
8737         (cursorNext): first -> first_y
8738         (Dispatch): add buffer_->params to severl inset contructors
8739
8740 2002-03-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
8741
8742         * lyxlayout.C (Read): remove some debug info that I forgot.
8743
8744         * buffer.C (makeLaTeXFile): fix calling of LaTeXFeatures, and
8745         clean up the code slightly.
8746         (makeLinuxDocFile): ditto
8747         (makeDocBookFile): ditto
8748
8749         * text2.C: layout as string
8750
8751         * text.C: layout as string
8752
8753         * paragraph_pimpl.C: layout as string
8754
8755         * paragraph.[Ch]: layout as string
8756
8757         * lyxtextclasslist.[Ch]: layout as string
8758
8759         * lyxtextclass.[Ch]: layout as string
8760
8761         * lyxtext.h: layout as string
8762
8763         * lyxlayout.[Ch]: layout as string
8764
8765         * lyx_cb.C: layout as string
8766
8767         * bufferview_funcs.C: layout as string
8768
8769         * bufferparams.C: layout as string
8770
8771         * buffer.C: layout as string
8772
8773         * LyXView.[Ch]: layout as string
8774
8775         * LaTeXFeatures.[Ch]: layout as string
8776
8777         * CutAndPaste.C (SwitchLayoutsBetweenClasses): layout as string
8778
8779         * BufferView_pimpl.C: change current_layout to string, remove
8780         lyx::layout_type.
8781         (Dispatch):
8782         (smartQuote):
8783         (insertInset):
8784         (workAreaButtonRelease): layout as string
8785
8786         * BufferView2.C (unlockInset): adjust
8787
8788         * vspace.C (asLatexCommand): use an explict temp variable.
8789
8790 2002-03-01  John Levon  <moz@compsoc.man.ac.uk>
8791
8792         * Makefile.am: use FRONTEND_*
8793
8794 2002-03-01  Juergen Vigna  <jug@sad.it>
8795
8796         * tabular.C (SetWidthOfMulticolCell): changed to something better
8797         I hope but still work in progress.
8798         (recalculateMulticolumnsOfColumn): renamed function from
8799         recalculateMulticolCells as it is more appropriate now.
8800         (SetWidthOfCell): calculate multicols better.
8801
8802 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8803
8804         * minibuffer.C (MiniBuffer): reset timout to 6000, as it was before.
8805
8806         * lyxfunc.C (processKeySym): print sequence also if it is
8807         `deleted' (complete)
8808
8809         * kbsequence.C (print): print sequence even if it is deleted
8810         (complete would be a better word, actually).
8811
8812         * lyxfunc.C (dispatch): print complete options after a prefix key
8813
8814         * vspace.C (asLatexCommand): rewrite in a slightly different form.
8815
8816 2002-03-01  Martin Vermeer  <martin.vermeer@hut.fi>
8817
8818         * text2.C (setCharFont): eliminate setCharFont code duplication.
8819
8820 2002-03-01  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8821
8822         * BufferView_pimpl.C (Dispatch): remove bogus handling of
8823         LFUN_TABULAR_FEATURE (bug #177)
8824
8825 2002-02-29 ;-)  Angus Leeming  <a.leeming@ic.ac.uk>
8826
8827         * Makefile.am: remove figure.h
8828
8829 2002-02-28  Angus Leeming  <a.leeming@ic.ac.uk>
8830
8831         * Bufferview_pimpl.C:
8832         * CutAndPasteC:
8833         * LaTeX.C:
8834         * LyXSendto.C:
8835         * buffer.C:
8836         * bufferlist.C:
8837         * converter.C:
8838         * language.C:
8839         * lyxfunc.C:
8840         * lyxvc.C:
8841         * paragraph.C:
8842         * text.C:
8843         * text2.C: remove #include "lyx_gui_misc.h".
8844
8845         * LaTeX.C: added #include <cstdio>
8846
8847 2002-02-28  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
8848
8849         * paragraph.C (getMaxDepthAfter): new method. The maximal depth
8850         that the paragraph following this one can have.
8851
8852         * text2.C (incDepth): use Paragraph::getMaxDepthAfter
8853
8854         * vspace.C (asLatexCommand): fix bogus gcc warning
8855
8856         * Makefile.am (lyx_SOURCES): remove vms_defines.h
8857
8858 2002-02-27  Martin Vermeer  <martin.vermeer@hut.fi>
8859
8860         * text2.C (setLayout): get rid of redundant code
8861
8862 2002-02-26  Martin Vermeer  <martin.vermeer@hut.fi>
8863
8864         * text2.C (incDepth): make sure depth cannot be increased beyond
8865         reasonable values.
8866
8867 2002-02-20  Angus Leeming  <a.leeming@ic.ac.uk>
8868
8869         * lyxfunc.C (dispatch): act on LFUN_FORKS_SHOW and LFUN_FORKS_KILL.
8870         also call grfx::GCache::changeDisplay if the graphicsbg color changes.
8871
8872         * PainterBase.h (image):
8873         * Painter.[Ch] (image): now accepts a grfx::GImage const & rather than
8874         a LyXImage const *.
8875
8876 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8877
8878         * BufferView.C:
8879         * BufferView.h:
8880         * BufferView_pimpl.C:
8881         * BufferView_pimpl.h:
8882         * LaTeXFeatures.C:
8883         * LyXAction.C:
8884         * LyXView.C:
8885         * Makefile.am:
8886         * UpdateList.h:
8887         * UpdateList.C:
8888         * buffer.C:
8889         * figure.h:
8890         * figureForm.C:
8891         * figureForm.h:
8892         * figure_form.C:
8893         * figure_form.h:
8894         * lyx_cb.C:
8895         * lyx_gui.C:
8896         * lyx_gui_misc.C:
8897         * lyxfunc.C:
8898         * sp_base.h:
8899         * sp_ispell.h:
8900         * sp_pspell.h:
8901         * sp_spell.C: remove fig inset, and the crap house of
8902           cards that follows it
8903
8904 2002-02-26  John Levon  <moz@compsoc.man.ac.uk>
8905
8906         * Makefile.am:
8907         * lyxserver.C:
8908         * os2_defines.h:
8909         * os2_errortable.h:
8910         * nt_defines.h: move .h into support/
8911
8912         * vms_defines.h: remove
8913
8914         * WorkArea.C: add space in debug output
8915
8916         * text2.C:
8917         * paragraph.C:
8918         * buffer.C: add WITH_WARNINGS
8919
8920         * vc-backend.h:
8921         * vc-backend.C:
8922         * bufferlist.C: s/retrive/retrieve/, add docs
8923
8924         * vspace.h:
8925         * vspace.C:
8926         * kbmap.h:
8927         * lyxlength.h:
8928         * lyxgluelength.h:
8929         * length_common.h:
8930         * chset.h:
8931         * chset.C: add docs
8932
8933         * lyxgui.C: add ID to X error handler
8934
8935         * lyxtestclass.c: fix typo
8936
8937 2002-02-26  Juergen Vigna  <jug@sad.it>
8938
8939         * tabular_funcs.C (write_attribute): changed so that some default
8940         attributes are not written at all.
8941         (getTokenValue): set default values before trying to read the
8942         value so we have the return value always set as default if we don't
8943         find the token we search for.
8944
8945         * tabular.C (Write): write bools as bools not as strings!
8946
8947 2002-02-22  Juergen Vigna  <jug@sad.it>
8948
8949         * BufferView_pimpl.C (workAreaButtonPress): call edit() before calling
8950         insetButtonPress for HIGHLY_EDITABLE_INSETS seems saner (fix #250).
8951
8952         * text.C (leftMargin): don't add an indent for paragraphs inside
8953         tabular cells (fix #208).
8954
8955 2002-02-21  José Matos  <jamatos@fep.up.pt>
8956
8957         * tabular.C (docBook): fixed support for long tables.
8958
8959 2002-02-20  Juergen Vigna  <jug@sad.it>
8960
8961         * text2.C (getFont): get the drawing font of the Inset if this
8962         paragraph is inside an inset (only important for InsetERT for now).
8963
8964         * buffer.C (insertErtContents): use new lanugage params in ERT
8965         constructor.
8966
8967         * CutAndPaste.C: commenting out seemingly uneeded code.
8968
8969 2002-02-19  Allan Rae  <rae@lyx.org>
8970
8971         * BufferView2.C (removeAutoInsets): fix remaining freed memory read.
8972         Iterators might be simple to use but they also get invalidated.
8973         (removeAutoInsets): renamed saved cursor tracking variables and added
8974         some comments to clarify what everything does.
8975
8976 2002-02-18  Angus Leeming  <a.leeming@ic.ac.uk>
8977
8978         * Chktex.C:
8979         * LaTeX.C:
8980         * LyXSendto.C:
8981         * converter.C:
8982         * lyx_cb.C:
8983         * vc-backend.C: Changes due to the renaming of support/syscall.[Ch] as
8984         support/systemcall.[Ch] and of class Systemcalls as class SystemCall.
8985
8986         * lyxfunc.C:
8987         * vc-backend.h: remove #include "support/syscall.h"
8988
8989         * LaTeX.C:
8990         * LyXSendto.C:
8991         * converter.C: rearrange #includes in Lars' approved fashion.
8992
8993         * LyXView.[Ch]: make autosave_timeout a pointer to Timeout. Can thus
8994         forward declare class Timeout in the header file.
8995
8996         * XFormsView.C: changes due to the above.
8997
8998         * minibuffer.[Ch]: make timer and stored_timer pointers to Timeout,
8999         similar to LyXView.
9000
9001         * commandtags.h: add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to the enum.
9002         * LyXAction.C (init): add LFUN_FORKS_SHOW and LFUN_FORKS_KILL to items[]
9003
9004 2002-02-18  José Matos  <jamatos@fep.up.pt>
9005
9006         * buffer.C (simpleDocBookOnePar): if paragraph style is CDATA escapes
9007         insets contents.
9008
9009 2002-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
9010
9011         * a lot of small ws changes
9012         * add a lot of using std::XXX
9013         * use std construcs some places where approp.
9014         * use some exisint stuff from lyxfunctional where approp.
9015         * Make file changes to use partial linking (lets test this now...)
9016
9017 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9018
9019         * Chktex.C:
9020         * buffer.C:
9021         remove #include "support/syscontr.h" as it's redundant. Always has been.
9022
9023         * Chktex.C:
9024         * LaTeX.C:
9025         * LyXSendto.C:
9026         * converter.C:
9027         * lyx_cb.C:
9028         * vc-backend.C:
9029         change Systemcalls::System to Systemcalls::Wait and
9030         change Systemcalls::SystemDontWait to Systemcalls::DontWait.
9031         No change of functionality, just reflects the stripped down Systemcalls
9032         class.
9033
9034 2002-02-16  Angus Leeming  <a.leeming@ic.ac.uk>
9035
9036         * debug.[Ch]: add a GRAPHICS type to the enum.
9037
9038 2002-02-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9039
9040         * text.C (nextBreakPoint): use Paragraph::isLineSeparator
9041
9042         * paragraph.C (isLineSeparator): call Inset::isLineSeparator if
9043         there is an inset.
9044
9045 2002-02-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9046
9047         * lyxfunc.C (getStatus): change the rules for LFUN_INSET_TOGGLE to
9048         match the changes below.
9049
9050         * text2.C (toggleInset): if there is not editable inset at cursor
9051         position, try to see if cursor is _inside_ a collapsable inset
9052         and close it.
9053
9054 2002-02-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9055
9056         * lyxfunc.C (getStatus): handle LFUN_SWITCHBUFFER so that the
9057         document menu has a nice checkbox
9058
9059 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9060
9061         * lyxlength.C (asLatexString): change PW to output as percent of
9062         \textwidth.
9063
9064         * lengthcommon.C: change '%' to 't%'
9065
9066         * lyxfunc.C (dispatch): a few comments from Martin
9067
9068 2002-02-06  John Levon  <moz@compsoc.man.ac.uk>
9069
9070         * WorkArea.h:
9071         * WorkArea.C:
9072         * BufferView_pimpl.h:
9073         * BufferView_pimpl.C: clear our selection when X tells us we've lost
9074           the X selection.
9075
9076 2002-02-07  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9077
9078         * vspace.C (inPixels): fix compiler warning
9079
9080 2002-02-06  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9081
9082         * lyxfunc.C (getStatus): fix status message for disabled commands.
9083
9084 2002-02-01  John Levon  <moz@compsoc.man.ac.uk>
9085
9086         * BufferView_pimpl.C: fix crash on close buffer
9087         during selection (#227)
9088
9089 2002-01-27  Herbert Voss  <voss@lyx.org>
9090
9091         * buffer.C: link old Figure to new graphic inset
9092
9093 2002-01-26  Dekel Tsur  <dekelts@tau.ac.il>
9094
9095         * FontLoader.C (getFontinfo): Change the latex font names in order
9096         to match the names of type1inst.
9097
9098 2002-01-21  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9099
9100         * WorkArea.C (WorkArea): initialize the scrollbar bounds.
9101
9102         * DepTable.C (sumchange): do not evaluate end() on every iteratrion.
9103         (extchanged): ditto
9104         (ext_exist): ditto
9105         (remove_files_with_extension): ditto
9106         (remove_file): ditto
9107         (write): ditto
9108
9109         * BufferView_pimpl.C (updateScrollbar): do the right thing if the
9110         document is smaller than the work area height. Do not initialize
9111         static variables to 0.
9112
9113 2002-01-20  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9114
9115         * lyx_gui.C (init): give the toolbar tooltips a normal font.
9116
9117         * lyxfunc.C (getStatus): handle LFUN_LAYOUT like
9118         LFUN_LAYOUT_PARAGRAPHS.
9119
9120         * tabular.C (GetCellFromInset): new method. Finds an inset in a
9121         tabular. It is possible to provide a possible cell, which will
9122         typically be the actcell from the corresponding insettabular
9123
9124         * lyxfunc.C (getStatus): small cleanup; disable
9125         LFUN_LAYOUT_PARAGRAPHS in insets where forceDefaultParagraphs is
9126         true
9127
9128 2002-01-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9129
9130         * tabular.C (Validate): remove broken optimization (fixes bug #201)
9131
9132         * paragraph.C (startTeXParParams):
9133         (endTeXParParams): new methods. The LaTeX code to
9134         start/end paragraph formatting
9135         (simpleTeXOnePar): call startTeXParParams also when paragraph is
9136         empty (fixes bug #200)
9137
9138         * vspace.C (inPixels): adapt to the change below
9139         (inPixels): [later] more cleanups (remove unused variables)
9140
9141         * lyxlength.C (inPixels): change to use a width and a height as
9142         parameter.
9143
9144 2002-01-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9145
9146         * lyxlength.C (asLatexString): \pagewidth is not a LaTeX macro.
9147         Replaced with \paperwidth
9148
9149         * DepTable.C (insert): add std:: qualifier
9150
9151 2002-01-18  Allan Rae  <rae@lyx.org>
9152
9153         * text2.C (removeRow): add comment.  Should other refresh_?? vars be
9154         updated also?
9155
9156         * text.C (drawInset): Turned out I didn't know enough about how
9157         rebreaking worked.  This fixes most of the redraw problems.  I see
9158         an occasional cursor trail when a line is broken now and the cursor
9159         placement can seem out by a few pixels also after a rebreak.
9160
9161 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9162
9163         * buffer.C (parseSingleLyXformat2Token): update because minipage
9164         width is now a LyXLength
9165
9166         * lyxlength.C (inPixels): new method, extracted from VSpace::inPixels
9167
9168         * BufferView_pimpl.C (smartQuote): fix insertion of quote inset in
9169         math insets
9170
9171 2002-01-17  Juergen Vigna  <jug@sad.it>
9172
9173         * lyxfunc.C (dispatch): fixed PARAGRAPH_GOTO
9174
9175         * BufferView2.C (lockInset): call edit() so that theLockingInset()
9176         is set correctly and the inset is updated correctly.
9177
9178 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9179
9180         * CutAndPaste.C (pasteSelection): move the setInsetOwner call at
9181         the beginning of the loop.
9182
9183 2002-01-17  John Levon  <moz@compsoc.man.ac.uk>
9184
9185         * lyxrc.C: improve help for use_scalable_fonts
9186
9187 2002-01-17  Allan Rae  <rae@lyx.org>
9188
9189         * lyx_cb.C (ShowMessage): make sure we have a user and an owner.
9190
9191 2002-01-17  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9192
9193         * CutAndPaste.C (pasteSelection): when pasting multiple paragraph,
9194         make sure to set their inset_owner to the right value (bug #171)
9195
9196 2001-12-12  Ben Stanley  <bds02@uow.edu.au>
9197
9198         * DepTable.h
9199         * DepTable.C: Implement mtime checking to reduce time spent doing
9200         CRCs.
9201
9202 2002-01-16  Juergen Vigna  <jug@sad.it>
9203
9204         * tabular.C (GetAdditionalHeight): one of error fixed.
9205
9206         * lyxrc.C (output): small fix in writing use_pspell.
9207
9208 2002-01-16  Angus Leeming  <a.leeming@ic.ac.uk>
9209
9210         * sp_base.h: #include LString.h
9211
9212 2002-01-16  Allan Rae  <rae@lyx.org>
9213
9214         * text2.C (removeRow): refresh_row needs a valid row.  Or does it?
9215         Can someone check this please?
9216
9217         * text.C (drawInset): It was possible that p.row would be removed by
9218         breakAgainOneRow upsetting a few other settings.  There may be another
9219         small tweak possible by setting need_break_row = 0 when p.row has been
9220         removed but I don't know enough about the logic here.
9221
9222 2002-01-15  Allan Rae  <rae@lyx.org>
9223
9224         * text.C (insertChar): removed conditional truism.
9225
9226         * BufferView2.C (removeAutoInsets): More tweaks.
9227         cur_par_prev could be a stray pointer.  Check for trailing empty line
9228         in case last line was cur_par and only had an error inset on it.
9229
9230 2002-01-14  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9231
9232         * lyx_cb.C (MenuWrite): buffer->fileName is guaranteed to be
9233         absolute
9234
9235         * vc-backend.C (most methods):
9236         * exporter.C (Export):
9237         * converter.C (convert):
9238         (runLaTeX):
9239         * LyXSendto.C (SendtoApplyCB):
9240         * lyxfunc.C (dispatch):
9241         (menuNew):
9242         (open):
9243         (doImport):
9244         * lyx_cb.C (AutoSave):
9245         (InsertAsciiFile):
9246         * BufferView_pimpl.C (MenuInsertLyXFile):
9247         * buffer.C (runChktex): use Buffer::filePath().
9248
9249         * buffer.h: rename filename to filename_; rename filepath to
9250         filepath_ and make it private
9251         (filePath): new method
9252
9253         * buffer.C (writeFile): use fileName()
9254         (getLatexName):
9255
9256         * lyx_main.C (init): fix starting  of LyX when the binary is a
9257         link from so,ewhere else.
9258
9259         * minibuffer.C: include <cctype> for isprint
9260
9261 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9262
9263         * buffer.C (parseSingleLyXformat2Token): changes associated with the
9264         change of InsetMinipage::width to InsetMinipage::pageWidth to avoid the
9265         name clash with InsetCollapsable's width function.
9266
9267 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9268
9269         * lastfiles.C: include <iterator>
9270
9271 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9272
9273         * BufferView2.C (ChangeRefsIfUnique): use lyx::count rather than
9274         std::count.
9275
9276         * buffer.C (makeLaTeXFile): ditto.
9277         Also make loop operation more transparent.
9278
9279 2002-01-14  Angus Leeming  <a.leeming@ic.ac.uk>
9280
9281         * ToolbarDefaults.C: remove trailing comma closing namespace.
9282
9283         * WorkArea.h: remove WorkArea:: from declaration of event_cb.
9284
9285         * lyxfunc.[Ch]: clean-up declaration of verboseDispatch functions
9286         as in WorkArea.
9287
9288         * trans.C (Load): comment out unused variable, allowed.
9289
9290 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9291
9292         * minibuffer.[Ch] (append_char): new method to recieve input from the
9293         drop-down completion browser. If a key was pressed, then recieve this
9294         char and append it to the existing string.
9295         (peek_event): modify the positioning data passed to the completion
9296         browser so that it can be placed above the minibuffer rather than below.
9297 2002-01-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9298
9299         * LyXAction.C (init): alloe error-next for readonly documents.
9300
9301         * BufferView2.C (ChangeRefsIfUnique): use standard version of
9302         count.
9303
9304 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9305
9306         * bufferlist.C (readFile): create the buffer _after_ checking that
9307         the file exists.
9308
9309         * lyxfunc.C (verboseDispatch): fix handling of arguments
9310
9311         * lyxrc.C (setDefaults): do not initialize document_path to $HOME.
9312
9313         * lyxrc.C: use string::erase() instead of initializing to "".
9314
9315
9316 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
9317
9318         * BufferView_pimpl.h:
9319         * BufferView_pimpl.C:
9320         * WorkArea.h:
9321         * WorkArea.C:
9322         * text2.C: tell X when we have made a selection for copying
9323
9324 2002-01-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9325
9326         * BufferView_pimpl.C (MenuInsertLyXFile):
9327         * lyxfunc.C (menuNew):
9328         (open):
9329         (doImport): add shortcuts to directory buttons
9330
9331         * BufferView_pimpl.C (workAreaButtonRelease): remove dead code (to
9332         open a float)
9333
9334         * lyxfunc.C (setStatusMessage):
9335         (getStatusMessage): new methods
9336         (getStatus):use setStatusMessage instead of setErrorMessage
9337         (dispatch): when function is disabled, set error message here
9338         [instead of in getStatus previously]
9339
9340         * BufferView_pimpl.C (workAreaButtonRelease): update
9341         toolbar/menubar here too.
9342
9343 2002-01-13  Allan Rae  <rae@lyx.org>
9344
9345         * BufferView2.C (removeAutoInsets): finished off earlier fix.
9346         Now seems indestructible.  Remaining task is to audit all other
9347         code affected by deleteEmptyParagraphMechanism.  One small quirk
9348         left is that an empty document with an error in the preamble can
9349         be made to report an error but no error box appears.  I don't know
9350         where it goes.
9351         (removeAutoInsets): Improved comments.
9352
9353 2002-01-13  John Levon  <moz@compsoc.man.ac.uk>
9354
9355         * Thesaurus.h:
9356         * Thesaurus.C: update for Aiksaurus 0.14
9357
9358 2002-01-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9359
9360         * text2.C (firstParagraph): removed member function, all uses
9361         replaces with ownerParagraph
9362         (redoParagraphs): here
9363         (updateInset): here
9364         (toggleAppendix): here
9365         * BufferView2.C (insertErrors): here
9366         (setCursorFromRow): here
9367
9368 2002-01-13  Allan Rae  <rae@lyx.org>
9369
9370         * BufferView2.C (removeAutoInsets): ensure we have a valid cursor if
9371         the old cursor is now invalid due to deleteEmptyParagraphMechanism.
9372         There is still a way to segfault this although you may have to do this
9373         multiple times: Have an InsetERT with an unknown command in it.
9374         View->DVI, move cursor between Error box and InsetERT and hit <Enter>,
9375         <down-arrow>, <Enter> again, View->DVI, BANG!
9376
9377         * text2.C (setCursor):
9378         (deleteEmptyParagraphMechanism):
9379         * lyxtext.h (setCursor):
9380         (deleteEmptyParagraphMechanism): return true if the paragraph was deleted.
9381         Making use of the return value may help fix other bugs.
9382
9383 2002-01-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9384
9385         * lyxfunc.C (dispatch): update toolbar/menubar after dispatching.
9386
9387         * LyXView.C (updateMenubar): call MenuBar::update here
9388         (updateToolbar): but not here
9389         (showState): do not update toolbar/menubar
9390
9391         * LyXAction.[Ch]: move isPseudoAction to the C file, since nobody
9392         should need to care about that.
9393
9394         * lyxfunc.C (verboseDispatch): simplify a bit
9395         (getStatus): have a version which takes a pseudoaction, and
9396         another which requires a (kb_action,string).
9397
9398         * LyXAction.C (retrieveActionArg): make it work also when action
9399         is not a pseudo-action.
9400         (getActionName): simplify a bit
9401         (helpText):
9402
9403 2002-01-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9404
9405         * lyxfunc.C (verboseDispatch): new families of methods with
9406         several ways to specify a command and a bool to indicate whether
9407         the command name and shortcut should be displayed in minibuffer
9408         (eventually, we could extend that to a finer bitmask like
9409         SHORTCUT|CMDNAME|CMDRESULT, or whatever).
9410         (dispatch): the pristine dispatch command which just, well,
9411         dispatchs! Note it still sets its result to minibuffer; I'm not
9412         sure we want that.
9413
9414         * lyxfunc.h: remove setHintMessage
9415
9416         * vc-backend.C: use LFUN_MENURELOAD instead of "buffer-reload"
9417
9418 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9419
9420         * BufferView_pimpl.C (specialChar): delete new inset if we have
9421         not been able to insert it.
9422
9423         * kbmap.C: revert to using int instead of kb_action, since all we
9424         are dealing with is pseudo-actions.
9425
9426         * LyXAction.C (searchActionArg): change to return int instead of
9427         kb_action, since the result is a pseudoaction.
9428
9429 2002-01-12  Dekel Tsur  <dekelts@tau.ac.il>
9430
9431         * buffer.C (insertErtContents): Fix (partially) the font bug.
9432
9433 2002-01-11  Angus Leeming  <a.leeming@ic.ac.uk>
9434
9435         * BufferView2.C (ChangeRefsIfUnique): use the HP version of std::count
9436         as the other one is broken on my machine!
9437
9438 2002-01-10  Martin Vermeer  <martin.vermeer@hut.fi>
9439
9440         * commandtags.h:
9441         * LyXAction.C: two new LFUNS, LFUN_FRAK and LFUN_ITAL.
9442
9443 2002-01-10  Angus Leeming  <a.leeming@ic.ac.uk>
9444
9445         * lyxrc.[Ch]: change names and descriptions of popup font variables to
9446         reflect their actual use. Provide compatibility code for older lyxrc
9447         files.
9448
9449         * lyx_gui.C (init): revoke change of 2002-01-07 of popup font style to
9450         FL_NORMAL_STYLE.
9451         change names of popup font variables in line with the changes to lyxrc.C
9452
9453 2002-01-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9454
9455         * buffer.C (asciiParagraph): avoid outputing a word twice after
9456         an inset.
9457
9458         * lyxrc.C (getDescription): document that document_path and
9459         template_path can be empty.
9460
9461 2002-01-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9462
9463         * LaTeXFeatures.C (getMacros):
9464         * buffer.C (validate): rename feature "amsstyle" to "amsmath"
9465
9466         * buffer.C (makeLaTeXFile): remove test for "amsstyle" from here.
9467
9468         * LaTeXFeatures.C (useFloat): require "float" here instead of in
9469         getPackages.
9470         (getPackages): rename feature "floats" to "float". Use an array to
9471         iterate over 'simple' features (i.e. just a \usepackage). Add
9472         handling of "amsmath" (renamed from "amsstyle").
9473
9474 2001-12-29  Michael A. Koziarski  <michael@koziarski.org>
9475
9476         * LaTeXFeatures.C (require): Prevent duplicate entries in the
9477         features list.
9478
9479 2002-01-08  Angus Leeming  <a.leeming@ic.ac.uk>
9480
9481         * FuncStatus.C: small compile fix for DEC cxx. Doesn't like
9482         FuncStaus::FuncStatus & FuncStaus::some_method().
9483
9484 2002-01-08  Martin Vermeer  <martin.vermeer@hut.fi>
9485
9486         * FuncStatus.[Ch]: new files. This is a rewrite as a proper class
9487         of the func_satus stuff. Edited and massaged in various ways by
9488         JMarc.
9489
9490         * lyxfunc.C (getStatus): use FuncStatus
9491
9492 2002-01-08  Juergen Vigna  <jug@sad.it>
9493
9494         * text.C (nextBreakPoint): use function Inset::isChar().
9495
9496         * paragraph.C (TeXOnePar): use function
9497         Inset::forceDefaultParagraphs.
9498
9499         * buffer.C (latexParagraphs): use function
9500         Inset::forceDefaultParagraphs.
9501
9502 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9503
9504         * lyx_gui.C (init): set the style of the menu popups to
9505         FL_BOLD_STYLE, thereby fixing bugzilla bug #32.
9506
9507 2002-01-07  Juergen Vigna  <jug@sad.it>
9508
9509         * text.C (setHeightOfRow): small fix
9510         (prepareToPrint): don't look at alignment if we don't have the place
9511         for doing it.
9512
9513 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9514
9515         * box.C: New file. Move the Box methods and functions out of box.h,
9516         following Lars' suggestion.
9517
9518 2002-01-07  Angus Leeming  <a.leeming@ic.ac.uk>
9519
9520         * box.h: #include "support/LOstream.h", needed for inlined function.
9521
9522         * lyxtextclass.C:
9523         * lyxtextclasslist.C: added some using std declarations.
9524
9525 2002-01-06  John Levon  <moz@compsoc.man.ac.uk>
9526
9527         * box.h: make signed dimensions to allow insets wider than
9528           the screen (bug #162)
9529
9530         * BufferView_pimpl.C: add some insetHit debug
9531
9532 2002-01-05  John Levon  <moz@compsoc.man.ac.uk>
9533
9534         * vc-backend.C: add FIXME
9535
9536 2002-01-03  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9537
9538         * lyxfunc.C (getStatus): enable code for showing math font status
9539         in toolbar/menu.
9540
9541 2002-01-07  Juergen Vigna  <jug@sad.it>
9542
9543         * text.C (nextBreakPoint): removed debug output not needed anymore.
9544
9545 2002-01-06  Juergen Vigna  <jug@sad.it>
9546
9547         * text.C (nextBreakPoint): fixed up this function we had this bug
9548         since ever but now hopefully we break row better.
9549         (insertChar): we have to check if an inset is the next char as it
9550         could now happen that a large inset is causing a break.
9551
9552 2002-01-05  Juergen Vigna  <jug@sad.it>
9553
9554         * BufferView2.C (showLockedInsetCursor): don't draw the inset cursor
9555         if it doesn't like to be drawed.
9556
9557 2002-01-04  Juergen Vigna  <jug@sad.it>
9558
9559         * BufferView2.C (lockInset): forgot to set a cursor.
9560
9561         * lyxfunc.C (dispatch): add a finishUndo() in LFUN_ESCAPE.
9562
9563 2002-01-03  Martin Vermeer  <martin.vermeer@hut.fi>
9564
9565         * FormMathsPanel.C:
9566         * FormMathsPanel.h
9567         * MathsSymbols.C:
9568         * form_maths_panel.C:
9569         * form_maths_panel.h:
9570         * form_maths_panel.fd: implemented sub- and super- buttons in math
9571         panel.
9572
9573         * lyx_main.C: Revised hardwired bindings to allow original _ and ^
9574         (or ^ space) to be used as in TeX (req'd by André).
9575
9576         * lyxfunc.C: Allow ^ and _ again to be used both as
9577         super/subscript (mathed) and as themselves (in text).
9578
9579 2002-01-03  Allan Rae  <rae@lyx.org>
9580
9581         * LyXView.C (updateWindowTitle): Setup a short icon title of either
9582         "LyX" or the filename of the current buffer if it has one.  This is a
9583         modified form of John Levon's patch.
9584
9585         * XFormsView.C (setWindowTitle): also set icon title.
9586
9587         * LyXView.h (setWindowTitle): signature changed.
9588         * XFormsView.h (setWindowTitle): ditto.
9589
9590 2002-01-02  Juergen Vigna  <jug@sad.it>
9591
9592         * tabular.C (AppendColumn): hopefully fixed this memory access problem.
9593
9594 2001-12-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9595
9596         * screen.C (topCursorVisible): introduce a temp var for
9597         text->cursor.row(), handle the case where this row is null. (kindo
9598         hachish)
9599
9600         * text2.C (setCursor): add a couple of asserts.
9601
9602         * paragraph.h (inset_iterator): add -> operator
9603
9604         * paragraph.[Ch] (autoDeleteInsets): remove member function
9605
9606         * BufferView2.C (removeAutoInsets): rewrite to handle the old
9607         cursor pos correctly and handle inset deletion by itself.
9608         (insertErrors): move iterator declaration out of for expression
9609
9610         * lyxtextclass.C: add <algorithm>
9611
9612         * Makefile.am: added the new files to sources, removed layout.C
9613
9614         * layout.C: removed file
9615
9616         * layout.h: remove LYX_DUMMY_LAYOUT
9617
9618         * lyxtextclasslist.C (NumberOfLayout): do not special case dummy
9619         layout.
9620
9621         * lyxlayout.[Ch]:
9622         * lyxtextclass.[Ch]:
9623         * lyxtextclasslist.[Ch]: new files
9624
9625         * include order changes to a lot of files, also changes because of
9626         the six new files.
9627
9628 2001-12-27  Juergen Vigna  <jug@sad.it>
9629
9630         * buffer.C (asciiParagraph): more fixes.
9631
9632         * tabular.C (ascii): make ascii export support export of only the
9633         data separated by a column-delimiter.
9634         (ascii): better support for ascii export.
9635
9636         * buffer.C (asciiParagraph): rewrote to hopefully work as expected!
9637
9638 2001-12-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
9639
9640         * tabular_funcs.C: use a "using std::getline" instead of the
9641         previous fix from Angus (necessary for cxx + lyxstring)
9642
9643 2001-12-24  Juergen Vigna  <jug@sad.it>
9644
9645         * BufferView_pimpl.C (tripleClick): fixed for InsetText.
9646
9647         * buffer.C (parseSingleLyXformat2Token): fixed 2 compatibility read
9648         problems. First check a minipage also if we have some ert-contents
9649         (not only on par->size(), second set the right depth of the paragraph
9650         on the relink to the root-paragraph-list!
9651
9652         * undo_funcs.C (textHandleUndo): fixed a stupid earlier wrong fix
9653         which then did not anymore update the main paragraphs on undo/redo!
9654
9655 2001-12-21  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9656
9657         * lyxfunc.C (getStatus): use func_status::toggle to simplify the
9658         code. Support all font-changing funcs (even those which are not in
9659         menu currently). Support for reporting font settings in
9660         mathed (disabled until Andre provides a function on mathed's side).
9661
9662         * func_status.h (toggle): small helper function to set toggle
9663         state on a flag.
9664
9665 2001-12-21  Angus Leeming  <a.leeming@ic.ac.uk>
9666
9667         * tabular_funcs.C: getline -> std::getline
9668
9669 2001-12-21  Juergen Vigna  <jug@sad.it>
9670
9671         * undo_funcs.C (textHandleUndo): fixed a case where tmppar3 is
9672         accessed and could be 0 (I couldn't generate this but it seems
9673         Michael could!).
9674
9675 2001-12-20  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9676
9677         * tabular_funcs.C: add LIstream.h, move write_attribute to..
9678         * tabular_funcs.h: here and include iosfwd
9679
9680 2001-12-20  Juergen Vigna  <jug@sad.it>
9681
9682         * undo_funcs.C (textHandleUndo): fixed crash when undo_cursor not
9683         inside inset but undo_par was.
9684
9685 2001-12-19  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9686
9687         * Thesaurus.C: always include <config.h> in sources.
9688
9689         * Painter.h:
9690         * lyxlookup.h:
9691         * box.h: do not include <config.h> in header files
9692
9693         * text.C (paintLastRow): remove unused variable
9694
9695         * text.C (transformChar):
9696         (insertChar):
9697         * tabular-old.C (getTokenValue): use IsDigit instead of isdigit.
9698
9699         * Painter.C (text):
9700         * font.C (width): rewrite to use uppercase() instead of
9701         islower/toupper.
9702
9703         * lyxfind.C (IsStringInText): use uppercase instead of toupper.
9704
9705 2001-12-12  John Levon  <moz@compsoc.man.ac.uk>
9706
9707         * lyxfind.C: clean up of find failure position change
9708
9709 2001-12-20  Juergen Vigna  <jug@sad.it>
9710
9711         * Makefile.am (lyx_SOURCES): added tabular_funcs.[hC].
9712
9713         * tabular.C (isValidRow): added to check if we're in a LT-h/f row.
9714         (TeXRow): added to LaTeX a single tabular row.
9715         (TeXLongtableHeaderFooter): added to output LT-h/f data.
9716         (Latex): simplified and finally good LT-h/f support.
9717         (various_functions): just small adaptions for LT-h/f support.
9718
9719         * tabular_funcs.[hC]: added and moved here all not classfunctions
9720         of LyXTabular.
9721
9722 2001-12-19  Juergen Vigna  <jug@sad.it>
9723
9724         * tabular.[Ch]: better support for longtabular options (not finished
9725         yet!)
9726
9727 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9728
9729         * text.C (paintLastRow): use the label font instead of the font of
9730         the last character to compute the size of *_BOX. This makes more
9731         sense and avoids a crash with empty paragraphs.
9732         Use Painter::rectangle to draw EMPTY_BOX.
9733
9734 2001-12-19  Juergen Vigna  <jug@sad.it>
9735
9736         * undo_funcs.C (textHandleUndo): fixed setting of inset_owner of
9737         the paragraphs if the replaced paragraph is not the first one!
9738         Tried to delete not used paragraphs but does not work yet so for
9739         now it's inside #ifdef's and by default off!
9740
9741 2001-12-18  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9742
9743         * MenuBackend.C: include "lyx_main.h" instead of declaring
9744         lastfiles (actually was declared as LastFiles* instead of a
9745         scoped_ptr).
9746
9747 2001-12-17  Juergen Vigna  <jug@sad.it>
9748
9749         * tabular.C (AppendColumn): applied John's fix
9750
9751 2001-12-15  John Levon  <moz@compsoc.man.ac.uk>
9752
9753         * BufferView.h:
9754         * BufferView.C:
9755         * BufferView_pimpl.h:
9756         * BufferView_pimpl.C: cleanup and fix of checkInsetHit().
9757
9758         * Makefile.am:
9759         * box.h: new start of class for above
9760
9761         * lyxfunc.C: ignore space-only minibuffer dispatches.
9762           Show the command name when it doesn't exist
9763
9764         * minibuffer.C: don't add empty lines to the history
9765
9766         * minibuffer.C: add a space on dropdown completion
9767
9768 2001-12-14  John Levon  <moz@compsoc.man.ac.uk>
9769
9770         * text.C: fix line above/below drawing in insets
9771
9772 2001-12-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9773
9774         * lyxlength.C (LyXLength): Initialize private variables.
9775
9776 2001-12-15  Dekel Tsur  <dekelts@tau.ac.il>
9777
9778         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Use buffer language
9779         when inserting error insets.
9780
9781 2001-12-13  Juergen Vigna  <jug@sad.it>
9782
9783         * undo_funcs.C (textRedo/Undo): fixed as the first paragraph was
9784         actually sometimes the before-paragraph.
9785         (setUndo): don't clear the redostack if we're not actually undoing!
9786
9787 2001-12-06  Juergen Vigna  <jug@sad.it>
9788
9789         * undo_funcs.C (textHandleUndo): well after John's hint I got here
9790         and fixed redoing of main paragraph, so we can use it now ;)
9791
9792         * text2.C (redoParagraphs): fixed a crash when having only 1 row!
9793
9794 2001-12-13  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9795
9796         * undo_funcs.C (textHandleUndo): undo undo leak fix below, as per
9797         Juergen's request
9798
9799 2001-12-13  André Pönitz <poenitz@gmx.net>
9800
9801         * undostack.[Ch]:
9802         * undo_func.C: minor cleanup
9803
9804 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9805
9806         * FontLoader.C (getFontinfo): only use symbol fonts with encoding
9807         -adobe-fontspecific. At least Mandrake and Redhat have a symbol
9808         font in urw-fonts package which is marked as -urw-fontspecific and
9809         does not work (incidentally, changing the encoding in the
9810         fonts.dir of this package to -adobe-fontspecific fixes the
9811         problem).
9812
9813         * undo_funcs.C (textHandleUndo): fix leak in undo, but now there
9814         is a crash when undoing first paragraph (Juergen, please take a
9815         look). THis does not mean the undo fix is wrong, just that it
9816         uncovers problems.
9817
9818         * text2.C (ownerParagraph): let the (int,Paragraph*) version call
9819         the (Paragraph*) version when needed instead of duplicating the
9820         code.
9821
9822         * text.C (workWidth): use Inset::parOwner to find out where the
9823         inset has been inserted. This is a huge performance gain for large
9824         documents with lots of insets. If Inset::parOwner is not set, fall
9825         back on the brute force method
9826
9827         * paragraph_pimpl.C (insertInset):
9828         * paragraph.C (Paragraph):
9829         (cutIntoMinibuffer): set parOwner of insets when
9830         inserting/removing them
9831
9832         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9833
9834 2001-12-12  Martin Vermeer  <martin.vermeer@hut.fi>
9835
9836         * commandtags.h:
9837         * LyXAction.C:
9838         * lyx_main.C:
9839         * lyxfunc.C:
9840         * mathed/formulabase.C:
9841         * mathed/math_cursor.[Ch]:
9842         make sub/superscript into functions LFUN_SUB/SUPERSCRIPT.
9843
9844
9845 2001-12-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9846
9847         * lyxlength.[Ch] (operator!=): new function
9848
9849 2001-12-12  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9850
9851         * text.C (workWidth): use Inset::parOwner to find out where the
9852         inset has been inserted. This is a huge performance gain for large
9853         documents with lots of insets. If Inset::parOwner is not set, fall
9854         back on the brute force method
9855
9856         * paragraph_pimpl.C (insertInset):
9857         * paragraph.C (Paragraph):
9858         (cutIntoMinibuffer): set parOwner of insets when
9859         inserting/removing them
9860
9861         * lyxtext.h: add short comment on deleteEmptyParagraphMechanism
9862
9863 2001-12-10  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9864
9865         * tabular-old.C (getTokenValue):
9866         * tabular.C (getTokenValue):
9867         (write_attribute): new versions for LyXLength
9868         (everywhere): adjust the use of widths
9869
9870         * tabular.h: change the type of widths from string to LyXLength
9871
9872 2001-12-11  Ben Stanley <bds02@uow.edu.au>
9873
9874         * paragraph.C: fixed missing line number count when exporting
9875         Environments to LaTeX file
9876
9877         * buffer.C: added informational message for checking line numbers.
9878
9879 2001-12-11  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9880
9881         * text2.C (deleteEmptyParagraphMechanism): if there is only one
9882         paragraph, do the 'double space' part, but not the 'empty
9883         paragraph' one.
9884
9885         * text.C (workWidth): small optimization
9886         (getLengthMarkerHeight): use minimal size for negative lengths.
9887
9888 2001-12-11  Dekel Tsur  <dekelts@tau.ac.il>
9889
9890         * lyxfont.C (GUIFamilyNames): Fix GUIFamilyNames array
9891
9892         * FontLoader.C (getFontinfo): Use "*-eufrak-medium"
9893
9894 2001-12-11  André Pönitz <poenitz@gmx.net>
9895
9896         * FontLoader.C:
9897         * lyxfont.[Ch]: support for fraktur font used by \mathfrak
9898
9899 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9900
9901         * text2.C: keep selection on a setFont()
9902
9903 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9904
9905         * lyx_cb.C: another bv->text misuse, from insert label
9906
9907 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
9908
9909         * kbsequence.h:
9910         * kbsequence.C: re-instate nmodifier mask
9911
9912 2001-12-12  Angus Leeming  <a.leeming@ic.ac.uk>
9913
9914         * lyx_main.h: make lyxGUI private.
9915
9916 2001-12-06  John Levon  <moz@compsoc.man.ac.uk>
9917
9918         * lyxfind.C: place the cursor correctly on failed search
9919
9920 2001-12-09  Jean-Marc Lasgouttes  <lasgouttes@freesurf.fr>
9921
9922         * text.C (getLengthMarkerHeight): for small heights, the arrows
9923         are not always on top/bottom of the text
9924         (drawLengthMarker): smaller arrows; take the left margin in
9925         account; draw also vfills.
9926         (paintFirstRow):
9927         (paintLastRow): remove special code for vfill and standard spaces,
9928         since everything is handled in drawLengthMarker now.
9929
9930 2001-12-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9931
9932         * buffer.C (insertErtContents): try to handle font and language
9933         interaction a bit better.g
9934
9935         * ColorHandler.C (updateColor): change the hash to cover the whole
9936         LColor enum, ws cleanup
9937         (getGCLinepars): ditto
9938         (getGCLinepars): only lookup in the linecache once.
9939
9940 2001-12-07  Dekel Tsur  <dekelts@tau.ac.il>
9941
9942         * iterators.C (operator++): Make the iterator more robust
9943
9944         * BufferView2.C (removeAutoInsets): Use paragraph iterators
9945         (John's patch)
9946         * CutAndPaste.C (SwitchLayoutsBetweenClasses): Ditto
9947
9948 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9949
9950         * lyxtext.h:
9951         * text.C: better added space drawing
9952
9953 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9954
9955         * LyXView.C:
9956         * BufferView2.C: fix layout combo update on inset unlock
9957
9958 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9959
9960         * Makefile.am: don't compile unused files
9961
9962 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9963
9964         * lyxfunc.C:
9965         * commandtags.h:
9966         * LyXAction.C: remove old LFUN_LAYOUTNO
9967
9968 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9969
9970         * paragraph_pimpl.h:
9971         * paragraph_pimpl.C: isTextAt() doesn't need font param
9972
9973 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9974
9975         * lyxlex.h:
9976         * lyxlex.C: little cleanup
9977
9978 2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
9979
9980         * BufferView_pimpl.C: fix insertAscii for insets
9981
9982 2001-12-05  Juergen Vigna  <jug@sad.it>
9983
9984         * CutAndPaste.C (pasteSelection): remove not allowed insets/chars and
9985         set the right font on the "multi" paragraph paste!
9986
9987 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
9988
9989         * trans_decl.h:
9990         * trans_mgr.[Ch]:
9991         * trans.[Ch]:
9992         * lyxgluelength.C:
9993         * lyxlength.C: remove out-commented code.
9994
9995         * BufferView_pimpl:
9996         * CutAndPaste.C:
9997         * DepTable.C:
9998         * buffer.C:
9999         * chset.C:
10000         * lastfiles.C:
10001         * lyxlex.C:
10002         * lyxlex_pimpl.C:
10003         * lyxserver.C:
10004         * screen.C:
10005         * tabular-old.C:
10006         * tabular.C:
10007         * text.C:
10008         * trans_mgr.C:
10009         * vc-backend.C: change "while(" to "while ("
10010
10011         * lyxlength.[Ch]: add zero function to check if length is zero or
10012         not
10013         * lyxgluelength.C: use it
10014
10015 2001-12-05  Allan Rae  <rae@lyx.org>
10016
10017         * lyxlength.C: Attempted a fix for the abs(int) header selection.
10018         Works for 2.95.3, from what I understand of Garst's reports this should
10019         work for other g++ versions.  We're screwed if the abs(int) definition
10020         changed between bugfix releases of gcc.
10021
10022 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10023
10024         * text.C: fix chapter label offset !
10025
10026 2001-12-04  John Levon  <moz@compsoc.man.ac.uk>
10027
10028         * lyxtext.h:
10029         * text.C: fix hfill at end of line, clean up
10030
10031 2001-12-04  Juergen Vigna  <jug@sad.it>
10032
10033         * undo_funcs.C (textHandleUndo): added a call to inset->update() so
10034         that we force an update of the inset and it's owners if neccessary.
10035
10036 2001-12-03  Juergen Vigna  <jug@sad.it>
10037
10038         * text.C (rowLast): simplified code
10039
10040 2001-12-03  John Levon  <moz@compsoc.man.ac.uk>
10041
10042         * lyxfunc.C: fix show options on timeout
10043
10044 2001-12-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10045
10046         * screen.C (topCursorVisible): scroll half a page when the cursor
10047         reached top of bottom of screen
10048
10049 2001-12-02  John Levon  <moz@compsoc.man.ac.uk>
10050
10051         * minibuffer.C: deactivate on loss of focus
10052
10053 2001-12-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10054
10055         * vspace.[Ch] (operator!=): add operator.
10056
10057 2001-12-01  John Levon  <moz@compsoc.man.ac.uk>
10058
10059         * BufferView_pimpl.C: refuse to open an inset when
10060         there's a selection.
10061
10062 2001-11-30  John Levon  <moz@compsoc.man.ac.uk>
10063
10064         * BufferView_pimpl.C: allow to click on RHS of full row insets
10065
10066 2001-11-30  Juergen Vigna  <jug@sad.it>
10067
10068         * tabular.C (LyXTabular): add a same_id to set the same id's in the
10069         insets for undo reasons.
10070
10071 2001-11-28  André Pönitz <poenitz@gmx.net>
10072
10073         * vspace.[Ch]: cosmetical changes
10074
10075 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10076
10077         * LyXAction.h:
10078         * LyXAction.C:
10079         * lyxfunc.h:
10080         * lyxfunc.C:
10081         * kbmap.h:
10082         * kbmap.C:
10083         * lyxrc.C:
10084         * kbsequence.h:
10085         * kbsequence.C: part re-write of old kb code
10086
10087         * Painter.C:
10088         * WorkArea.C: remove Lgb_bug_find_hack
10089
10090 2001-11-30  José Matos <jamatos@fep.up.pt>
10091
10092         * buffer.C (makeDocBookFile): add a comment to point a hack.
10093         (simpleDocBookOnePar): changed a PAR::META_INSET to isInset().
10094         Fixed a double write of labels.
10095
10096 2001-11-29 Ben Stanley <bds02@uow.edu.au>
10097
10098         * LaTeX.C:
10099         * LaTeX.h Fixed bug in LaTeX class where it would not
10100         re-run latex if no depfiles were changed, but the .dvi was removed.
10101
10102 2001-11-28  André Pönitz <poenitz@gmx.net>
10103
10104         * all the files from the change on 2001/11/26:
10105         use lyx::layout_type instead of LyXTextClass::size_type
10106         use lyx::textclass_type instead of LyXTextClassList::size_type
10107
10108 2001-11-29  Juergen Vigna  <jug@sad.it>
10109
10110         * text.C: added support for paragraph::isFreeSpacing()
10111
10112         * buffer.C: same as above
10113
10114         * paragraph.h: inserted isFreeSpacing() function to enable
10115         FreeSpacing inside InsetERT.
10116
10117         * CutAndPaste.C (cutSelection/copySelection): set the inset_owner
10118         of the paragraph's in the cut/copy buffer to 0!
10119
10120         * text2.C (removeRow): remove the assert as it can!
10121
10122         * lyxtext.h: added helper function firstRow returning firstrow and
10123         made firstrow private again.
10124
10125         * BufferView2.C (lockInset): don't relock if we're already locked!
10126
10127         * text2.C (deleteEmptyParagraphMechanism): don't do anything if it's
10128         the only paragraph.
10129         (removeRow): added Assert::(firstrow)
10130
10131         * debug.C: forgot to add INSETTEXT here.
10132
10133 2001-11-28  Juergen Vigna  <jug@sad.it>
10134
10135         * sp_spell.C (initialize): changed error text to more general
10136         spellchecker command use (not only ispell!)
10137
10138         * bufferlist.C (qwriteAll): fixed "Cancel" button handling!
10139
10140         * debug.h: inserted one for debugging INSETTEXT (and InsetTabular)!
10141
10142 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10143
10144         * vspace.C: initialise lyxgluelength on failure
10145
10146 2001-11-28  Allan Rae  <rae@lyx.org>
10147
10148         * text.C (paintLastRow): g++-2.95.3 and others don't like variable
10149         declaration & definition that looks like a function declaration.
10150
10151 2001-11-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10152
10153         * BufferView2.C (copy):
10154         (copyEnvironment): do not clear the selection when doing a copy.
10155
10156         * text.C (paintFirstRow): compilation fix
10157
10158 2001-11-27  Ben Stanley  <bds02@uow.edu.au>
10159
10160         * tabular.C (Latex): correct line count when writing latex.
10161
10162 2001-11-27  John Levon  <moz@compsoc.man.ac.uk>
10163
10164         * paragraph_pimpl.h:
10165         * paragraph_pimpl.C: tidy, and fix font-change in "LaTeX"
10166           bug a bit
10167
10168 2001-11-26  John Levon  <moz@compsoc.man.ac.uk>
10169
10170         * text.C:
10171         * LColor.h:
10172         * LColor.C: change vfillline->added_space
10173
10174         * text.C: add markers and text for added space
10175
10176         * vspace.C: fix comment
10177
10178 2001-11-28  André Pönitz <poenitz@gmx.net>
10179
10180         * paragraph.C: whitespace changes
10181         * all the other files from the change on 2001/11/26:
10182         change *::pos_type into lyx::pos_type
10183
10184 2001-11-27  Dekel Tsur  <dekelts@tau.ac.il>
10185
10186         * buffer.C (parseSingleLyXformat2Token): Set the language to the
10187         language of the document when inserting error insets.
10188
10189 2001-11-26  André Pönitz <poenitz@gmx.net>
10190
10191         * BufferView_pimpl.[Ch]:
10192         *       CutAndPaste.C:
10193         * buffer.[Ch]:
10194         * lyxcursor.[Ch]:
10195         * lyxfind.C:
10196         * lyxfunc.C:
10197         * lyxrow.[Ch]:
10198         * paragraph.[Ch]:
10199         * paragraph_pimpl.[Ch]:
10200         * sp_spell.C:
10201         * text.C:
10202         * text2.C: reduce header dependencies, introduce type for positions
10203
10204 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10205
10206         * <various>: change to use Alert.h
10207
10208 2001-11-25  Dekel Tsur  <dekelts@tau.ac.il>
10209
10210         * buffer.C (parseSingleLyXformat2Token): Insert an error inset
10211         when encountering an unknown token.
10212         (readLyXformat2): Show an error message if there were unknown tokens.
10213
10214 2001-11-22  John Levon  <moz@compsoc.man.ac.uk>
10215
10216         * BufferView2.C:
10217         * BufferView_pimpl.C:
10218         * buffer.C:
10219         * paragraph.h:
10220         * text.C:
10221         * text2.C: use par->isInset()
10222
10223 2001-11-23  John Levon  <moz@compsoc.man.ac.uk>
10224
10225         * paragraph_pimpl.h:
10226         * paragraph_pimpl.C: cleanup
10227
10228 2001-11-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10229
10230         * text2.C (removeRow):
10231         * text.C (setHeightOfRow): remove useless (and costly) call to
10232         getRow.
10233
10234 2001-11-20  Allan Rae  <rae@lyx.org>
10235
10236         * paragraph.C (insertFromMinibuffer): Fix for inset related crashes.
10237         Now need Inset*::checkInsertChar() to return true for appropriate
10238         cases so that the characters in the minibuffer will actually be
10239         inserted.
10240
10241 2001-11-15  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10242
10243         * text.C: change the order of the includes.
10244         (workWidth): initialize it at once.
10245         (workWidth): make maxw unsigned
10246         (setHeightOfRow): remove unused variable (inset)
10247         (selectSelectedWord): remove unused variable (inset)
10248         (paintRowText): fix drawing of hfill characters, and clean up a bit.
10249
10250 2001-11-14  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10251
10252         * lyxserver.C (emergencyCleanup): do not try to close pipes if
10253         server is not running.
10254         (openConnection):
10255         (closeConnection): add debug info when server is disabled.
10256
10257         * ColorHandler.C (getGCForeground): send debug message to GUI
10258         channel.
10259
10260         * lyxrc.C: do not include lyxserver.h and tex-strings.h.
10261
10262         * kbmap.C (bind): modify because return conventions of
10263         kb_sequence::parse have changed.
10264
10265         * kbsequence.C (parse): only ignore spaces and not any stupid
10266         control character. This avoids tests like s[i] <= ' ', which are
10267         guaranteed to fail with 8bit characters and signed chars.
10268         Change return code to string::npos when there have been no error
10269         (0 was a bad idea when error is at first character)
10270
10271 2001-11-14  José Matos  <jamatos@fep.up.pt>
10272
10273         * buffer.h:
10274         * buffer.C (simpleDocBookOnePar): removed unused argument.
10275
10276 2001-11-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10277
10278         * text.C (selectNextWordToSpellcheck): do not test explicitely for
10279         insets which are part of a word. Paragraph::isLetter takes care of
10280         that now. Use Paragraph::isInset to identify insets.
10281         (selectSelectedWord): do not test for hyphenation break.
10282
10283         * BufferView_pimpl.C (smartQuote): use Inset::isSpace, so
10284         that protected spaces are considered as spaces.
10285
10286         * paragraph.C (isLetter): cleanup the code for ispell extras; use
10287         Inset::isLetter.
10288
10289 2001-11-12  John Levon  <moz@compsoc.man.ac.uk>
10290
10291         * lyxserver.h:
10292         * lyxserver.C: fix it. and small cleanup.
10293
10294 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10295
10296         * BufferView_pimpl.C: use inline helpers
10297
10298         * LaTeXFeatures.h:
10299         * LaTeXFeatures.C: fix typos
10300
10301         * Spacing.h:
10302         * Spacing.C: move spacing_string into class
10303
10304         * ToolbarDefaults.C: move stuff into namespace anon
10305
10306         * layout.h: update enum
10307
10308         * lyxfunc.C: use better debug
10309
10310         * minibuffer.h: fix typo
10311
10312         * debug.h:
10313         * debug.C:
10314         * WorkArea.C: add and use Debug::WORKAREA
10315
10316         * lyxtext.h:
10317         * text.C:
10318         * text2.C: code re-organisation, inline helpers
10319
10320 2001-11-09  Michael A. Koziarski <michael@koziarski.org>
10321
10322         * Layout.C: replaced a few cases of std::vector.size() == 0 with
10323         std::vector.empty().
10324
10325 2001-11-09  Allan Rae  <rae@lyx.org>
10326
10327         * paragraph.C (TeXOnePar): remove old, now-irrelevent comments about
10328         '\n's after tables.  Tabular and ERT inset work now makes this no
10329         longer necessary.
10330
10331 2001-11-07  John Levon  <moz@compsoc.man.ac.uk>
10332
10333         * minibuffer.h:
10334         * minibuffer.C: fix crash, improve drop-down completion
10335
10336 2001-11-06  John Levon  <moz@compsoc.man.ac.uk>
10337
10338         * lyxserver.h:
10339         * lyxserver.C: invalidate fd's when doing endPipe()
10340
10341 2001-11-08  José Matos  <jamatos@fep.up.pt>
10342
10343         * buffer.C (sgmlLineBreak): renamed from linux_doc_line_break.
10344         (simpleDocBookOnePar): removed code made obsolete by the new inset code.
10345
10346         * paragraph.h:
10347         * paragraph.C (sgmlConvertChar): renamed from linuxDocConvertChar.
10348
10349 2001-11-07  José Matos  <jamatos@fep.up.pt>
10350
10351         * buffer.h:
10352         * buffer.C (sgmlError): linuxDocError renamed, and made public, added
10353         const qualifier.
10354
10355         * buffer.C (sgmlOpenTag):
10356         * buffer.C (sgmlCloseTag): removed debug info.
10357
10358         * buffer.h (sgmlOpenTag):
10359         * buffer.h (sgmlCloseTag): made public.
10360
10361 2001-11-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10362
10363         * buffer.C (saveParamsAsDefaults):
10364         * lyx_cb.C (MenuLayoutSave): remove
10365
10366         * LyXAction.C (init):
10367         * commandtags.h:
10368         * lyxfunc.C (dispatch): remove LFUN_LAYOUT_SAVE_DEFAULT.
10369
10370 2001-11-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10371
10372         * buffer.C (setPaperStuff): removed from here...
10373
10374         * bufferparams.C (setPaperStuff): ... and moved there.
10375
10376 2001-11-03  John Levon  <moz@compsoc.man.ac.uk>
10377
10378         * minibuffer.h:
10379         * minibuffer.C:
10380         * XFormsView.C: add support for drop-down completion
10381
10382 2001-11-03  Dekel Tsur  <dekelts@tau.ac.il>
10383
10384         * paragraph.C (TeXOnePar): Correct placement of \selectlanguage
10385         commands.
10386
10387 2001-10-31  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10388
10389         * gettext.C (locale_init): set LC_NUMERIC to "C" even if nls is
10390         disabled.
10391
10392 2001-10-30  John Levon  <moz@compsoc.man.ac.uk>
10393
10394         * lyx_main.C: change ref to known bugs
10395
10396 2001-10-30  Kayvan A. Sylvan  <kayvan@sylvan.com>
10397
10398         * LaTeXFeatures.C (getPackages): Use lyxskak.sty now instead
10399         to work around older babel problems.
10400
10401 2001-10-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
10402
10403         * LaTeXFeatures.[hC]: Now uses skak.sty for chess material.
10404
10405 2001-10-24  Juergen Vigna  <jug@sad.it>
10406
10407         * tabular-old.C (ReadOld): below variable changes reflected.
10408
10409         * tabular.[Ch]: added ltType struct for longtable header/footer
10410         defines and changed all instances where they are used. Added
10411         future support for double top/bottom rows.
10412
10413 2001-10-24  José Matos  <jamatos@fep.up.pt>
10414
10415         * buffer.h (docbookHandleCaption):
10416         * buffer.C (docbookHandleCaption): removed unused function.
10417         (makeDocBookFile): moved docbook supported version to v4.1.
10418
10419 2001-10-24  José Matos  <jamatos@fep.up.pt>
10420
10421         * tabular.h:
10422         * tabular.C (docbookRow): new function to export docbook code of a row.
10423         (DocBook): now honors the longtable flags.
10424
10425 2001-10-23  José Matos  <jamatos@fep.up.pt>
10426
10427         * LaTeXFeatures.h:
10428         * LaTeXFeatures.C (getLyXSGMLEntities): new function to get the name
10429         of the lyx defined sgml entities used in a docbook/linuxdoc document.
10430
10431         * buffer.C (makeLinuxDocFile):
10432         (makeDocBookFile): reworked the preamble, more clean, and with
10433         support for lyx defined entities. Changed the document declaration
10434         to be more XML friendly.
10435
10436         * tabular.C (DocBook): removed / terminator to be more SGML friendly,
10437         if we need to output XML that should be done with a filter.
10438
10439 2001-10-22  Juergen Vigna  <jug@sad.it>
10440
10441         * sp_pspell.h (class PSpell): add alive function needed in the
10442         controller to see if the spellchecker could be started.
10443
10444 2001-10-22  Juergen Vigna  <jug@sad.it>
10445
10446         * buffer.C (insertStringAsLines): modify the font for inserting
10447         chars in certain conditions by calling checkInsertChar(font).
10448
10449 2001-10-19  Juergen Vigna  <jug@sad.it>
10450
10451         * text.C (workWidth): use getRow instead of wrong algorithm.
10452         (setHeightOfRow): fix for MARGIN_RIGHT_ADDRESS_BOX
10453
10454 2001-10-19  John Levon  <moz@compsoc.man.ac.uk>
10455
10456         * lyxserver.h:
10457         * lyxserver.C:
10458         * lyx_main.h:
10459         * lyx_main.C: add emergencyCleanup (remove pipes on crash)
10460
10461 2001-10-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10462
10463         * text.C (workWidth): do not search for the exact row when
10464         margintype is not MARGIN_RIGHT_ADDRESS_BOX. This is an
10465         optimization for big documents.
10466
10467 2001-10-18  Juergen Vigna  <jug@sad.it>
10468
10469         * text.C (workWidth): new function with added Inset * parameter.
10470
10471 2001-10-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10472
10473         * text2.C (setCursorFromCoordinates): use Paragraph::size_type
10474
10475         * lyxtext.h: change type of refresh_pos to Paragraph::size_type;
10476         change return type of getColumnNearX.
10477
10478
10479         * text.C (changeRegionCase): use uppercase/lowercase instead of
10480         toupper/tolower.
10481         (leftMargin):
10482         (rightMargin): simplify code by factoring out the uses of
10483         textclasslist.
10484         (labelFill):
10485         (numberOfHfills):
10486         (setHeightOfRow):
10487         (appendParagraph): use Paragraph::size_type
10488
10489 2001-10-15  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10490
10491         * vspace.C (asLatexString): add a missing break
10492
10493 2001-10-15  Herbert Voss  <voss@perce.de>
10494
10495         * vspace.C (asLatexString): fix bug in output of string for l% and p%.
10496
10497 2001-10-11  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10498
10499         * lyxfunc.C (getStatus): disable thesaurus when aiksaurus library
10500         is not available.
10501
10502 2001-10-10  André Pönitz <poenitz@gmx.net>
10503
10504         * lyxfunc.C: removed greek_kb_flag.
10505
10506 2001-10-10  Herbert Voss  <voss@perce.de>
10507
10508         * lyx_main.C: delete global string help_lyxdir.
10509
10510 2001-10-09  Herbert Voss  <voss@perce.de>
10511
10512         * commandtags.h (kb_action): added LFUN_HELP_TEXINFO.
10513
10514         * LyXAction.C (init): added LFUN_HELP_TEXINFO to items array.
10515
10516         * lyx_main.C: added global string help_lyxdir.
10517
10518         * lyxfunc.C (dispatch): added LFUN_HELP_TEXINFO to switch.
10519
10520 2001-10-07  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10521
10522         * lyxrc.C (set_font_norm_type): support iso8859-4
10523
10524 2001-07-02  Claus Hentschel  <claus.hentschel@mbau.fh-hannover.de>
10525
10526         * LaTeX.C (deplog): add another regex for MikTeX
10527
10528 2001-10-05  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10529
10530         * lyxrc.C (set_font_norm_type): support iso8859-3
10531
10532 2001-10-04  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10533
10534         * BufferView_pimpl.C (tripleClick): fix stupid logic error.
10535
10536         * LaTeXFeatures.C: remove special case of french and index
10537
10538         * buffer.C (makeLaTeXFile): _really_ load babel late (i.e. just
10539         before \begin{document}). This solves several incompatibilities.
10540
10541 2001-10-03  Garst Reese  <reese@isn.net>
10542
10543         * lyx_cb.C: change CheckTex error msg.
10544
10545 2001-10-03  José Matos  <jamatos@fep.up.pt>
10546
10547         * buffer.C (simpleDocBookOnePar): add support for pass_thru.
10548
10549 2001-10-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10550
10551         * .cvsignore: update
10552
10553         * lyx_main.C (commandLineVersionInfo): use new style version info.
10554
10555         * buffer.C (writeFile):
10556         (makeLaTeXFile):
10557         (makeLinuxDocFile):
10558         (makeDocBookFile): use lyx_docversion instead of LYX_DOCVERSION.
10559
10560         * WorkArea.C (WorkArea): use lyx_version instead of LYX_VERSION.
10561
10562         * version.h: update to use stuff in version.C
10563
10564         * version.C.in: new file. Contains version information determined
10565         at compile time. This is a merging of version.h and
10566         version_info.h.in.
10567
10568 2001-10-03  Juergen Vigna  <jug@sad.it>
10569
10570         * BufferView_pimpl.C (update): don't change "dirty" status in
10571         updateInset call.
10572
10573 2001-10-03  Angus Leeming  <a.leeming@ic.ac.uk>
10574
10575         * WorkArea.C (c-tor): re-position version string slightly.
10576
10577 2001-10-02  Angus Leeming  <a.leeming@ic.ac.uk>
10578
10579         * BufferView_pimpl.C (buffer): remove call to WorkArea::show() and
10580         revert to previous code.
10581
10582         WorkArea.[Ch]: (show, destroySplash): methods removed.
10583
10584         WorkArea.C: rework code so that it's an amalgam of the codes before and
10585         after the splash screen was moved to WorkArea.
10586
10587 2001-10-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10588
10589         * lyxrc.C (read):
10590         * vspace.C (inPixels):
10591         (lyx_advance):
10592         * kbmap.C (bind):
10593         * buffer.C (insertStringAsLines):
10594         (asciiParagraph): fix types to be large enough
10595
10596         * lyxlex_pimpl.h: change member status from short to int
10597
10598         * layout.h: fix type of endlabeltype
10599
10600         * kbmap.C (bind):
10601         * kbsequence.C (parse): change return type to string::size_type
10602
10603         * LaTeX.C (updateBibtexDependencies): comment out unneeded
10604         variable
10605
10606         * Bullet.C (bulletSize):
10607         (bulletEntry): do not use short ints as parameters
10608
10609         * BufferView2.C (insertLyXFile): change a char to an int.
10610
10611         * WorkArea.C (WorkArea): remove unneeded floats in computation
10612
10613 2001-10-01  Dekel Tsur  <dekelts@tau.ac.il>
10614
10615         * buffer.C (asciiParagraph): Treat '\\' as other chars.
10616
10617         * paragraph.C (asString): Do not ignore newline/hfill chars when
10618         copying to the clipboard.
10619
10620 2001-09-29  Dekel Tsur  <dekelts@tau.ac.il>
10621
10622         * paragraph_pimpl.C (simpleTeXSpecialChars): Call to textrow.start
10623         after a multi-line inset.
10624
10625 2001-09-28  Dekel Tsur  <dekelts@tau.ac.il>
10626
10627         * paragraph.C (validate): Set NeedLyXFootnoteCode
10628
10629 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10630
10631         * lyxfont.C (LyXSizeNames): changed increase-error to increase
10632         and decrease-error to decrease.
10633
10634 2001-09-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10635
10636         * text2.C (deleteEmptyParagraphMechanism): reformat a bit to make
10637         it more readable (should be equivalent)
10638
10639 2001-09-27  Adrien Rebollo  <adrien.rebollo@gmx.fr>
10640
10641         * paragraph_pimpl.C (simpleTeXSpecialChars): handle latin9 too.
10642
10643 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10644
10645         * text2.C (fixCursorAfterDelete): new method. Fixes the parameters
10646         of a cursor (row, etc.) after a character has been deleted
10647         (deleteEmptyParagraphMechanism): call the method above on _all_
10648         cursors held by the LyXText when a double space has been
10649         detected/deleted.
10650
10651 2001-09-27  Angus Leeming  <a.leeming@ic.ac.uk>
10652
10653         * BufferView_pimpl.C (buffer): call WorkArea::show to pop-up the
10654         pixmap.
10655         (resizeCurrentBuff): remove code to destroy the old splash dialog.
10656
10657         * WorkArea.[Ch]: add the "LyX" pixmap and version string to the
10658         background. Use greyOut() and the new show() methods to toggle between
10659         the foreground and background. Add code to remove the splash after
10660         its initial showing.
10661
10662         * lyx_gui.C: Remove dependency on frontends/Dialogs.h.
10663         (create_forms): no longer call Dialogs::showSplash.
10664
10665 2001-09-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10666
10667         * .cvsignore: add version_info.h
10668
10669 2001-09-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10670
10671         * version_info.h.in: new file
10672
10673         * Makefile.am: add version_info.h.in
10674
10675         * lyx_main.C (commandLineVersionInfo): use version_info defined in
10676         version_info.h instead of VERSION_INFO
10677
10678 2001-09-24  Angus Leeming  <a.leeming@ic.ac.uk>
10679
10680         * text.C (selectNextWordToSpellcheck): reverted change to if-block.
10681         The ERT inset now returns string().
10682
10683 2001-09-21  Angus Leeming  <a.leeming@ic.ac.uk>
10684
10685         * lyxtext.h, text.C (selectNextWord): renamed as
10686         selectNextWordToSpellcheck.
10687
10688         * text.C (selectNextWordToSpellcheck): Modified to not select
10689         words inside an ERT inset.
10690
10691 2001-09-21  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10692
10693         * lyx_cb.C (MenuLayoutSave): change a bit the question
10694
10695         * sp_base.h: include <sys/types.h>
10696
10697 2001-09-18  Angus Leeming  <a.leeming@ic.ac.uk>
10698
10699         * LColor.[Ch]: added graphicsbg to color enum and to ColorEntry.
10700
10701 2001-09-20  Michael Schmitt  <Michael.Schmitt@teststep.org>
10702
10703         * several files: fix typos in user-visible strings
10704
10705 2001-09-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10706
10707         * text2.C (pasteSelection): do not set the selection, since it
10708         will be cleared later. Actually, the intent was to fix the way the
10709         selection was set, but I figured rmoving the code was just as good.
10710
10711 2001-09-19  Dekel Tsur  <dekelts@tau.ac.il>
10712
10713         * FontLoader.C (available): Check if font is available without
10714         loading the font.
10715
10716 2001-09-19  Jürgen Spitzmüller  <j.spitzmueller@gmx.de>
10717
10718         * lyxrc.[Ch]: added auto_reset_options variable and associated code.
10719
10720 2001-09-13  Angus Leeming  <a.leeming@ic.ac.uk>
10721
10722         * lyxrc.[Ch]: added display_graphics variable and associated code.
10723
10724 2001-09-17  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10725
10726         * bufferparams.C (hasClassDefaults): new method. Returns true if
10727         the buffer parameters correspond to known class defaults
10728
10729 2001-09-17  Angus Leeming  <a.leeming@ic.ac.uk>
10730
10731         * XFormsView.C (show): set minimum size to the main window.
10732
10733 2001-09-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10734
10735         * text2.C (copySelection):
10736         (cutSelection):
10737         * lyxfind.C (LyXReplace):
10738         * BufferView_pimpl.C (Dispatch): pass the correct flag to
10739         LyXText::selectionAsString.
10740
10741         * paragraph.C (asString): add "label" argument to the second form
10742
10743         * text2.C (selectionAsString): add "label" argument and pass it to
10744         Paragraph::asString.
10745
10746 2001-09-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10747
10748         * lyx_main.C (commandLineHelp): remove version information
10749
10750 2001-09-08  Rob Lahaye  <lahaye@users.sourceforge.net>
10751
10752         * lyx_main.C: add -version commandline option
10753
10754 2001-09-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10755
10756         * paragraph.h: make the optional constructor arg required instead.
10757         some modifications to other files because of this.
10758
10759         * minibuffer.C (C_MiniBuffer_peek_event): make it static
10760
10761         * lyxserver.C (C_LyXComm_callback): make it static
10762
10763         * lyx_main.C (error_handler): make it static
10764
10765         * lyx_gui.C (LyX_XErrHandler): make it static
10766
10767         * XFormsView.C (C_XFormsView_atCloseMainFormCB): make it static
10768
10769         * WorkArea.C: make the extern "C" methods static.
10770
10771         * Makefile.am (lyx_LDADD): simplify
10772
10773 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10774
10775         * commandtags.h: removed redundant LFUNs, LFUN_HELP_COPYRIGHT,
10776         LFUN_HELP_CREDITS, LFUN_HELP_VERSION.
10777
10778         * LyXAction.C (init):
10779         * lyxfunc.C (dispatch): associated code removal.
10780
10781 2001-09-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
10782
10783         * lyxfont.h (isSymbolFont): shut off warning
10784
10785         * text.C (setHeightOfRow):
10786         (getVisibleRow): fix crash with empty paragraphs which have a
10787         bottom line
10788
10789 2001-09-07  Rob Lahaye  <lahaye@users.sourceforge.net>
10790
10791         * lyxrc.[Ch]: added dialogs_iconify_with_main variable and associated
10792         code.
10793
10794 2001-09-04  José Matos  <jamatos@fep.up.pt>
10795         * buffer.C
10796         * buffer.h
10797         * tabular.C (docbook): rename docBook method to docbook.
10798
10799 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10800
10801         * Makefile.am: add dependencies to main.o.
10802
10803 2001-09-03  Dekel Tsur  <dekelts@tau.ac.il>
10804
10805         * FontLoader.C (available): Return false if !lyxrc.use_gui
10806
10807 2001-09-03  Michael Schmitt <schmitt@itm.mu-luebeck.de>
10808
10809         * FontInfo.C (query):
10810         * converter.C (view):
10811         * importer.C (Import):
10812         * exporter.C (Export): Can not -> cannot.
10813
10814 2001-09-02  John Levon  <moz@compsoc.man.ac.uk>
10815
10816         * BufferView_pimpl.C: allow to create index inset even if
10817           string is empty
10818
10819 2001-09-02  Angus Leeming  <a.leeming@ic.ac.uk>
10820
10821         * buffer.C (getLists): replace boost::tie code with an explicit pair
10822         as boost::tie can break some compilers.
10823
10824         * iterators.h: Added a std:: declaration to the return type of
10825         ParIterator::size.
10826
10827 2001-08-31  John Levon  <moz@compsoc.man.ac.uk>
10828
10829         * lyxrc.C: add help for view_dvi_paper_option, default to safe
10830           case.
10831
10832 2001-09-02  Dekel Tsur  <dekelts@tau.ac.il>
10833
10834         * iterators.[Ch]: New files. Provide paragraph iterators.
10835
10836         * buffer.C (changeLanguage): Use paragraph iterators.
10837         (isMultiLingual): ditto
10838
10839         * BufferView2.C (ChangeInsets): Use paragraph iterators.
10840
10841 2001-09-01  Dekel Tsur  <dekelts@tau.ac.il>
10842
10843         * FontLoader.C: Support for cmr font.
10844
10845 2001-08-31  Dekel Tsur  <dekelts@tau.ac.il>
10846
10847         * FontLoader.C (getFontinfo): Handle latex symbol fonts.
10848         (available): New method.
10849
10850         * FontInfo.C (getFontname): Use scalable fonts even when
10851         lyxrc.use_scalable_fonts is false, if no non-scalable fonts was
10852         found.
10853
10854 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10855
10856         * converter.C (Formats::view): reverted! Incorrect fix.
10857
10858 2001-08-23  Angus Leeming  <a.leeming@ic.ac.uk>
10859
10860         * converter.C (Formats::view): only output the -paper option
10861         if the dvi viewer is xdvi, thereby fixing bug #233429.
10862
10863 2001-08-23  Herbert Voss  <voss@perce>
10864
10865         * BufferView_pimpl.C: small fix for LFUN_INSERT_BIBTEX
10866
10867 2001-08-20  Dekel Tsur  <dekelts@tau.ac.il>
10868
10869         * Spacing.h (Spacing): Set space to Default on in the default
10870         constructor.
10871
10872 2001-08-19  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10873
10874         * vc-backend.h (RCS::versionString): add RCS to version
10875         (CVS::versionString): add CVS to version
10876
10877         * vc-backend.C (scanMaster): do not add CVS to version.
10878         (scanMaster): do not add RCS to version
10879
10880         * lyxvc.C (versionString): new method
10881
10882         * lyxfunc.C (initMiniBuffer): use LyXVC::versionString
10883
10884 2001-08-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10885
10886         * Spacing.C (set): initialize fval
10887
10888 2001-08-15  Dekel Tsur  <dekelts@tau.ac.il>
10889
10890         * lyxlex_pimpl.C (next): Treat \ as normal char if not followed by
10891         " or \.
10892
10893 2001-08-16  Juergen Vigna  <jug@sad.it>
10894
10895         * lyxfunc.C (dispatch): implemented the new FINISHED states.
10896
10897 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10898
10899         * BufferView_pimpl.C:
10900         * figureForm.C:
10901         * lyxtext.h:
10902         * text2.C: setParagraph takes linespacing now
10903
10904 2001-08-15  John Levon  <moz@compsoc.man.ac.uk>
10905
10906         * LyxAction.C: add internal LFUN_CITATION_INSERT
10907
10908         * LyXView.C: actually apply fix
10909
10910         * bufferlist.C: fix open non-existent file
10911
10912         * lyxfind.C: fix indentation
10913
10914         * lyxfunc.C: remove unneeded assert, fix typo
10915
10916 2001-08-16  John Levon  <moz@compsoc.man.ac.uk>
10917
10918         * MenuBackend.C: use "Floatname List"
10919
10920 2001-08-14  Dekel Tsur  <dekelts@tau.ac.il>
10921
10922         * buffer.C (parseSingleLyXformat2Token): Do not generate errors
10923         when converting LaTeX layout to insetERT.
10924         Generate a non-collapsed float when reading old float
10925
10926 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10927
10928         * BufferView2.C (showLockedInsetCursor): Use normal cursor shape in
10929         ERT insets.
10930
10931 2001-08-13  Juergen Vigna  <jug@sad.it>
10932
10933         * text.C (fill): return 0 instead of 20 as this seems to be the more
10934         correct value.
10935
10936 2001-08-13  Dekel Tsur  <dekelts@tau.ac.il>
10937
10938         * encoding.C (TransformChar): Use lyxrc.font_norm_type instead of
10939         lyxrc.font_norm.
10940
10941 2001-08-13  Juergen Vigna  <jug@sad.it>
10942
10943         * lyxfind.C (LyXReplace): fixed not single-replacing characters with
10944         casesensitive off.
10945         (SearchBackward): comment out the unlocking of the inset_owner this
10946         should not be needed!
10947
10948 2001-08-11  Dekel Tsur  <dekelts@tau.ac.il>
10949
10950         * Many files: Remove inherit_language, and add latex_language
10951
10952         * BufferView2.C (showLockedInsetCursor): Fix cursor shape in
10953         collapsible insets.
10954
10955 2001-08-10  Juergen Vigna  <jug@sad.it>
10956
10957         * text.C (prepareToPrint): fixed hfill-width in draw!
10958
10959         * BufferView2.C (selectLastWord): save the selection cursor as this
10960         now is cleared in the function LyXText::clearSelection!
10961
10962 2001-08-08  Juergen Vigna  <jug@sad.it>
10963
10964         * BufferView_pimpl.C (Dispatch): use a non-cut-buffer cut on DELTE
10965         BACKSPACE type functions.
10966
10967         * CutAndPaste.C (cutSelection): added a bool so that the stuff actually
10968         is only cutted from the document but not put in the cut-buffer, where
10969         still the old stuff should be.
10970
10971         * text2.C (cutSelection): added bool to pass to CutAndPaste::cutSelection.
10972
10973         * BufferView2.C (cut): added a bool to pass to LyXText::cutSelection.
10974
10975         * tabular.C (SetWidthOfCell): fixed special case where the width
10976         was not updated!
10977         (LeftLine): handle '|' in align_special.
10978         (RightLine): ditto
10979         (LeftAlreadyDrawed): ditto
10980         (SetWidthOfCell): ditto
10981
10982 2001-08-07  Juergen Vigna  <jug@sad.it>
10983
10984         * lyx_main.C (readUIFile): fixed some forgotten lowercase!
10985
10986 2001-08-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10987
10988         * lyxlex_pimpl.[Ch]: converto to lowercase funcs
10989         * lyxlex.[hC]: ditto
10990
10991 2001-08-06  Juergen Vigna  <jug@sad.it>
10992
10993         * text.C (getVisibleRow): fix up row clearing a bit.
10994
10995 2001-08-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
10996
10997         * minibuffer.C: make sure the X server sees the changes in the input.
10998
10999 2001-08-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11000
11001         * paragraph.C (getFont): split into...
11002         (getLabelFont): this
11003         (getLayoutFont): and this
11004         * paragraph_pimpl.C (realizeFont): calling this
11005
11006         * text2.C (getFont): split into...
11007         (getLayoutFont): this
11008         (getLabelFont): and this
11009         (realizeFont): all three calling this
11010
11011         * lyxfont.h: remove all NO_LATEX macros and code... adjust all
11012         files where used.
11013
11014 2001-08-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11015
11016         * lyxfunc.C (getStatus): add checkbox support for LFUN_APPENDIX
11017
11018 2001-08-02  Kayvan A. Sylvan  <kayvan@sylvan.com>
11019
11020         * BufferView_pimpl.C (smartQuote): Added code to exempt pass_thru
11021         layouts from the Quote inset insertion.
11022
11023 2001-08-03  Juergen Vigna  <jug@sad.it>
11024
11025         * BufferView_pimpl.C (update): do the fitCursor only at the end!
11026
11027         * screen.C (drawFromTo): don't call fitcursor here and do the loop
11028         only if status not is already CHANGED_IN_DRAW (second level).
11029
11030         * text.C (draw): don't set the need_break_row when inside an
11031         InsetText LyXText.
11032
11033 2001-08-02  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11034
11035         * buffer.C (parseSingleLyXformat2Token): handle more latex
11036         conversion cases.
11037
11038         * bufferview_funcs.[hC]: change function names to
11039         begin with small char, adjust other files.
11040
11041 2001-08-02  André Pönitz <poenitz@gmx.net>
11042
11043         * lyxfunc.C:
11044         BufferView_pimpl.C: remove broken special code for math-greek
11045
11046 2001-08-02  Juergen Vigna  <jug@sad.it>
11047
11048         * BufferView_pimpl.C (update): redone this function so that we
11049         update the text again if there was a CHANGE_IN_DRAW.
11050
11051         * screen.C (cursorToggle): removed LyXText parameter and recoded.
11052         (drawFromTo): added a new internal bool which is used by draw() and
11053         redraw() function.
11054         (general): some cursor drawing problems fixed.
11055
11056 2001-08-01  Juergen Vigna  <jug@sad.it>
11057
11058         * lyxfind.C (LyXFind): fixed
11059         (SearchForward): ditto
11060         (SearchBackward): ditto
11061
11062         * BufferView_pimpl.C (workAreaMotionNotify): hopefully fixed the
11063         spurius drawing of the cursor in the main area.
11064
11065         * text2.C (status): small fix which could lead to a segfault!
11066         (clearSelection): remove unneeded BufferView param.
11067
11068 2001-08-01  André Pönitz <poenitz@gmx.net>
11069
11070         * lyxfunc.C: small change due to changed mathed interface
11071
11072 2001-08-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11073
11074         * bufferlist.C (loadLyXFile): add .lyx to file name if necessary
11075
11076 2001-08-01  John Levon  <moz@compsoc.man.ac.uk>
11077
11078         * lyxfunc.c: fail gracefully if file doesn't exist
11079
11080         * LyXSendto.C:
11081         * buffer.C:
11082         * lyxfunc.C:
11083         * BufferView_pimpl.C: IsDirWriteable() proto changed
11084
11085         * LyXView.C: fix updateWindowTitle() to store the last title
11086
11087 2001-07-31  Juergen Vigna  <jug@sad.it>
11088
11089         * text.C (setHeightOfRow): fixed setting of ascent/descent based on
11090         the font (wrong since using of Paragraph::highestFontInRange).
11091
11092         * paragraph.C (highestFontInRange): added a default_size parameter.
11093
11094         * text.C (getVisibleRow): minor clear row changes (still not perfect).
11095         (setHeightOfRow): reformat
11096
11097 2001-07-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11098
11099         * converter.[hC] + affected files: move to (inital-char)lowercase
11100         function names.
11101
11102         * ParagraphParameters.C (ParagraphParameters): remove commented code
11103
11104         * PainterBase.[Ch]: remove commented code
11105
11106         * LaTeXFeatures.h: add "bool floats" for float.sty
11107
11108         * LaTeXFeatures.C (LaTeXFeatures): init floats
11109         (require): handle float
11110         (getPackages): do it with floats
11111
11112 2001-07-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11113
11114         * BufferView_pimpl.C (Dispatch): improve handling of
11115         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE
11116
11117         * commandtags.h: #include lyxfont.h here temporarily to avoid
11118         keybinding bug.
11119
11120         * bufferlist.h: include LString.h here.
11121
11122 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11123
11124         * text2.C (getStringToIndex): new method.
11125
11126 2001-07-29  Asger Alstrup Nielsen  <alstrup@alstrup>
11127
11128         * *: Reduced header file dependencies all over.
11129
11130 2001-07-30  Baruch Even  <baruch@lyx.org>
11131
11132         * buffer.C (readInset): Stop auto-converting InsetFig to InsetGraphics.
11133
11134 2001-07-29  Baruch Even  <baruch@lyx.org>
11135
11136         * buffer.C (readInset): Changed GRAPHICS to Graphics.
11137
11138 2001-07-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11139
11140         * ParameterStruct.h (endif): add a default constructor to make
11141         sure that all variables is initialized.
11142
11143         * ParagraphParameters.C (ParagraphParameters): adjust
11144
11145 2001-07-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11146
11147         * BufferView_pimpl.C (Dispatch): use WHOLE_WORD selection for
11148         index; also, check that there is something to index, and that it
11149         does not span over several paragraphs.
11150         (doubleClick): use WHOLE_WORD_STRICT for double click.
11151
11152         * text.C (getWord): handle new WHOLE_WORD_STRICT word_location value.
11153
11154         * text2.C (toggleFree): do selection with WHOLE_WORD_STRICT
11155         scheme.
11156
11157 2001-07-26  Baruch Even  <baruch@lyx.org>
11158
11159         * buffer.C (readInset): Changed to call up InsetGraphics when reading
11160         an InsetFig figure, backwards compatible reading of old figure code.
11161
11162 2001-07-27  Juergen Vigna  <jug@sad.it>
11163
11164         * text2.C: font.realize function adaption.
11165
11166         * text.C (draw): add a warnings lyxerr text if needed.
11167
11168         * layout.C: font.realize function adaption.
11169
11170         * language.C: add inherit_language and implement it's handlings
11171
11172         * bufferview_funcs.C (StyleReset): remove language parameter from
11173         font creation (should be language_inherit now).
11174
11175         * bufferparams.C (writeFile): handle ignore_language.
11176
11177         * paragraph.C (getFontSettings): the language has to be resolved
11178         otherwise we have problems in LyXFont!
11179
11180         * lyxfont.C (lyxWriteChanges): added document_language parameter
11181         (update): removed unneeded language parameter
11182
11183         * paragraph.C (validate): fixed wrong output of color-package when
11184         using interface colors for certain fonts in certain environments,
11185         which should not seen as that on the final output.
11186
11187 2001-07-26  John Levon  <moz@compsoc.man.ac.uk>
11188
11189         * BufferView_pimpl.C:
11190         * Thesaurus.h:
11191         * Thesaurus.C:
11192         * Makefile.am:
11193         * commandtags.h:
11194         * LyXAction.C: add thesaurus support
11195
11196         * lyxfind.h:
11197         * lyxfind.C: add "once" parameter, for thesaurus, to not
11198           move to the next match
11199
11200 2001-07-26  Juergen Vigna  <jug@sad.it>
11201
11202         * lyxfont.C (realize): honor ignore_language too!
11203         (resolved): ditto.
11204
11205         * paragraph.C (TeXOnePar): handle ignore language right (hopefully).
11206
11207         * text.C (draw): one place more for ignore_language to not draw
11208         itself!
11209
11210 2001-07-25  Angus Leeming  <a.leeming@ic.ac.uk>
11211
11212         * LaTeXFeatures.C (getPackages): clean-up a little of the natbib code.
11213
11214 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11215
11216         * buffer.C (parseSingleLyXformat2Token): a more general fix for
11217         the minipage conversion problem.
11218
11219 2001-07-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11220
11221         * buffer.C (parseSingleLyXformat2Token): check minipage if we
11222         insert an inset.
11223
11224 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11225
11226         * BufferView.h: don't forward declare WorkArea
11227
11228         * BufferView.C: don't include WorkArea.h
11229
11230 2001-07-25  André Pönitz <poenitz@gmx.net>
11231
11232         * commandtags.h:
11233         * LyXAction.C:
11234         * lyxfunc.C:  new LFUN 'math-space'
11235
11236         * BufferView.[Ch]: remove unneeded reference to 'WorkArea'
11237
11238 2001-07-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11239
11240         * text2.C (toggleInset): call open/close
11241
11242 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11243
11244         * lyxfunc.C (dispatch): add debug for the disabled case
11245
11246         * font.C (buttonText): make similar to rectText
11247
11248         * buffer.C (readInset): comment out parsing of insetlist and
11249         insttheorem
11250
11251         * PainterBase.C (rectText): small correction
11252
11253         * BufferView_pimpl.C: comment out insettheorem and insetlist
11254         * LyXAction.C: ditto
11255         * commandtags.h: ditto
11256
11257 2001-07-24  Juergen Vigna  <jug@sad.it>
11258
11259         * text.C (draw): honor the ignore_language.
11260
11261         * lyxfont.C (LyXFont): set language to ignore_language in FONT_INIT1.
11262
11263 2001-07-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11264
11265         * lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
11266         char inset.
11267
11268 2001-07-24  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11269
11270         * lyxtext.h: remove unused (and unimplemented) methods
11271
11272 2001-07-23  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11273
11274         * text.C (getVisibleRow): honor background color
11275
11276         * PainterBase.h:
11277         * Painter.h: remove default color argument for fillRectangle
11278
11279         * text.C (backgroundColor): new method
11280
11281 2001-07-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11282
11283         * text.C (getVisibleRow): adjust
11284
11285         * font.[Ch] (rectText): new method, metrics
11286         (buttonText): new method, metrics
11287
11288         * PainterBase.[hC]: make rectText and buttonText always draw and take
11289         fewer paramteres.
11290
11291 2001-07-22  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11292
11293         * ToolbarDefaults.C (read):
11294         * MenuBackend.C (read): allow escaping in all strings
11295
11296         * BufferView_pimpl.C (insertAndEditInset): new method.
11297         (Dispatch): use insertAndEditInset whenever appropriate.
11298
11299         * BufferView_pimpl.C (insertNote): removed
11300
11301         * BufferView_pimpl.C (smartQuote): new method, moved from
11302         BufferView; if an insetquote cannot be inserted, insert a '"'
11303         character instead.
11304
11305         * BufferView2.C: remove insertCorrectQuote();
11306
11307         * lyxfunc.C (getStatus): Add support for all remaingin
11308         inset-insert lfuns.
11309
11310         * trans_mgr.C (insertVerbatim): do not treat '"' specially.
11311
11312         * lyxrc.C (read): in RC_BIND, allow escaped sequences in the
11313         command (necessary to pass " as parameter of self-insert.
11314
11315         * text.C (selectWordWhenUnderCursor):
11316         (selectWord): add word_location parameter
11317         (selectWordWhenUnderCursor): same + remove special code for word
11318         boundary.
11319         (selectNextWord): use kind() to guess type of insetspecialchar,
11320         not latex().
11321
11322         * buffer.C (insertStringAsLines): new method, extracted from LyXText.
11323         (insertErtContents): create ert insets as collapsed.
11324         (readInset): better compatibility code for Info inset.
11325
11326 2001-07-20  Juergen Vigna  <jug@sad.it>
11327
11328         * lyxfunc.C (dispatch): use always LyXFind now!
11329
11330         * text2.C (init): add a reinit flag so that the LyXText can be
11331         reinited instead of deleted and reallocated (used in InsetText).
11332
11333         * BufferView_pimpl.C: use the new Inset::edit(BV, bool) where needed.
11334
11335         * text.C: ditto
11336
11337         * text2.C: ditto
11338
11339 2001-07-18  Juergen Vigna  <jug@sad.it>
11340
11341         * text.C (selectNextWord): handle insets inside inset by calling
11342         always the bv->text functions so that we can go up the_locking_inset!
11343
11344         * BufferView_pimpl.C (show/hideCursor): fixed cursor showing up
11345         in strange locations when inside an inset!
11346
11347         * lyxfind.[Ch]: give all functions a LyXText * parameter and implement
11348         handling to include insets.
11349
11350         * lyxfunc.C (dispatch): changes to calls SearchBackward/Forward.
11351
11352 2001-07-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11353
11354         * LyXAction.C (init):
11355         * commandtags.h:
11356         * BufferView_pimpl.C (Dispatch): change HYPHENATION_BREAK to
11357         LIGATURE_BREAK, since the name is so stupid.
11358
11359 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11360
11361         * buffer.C (readInset): enable reading of new InsetNotes as well as old
11362         InsetInfos.
11363
11364         * FontLoader.C: remove FORMS_H_LOCATION cruft.
11365
11366         * sp_form.[Ch]: remove.
11367
11368         * src/LColor.[Ch]: remove noteframe. Change note to "yellow".
11369
11370         * src/BufferView_pimpl.C (insertNote): use InsetNote in place of
11371         InsetInfo.
11372
11373         * src/buffer.C (readInset): ditto.
11374
11375 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11376
11377         * BufferView_pimpl.C (specialChar): new method. Obsoletes
11378         menuSeparator(), endOfSentenceDot(), ldots() and
11379         hyphenationPoint(), which are therefore removed.
11380         (Dispatch): handle LFUN_HYPHENATION_BREAK.
11381
11382         * LyXAction.C (init):
11383         * commandtags.h: add LFUN_HYPHENATION_BREAK.
11384
11385         * paragraph.C (getWord): removed.
11386
11387         * BufferView_pimpl.C (Dispatch): use last word or selection for
11388         LFUN_INDEX_INSERT_LAST and LFUN_INDEX_CREATE.
11389
11390         * lyx_main.C (queryUserLyXDir): do not ask before creating
11391         user_dir, except if it has been named explicitely.
11392
11393 2001-07-20  Angus Leeming  <a.leeming@ic.ac.uk>
11394
11395         * BufferView_pimpl.C (updateScrollbar): Fix crash when reading in
11396         a document of zero size.
11397
11398 2001-07-19  Angus Leeming  <a.leeming@ic.ac.uk>
11399
11400         * LaTeXFeatures.[Ch]: add variable "bool natbib" and set it
11401         approriately in the c-tor and in require().
11402         (getPackages): output the appropriate LaTeX for natbib support.
11403
11404         * buffer.C (parseSingleLyXformat2Token): set the new bufferparams
11405         variables "use_natbib" and "use_numerical_citations" when reading the
11406         LyX file.
11407         (readInset): read the various natbib cite commands.
11408         (validate): white-space change.
11409
11410         * bufferparams.[Ch]: new variables "bool use_natbib" and
11411         "bool use_numerical_citations".
11412         (writeFile): output them in the LyX file.
11413
11414 2001-07-19  Jean-Marc Lasgouttes  <lasgouttes@lyx.org>
11415
11416         * lyxfunc.C (getStatus): add support for all the inset insertion
11417         commands.
11418
11419         * text2.C (insertInset):
11420         * paragraph.C (insetAllowed):
11421         * BufferView_pimpl.C (insertInset): update to take in account the
11422         renaming of insertInsetAllowed
11423
11424         * lyxfunc.C (getStatus): add support for LFUN_INSET_TOGGLE.
11425
11426         * text2.C (getInset): new method. returns inset at cursor position.
11427
11428         * BufferView_pimpl.C (Dispatch): changes because of this.
11429
11430         * LyXAction.C (init): rename open-stuff to inset-toggle.
11431
11432         * commandtags.h: rename LFUN_OPENSTUFF to LFUN_INSET_TOGGLE.
11433
11434         * text2.C (toggleInset): renamed from openStuff; use
11435         Inset::open().
11436
11437 2001-07-13  Yves Bastide  <stid@libd-pc11.univ-bpclermont.fr>
11438
11439         * lyxrc.C (set_font_norm_type): recognise ISO_8859_15.
11440
11441         * lyxrc.h: added ISO_8859_15 to enum FontEncoding.
11442
11443 2001-07-18  Dekel Tsur  <dekelts@tau.ac.il>
11444
11445         * buffer.C (readLyXformat2): Add filename to the error dialog
11446
11447 2001-07-18  Juergen Vigna  <jug@sad.it>
11448
11449         * tabular.C (GetCellNumber): put an assert here instead of the check!
11450
11451 2001-07-17  Juergen Vigna  <jug@sad.it>
11452
11453         * BufferView_pimpl.C (toggleSelection): adapted too.
11454
11455         * text.C (selectNextWord): adapted for use with insets.
11456         (selectSelectedWord): ditto
11457
11458 2001-07-17  Juergen Vigna  <jug@sad.it>
11459
11460         * sp_spell.C (PSpell): fix initialitation order.
11461
11462 2001-07-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11463
11464         * paragraph.C: spacing
11465
11466 2001-07-17  Edwin Leuven  <leuven@fee.uva.nl>
11467
11468         * sp_spell.C: repair language selection for pspell
11469
11470 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11471
11472         * lyxfunc.h: change more methods to begin with lower char.
11473
11474 2001-07-16  Dekel Tsur  <dekelts@tau.ac.il>
11475
11476         * buffer.C (parseSingleLyXformat2Token): Generate error insets
11477         for unknown layouts.
11478
11479 2001-07-13  Dekel Tsur  <dekelts@tau.ac.il>
11480
11481         * buffer.C (readLyXformat2): Generate an error dialog if there are
11482         unknown layouts.
11483
11484 2001-07-16  Juergen Vigna  <jug@sad.it>
11485
11486         * sp_spell.C: always compile ISpell part.
11487
11488         * lyxrc.C: added use_pspell entry and it's handling.
11489
11490 2001-07-13  Juergen Vigna  <jug@sad.it>
11491
11492         * sp_spell.C: removed double includes.
11493
11494 2001-07-13  Angus Leeming  <a.leeming@ic.ac.uk>
11495
11496         Consistent use of Lsstream.h:
11497         * Lsstream.h: added using std::stringstream for consistencies sake.
11498
11499         * buffer.C: removed using std::stringstream
11500
11501         * lyxfont.C (stateText):
11502         * paragraph.C (asString):
11503         * text.C (selectNextWord, selectSelectedWord):
11504         * text2.C (setCounter):
11505         * vspace.C (asString, asLatexString):
11506         std::ostringstream -> ostringstream.
11507
11508 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11509
11510         * LyXAction.C: add LFUN_HELP_ABOUTLYX
11511         * commandtags.h: add LFUN_HELP_ABOUTLYX
11512         * lyxfunc.C: add about lyx remove credits/copyright/version stuff
11513
11514 2001-07-13  Edwin Leuven  <leuven@fee.uva.nl>
11515
11516         * BufferView_pimpl.C: sigchldchecker instead of sigchldhandeler in
11517         cursorToggle()
11518         * lyx_gui_misc.C: remove spellchecker
11519         * lyxfunc.C: showSpellchecker
11520         * sp_base.h: added
11521         * sp_ispell.h: added
11522         * sp_pspell.h: added
11523         * sp_spell.C: added
11524         * sp_form.[Ch]: removed
11525         * spellchecker.[Ch]: removed
11526
11527 2001-07-12  Kayvan A. Sylvan  <kayvan@sylvan.com>
11528
11529         * paragraph_pimpl.C (simpleTeXBlanks): Simply return if pass_thru
11530         is set.
11531         (simpleTeXSpecialChars): Simply print the input character without
11532         any special translation if pass_thru is set.
11533
11534         * layout.h: Added bool pass_thru to layout class for being able to
11535         implement pass through of a paragraph for Literate Programming.
11536
11537         * layout.C: add LT_PASS_THRU to LayoutTags enum.
11538         * layout.C (LyXLayout): set pass_thru to flase in constructor.
11539         * layout.C (Read): add "passthru" to list of layout tags and add
11540         code to set the pass_thru boolean when it is read.
11541
11542 2001-07-12  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11543
11544         * trans_decl.h: remove allowed from KmodInfo
11545
11546         * trans.[Ch] (AddDeakkey): change prototype to not have allowd.
11547         remove allowed code
11548         (Load): adjust
11549
11550         * paragraph_pimpl.C (erase): use boost::prior
11551
11552         * Painter.C (text): use data() instead of c_str() when length is
11553         also provided.
11554         * WorkArea.C (putClipboard): ditto
11555         * font.h (width): ditto
11556
11557         * BufferView2.C: use it-> instead of (*it). for iterators
11558         * texrow.C: ditto
11559         * paragraph_pimpl.C: ditto
11560         * paragraph.C: ditto
11561         * minibuffer.C: ditto
11562         * language.C: ditto
11563         * kbmap.C: ditto
11564         * encoding.C: ditto
11565         * counters.C: ditto
11566         * converter.C: ditto
11567         * chset.C: ditto
11568         * Variables.C: ditto
11569         * TextCache.C: ditto
11570         * MenuBackend.C: ditto
11571         * LyXAction.C: ditto
11572         * LColor.C: ditto
11573         * FloatList.C: ditto
11574         * DepTable.C: ditto
11575         * ColorHandler.C (LyXColorHandler): ditto
11576
11577 2001-07-10  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11578
11579         * BufferView_pimpl.C (Dispatch): handle LFUN_OPENSTUFF.
11580
11581         * text2.C (openStuff): reintroduce this method (which had been
11582         nuked in NEW_INSETS frenzy).
11583
11584         * lyxfunc.C (Dispatch): when an action has not been handled, use
11585         its name in the error message, not its number.
11586
11587         * paragraph.C (inInset): change method name to begin with lowercase.
11588
11589         * undo_funcs.C:
11590         * text2.C: updates because of this.
11591
11592 2001-07-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11593
11594         * ToolbarDefaults.C (add): add spaces in error message
11595
11596 2001-07-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11597
11598         * buffer.C (readLyXformat2): initialize the ert comp. variables.
11599         (readLyXformat2): rename return_par to first_par, use lyxlex's
11600         pushToken and remove the manual push handling.
11601         (parseSingleLyXformat2Token): add another ert comp. variable:
11602         in_tabular, rename return_par to first_par. handle newlines better
11603
11604 2001-07-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11605
11606         * kbsequence.C (getiso): redirect debug info to Debug::KBMAP.
11607
11608 2001-07-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11609
11610         * text2.C (getParFromID): removed
11611
11612         * buffer.C (getParFromID): new method moved form lyxtext.
11613         * BufferView2.C (insertErrors): adjust
11614         (setCursorFromRow): adjust
11615         * BufferView_pimpl.C (restorePosition): adjust
11616         * lyxfunc.C (Dispatch): adjust
11617         * undo_funcs.C (textUndo): adjust
11618         (textRedo): adjust
11619         (textHandleUndo): adjust
11620         (textHandleUndo): adjust
11621
11622 2001-07-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11623
11624         * buffer.C: up' the LYX_FORMAT
11625
11626         * lyxfont.h: turn NO_LATEX on as default
11627
11628         * buffer.C (insertErtContents): new methods of tex style compability.
11629         (parseSingleLyXformat2Token): use it several places.
11630         * tabular.C (OldFormatRead): and here
11631
11632 2001-07-07  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11633
11634         * text2.C: remove some commented code.
11635         reindent file.
11636
11637         * trans_mgr.[Ch]: simplify normalkey to only take a char as arg.
11638         * trans.C: changes because of the above.
11639
11640 2001-07-07  Dekel Tsur  <dekelts@tau.ac.il>
11641
11642         * text2.C (setCounter): Fix counters bug with bibliography layout.
11643
11644 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11645
11646         * paragraph_pimpl.C (simpleTeXBlanks): don't go through owner_ for
11647         own member functions
11648         (simpleTeXSpecialChars): ditto
11649
11650 2001-07-06  Juergen Vigna  <jug@sad.it>
11651
11652         * a lot of files: changed the access to LyXText::status and the
11653         call of undo-functions.
11654
11655         * undo.[Ch]: added a inset_id to the undo informations.
11656
11657         * undo_funcs.[Ch]: added and moved here all undo functions.
11658
11659         * lyxtext.h: give the status enum a weight, made status_ a private
11660         variable and made accessor functions for it, removed the whole bunch
11661         of undo-functions as they are now in their own file, make some
11662         functions publically available. Added function ownerParagraph with
11663         int parameter.
11664
11665         * paragraph.[Ch]: added "bool same_ids" to the constructor,
11666         made InInset() a const function, added getParFromID() function.
11667
11668         * buffer.[Ch]: added const version for inset_iterator functions,
11669         added getInsetFromID() function.
11670
11671         * BufferView2.C, BufferView_pimpl.C, text.C, text2.C, lyxfunc.C:
11672         changed undo functions for new version.
11673
11674 2001-07-05  Juergen Vigna  <jug@sad.it>
11675
11676         * paragraph_pimpl.C (Pimpl): set id_ also here (this is because some
11677         unknow mechanism does not call the proper constructor but only this
11678         one also if I request the other!?
11679
11680 2001-07-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11681
11682         * BufferView_pimpl.C (resizeCurrentBuffer): init the new LyXText
11683
11684         * text2.C (LyXText): use initialization lists.
11685
11686         * lyxtext.h (Selection): initialize set_ and mark_
11687         (init): remove method
11688
11689 2001-07-05  Dekel Tsur  <dekelts@tau.ac.il>
11690
11691         * LaTeX.C (scanLogFile): Parse rerun messages from latex packages.
11692
11693 2001-07-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11694
11695         * screen.[Ch]: change method names to begin with lowercase
11696
11697         * BufferView_pimpl.C (updateScrollbar): simplify further and
11698         hopefully make it a bit faster.
11699
11700 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11701
11702         * ColorHandler.C (LyXColorHandler): use GUIRunTime instead of
11703         calling directly xforms functions.
11704
11705         * Painter.C (Painter):
11706         * lyx_cb.C (MenuWrite):
11707         * FontInfo.C (query): use GUIRunTime::x11Display() instead of
11708         fl_display.
11709
11710         * lyx_gui.C: remove bogus guiruntime extern declaration.
11711
11712 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11713
11714         * text2.C (redoHeightOfParagraph): comment out stuff we don't need
11715         in NEW_INSETS
11716         (redoDrawingOfParagraph): ditto
11717         (redoParagraphs): ditto
11718         (cutSelection): don't create a object for CutAndPaste use the
11719         static method directly
11720         (pasteSelection): ditto
11721
11722         * bufferview_funcs.[Ch]: move ProhibitInput and AllowInput to
11723         LyXview (+ rename)
11724
11725 2001-07-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11726
11727         * modifications to some other files because of this.
11728
11729         * Makefile.am (lyx_SOURCES): add XFormsView
11730
11731         * XFormsView.[Ch]: new files
11732
11733         * LyXView.[Ch]: make LyXView a base class for the gui handling for
11734         the main window. Move the gui dependent stuff to XFormsView
11735
11736 2001-07-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11737
11738         * tabular.C (GetCellInset): update cur_cell also in the row/col
11739         version of this function.
11740
11741         * lyxfunc.C: no need to include figure_form.h here.
11742
11743         * FontLoader.h:
11744         * lyxfunc.h:
11745         * lyxscreen.h:
11746         * text2.C:
11747         * lyxvc.C: no need to include forms.h here.
11748
11749 2001-06-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11750
11751         * lyxrc.C (read): change debugging channel for RC_BIND to lyxrc.
11752
11753         * lyxfunc.C (Dispatch):
11754         * Spacing.C (set):
11755         * BufferView_pimpl.C (Dispatch): use .c_str() on istringstream
11756         constructor argument.
11757
11758 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11759
11760         * paragraph.C (Paragraph): dont't clear, and just set layout.
11761         (makeSameLayout): use params's copy contructor.
11762
11763         * ParagraphParameters.[Ch] (makeSame): delete method
11764
11765 2001-06-29  John Levon  <moz@compsoc.man.ac.uk>
11766
11767         * Variables.[Ch]: fix indentation, rename set to isSet
11768
11769 2001-06-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11770
11771         * lyxfunc.C (Dispatch): fix typo
11772
11773 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11774
11775         * paragraph_pimpl.C: add std:: qualifier to lower_bound and
11776         upper_bound.
11777
11778         * bufferlist.C: include assert.h for emergencyWrite().
11779
11780 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11781
11782         * lyx_main.C: if we can't even find a readable LYX_DIR directory,
11783           give up at last (bug #425202) !
11784
11785 2001-06-27  John Levon  <moz@compsoc.man.ac.uk>
11786
11787         * lyx_gui_misc.C:
11788         * sp_form.h:
11789         * sp_form.C:
11790         * spellchecker.h:
11791         * spellchecker.C: strip spellchecker options and bring up
11792           preferences tab instead
11793
11794 2001-06-28  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11795
11796         * BufferView_pimpl.C (Dispatch): add .c_str() to the argument of
11797         the istringstream constructor
11798
11799 2001-06-27  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11800
11801         * paragraph.C (getLayout): fix return value
11802
11803         * paragraph.h: do not declare getLayout as inline.
11804
11805         * lyxtext.h: remove LyXText:: qualifier to changeRegionCase
11806
11807 2001-06-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11808
11809         * lyxcursor.h (operator<): new func
11810         (operator>): new func
11811         (operator>=): new func
11812         (operator<=): new func
11813
11814         * text.C (changeCase): use selection.start and selection.end
11815         (changeRegionCase): require from to be <= to. Require par to be a
11816         valid paragraph.
11817
11818         * LaTeXFeatures.C (getFloatDefinitions): std:: qualify ostream
11819
11820 2001-06-27  Juergen Vigna  <jug@sad.it>
11821
11822         * text.C (cursorLeftOneWord): changed to return the cursor and added
11823         overlay with BufferView * parameter which calls this one.
11824         (getWord): added
11825         (selectWord): use new getWord function.
11826         (changeCase): renamed from changeWordCase as and extended to work
11827         also on selections.
11828
11829         * lyxtext.h: added enum word_location
11830
11831         * BufferView_pimpl.C (Dispatch): change function changeWordCase to
11832         changeCase as this operates now also on selections.
11833
11834 2001-06-26  The LyX Project  <lyx@violet.home.sad.it>
11835
11836         * lyxfunc.C (getStatus): support LFUN_MATH_MUTATE
11837
11838         * many files: send debug output to Debug::INFO instead of
11839         Debug::ANY.
11840
11841         * converter.C (View):
11842         (Convert):
11843         (Move): send debug output to Debug::FILES instead of console.
11844
11845 2001-06-26  The LyX Project  <lyx@rose.home.sad.it>
11846
11847         * lyxfunc.C (getStatus): use func_status
11848
11849         * func_status.h: new header, describing the results of
11850         LyXFunc::getStatus;
11851
11852         * lyxfunc.C (getStatus): add support for LFUN_MATH_VALIGN and
11853         LFUN_MATH_HALIGN.
11854
11855 2001-06-25  The LyX Project  <jug@sad.it>
11856
11857         * buffer.C (sgmlOpenTag):
11858         (sgmlCloseTag):
11859         (SimpleDocBookOnePar):  disable the depth spaces, for the moment.
11860
11861 2001-06-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11862
11863         * text2.C: remove some dead code
11864
11865         * tabular.C (GetCellInset): store the last cell checked (gotten)
11866
11867         * tabular.h: add the helper for the speedup
11868
11869         * lyxtext.h: remove some dead code
11870
11871 2001-06-26  The LyX Project  <Asger>
11872
11873         * paragraph.C: Change export to LaTeX of alignment to
11874         \begin{center} and family for better roundtrip work with reLyX.
11875
11876         * Tune the math drawing a bit.
11877
11878 2001-06-25  The LyX Project  <Asger>
11879
11880         * LColor.C (LColor): New color for math background. New color
11881         for buttons.
11882
11883 2001-06-25  The LyX Project  <jug@sad.it>
11884
11885         * lyxfunc.C (MenuNew): remove extra check for .lyx file
11886
11887         * lyxfunc.C (Open):
11888         * bufferlist.C (newFile): do not restrict to files ending with
11889         .lyx
11890
11891         * BufferView_pimpl.C (MenuInsertLyXFile):
11892
11893 2001-06-24  The LyX Project  <jug@sad.it>
11894
11895         * lyxlex_pimpl.C (compare_tags): use compare_ascii_no_case instead
11896         of compare_no_case
11897
11898 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11899
11900         * lyxtext.h: rename most methods to begin with a small char.
11901         Lots of changes because of this.
11902
11903         * paragraph.C (Paragraph): do not call fitToSize
11904         (erase): call Pimpl::erase
11905         (insertChar): call Pimpl::insertChar
11906         (insertInset): call Pipl::insertInset
11907         (breakParagraph): do not call fitToSize
11908         (breakParagraphConservative): do not call fitToSize
11909         (fitToSize): remove method
11910
11911         * buffer.C (parseSingleLyXformat2Token): do not call fitToSize
11912
11913 2001-06-24  The LyX Project  <Asger>
11914
11915         * Fix Qt compilation^2
11916
11917 2001-06-24  The LyX Project  <jug@sad.it>
11918
11919         * paragraph.[Ch] (outerHook): new method. mostly equivalent to
11920         depthHook(getDepth()-1).
11921
11922         * paragraph.h:
11923         * ParagraphParameters.h:
11924         * ParameterStruct.h: change type of depth to unsigned int ==
11925         depth_type. Many adaptations to other files before of that.
11926
11927 2001-06-24  The LyX Project  <Asger>
11928
11929         * Fix Qt compilation.
11930
11931 2001-06-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11932
11933         * paragraph.h: renamed several methods to begin with small letter.
11934         several changes to many parts of the code because of this.
11935
11936 2001-06-23  The LyX Project  <jug@sad.it>
11937
11938         * text2.C (InsertStringAsLines): renamed from InsertStringA;
11939         rewritten to discard all double spaces when KeepEmpty is off
11940         (InsertStringAsParagraphs): renamed from InsertStringB; rewritten
11941         to only handle newlines but not fiddle with spaces and friends.
11942
11943         * lyxfunc.C (MenuNew): when doing 'new from template', use
11944         template_path as default directory
11945
11946 2001-06-23  The LyX Project  <Asger>
11947
11948         * Clean-up of header file includes all over
11949         * paragraph.h: Move some of the stuff into paragraph_pimpl.h
11950
11951 2001-06-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
11952
11953         * paragraph.h: renamed from lyxparagraph.h
11954
11955 2001-06-23  Asger  <lyx@violet.home.sad.it>
11956
11957         * Buffer.h: Removed Buffer::resize
11958         * BufferList.h: Removed BufferList::resize
11959         * LyXView.h: Added LyXView::resize. This way, we will only reflow
11960         the document lazily when we change the width, or the font settings.
11961
11962 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11963
11964         * lyxfunc.C: silently ignore empty dispatches from the minibuffer
11965
11966 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11967
11968         * buffer.h: remove out of date comment
11969
11970 2001-06-22  John Levon  <moz@compsoc.man.ac.uk>
11971
11972         * lyxscreen.h:
11973         * screen.C: fix "theoretical" GC leak
11974
11975 2001-06-20  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
11976
11977         * LaTeX.C (scanAuxFile):
11978         (deplog): remove trailing \r when reading stream (useful under
11979         win32)
11980
11981 2001-06-15  Angus Leeming  <a.leeming@ic.ac.uk>
11982
11983         * BufferView_pimpl.C (fitCursor): emit a signal updateParagraph.
11984         (resizeCurrentBuffer): have functions BufferView::theLockingInset()
11985         and BufferView::theLockingInset(Inset*), so should use them and not
11986         access bv_->text->the_locking_inset directly.
11987
11988         * lyxfunc.C (Dispatch): cosmetic name change of three signals.
11989
11990 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
11991
11992         * Makefile.am:
11993         * tex-defs.h: remove old unused file
11994
11995 2001-06-15  John Levon  <moz@compsoc.man.ac.uk>
11996
11997         * BufferView_pimpl.C: fix typo, remove minibuffer message
11998           when buffer has loaded
11999
12000 2001-06-14  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12001
12002         * lyxfunc.C (Dispatch): use stringstream
12003         (MenuNew): use stringstream
12004         (Open): use stringstream
12005
12006         * importer.C (Import): use stringstream
12007
12008         * bufferview_funcs.C (CurrentState): use stringstream
12009
12010         * LaTeX.C (run): use stringstream
12011
12012         * BufferView_pimpl.C (savePosition): use stringstream
12013         (restorePosition): use stringstream
12014         (MenuInsertLyXFile): use stringstream
12015
12016 2001-06-14  Angus Leeming  <a.leeming@ic.ac.uk>
12017
12018         * BufferView.C:
12019         * Bullet.C:
12020         * ColorHandler.C:
12021         * FontInfo.C:
12022         * FontLoader.C:
12023         * LColor.C:
12024         * LaTeXFeatures.C:
12025         * Painter.C:
12026         * gettext.C:
12027         * lyx_gui_misc.C:
12028         * lyxserver.C:
12029         * vspace.C: removed // -*- C++ -*- as first line.
12030
12031         * lyxfind.h:
12032         * version.h: added // -*- C++ -*- as first line.
12033
12034 2001-06-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12035
12036         * lyxfunc.C (getStatus): support LFUN_READ_ONLY_TOGGLE
12037
12038         * text2.C (SetSelectionOverString): do not test str[i]==0 for end
12039         of string
12040
12041 2001-06-13  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12042
12043         * buffer.C (parseSingleLyXformat2Token): fix compatability reading
12044         of floats.
12045
12046 2001-06-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12047
12048         * gettext.C: include LString.h even when --disable-nls is on.
12049
12050 2001-06-12  Angus Leeming  <a.leeming@ic.ac.uk>
12051
12052         * converter.h (Get): changed argument type from int to
12053         FormatList::size_type to avoid unnecessary conversion.
12054
12055         * bufferview_funcs.C (ToggleAndShow): check state of LyXText pointer
12056         before using it.
12057
12058 2001-06-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12059
12060         * gettext.h: include LString.h even when --disable-nls is on.
12061
12062 2001-06-07  Juergen Vigna  <jug@sad.it>
12063
12064         * text.C (BreakAgain): subst spaces with tabs.
12065
12066         * paragraph.C (deleteInsetsLyXText): set recursive on deleteLyXText.
12067         (resizeInsetsLyXText): set force on resizeLyXText.
12068
12069 2001-06-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12070
12071         * gettext.h (gettext_init):
12072         (locale_init): use a real definition instead of a macro
12073
12074 2001-06-02  John Levon  <moz@compsoc.man.ac.uk>
12075
12076         * Bufferview_pimpl.C:
12077         * LColor.h:
12078         * LColor.C: further lcolor tidies
12079
12080 2001-06-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12081
12082         * BufferView_pimpl.C (updateScrollbar): simplify.
12083
12084         * BufferView2.C: don't include insets/insetinfo.h, change
12085         prototype for insertInset and call the Pimpl version. let
12086         updateInset call Pimpl version.
12087
12088         * BufferView.h: move inset_slept to BufferView::Pimpl, move
12089         gotoInset to BufferView::Pimpl
12090
12091 2001-06-01  Juergen Vigna  <jug@sad.it>
12092
12093         * lyxfunc.C (Dispatch): LFUN_PREFIX don't call the update if we're
12094         inside a LockingInset (is the update needed at all?).
12095
12096 2001-05-31  Juergen Vigna  <jug@sad.it>
12097
12098         * BufferView_pimpl.C (Dispatch): we need a new instanze of cursor
12099         here not the old one otherwise how should we compare it afterwards
12100         if it's the same!
12101
12102 2001-06-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12103
12104         * lyxfont.C:
12105         * tabular.C:
12106         * tabular-old.C:
12107         * FontInfo.C: bring C functions into global namespace when
12108         necessary
12109
12110 2001-05-30  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12111
12112         * LString.h: make sure config.h has been loaded before LString.h.
12113
12114         * lyxlex_pimpl.C (EatLine): comment out annoying debug messages
12115         (one for each char read by EatLine!).
12116
12117         * lyx_main.C (init): constify lyxdir. Lowercase the name of some
12118         variables.
12119
12120 2001-06-01  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12121
12122         * paragraph.C (BreakParagraph): set the inset_owner in the new par
12123         to the same as the par we break from
12124
12125 2001-05-31  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12126
12127         * commandtags.h: add LFUN_INSET_WIDE_FLOAT
12128
12129         * MenuBackend.C (expand): also create menu entries for wide
12130         versions of the floats.
12131
12132         * LyXAction.C (init): add entry for LFUN_INSET_WIDE_FLOAT
12133
12134         * BufferView_pimpl.C (Dispatch): implement LFUN_INSET_WIDE_FLOAT
12135
12136         * Makefile.am (lyx_DEPENDENCIES): adjust for change in
12137         frontends/Makefile.am
12138
12139         * text2.C: adjust
12140         * text.C: adjust
12141
12142
12143         * tabular.C (getTokenValue): add std::
12144
12145         * tabular-old.C (getTokenValue): add std::
12146         (getTokenValue): ditto
12147         (getTokenValue): ditto
12148
12149         * screen.C (ToggleSelection): adjust
12150
12151         * lyxtext.h: put selection cursors inside a Selection struct.
12152
12153         * lyxfunc.C (moveCursorUpdate): adjust
12154
12155         * lyxfont.C (latexWriteStartChanges): add std::
12156
12157         * lyxfind.C: adjust
12158
12159         * font.h: delete with(char const *, LyXFont const &)
12160
12161         * buffer.C (parseSingleLyXformat2Token): use contains instead of strstr
12162
12163         * FontInfo.C (getFontname): add std::
12164
12165         * BufferView_pimpl.C (resizeCurrentBuffer): adjust
12166         (workAreaButtonPress): adjust
12167         (tripleClick): adjust
12168         (update): adjust
12169         (moveCursorUpdate): adjust
12170         (Dispatch): adjust
12171
12172         * BufferView2.C (gotoInset): adjust
12173
12174 2001-05-30  Juergen Vigna  <jug@sad.it>
12175
12176         * spellchecker.C (USE_ORIGINAL_MANAGER_FUNCS): as it seems only I use
12177         to check pspell I add this as default as I now have new pspell
12178         libraries and they seem to use this.
12179
12180 2001-05-30  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12181
12182         * text2.C (CutSelection): make the cursor valid before the call to
12183         ClearSelection.
12184
12185 2001-05-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12186
12187         * kbsequence.C (parse): de-uglify a bit the parsing code, which
12188         relied on 0 terminated strings and other horrors. Bug found due to
12189         the new assert in lyxstring!
12190
12191         * lyx_main.C (defaultKeyBindings): add bindings the cursor-related
12192         KP_ keys.
12193
12194 2001-05-29  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12195
12196         * lyx_main.C (defaultKeyBindings): move self-insert KP_ bindings
12197         to latinkeys.bind.
12198
12199         * lyxfunc.C (processKeySym): change method of getting to the
12200         self-insert char.
12201
12202         * BufferView(2).[Ch]: move hfill, protectedBlank, newline,
12203         menuSeparator, endOfSentenceDot, ldots, hypenationPoint and menuUndo
12204         * BufferView_pimpl.[Ch]: here as private methods.
12205
12206 2001-05-28  Juergen Vigna  <jug@sad.it>
12207
12208         * text.C (SetHeightOfRow): added the update() call again as it is
12209         needed to initialize inset dimensions!
12210
12211 2001-05-16  Juergen Vigna  <jug@sad.it>
12212
12213         * text2.C (SetCharFont): Add new function with BufferView * and
12214         bool toggleall parameters for setting insets internal fonts.
12215         (SetFont): Freeze the undo as we may change fonts in Insets and
12216         all this change should be inside only one Undo!
12217
12218         * bufferview_funcs.C (ToggleAndShow): fixed this functions for
12219         setting font's in insets as for them we have the SetFont function!
12220
12221 2001-05-15  Juergen Vigna  <jug@sad.it>
12222
12223         * text2.C (ClearSelection): to be sure we REALLY don't have any
12224         selection anymore!
12225
12226         * tabular.C (TeXCellPreamble): fixed the left border problem for
12227         multicolumn cells.
12228
12229 2001-05-27  Dekel Tsur  <dekelts@tau.ac.il>
12230
12231         * LaTeX.C (deplog): Make sure that the main .tex file is in the
12232         dependancy file
12233
12234 2001-05-23  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12235
12236         * lyx_main.C (defaultKeyBindings): set KP_enter to point at
12237         LFUN_BREAKPARAGRAPH.
12238
12239         * LyXAction.C (init): remove external name for LFUN_LAYOUTNO, set
12240         help test to "internal only", similar for LFUN_INSERT_URL
12241
12242         * BufferView_pimpl.C (Dispatch::LFUN_QUOTE): change it to to the insertcorrectQuote.
12243         (Dispatch::LFUN_SELFINSERT): fix to handle math greek,
12244         auto_region_delete and deadkeys.
12245
12246 2001-05-22  John Levon  <moz@compsoc.man.ac.uk>
12247
12248         * LColor.h:
12249         * LColor.C: remove some dead entries, tidy a little
12250
12251 2001-05-18  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12252
12253         * lyxfunc.C (processKeySym): comment the Escape handling, remove
12254         commented code.
12255         (Dispatch): implement LFUN_ESCAPE
12256
12257         * commandtags.h: add LFUN_ESCAPE
12258
12259         * LyXAction.C (init): add entry for LFUN_ESCAPE
12260
12261         * BufferView_pimpl.C (Dispatch): adjust for open_new_inset move.
12262         Remove commented code.
12263         (insertNote): moved here
12264         (open_new_inset): moved here
12265
12266         * BufferView[2].[Ch]: move insertNote and open_new_inset to
12267         BufferView_pimpl
12268
12269 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12270
12271         * kbmap.C (findbinding): clean it up and make it work correctly.
12272
12273         * lyx_main.C (init): do not pass argc and argv as parameters
12274
12275 2001-05-16  Ruurd Reitsma  <r.a.reitsma@wbmt.tudelft.nl>
12276
12277         * buffer.C: fix path for OS/2 & Win32
12278
12279         * lyx_gui.C:
12280         * lyx_main:
12281         * lyx_main.C: Added os:: class.
12282
12283         * os2_defines.h: update
12284
12285 2001-05-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12286
12287         * lyxfunc.[Ch] (processKeySym): return void. Handle unknown actions
12288         better by trying again with reduced state.
12289
12290 2001-05-16  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12291
12292         * lyxrc.C (read): print error about invalid key sequence only when
12293         debugging (because not all latinX keysyms are known to some X
12294         servers)
12295
12296         * kbsequence.C (getiso): add a few std:: qualifiers
12297         (getiso): comment out extra return statement.
12298
12299 2001-05-11  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12300
12301         * BufferView_pimpl.C (Dispatch): comment out the old "default" key
12302         handling.
12303         (Dispatch): enhance the accent inset a bit. (not perfect)
12304
12305 2001-05-10  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12306
12307         * buffer.C (makeLaTeXFile): use stringstream on language_optons.
12308
12309 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12310
12311         * bufferlist.C (emergencyWrite): fix assert() call
12312
12313 2001-05-04  Kayvan A. Sylvan  <kayvan@sylvan.com>
12314
12315         * text.C (InsertChar): Added trivial patch to only send the "you
12316         can not do multiple spaces this way" message once during a
12317         session.
12318
12319 2001-05-08  Baruch Even  <baruch@lyx.org>
12320
12321         * Makefile.am: Changed order of libraries to get LyX to link properly
12322         with the gnome frontend.
12323
12324 2001-05-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12325
12326         * LaTeXFeatures.h: add a std:: qualifier
12327
12328 2001-05-09  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12329
12330         * paragraph.C (String): use stringstream
12331
12332 2001-05-08  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12333
12334         * paragraph.C (writeFile): remove footflag arg
12335
12336         * buffer.C (makeLaTeXFile): use stringstream
12337         (latexParagraphs): remove footnot gurba
12338
12339         * LaTeXFeatures.C (getPackages): use stringstream
12340         (getMacros): likewise
12341         (getTClassPreamble): likewise
12342         (getFloatDefinitions): new method
12343
12344         * paragraph.C (writeFile): reindent
12345         (Erase): reindent
12346
12347         * WorkArea.h: revert the xpos + etc changes.
12348
12349         * CutAndPaste.C (SwitchLayoutsBetweenClasses): constify name and s
12350
12351         * lyxparagraph.[Ch]: add copy constructor, remove Clone
12352
12353         * CutAndPaste.C (copySelection): use LyXParagraph copy constructor
12354         (pasteSelection): likewise
12355         * text2.C (CreateUndo): likewise
12356
12357 2001-05-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12358
12359         * minibuffer.C (peek_event): temporarily reduce the functionality
12360         of the minibuffer (to allow args on lfuns)
12361
12362         * commandtags.h: remove LFUN_LOA_INSERT, LFUN_LOF_INSERT,
12363         LFUN_LOT_INSERT. add LFUN_FLOAT_LIST
12364
12365         * buffer.C (readInset): add compability reading of old float
12366         lists, add reading of new style float list.
12367         (readInset): avoid reevaluation of inscmd.getCmdName()
12368         (getLists): reindent
12369
12370         * MenuBackend.C (MenuItem): implement parsing of
12371         md_floatlistinsert and md_floatinsert.
12372         (expand::LastFiles): move initalizaton of iterators out of loop,
12373         avoid reevaluation.
12374         (expand::Documents): introduce typdedef vector<string> Strings,
12375         and use it.
12376         (expand::ExportFormats): introduce typedef vector<Format const *>
12377         Formats, and use it.
12378         (expand): implement FloatListInsert and FloatInsert.
12379
12380         * LyXAction.C (init): remove entries for LFUN_LOA_INSERT,
12381         LFUN_LOA_VIEW, LFUN_LOF_INSERT, LFUN_LOFVIEW, LFUN_LOT_INSERT,
12382         LFUN_LOTVIEW. Add entry for LFUN_FLOAT_LIST
12383
12384         * BufferView_pimpl.C (Dispatch::LFUN_TOC_INSERT): remvoe the float
12385         handling.
12386         (Dispatch::LFUN_FLOAT_LIST): implement
12387
12388 2001-04-28  Kayvan A. Sylvan  <kayvan@sylvan.com>
12389
12390         * LaTeX.C (run): Fix problem with --export code.
12391
12392 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12393
12394         * BufferView.[Ch] (workarea): removed.
12395         (getClipboard) new method; wrapper for workarea()->getClipboard()
12396
12397         * ToolbarDefaults.C (read): removed final lex.next() command; it's a
12398         bug.
12399
12400         * WorkArea.h (width, height, xpos, ypos): These methods all
12401         returned the dimensions of the work_area sub-area of WorkArea,
12402         resulting in a position error if the WorkArea were resized. Now
12403         return the dimensions of the entire WorkArea.
12404
12405         * lyx_main.C (ReadUIFile): don't print out spurious warnings.
12406
12407 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12408
12409         * LaTeX.C (deplog): correct the syntax of regex reg1
12410
12411 2001-05-03  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12412
12413         * undo.C: remove !NEW_INSETS cruft
12414
12415 2001-04-28  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12416
12417         * text2.C: remove !NEW_INSETS cruft
12418
12419         * text.C: remove !NEW_INSETS cruft
12420
12421         * tabular.C: remove !NEW_INSETS cruft
12422
12423         * spellchecker.C: remove !NEW_INSETS cruft
12424
12425         * lyxtext.h: remove !NEW_INSETS cruft
12426
12427         * lyxlex_pimpl.C: remove !NEW_INSETS cruft
12428
12429         * lyxfunc.C: remove !NEW_INSETS cruft
12430
12431         * lyxfind.C: remove !NEW_INSETS cruft
12432
12433         * lyx_cb.C: remove !NEW_INSETS cruft
12434
12435         * figureForm.C: remove  !NEW_INSETS cruft
12436
12437         * bufferview_funcs.[Ch]: remove !NEW_INSETS cruft
12438
12439         * buffer.[Ch]: remove !NEW_INSETS cruft
12440
12441         * ToolbarDefaults.C: remove !NEW_INSETS cruft
12442
12443         * CutAndPaste.C: remove !NEW_INSETS cruft
12444
12445         * BufferView_pimpl.C: remove !NEW_INSETS cruft
12446
12447         * BufferView2.C: remove !NEW_INSETS cruft
12448
12449         * BufferView.h: remove !NEW_INSETS cruft
12450
12451 2001-05-03  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12452
12453         * Lsstream.h: include LString.h before the sstream headers to
12454         fix problem with gcc 2.95.3 and lyxstring
12455
12456 2001-05-02  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12457
12458         * lyx_main.C: add using directives when needed for C functions
12459         declared in std:: namespace.
12460
12461 2001-04-27  Juergen Vigna  <jug@sad.it>
12462
12463         * text.C (Fill): return 20 instead of 0 if paper_width < 0 (endless)
12464         (SetHeightOfRow): comment out the update call should not be needed!
12465
12466 2001-04-13  Juergen Vigna  <jug@sad.it>
12467
12468         * tabular.C (GetAdditionalHeight): changed parameter from cell to row.
12469         (LyXTabular): tried to minimize operator= operations (and realized
12470         hopfully Lars wish).
12471
12472 2001-04-27  Juergen Vigna  <jug@sad.it>
12473
12474         * spellchecker.C (sc_check_word): fixed Assert to lyx::Assert.
12475
12476 2001-04-27  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12477
12478         * lyxfunc.C (Dispatch): hack to make listof algorithm work
12479
12480         * buffer.C (readInset): hack to make listof algorithm work
12481
12482         * BufferView_pimpl.C: hack to make listof algorithm work
12483
12484 2001-04-26  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12485
12486         * LyXAction.C: removed all !NEW_INSETS cruft
12487         (init): moved lfun_item in method
12488
12489         * lyxparagraph.[Ch]: removed all !NEW_INSETS cruft
12490
12491 2001-04-26  Angus Leeming  <a.leeming@ic.ac.uk>
12492
12493         * BufferView2.C (theLockingInset): white space.
12494
12495 2001-04-25  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12496
12497         * minibuffer.C: include <iostream>
12498
12499         * BufferView_pimpl.C: implement LFUN_TRANSPOSE_CHARS
12500
12501         * LyXAction.C (init): add LFUN_TRANSPOSE_CHARS
12502
12503         * commandtags.h: add LFUN_TRANSPOSE_CHARS
12504
12505         * text.[Ch] (TransposeChars): new method
12506
12507 2001-04-24  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12508
12509         * call message directly through LyXView instead of through LyXFunc
12510         * BufferView2.C: adjust
12511         * BufferView_pimpl.C: adjust
12512         * FontLoader.C: adjust
12513         * buffer.C: adjust
12514         * bufferview_funcs.C: adjust
12515         * converter.C: adjust
12516         * figureForm.C: adjust
12517         * importer.C: adjust
12518         * lyx_cb.C: adjust
12519         * lyx_gui_misc.C: adjust
12520         * lyxfunc.C: adjust
12521         * lyxvc.C: adjust
12522         * text2.C: adjust
12523         + more files in subdirs
12524
12525         * lyxparagraph.h (size): move up int file
12526         (GetLayout): ditto
12527
12528         * adjust all uses of Assert to lyx::Assert.
12529
12530         * BufferView2.C (ChangeCitationsIfUnique): adjust for
12531         lyxfunctional in namespace lyx
12532         * layout.C (hasLayout): ditto
12533         (GetLayout): ditto
12534         (GetLayout): ditto
12535         (delete_layout): ditto
12536         (NumberOfClass): ditto
12537         * converter.C (GetFormat): ditto
12538         (GetNumber): ditto
12539         (Add): ditto
12540         (Delete): ditto
12541         (SetViewer): ditto
12542         * bufferlist.C (getFileNames): ditto
12543         (emergencyWriteAll): ditto
12544         (exists): ditto
12545         (getBuffer): ditto
12546         * MenuBackend.C (hasSubmenu): ditto
12547         (hasMenu): ditto
12548         (getMenu): ditto
12549         * BufferView_pimpl.C (getInsetByCode): ditto
12550
12551 2001-04-18  Juergen Vigna  <jug@sad.it>
12552
12553         * vspace.C (asLatexString): fixed the 100% problem.
12554
12555 2001-04-18  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12556
12557         * lyxfunc.C (Dispatch):
12558         * minibuffer.C:
12559         * minibuffer.h: add a few std:: qualifiers
12560
12561 2001-04-17  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12562
12563         * minibuffer.[Ch]: reimplement so that commands is initiated and
12564         run from lyxfunc, simplified som handling, and made the completion
12565         and history code for complete. wip.
12566
12567         * lyxfunc.C (processKeySym): call message
12568         (miniDispatch): new temporary method
12569         (LFUN_EXEC_COMMAND): reimplement for new minibuffer
12570         (LFUN_MESSAGE): implement
12571         (LFUN_MESSAGE_PUSH): implement
12572         (LFUN_MESSAGE_POP): implement
12573         (initMiniBuffer): the initial/defualt minibuffer message.
12574
12575         * lyxfont.[Ch]: inline some more getters
12576
12577         * lyx_gui_misc.C (WriteAlert): use LFUN_MESSAGE
12578
12579         * lyx_gui_misc.[Ch] (WriteStatus): remove method
12580
12581         * lyx_cb.[Ch] (ShowMessage): remove delay arg, use LFUN_MESSAGE
12582         (AutoSave): use LFUN_MESSAGE
12583         (Reconfigure): ditto
12584
12585         * importer.C (Import): constify som local vars, use LFUN_MESSAGE
12586
12587         * figureForm.C: use LFUN_MESSAGE
12588
12589         * converter.C (runLaTeX): use LFUN_MESSAGE
12590
12591         * bufferview_funcs.C: use LFUN_MESSAGE
12592         (Melt): ditto
12593         (changeDepth): ditto
12594
12595         * bufferparams.h: use boost::
12596
12597         * bufferlist.h: inherit privately from noncopyable
12598
12599         * bufferlist.C (loadLyXFile): remove some commented code.
12600
12601         * buffer.C (runChktex): use LFUN_MESSAGE
12602
12603         * ShareContainer.h: inherit privately from noncopyable
12604
12605         * ParagraphParameters.[hC] (depth): inline it.
12606
12607         * LyXView.[Ch] (LyXView): connect the minibuffer signals to lyxfunc
12608         methods.
12609         (message): new method
12610         (messagePush): ditto
12611         (messagePop): ditto
12612         (show): init minibuffer
12613         (showState): direct call
12614
12615         * LaTeX.[Ch]: inherit privately from noncopyable
12616         (run): change second arg to LyXFunc*, use LFUN_MESSAGE
12617         instead of WriteStatus.
12618
12619         * FontLoader.C (doLoad): use LFUN_MESSAGE_PUSH and LFUN_MESSAGE_POP
12620
12621         * BufferView_pimpl.C (buffer): don't init minibuffer
12622         (workAreaButtonPress): use LFUN_MESSAGE
12623         (workAreaButtonRelease): ditto
12624         (savePosition): ditto
12625         (restorePosition): ditto
12626         (MenuInsertLyXFile): ditto
12627         (workAreaExpose): don't init minibuffer
12628         (update): remove commented code, simplify
12629
12630         * BufferView2.C (openStuff): use LFUN_MESSAGE
12631         (toggleFloat): ditto
12632         (menuUndo): ditto
12633         (menuRedo): ditto
12634         (copyEnvironment): ditto
12635         (pasteEnvironment): ditto
12636         (copy): ditto
12637         (cut): ditto
12638         (paste): ditto
12639         (gotoInset): ditto
12640         (updateInset): remove some commented code
12641
12642         * lastfiles.h: inherit privately from noncopyable
12643         * layout.h: ditto
12644         * lyx_gui.h: ditto
12645         * lyx_main.h: ditto
12646         * lyxlex.h: ditto
12647         * lyxlex_pimpl.h: ditto
12648
12649         * commandtags.h: comment out LFUN_FOOTMELT, LFUN_MARGINMELT,
12650         LFUN_FLOATSOPERATE, LFUN_MELT, add LFUN_MESSAGE,
12651         LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12652
12653         * LyXAction.h: inherit privately from noncopyable, add methods
12654         func_begin, func_end, returning iterators to the func map.
12655
12656         * LyXAction.C (init): comment out LFUN_FLOATSOPERATE, LFUN_MELT,
12657         add entries for LFUN_MESSAGE, LFUN_MESSAGE_PUSH, LFUN_MESSAGE_POP
12658         (func_begin): new method
12659         (func_end): new method
12660
12661         * CutAndPaste.C (cutSelection): split into two versons (NEW_INSETS
12662         and not)
12663         (copySelection): ditto
12664         (pasteSelection): ditto
12665
12666         * BufferView.C: whitespace change
12667         * BufferView.h: inherit privately from noncopyable
12668
12669 2001-04-16  Allan Rae  <rae@lyx.org>
12670
12671         * tabular-old.C (l_getline):
12672         * spellchecker.C (sc_check_word):
12673         * lyxfunc.C (Dispatch): #warning triggers an error on Sun CC 6.0 as
12674         an unrecognised preprocessor directive.  So ensure they're wrapped.
12675
12676 2001-04-14  Dekel Tsur  <dekelts@tau.ac.il>
12677
12678         * src/exporter.C (Export): Give an error message when path to file
12679         contains spaces.
12680
12681 2001-04-12  Dekel Tsur  <dekelts@tau.ac.il>
12682
12683         * LaTeX.C (deplog): Always check that foundfile exists.
12684
12685 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12686
12687         * lyx_main.h:
12688         * lyx_main.C (ReadLanguagesFile): fix weird typo in method name
12689
12690 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12691
12692         * tabular.[Ch] (getLabelList): implement new method
12693
12694         * minibuffer.h: comment ouf setTiimer
12695
12696         * minibuffer.C (ExecutingCB): constify res
12697         (peek_event): constify s
12698         (Set): constify ntext
12699         (Init): constify nicename
12700
12701         * BufferView2.C (updateInset): comment out Minibuffer::setTimer
12702
12703         * BufferView_pimpl.C (update): comment out Minibuffer::setTimer
12704         (savePosition): use two params to Minibuffer::Set
12705         (restorePosition): ditto
12706
12707 2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12708
12709         * lyx_main.C: include language.h
12710
12711         * Makefile.am (lyx_main.o): add language.h
12712
12713 2001-04-05  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12714
12715         * exporter.C:
12716         * paragraph.C:
12717         * screen.C:
12718         * tabular.C:
12719         * CutAndPaste.C: include gettext.h
12720
12721         * lyxfont.h: remove old hack with ON and OFF.
12722
12723         * lyxparagraph.h:
12724         * lyxfont.h: do not include language.h...
12725
12726         * BufferView2.C:
12727         * LaTeXFeatures.C:
12728         * Painter.C:
12729         * bufferview_funcs.C:
12730         * font.C:
12731         * lyxfont.C:
12732         * text.C:
12733         * text2.C:
12734         * trans_mgr.C:
12735         * paragraph.C: ... but do it here instead
12736
12737 2001-04-04  Lars Gullik Bjønnes  <larsbj@birdstep.com>
12738
12739         * text2.C (SetLayout): split in NEW_INSETS and non NEW_INSETS version
12740
12741         * tabular.C: small reformat
12742
12743         * paragraph.C (GetFontSettings): split in NEW_INSETS and non
12744         NEW_INSETS version
12745         (GetChar): ditto
12746         (BreakParagraph): ditto
12747         (SetOnlyLayout): ditto
12748         (SetLayout): ditto
12749
12750         * lyxparagraph.h: add definitions for SetLayout and SetOnlyLayout
12751         with one arg less.
12752
12753         * lastfiles.C: removed most using decl, add std:: where needed
12754
12755         * buffer.C: ws changes
12756
12757         * MenuBackend.C (class compare_format): put into anon namespace
12758         (expand): constify label, names, action, action2
12759         (expand):
12760
12761         * text.C (SingleWidth): constify font
12762         (IsBoundary): constify rtl2
12763         (GetVisibleRow): constify ww
12764
12765         * LaTeX.C (deplog): constify logfile
12766
12767         * BufferView_pimpl.C (checkInsetHit): constify width, inset_x,
12768         start_x, end_x
12769         (workAreaExpose): constify widthChange, heightChange
12770
12771         * lyxrow.C (par): moved
12772         (height): moved
12773         (next): moved
12774         * lyxrow.h: as inlines here
12775
12776         * lyxfont.h (shape): moved from lyxfont.C
12777         (emph): moved from lyxfont.C
12778
12779         * lyxfont.C (LyXFont): use initialization list for all
12780         constructors
12781         (shape): move to lyxfont.h as inline
12782         (emph): move to lyxfont.h as inline
12783
12784
12785 2001-04-04  Juergen Vigna  <jug@sad.it>
12786
12787         * vspace.C: had to include stdio.h for use of sscanf
12788
12789 2001-04-03  Angus Leeming  <a.leeming@ic.ac.uk>
12790
12791         * BufferView.h:
12792         * BufferView_pimpl.h: remove xforms cruft. Both classes are
12793         independent of xforms.
12794
12795 2001-04-02  Juergen Vigna  <jug@sad.it>
12796
12797         * spellchecker.C: fixed namespace placing!
12798
12799 2001-03-30  Angus Leeming  <a.leeming@ic.ac.uk>
12800
12801         * lyxfunc.C (Dispatch): prevent crash in LFUN_GOTO_PARAGRAPH when
12802         the LyXParagraph * is 0.
12803
12804 2001-03-29  Juergen Vigna  <jug@sad.it>
12805
12806         * vspace.C: added support for %, c%, p%, l%.
12807         (stringFromUnit): added helper function.
12808         (asLatexString): changed to give right results for the %-values.
12809
12810         * buffer.C: convert the widthp in a width%.
12811
12812 2001-03-28  Angus Leeming  <a.leeming@ic.ac.uk>
12813
12814         * Makefile.am: removed form1.[Ch], lyx.[Ch] and added figure_form.[Ch],
12815         figureForm.[Ch].
12816
12817         * figureForm.[Ch]: stripped the FD_from_figure manipulation
12818         code out of lux_cb.[Ch], ready for its (imminent?) removal.
12819
12820         * lyx_cb.[Ch]: see above.
12821
12822         * figure_form.[Ch]: fdesign generated code, combining lyx.[Ch] and
12823         form1.[Ch].
12824
12825         * form1.[Ch]:
12826         * lyx.[Ch]: replaced by figure_form.[Ch].
12827
12828         * lyx_gui.C:
12829         * lyx_gui_misc.C:
12830         * lyxfunc.C: changed headers associated with above changes.
12831
12832 2001-03-27  Juergen Vigna  <jug@sad.it>
12833
12834         * BufferView_pimpl.C: set the temporary cursor right!
12835
12836 2001-03-27  Angus Leeming  <a.leeming@ic.ac.uk>
12837
12838         * BufferView_pimpl.C (Dispatch): corrected spelling givven -> given.
12839
12840 2001-03-23  Angus Leeming  <a.leeming@ic.ac.uk>
12841
12842         * LString.h: removed "using std::getline"!
12843
12844         * BufferView_pimpl.C (Dispatch): changes due to changes in
12845         InsetInclude::Params.
12846
12847         * buffer.C (tag_name): removed redundant break statements as they were
12848         producing lots of warnings with my compiler.
12849
12850 2001-03-23  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
12851
12852         * LString.h: add "using std::getline" when using the real <string>.
12853
12854 2001-03-23  José Abílio Matos  <jamatos@fep.up.pt>
12855
12856         * buffer.C: removed bitset usage.
12857         PAR_TAG moved to an anonymous name space.
12858         (tag_name): new funtion, also in the anonymous namespace.
12859         (SimpleLinuxDocOnePar): replaced all the references to bitset by PAR_TAG.
12860         (makeDocBookFile): clean code. Completed transition from string arrays
12861         to string vectors.
12862         (SimpleDocBookOnePar): code clean.
12863
12864 2001-03-23  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12865
12866         * tabular.C: add some comments.
12867
12868 2001-03-22  Juergen Vigna  <jug@sad.it>
12869
12870         * buffer.C (parseSingleLyXformat2Token): redone the minipage
12871         compatibility read a bit and fixed bug with minipage in different
12872         depth.
12873
12874 2001-03-21  José Abílio Matos  <jamatos@fep.up.pt>
12875
12876         * buffer.C (pop_tag): removed.
12877         (push_tag): removed.
12878         (makeLinuxDocFile): cleaner C++ code, declarations near usage point,
12879         array replaced with vector. Added support for CDATA sections.
12880         (SimpleLinuxDocOnePar): ditto. Paragraph tags are correctly handled,
12881         at any nest level.
12882         (makeDocBookFile): XML conformant declaration of CDATA section,
12883         fixed bug related to <emphasis> in the first paragraph char.
12884         (sgmlOpenTag): exclude empty tags.
12885         (sgmlCloseTag): ditto.
12886
12887         * buffer.h (pop_tag): removed.
12888         (push_tag): removed.
12889
12890 2001-03-20  Angus Leeming  <a.leeming@ic.ac.uk>
12891
12892         * language.h (Languages): added size_type and size().
12893
12894 2001-03-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12895
12896         * buffer.C (parseSingleLyXformat2Token): Try to give a bit better
12897         response on compability reading of minipages. One probliem is that
12898         the old usage of minipages was «flertydig»
12899
12900         * several files here and in subdirs: don't use static at file
12901         scope use anon namespaces instead.
12902
12903 2001-03-19  Kayvan A. Sylvan <kayvan@sylvan.com>
12904
12905         * paragraph.C (TeXEnvironment): Added \n to \end{environment}
12906         LaTeX output. This is necessary for Literate document
12907         processing.
12908
12909 2001-03-17  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12910
12911         * buffer.C: insert hfill when needed.
12912
12913         * tabular.C (l_getline): use string::erase, small whitespace change.
12914
12915         * BufferView_pimpl.C: try the anon namespace.
12916         * WorkArea.C: ditto
12917
12918 2001-03-16  Juergen Vigna  <jug@sad.it>
12919
12920         * BufferView_pimpl.C (workAreaButtonRelease): return only on button==2
12921         otherwise it won't open options-dialogs.
12922
12923         * buffer.C: honor pextraWidth(p) on converting minipages.
12924
12925         * tabular.C (l_getline): changed the functions to strip trailing \r.
12926
12927 2001-03-16  Angus Leeming  <a.leeming@ic.ac.uk>
12928
12929         * BufferView_pimpl.C:
12930         * minibuffer..C: added "using SigC::slot" declaration.
12931
12932 2001-03-16  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12933
12934         * lyxlex_pimpl.h: noncopyable is in namespace boost.
12935
12936         * text2.C: ditto
12937
12938         * text.C: ditto
12939
12940         * paragraph.C: ditto
12941
12942         * lyxtext.h: NO_PEXTRA
12943
12944         * buffer.C: NO_PEXTRA_REALLY, NO_PEXTRA
12945
12946         * ParagraphParameters.C (clear): NO_PEXTRA_REALLY
12947         * ParameterStruct.h: ditto
12948         * ParagraphParameters.h: ditto
12949         * lyxparagraph.h: ditto
12950
12951 2001-03-15  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
12952
12953         * buffer.C: add compability for minipage alignment.
12954         (latexParagraphs): remove unwanted pextra check.
12955
12956         * several files: remove CXX_WORKING_NAMESPACES
12957
12958         * buffer.C (pop_tag): tie is in namespace boost
12959
12960         * BufferView.h: noncopyable is in namespace boost
12961         * lyxlex.h: ditto
12962         * lyx_main.h: ditto
12963         * lyx_gui.h: ditto
12964         * layout.h: ditto
12965         * lastfiles.h: ditto
12966         * bufferlist.h: ditto
12967         * ShareContainer.h: ditto
12968         * LyXView.h: ditto
12969         * LyXAction.h: ditto
12970         * LaTeX.h: ditto
12971
12972 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12973
12974         * Merging changes from BRANCH_MVC back into HEAD.
12975
12976         * Makefile.am: added controllers/libcontrollers.la to lyx_DEPENDENCIES
12977
12978 2001-03-15  John Levon  <moz@compsoc.man.ac.uk>
12979
12980         * BufferView_pimpl.C: change from intl.C
12981
12982         * combox.h:
12983         * combox.C:
12984         * Makefile.am: move combox.*
12985
12986         * form1.h:
12987         * form1.C:
12988         * lyx_gui.C:
12989         * intl.h:
12990         * intl.C: remove dialog (covered by prefs)
12991
12992 2001-03-14  Angus Leeming  <a.leeming@ic.ac.uk>
12993
12994         * lyxfunc.C (Dispatch): removed redundant break statement.
12995
12996 2001-03-14  Juergen Vigna  <jug@sad.it>
12997
12998         * tabular.C (l_getline): pay attention on \r\n (from Windows-files)
12999
13000 2001-03-14  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13001
13002         * buffer.C: add hack to fix compability reading of minipages.
13003
13004 2001-03-13  Dekel Tsur  <dekelts@tau.ac.il>
13005
13006         * buffer.C (getLists): Cleanup.
13007
13008 2001-03-13  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13009
13010         * lyxfont.C (update): don't honor toggleall on font size.
13011
13012 2001-03-13  John Levon  <moz@compsoc.man.ac.uk>
13013
13014         * bmtable.c:
13015         * bmtable.h:
13016         * Makefile.am: moved to frontends/xforms/
13017
13018         * lyx_gui_misc.C:
13019         * lyxfunc.C:
13020         * BufferView_pimpl.C: changes for moved mathpanel
13021
13022 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13023
13024         * gettext.h: fix gettext_init() in --disable-nls
13025
13026 2001-03-12  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13027
13028         * LaTeXFeatures.C (getMacros): add a .c_str() when using sstream.
13029
13030 2001-03-09  John Levon  <moz@compsoc.man.ac.uk>
13031
13032         * lyx.C:
13033         * lyx.h: strip external form
13034
13035 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13036
13037         * BufferView_pimpl.C: add comment, destroySplash()
13038
13039 2001-03-12  John Levon  <moz@compsoc.man.ac.uk>
13040
13041         * BufferView_pimpl.C:
13042         * LyXAction.C:
13043         * buffer.C:
13044         * commandtags.h:
13045         * lyxfunc.C: use re-worked insetinclude
13046
13047 2001-03-12  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13048
13049         * buffer.C: add using std::stringstream.
13050
13051         * lyx_cb.C: readd using std::ios.
13052
13053         * buffer.C: add using std::map.
13054
13055         * BufferView_pimpl.C: add using std::vector.
13056
13057         * ShareContainer.h: add std:: to swap.
13058
13059         * buffer.h: add some typedefs
13060         * buffer.C (getLists): use them
13061         (getLists): renamed from getTocList.
13062         add a counter for the different float types and use it in the
13063         generated string.
13064         (getLists): use the same counter for the NEW_INSETS and the "non"
13065         NEW_INSETS
13066
13067         * lyx_cb.h: remove unused items, includes, using etc.
13068
13069         * ShareContainer.h: remove some commented code, add more comments
13070         and "documentation".
13071
13072 2001-03-11  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13073
13074         * buffer.C (getTocList): make the list also when NEW_INSETS is
13075         defined.
13076
13077         * buffer.h: remove TocType
13078
13079         * buffer.C (getTocList): change to return a map<string,
13080         vector<TocItem> >, implement for dynamic number of list.
13081
13082         * CutAndPaste.[Ch] (checkPastePossible): remove unused arg
13083         * text2.C (PasteSelection): adjust
13084         * CutAndPaste.C (pasteSelection): adjust
13085
13086         * FloatList.C (FloatList): update from the new_insets branch.
13087         * Floating.[Ch]: ditto
13088         * LaTeXFeatures.C: ditto
13089         * buffer.C: ditto
13090         * lyxlex_pimpl.C: ditto
13091
13092         * paragraph.C (Last): remove when NEW_INSETS is defined.
13093
13094         * other file: changes because of the above.
13095
13096 2001-03-09  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13097
13098         * lyxparagraph.h: rename next to next_, previous to previous_,
13099         make them private for NEW_INSETS. Rename Next() to next(),
13100         Previous() to previous().
13101
13102         * other files: changes because of the above.
13103
13104 2001-03-08  Dekel Tsur  <dekelts@tau.ac.il>
13105
13106         * BufferView.h:
13107         * lyxparagraph.h: Add '#include "LString.h"' to fix compilation
13108         problem.
13109
13110 2001-03-08  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13111
13112         * main.C (main): pass lyx_localedir to gettext_init().
13113
13114         * gettext.h: remove locale_init and gettext_init macros
13115
13116         * gettext.C (locale_init): new function
13117         (gettext_init): new function
13118
13119         * lyx_gui.C (LyXGUI): use locale_init() instead of explicit
13120         setlocale().
13121
13122 2001-03-07  Edwin Leuven  <leuven@fee.uva.nl>
13123
13124         * Moved credits to frontends:
13125         * credits.[Ch]: removed
13126         * credits_form.[Ch]: removed
13127         * lyx_gui_misc.C: remove credits stuff
13128         * Makefile.am:
13129
13130 2001-03-07  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13131
13132         * lyx_main.C: make toplevel_keymap a boost::scoped_ptr.
13133
13134         * kbmap.[Ch]: make kb_key::table a boost::shared_ptr, remove
13135         unneeded destructor.
13136
13137         * intl.[Ch] (Intl): free the fd_form_keymap, make the fd_form_keymap
13138         a standalone pointer again.
13139
13140         * ColorHandler.[Ch]: make lyxColorHandler a boost::scoped_ptr
13141
13142 2001-03-06  John Levon  <moz@compsoc.man.ac.uk>
13143
13144         * Makefile.am:
13145         * filedlg.h:
13146         * filedlg.C:
13147         * LyXAction.C:
13148         * ToolbarDefaults.C:
13149         * bufferlist.C:
13150         * commandtags.h:
13151         * form1.C:
13152         * form1.h:
13153         * lyx_cb.C:
13154         * lyx_cb.h:
13155         * lyxfunc.h:
13156         * lyxfunc.C:
13157         * BufferView_pimpl.C: use new file dialog in GUII
13158
13159         * lyx_cb.h:
13160         * lyx_cb.C: remove LayoutsCB to Toolbar
13161
13162 2001-03-07  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13163
13164         * ShareContainer.h (get): add std:: qualifier
13165
13166 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13167
13168         * ShareContainer.h: define a proper ShareContainer::value_type
13169         type (and use typename to please compaq cxx)
13170
13171 2001-03-06  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13172
13173         * lyxparagraph.h: move serveral local vars to
13174         ParameterStruct/ParagraphParameters., use ShareContainer in
13175         FontTable., make vars in FontTable private and add getter and
13176         setter.
13177
13178         * paragraph.C: changes because of the above.
13179
13180         * lyxfont.h: remove copy constructor and copy assignment. (the
13181         default ones is ok), move number inside FontBits. move inlines to
13182         lyxfont.C
13183
13184         * lyxfont.C: add number to initializaton of statics, move several
13185         inlines here. constify several local vars. some whitespace
13186         cleanup. Dont hide outerscope variables.
13187
13188         * Spacing.h: add two new constructors to match the set methods.
13189
13190         * ShareContainer.h: new file, will perhaps be moved to support
13191
13192         * ParameterStruct.h: new file
13193
13194         * ParagraphParameters.h: new file
13195
13196         * ParagraphParameters.C: new file
13197
13198         * Makefile.am (lyx_SOURCES): add ParagraphParameters.C,
13199         ParagraphParameters.h, ParameterStruct.h and ShareContainer.h
13200
13201         * BufferView_pimpl.C: ParagraphParameter changes.
13202         * buffer.C: Likewise.
13203         * bufferview_funcs.C: Likewise.
13204         * text.C: Likewise.
13205         * text2.C: Likewise.
13206
13207 2001-03-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13208
13209         * lyxfind.C (LyXReplace): do not redefine default argument in
13210         implementation.
13211         (IsStringInText): ditto
13212         (SearchForward): ditto
13213         (SearchBackward): ditto
13214
13215 2001-03-06  Juergen Vigna  <jug@sad.it>
13216
13217         * lyxfind.C (IsStringInText): put parentes around expressions.
13218
13219 2001-03-05  Edwin Leuven  <leuven@fee.uva.nl>
13220
13221         * lyxfind.[Ch]: find stuff moved out of text2.C/lyxtext.h
13222
13223 2001-02-23  John Levon  <moz@compsoc.man.ac.uk>
13224
13225         * lyx_main.C: add ISO_Left_Tab as bind synonym for Tab
13226
13227         * stl_string_fwd.h: add comment
13228
13229         * lyx_gui_misc.C: killed ALWAYS_CLOSE_MATH_PANELS
13230
13231         * tabular.h:
13232         * tabular.C: remove unused DocBook methods
13233
13234         * intl.C:
13235         * language.C:
13236         * paragraph.C:
13237         * buffer.C:
13238         killed DO_USE_DEFAULT_LANGUAGE
13239
13240 2001-03-01  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13241
13242         * lyx_gui.C: do not include language.h.
13243
13244         * bufferview_funcs.C (ToggleAndShow): do not provide optional
13245         arguments in function implementation.
13246
13247 2001-02-28  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13248
13249         * BufferView_pimpl.C: add <ctime>
13250
13251 2001-02-27  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13252
13253         * BufferView_pimpl.C: add using std::find_if
13254
13255 2001-02-27  José Matos  <jamatos@fep.up.pt>
13256
13257         * LaTeXFeatures.C (getIncludedFiles): call to BasePath replaced
13258         by OnlyPath.
13259
13260 2001-02-11  José Matos  <jamatos@fep.up.pt>
13261
13262         * buffer.C (makeDocBookFile): command styles now have a parameter as
13263         "title" by default.
13264
13265 2001-02-23  Edwin Leuven <leuven@fee.uva.nl>
13266
13267         * layout_forms.[Ch]: removed
13268         * lyx_cb.[Ch]: out character
13269         * lyx_gui.C: out character
13270         * lyx_gui_misc.C: out character
13271         * bufferview_funcs.C: : out character,
13272         added toggleall as parameter in ToggleAndShow
13273
13274 2001-02-26  Dekel Tsur  <dekelts@tau.ac.il>
13275
13276         * lyxfunc.C (getStatus): Fix the LFUN_EXPORT case.
13277
13278         * text2.C (SetCurrentFont): Disable number property at boundary.
13279
13280 2001-02-26  Juergen Vigna  <jug@sad.it>
13281
13282         * lyxfunc.C (getStatus): added a string argument override function so
13283         that this is correctly called from LyXFunc::Dispatch if it contains a
13284         do_not_use_argument which is used!
13285         (Dispatch): added check for "custom" export and call appropriate func.
13286
13287 2001-02-23  Dekel Tsur  <dekelts@tau.ac.il>
13288
13289         * lyxrc.C: Add language_command_local, language_use_babel and
13290         language_global_options.
13291
13292         * lyxfont.C (latexWriteStartChanges): Use language_command_local.
13293
13294         * buffer.C (makeLaTeXFile): Use language_use_babel and
13295         language_global_options.
13296
13297 2001-02-23  Juergen Vigna  <jug@sad.it>
13298
13299         * lyxfunc.C (Dispatch): removed the whole part of the switch statement
13300         which works with LyXText and putted it inside BufferView. Here now we
13301         only call for that part the BufferView::Dispatch() function.
13302
13303         * BufferView.C (Dispatch): added.
13304
13305         * BufferView_pimpl.C (Dispatch): added! Here are now all dispatch
13306         functions which needs to use a LyXText over from LyXFunc.
13307         (MenuInsertLyXFile): added
13308         (getInsetByCode): added
13309         (moveCursorUpdate): added
13310         (static TEXT): added
13311
13312 2001-02-22  Juergen Vigna  <jug@sad.it>
13313
13314         * BufferView_pimpl.C (update): call a status update to see if LyXText
13315         needs it.
13316
13317 2001-02-20  Lars Gullik Bjønnes  <larsbj@trylle.birdstep.com>
13318
13319         * vc-backend.C (revert): implement for CVS
13320         (getLog): implement for CVS
13321
13322 2001-02-20  Juergen Vigna  <jug@sad.it>
13323
13324         * text2.C (ClearSelection): added BufferView param for inset_owner call
13325
13326         * lyxfunc.C (TEXT): added this function and use it instead of
13327         directly owner->view()-text of getLyXText().
13328
13329 2001-02-20  Edwin Leuven <leuven@fee.uva.nl>
13330
13331         * src/layout_forms.C: out preamble
13332         * src/layout_forms.h: out preamble
13333         * src/lyx_cb.C: out preamble
13334         * src/lyx_cb.h: out preamble
13335         * src/lyx_gui.C: out preamble
13336         * src/lyx_gui_misc.C: out preamble
13337         * src/lyxfunc.C: connect with guii preamble
13338
13339 2001-02-19  Angus Leeming  <a.leeming@ic.ac.uk>
13340
13341         * src/buffer.h: tiny clean-ups to allow compilation with DEC cxx.
13342
13343 2001-02-17  Dekel Tsur  <dekelts@tau.ac.il>
13344
13345         * LaTeX.C (run): Do not use 'scanres & RERUN' when deciding
13346         whether to run bibtex.
13347
13348 2001-02-16  Dekel Tsur  <dekelts@tau.ac.il>
13349
13350         * Makefile.am (lyx_SOURCES): Remove BackStack.h
13351
13352 2001-02-16  Lars Gullik Bjønnes  <larsbj@lyx.org>
13353
13354         * Makefile.am (lyx_SOURCES): removed bibforms.h
13355
13356         * vspace.h: doxygen
13357
13358         * text.C (GetVisibleRow): make several local vars const
13359
13360         * tabular.C: small cleanup.
13361
13362         * lyxserver.C (callback): use compare instead of strncmp
13363
13364         * lyxparagraph.h: remove all code dep. on HAVE_ROPE, move inclass
13365         inlines to after class or to paragraph.C
13366
13367         * lyxfont.h: remove friend operator!=
13368
13369         * converter.h: move friend bool operator< to non friend and after
13370         class def.
13371
13372         * combox.h: small cleanup
13373
13374         * buffer.h: doxygen, remove unused constructor, move inclas inlies
13375         to inlines after class def.
13376
13377         * buffer.C (pop_tag): use string operations instead of strcmp
13378
13379         * bmtable.c: doxygen, small cleanup
13380
13381         * LaTeX.h: remove friend operator==
13382
13383 2001-02-14  Lars Gullik Bjønnes  <larsbj@lyx.org>
13384
13385         * screen.C:
13386         * lyxrc.[Ch]:
13387         * lyxfunc.C:
13388         * lyxfont.[Ch]:
13389         * lyx_cb.C:
13390         * intl.[Ch]:
13391         * commandtags.h:
13392         * buffer.C:
13393         * WorkArea.[Ch]:
13394         * LyXAction.C:
13395         * BufferView_pimpl.C:
13396         * BufferView.[Ch]: remove cruft
13397
13398 2001-02-14  Juergen Vigna  <jug@sad.it>
13399
13400         * lyxfunc.C: removed #if 0 unused code
13401
13402         * lyxfunc.C (Dispatch): make LFUN_QUOTE work for InsetText.
13403
13404         * BufferView_pimpl.C (update): set updatestatus of inset if needed.
13405
13406         * text2.C (SetSelection): added a BufferView * parameter
13407
13408 2001-02-13  Juergen Vigna  <jug@sad.it>
13409
13410         * lyxfunc.C (Dispatch): fixed protected blank problem.
13411         * BufferView2.C (protectedBlank): added LyxText * parameter.
13412
13413         * tabular.C (AppendRow): forgot to set row_info of newly added row.
13414         (AppendColumn): same as above for column_info.
13415
13416         * lyxfunc.C (Dispatch): supported some more functions in InsetText.
13417         (moveCursorUpdate): use a LyXText param for support of InsetText.
13418
13419         * BufferView_pimpl.C (doubleClick): added support for InsetText.
13420         (tripleClick): ditto
13421
13422         * lyxfunc.C (LFUN_APPENDIX): changed to use "text" pointer.
13423
13424         * BufferView_pimpl.C (update): added LyXText param to honor insets.
13425
13426         * bufferview_funcs.C (ToggleAndShow): fixed for text in insets.
13427
13428         * text2.C (SetSelection): set correct update status if inset_owner
13429         (ToggleFree): ditto
13430
13431 2001-02-12  Lars Gullik Bjønnes  <larsbj@lyx.org>
13432
13433         * tabular.C: remove some commented code.
13434
13435 2001-02-12  John Levon  <moz@compsoc.man.ac.uk>
13436
13437         * BufferView_pimpl.C: call hideSplash()
13438
13439         * LyXAction.C: make buffer-child-insert use LFUN_CHILD_CREATE
13440
13441         * include_form.h:
13442         * bibforms.h: remove
13443
13444         * lyxfunc.C:
13445         * src/commandtags.h: LFUN_CHILDINSERT -> LFUN_CHILD_INSERT,
13446           add LFUN_CHILD_CREATE
13447
13448         * counters.h: fix tiny typo
13449
13450         * lyx_cb.C:
13451         * lyx.h:
13452         * lyx_gui.C:
13453         * lyx.C: move splash to frontends/xforms/
13454
13455         * lyx_gui_misc.C: move Include and Bibform to frontends
13456
13457         * lyxvc.h: clarify comment
13458
13459         * vspace.C: tiny housekeeping
13460
13461 2001-02-10  Dekel Tsur  <dekelts@tau.ac.il>
13462
13463         * text.C (PrepareToPrint): RTL Fix.
13464
13465         * paragraph.C (GetUChar): New method.
13466         (String):  Use GetUChar.
13467
13468         * buffer.C (asciiParagraph): Use GetUChar.
13469
13470 2001-02-09  Dekel Tsur  <dekelts@tau.ac.il>
13471
13472         * text.C (GetVisibleRow): Fix selection drawing for RTL text in tables.
13473
13474 2001-02-09  John Levon  <moz@compsoc.man.ac.uk>
13475
13476         * buffer.h:
13477         * buffer.C: rename to getLogName(), handle
13478           build log / latex log nicely
13479
13480 2001-02-09  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13481
13482         * MenuBackend.C:
13483         * MenuBackend.h: remove support for reference menuitem type.
13484
13485 2001-02-07  John Levon  <moz@compsoc.man.ac.uk>
13486
13487         * BufferView_pimpl.C: housekeeping
13488         * BufferView_pimpl.h:
13489         * LyXView.h:
13490         * Makefile.am:
13491         * Timeout.C:
13492         * Timeout.h:
13493         * minibuffer.h: move Timeout GUI-I
13494
13495 2001-02-07  Dekel Tsur  <dekelts@tau.ac.il>
13496
13497         * lyxrc.C (read): Update converters data-structures.
13498
13499 2001-02-07  Lars Gullik Bjønnes  <larsbj@lyx.org>
13500
13501         * LaTeX.h (operator!=): add operator != for Aux_Info
13502
13503 2001-02-06  John Levon  <moz@compsoc.man.ac.uk>
13504
13505         * Makefile.am: remove LaTeXLog.C, log_form.[Ch]
13506
13507         * LaTeXLog.C: deleted, useful code moved to Buffer
13508
13509         * buffer.h:
13510         * buffer.C: new function getLatexLogName()
13511
13512         * lyx_gui_misc.C:
13513         * lyx_gui.C:
13514         * lyxvc.C:
13515         * lyxvc.h:
13516         * lyxfunc.C: use frontends for LaTeX and VC logs
13517
13518 2001-02-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13519
13520         * LaTeX.h: yet another std:: that Allan forgot.
13521
13522         * Variables.C (set): renamed from isset(), because this clashes
13523         with some HP-UX macros (grr).
13524
13525 2001-02-06  Allan Rae  <rae@lyx.org>
13526
13527         * LaTeX.h: Another bug fix.  Missing std:: this time.
13528
13529 2001-02-04  Allan Rae  <rae@lyx.org>
13530
13531         * paragraph.C (TeXOnePar): Partial fix for the '\n' generation in
13532         floats problem. I've left it commented out because it's not quite
13533         correct.  It should also test that the current object is a table or
13534         figure inset.  But I haven't gotten around to figuring out how to do
13535         that.  I *think* it'll be something like: "table" == inset.type()
13536
13537         * LaTeX.h (operator==): Aux_Info should have a friend that returns a
13538         bool.
13539
13540 2001-02-02  Dekel Tsur  <dekelts@tau.ac.il>
13541
13542         * LaTeX.C (scanAuxFile): A rewrite of this method. It now returns
13543         all the citation/databases/styles in the auxilary file.
13544         (run): Rerun latex if there was a babel language error.
13545
13546 2001-02-01  Dekel Tsur  <dekelts@tau.ac.il>
13547
13548         * text.C (Backspace): Preserve the font when changing newline char
13549         with a space.
13550         (BreakParagraph): If the cursor is before a space, delete the space.
13551
13552         * lyx_cb.C (QuitLyX): Do not save files when running with no gui.
13553
13554 2001-01-31  Dekel Tsur  <dekelts@tau.ac.il>
13555
13556         * BufferView2.C (ChangeInsets): Renamed from ChangeRefs. Accept a
13557         new argument (code).
13558         (ChangeCitationsIfUnique): New method.
13559
13560         * paragraph.C (GetPositionOfInset): Handle bibkey.
13561
13562 2001-01-29  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13563
13564         * BufferView_pimpl.h: change type of Position::par_pos to
13565         LyXParagraph::size_type.
13566
13567 2001-01-29  Dekel Tsur  <dekelts@tau.ac.il>
13568
13569         * BufferView_pimpl.C (savePosition, restorePosition): Write
13570         messages to minibuffer.
13571
13572 2001-01-28  José Matos  <jamatos@fep.up.pt>
13573
13574         * buffer.C (makeDocBookFile): adds support for document language.
13575         A silly restriction on the name of LatexCommand types where removed.
13576         Added support for CDATA sections, allows to chars unescaped, used
13577         among others in code, to avoid escape < and >.
13578
13579 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13580
13581         * BufferView_pimpl.C (savePosition, restorePosition): Use a vector of
13582         saved positions instrad of a stack. Furthermore, a position is
13583         stored using paragraph id/paragraph position.
13584
13585         * commandtags.h: Add LFUN_BOOKMARK_SAVE and LFUN_BOOKMARK_GOTO.
13586         Remove LFUN_REF_BACK.
13587
13588 2001-01-27  Dekel Tsur  <dekelts@tau.ac.il>
13589
13590         * converter.C (dvipdfm_options): New method.
13591
13592 2001-01-26  Dekel Tsur  <dekelts@tau.ac.il>
13593
13594         * vspace.C (isValidLength): Fix for empty input string.
13595
13596 2001-01-26  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13597
13598         * LyXAction.C (init): change description of LFUN_FIGURE to
13599         "Insert Graphics"
13600
13601 2001-01-25  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13602
13603         * LaTeX.C: add using directive
13604
13605 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13606
13607         * MenuBackend.C (expand): Fix the sorting of the formats.
13608
13609 2001-01-24  John Levon  <moz@compsoc.man.ac.uk>
13610
13611         * lyx_main.C: tiny error message fix
13612
13613 2001-01-24  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13614
13615         * lyx_gui.C (LyXGUI): force the LC_NUMERIC locale to "C" after
13616         calling fl_initialize(). This fixes the problem with ',' as
13617         decimal separator in text files.
13618
13619 2001-01-24  Dekel Tsur  <dekelts@tau.ac.il>
13620
13621         * trans.C (process): Fix the keymap bug.
13622
13623 2001-01-23  Dekel Tsur  <dekelts@tau.ac.il>
13624
13625         * LaTeX.C (scanAuxFiles): New method. Provides support for
13626         multiple bibliographies (when using the bibtopic/bibunits pacakges).
13627         (scanLogFile) Scan for "run BibTeX" messages.
13628
13629         * buffer.C (makeLaTeXFile): Do not load the ae package when using
13630         OT1 font encoding. Also, load the aecompl package if the ae
13631         package is loaded.
13632
13633         * tex-strings.C: Add "ae" to tex_fonts[] (from Matej Cepl).
13634
13635 2001-01-22  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13636
13637         * texrow.C (increasePos): turn two error messages into debug
13638         messages.
13639
13640 2001-01-20  Dekel Tsur  <dekelts@tau.ac.il>
13641
13642         * LaTeX.C (scanAux): Handle the \@input macro.
13643         (runBibTeX): Use scanAux().
13644
13645         * language.C (latex_options_): New field.
13646
13647         * LaTeXFeatures.C (getMacros): Add language macros.
13648
13649         * buffer.C (makeLaTeXFile): Small fix.
13650
13651 2001-01-19  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
13652
13653         * lyxfunc.C: fix the name of the inset for LFUN_CHILDINSERT
13654
13655         * text2.C: add a using directive.
13656
13657 2000-01-17  John Levon  <moz@compsoc.man.ac.uk>
13658
13659         * BufferView2.C:
13660         * lyx_gui_misc.h:
13661         * lyxfr1.C:
13662         * lyxfunc.C: kill LyXBell.
13663
13664 2001-01-17  Dekel Tsur  <dekelts@tau.ac.il>
13665
13666         * text.C (IsBoundary): Remove the error message
13667
13668         * WorkArea.C (work_area_handler): Decrease keyboard purge threshold.
13669
13670         * lyxrc.C (setDefaults): Correct initialization value for
13671         font_norm_type.
13672
13673 2001-01-15  Dekel Tsur  <dekelts@tau.ac.il>
13674
13675         * BufferView2.C (gotoInset): New method. Replaces gotoNote() and
13676         gotoError().
13677
13678         * text2.C (GotoNextInset): New method. Replaces GotoNextError()
13679         and GotoNextNote().
13680
13681         * src/LyXAction.C: Added reference-next.
13682
13683         * text.C (InsertChar): Use contains instead of strchr.
13684
13685         * lyx_cb.C (MenuInsertLabel): Enable default value code.
13686
13687 2001-01-13  Dekel Tsur  <dekelts@tau.ac.il>
13688
13689         * paragraph.C (SimpleTeXOnePar) Put \protect before paragraph
13690         alignment commands (when needed).
13691
13692         * text.C (InsertChar): Add ':' to number separator chars.